Live data from Hacker News

Ask HN: Examples of reliable software you enjoy using

news.ycombinator.com

91–100 of 666 posts

Re: Ask HN: Examples of reliable software you enjoy using

#91
post #41

Beyond Compare. An amazing/cheap file comparison tool. - http://www.scootersoftware.com

I had forgotten about this tool, and having worked mostly on Apple hardware for the last 5 years didn't realize they had a macOS version. But when I used it on Windows, it was phenomenal.

Re: Ask HN: Examples of reliable software you enjoy using

#93
post #6

Earlier quoted context omitted.

Care to give some examples how? For me, Eclipse has remained very stable. Maybe we are using them for different languages and/or things.

When I used it for Java, I often would have to use the menu option to restart. Seriously .. a menu option to restart??? The stability wasn't as bad as the slowness. Also, OSGI seems to be a philosophy or cult. Things are just generally complex and bloated.

Android Studio, based closely on IntelliJ, has this menu item on the OSX version:

File | Invalidate Caches / Restart ...

Re: Ask HN: Examples of reliable software you enjoy using

#94
VMWare Player. I needed to run Linux in a VM with nested virtualization and hardware-accelerated 3D graphics. VirtualBox doesn't support the former and I couldn't get 3D acceleration to work even after installing the guest additions. Everything worked in VMWare Player right out of the gate.

Re: Ask HN: Examples of reliable software you enjoy using

#95

VMWare Player. I needed to run Linux in a VM with nested virtualization and hardware-accelerated 3D graphics. VirtualBox doesn't support the former and I couldn't get 3D acceleration to work even after installing the guest additions. Everything worked in VMWare Player right out of the gate.

Player is pretty nice no doubt. I also really like Vagrant + Virtualbox. Just works. And I can't believe Virtualbox is from the loins of Oracle.

Re: Ask HN: Examples of reliable software you enjoy using

#97

VMWare Player. I needed to run Linux in a VM with nested virtualization and hardware-accelerated 3D graphics. VirtualBox doesn't support the former and I couldn't get 3D acceleration to work even after installing the guest additions. Everything worked in VMWare Player right out of the gate.

I found VirtualBox to be super wonky at times.

Trying to run an OS X VM on an OS X host on it was "fun". Clang doesn't work out of the box and you had to set some weird and nonintuitive flags to get anything to compile on it.

I pretty much will try to use anything else besides VirtualBox when I need a VM.

Re: Ask HN: Examples of reliable software you enjoy using

#98

awk, grep, sed, and these days I add jq to my standard tool belt. I also really enjoy fish as my shell language of choice. Languages, runtimes, etc come and go but these programs remain as useful as they were 19 years ago when I first learned about them.

In our R&D Slack instance, it's amazing to see a program with great UX (Slack) enable engineers to post awk, grep, sed, jq, etc. one-liners to solve other engineers' questions. IRC has the same benefits, I'm sure, but Slack is the first command-line-style chat application to gain enough non-engineer mindshare to make it ubiquitous at any company I've worked for.

Re: Ask HN: Examples of reliable software you enjoy using

#99
post #6

IntelliJ Idea is head and shoulders better than many other IDEs, particularly Eclipse in the reliability department.

Care to give some examples how? For me, Eclipse has remained very stable. Maybe we are using them for different languages and/or things.

"A UI error has occurred trying to display a UI error" or something equally unhelpful.

When eclipse gave me that error message I immediately wrote it off as useful software.

Also it is dog slow compared to intellij

Re: Ask HN: Examples of reliable software you enjoy using

#100
In the vein of not "shaving yaks", my list is software that, when something goes wrong, it's almost always my fault. I don't care that it works well, but that it works consistently and predictably. Sadly, that's a rare trait based on some of the tools I have to work with daily. On to the list:

vim - going on, what, thirty years of use and it rarely surprises me.

bash - same thing. The only surprise is my own ignorance of it after so many years.

SQLite - so small, so useful, and so reliable for what it is.

I guess that ended up being the list a lot of others posted. Which ought to say something for the products mentioned.

Post reply on HN