Live data from Hacker News

Software I’m thankful for (2021)

crawshaw.io

141–150 of 530 posts

Re: Software I’m thankful for (2021)

#143

Earlier quoted context omitted.

Try Linux Mint. It uses Cinnamon and Cinnamon is very similar to Windows and without all of the baggage

I'm a linux user. I use nixOS and Arch. I've also tried mint many times. I'm trying to be as unbiased as possible. As good as linux is and as much improvements that have been made over the past decade or so, Windows and OSX still have the superior GUI. Just being honest about it.

Ubuntu gui > windows by a large margin

Re: Software I’m thankful for (2021)

#144

Emacs. TeX/LaTeX. Classic Unix. i3. A bunch of Scheme implementations. Tcl/Tk.

I was going to mention nano when you just wanna edit things quick and only need to remember a few commands. just wish it came standard with most distros.

nano is such a lifesaver. It's pure Unix – does one job really well, doesn't try to be half an IDE like vi and friends, just a friendly little text editor that pretty much everyone can use within minutes. Nothing better for quick edits on remote systems beside never having to do quick edits on remote systems.

Re: Software I’m thankful for (2021)

#145
I am appreciative of the following software.

Python, easy to build algorithms and web services in flask/gunicorn

Java, for performance and multithreaded code

Jupyter notebook, easy to prototype algorithms and code

Postgresql

Firefox

Chrome, I use Microsoft Edge

Windows - I love Linux for servers but for my consumer hardware, for ease and low maintenance I prefer Windows and run Ubuntu in virtual machines

IntelliJ, such a great IDE

Re: Software I’m thankful for (2021)

#146
post #108
post #3

This reminds me of Steve Jobs' email to himself. In 2010 he wrote: I grow little of the food I eat, and of the little I do grow I did not breed or perfect the seeds. I do not make any of my own clothing. I speak a language I did not invent or refine. I did not discover the mathematics I use. I am protected by freedoms and laws I did not conceive of or legislate, and do not enforce or adjudicate. I am moved by music I…

After reading this, I am reminded of the Buddhist concept of Pratītyasamutpāda [1]. In essence, existence is interwoven in a complex tapestry of interdependence. https://en.m.wikipedia.org/wiki/Pratītyasamutpāda

Steve Jobs was buddhist.

Re: Software I’m thankful for (2021)

#147

Earlier quoted context omitted.

> Linux is absolute freedom, but that comes with the cost of having to do much more than install, plug and play. You need to be a computer geek, or you need someone else to fix things for you. Hard disagree. Linux works extremely well for the person that only does basic computing. My mother, for instance, used Linux for years. Folks that need to do things like recompile a kernel in 2022 are way in the tail end of the…

My own experience with Linux is that it breaks from the most mundane of things, such that I wouldn't even dare suggest Linux to the average person because the tech support baggage that will ensue would be far more expensive to me than if they just used Windows.

Have to say that Ubuntu LTS with the Firefox web browser drastically reduced the number of support calls I'd get from my parents, who used Windows 7 before. Of course, as soon as you start messing with packages or doing more advanced things, then more can go wrong. But it's really good for the web.

Re: Software I’m thankful for (2021)

#148
post #96
post #20

Strangely enough: Windows. Yes, I fucking hate Windows 10/11 for several laundry lists' worth of reasons, but you know what? At the end of the day, Windows is the only desktop OS that enables me to use my computer to do the shit I need or want to do. So long as that fundamental principle as a tool is not violated, I will forever be thankful for Windows regardless what criticism I might have for it.

Windows is a very good operating system. Windows haters don't hate for technical reasons, but for religious or political reasons. And I like Microsoft. Microsoft makes some products, that's it. Not experiences, or promises of freedom. They are software products, with problems, qualities, end.

I think this is sometimes true but that for developers there are very good reasons to not prefer Windows. Mostly that local software management sucks on it unless you go with WSL, which is really good but does still have some limitations (speed, GPU compatibility, etc. - in general having to manage effectively two parallel filesystems gets in the way), and is at the end of the day essentially still Linux.

Sure you can use e.g. chocolatey or even cygwin but these are a bit hit and miss at the best of times.

Powershell is fine but a bit verbose for day to day terminal use compared to bash or nicer variants like zsh.

Also apparently I set up my last dual boot configuration in such a way that Windows 10 decided that it owned my Ubuntu partition, but only during an upgrade which happened several months after the initial installation. This ruined an actively used install. Not exactly an ideal user experience. Ok, at a stretch maybe it was a bit my fault for not learning that the Windows 10 update system was a bit more... Ambitious than previous versions of Windows, but an explicit warning prompt before it happened wouldn't have gone amiss.

Re: Software I’m thankful for (2021)

#149
post #81

Earlier quoted context omitted.

I use Linux as my main OS for some years now, but use Mac and Windows, mostly because I need to test my software on them, but I have to say: I totally agree. Windows is the only practical desktop OS for most people. Mac is not an OS you can use unless you buy the entire package, and then you have to live with many of its limitations. It absolutely sucks at multitasking (not that most average users care about this one…

Could you elaborate on the difference between Windows and MacOS in the context of multitasking?

MacOS uses a considerably different window metaphor than Windows does. This isn't bad, but I think it's fair to call it inherently more complicated than the stacking-windows model that Windows uses or the dead-simple "one app fills your screen" model of iOS/iPadOS. At least, that's the immediate problem I've seen family members point out with MacOS.

Re: Software I’m thankful for (2021)

#150
post #20

Strangely enough: Windows. Yes, I fucking hate Windows 10/11 for several laundry lists' worth of reasons, but you know what? At the end of the day, Windows is the only desktop OS that enables me to use my computer to do the shit I need or want to do. So long as that fundamental principle as a tool is not violated, I will forever be thankful for Windows regardless what criticism I might have for it.

Software development is a much better experience on Linux compared to Windows (unless you stay within Visual Studio). If you do tasks that are well supported by your OS, your experience will be mostly good. Don't run servers on MacOS, don't develop on Windows and don't game on Linux. Or do it anyway and deal with the unpolished aspects of it.

As a lifelong windows dev, what exactly makes linux worth moving to? I understand that coming from a linux world, doing what you like doing in linux isn't always possible on windows. But I've never really found a use for any of that console magic linux devs seem to love. Pipe this into that and through seven pieces of software that sound like glibgcd, add 8 arcane flags and in the end you have some kind of textfile that would've just as easily been made in some handmade program? What exactly is the selling point for devs?
Post reply on HN