Live data from Hacker News

Software I’m thankful for (2021)

crawshaw.io

181–190 of 530 posts

Re: Software I’m thankful for (2021)

#181
post #131

Earlier quoted context omitted.

I'm surprised how the asian continent had a pervasive notion of holism. They always look very wide.

"Interbeing" is how Thich Nhat Hanh would put it. Everything exists only in relation to everything else. It's relations all the way down.

Even confusianism is said to put the emphasis on the group rather than the individual. So contrasting with many occidental cultures.

Re: Software I’m thankful for (2021)

#182
Shellcheck https://github.com/koalaman/shellcheck : Shell scripts are unavoidable, you have to write one every now and then but shell is a terrible language with massive footguns around every corner. I don't write shell scripts extensively enough to remember all those footguns and even if I did, not sure I'd want to waste brainpower remembering all that archaic trivia.

Shellcheck makes writing shell scripts bearable and dare I say somewhat enjoyable. They have managed to collate all the shell scripting potholes and tribal knowledge into one static analysis tool. No shell script now gets checked in at work or on my personal machine without being pumped through shellcheck.

Re: Software I’m thankful for (2021)

#183
post #111

I don't know about you, but I can't buy bread with 'thanks.'

it's funny, because I believe the author has contributed to at least 4 of these directly in his day job, and has published code for a few more. But I guess you can't buy bread with substantial contributions, if ability to buy bread is our metric. But it's not a good metric.

Re: Software I’m thankful for (2021)

#188
post #55

Earlier quoted context omitted.

Well I don't get offended , I just roll my eyes that someone is okay being a walking ad for a company that has plenty of money.

Do you roll your eyes at yourself whenever you, say, drive a car? We're surrounded by things that have their company's branding prominently plastered on them. Hell, stuff like luxury bags (eg: Louis Vuitton) exist specifically to flaunt a company's branding. Of course, it would be nice if we weren't surrounded by marketing and advertising everywhere all the time, but that's beside the point.

Uh, no, I don't; obviously aesthetic judgments are much more subtle than that.

> but that's beside the point.

uh that is precisely the point. Hence if there is some trivial way to avoid it, I like people who do it.

For instance yeah your car has branding you can't avoid. But you know what you can avoid? Those stupid license plate holders that dealers put on to advertise themselves. Better than nothing.

Re: Software I’m thankful for (2021)

#189

Earlier quoted context omitted.

> saying his daughter smelled like a 'toilet' on his deathbed This requires a citation.

It's from his daughter's book "Small Fry". It wasn't on his deathbed, though he was very sick. She had put on some cologne that didn't smell good.

Easy to say things behind someone who's already dead. How can we trust the book?

Re: Software I’m thankful for (2021)

#190

Earlier quoted context omitted.

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 t…

Everybody has their pain points with every operating system.

For me and windows it was when it updated a hibernating unplugged laptop overnight causing me to loose several hours of genealogy work. I had been using a new to me application that hadn't been doing any sort of background saving while I put in information. My had some niblings come over so I shut my unplugged laptop thinking id get back at it tomorrow. The next day when I opened the laptop I was greeted with the dreaded "Hi" screen, and my previous days work was gone.

Windows also likes running the fans on my laptop way more than it should. Where linux keeps them off for most my typical work.

Neither Windows or Mac have a Tiling Window Manager, for me not having to manage windows is a dream.

Running docker as a first class application is nice.

But linux has its issues too. Occasionally an update really borks my system and yes it is a pain to find what went wrong.

I also love vim and emacs. They work better on linux.

Post reply on HN