Live data from Hacker News

Ask HN: Examples of reliable software you enjoy using

news.ycombinator.com

491–500 of 666 posts

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

#491

Discord has been rock solid so far for VOIP, and actually has great UX. A refreshing change after years of using mumble/teamspeak and maintaining my own servers on flaky cheap VPS providers.

Ridiculous how well this actually works. The target market is gamers but I use it for business.

I just use it to talk to friends and drop links. Much nicer than Skype or Google Hangouts (after Google took out all the functionality).

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

#492

CircleCI ( https://circleci.com/ ) I add this to every new project. Best cloud-based continuous integration platform I've used so far. Sane intelligent defaults, many projects start building out of the box. You can easily link it to Slack (another piece of reliable software) and start getting continuous feedback that your project is working correctly / is getting deployed - as it is being built.

I've become a big fan of Drone CI. Open source, Docker powered, written in Go. Been using it for a couple years. The current .4.x branch has some kinks but it's technically still beta.

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

#494

From the desktop, most of my development toolkit: bash, vim, git, etc. On the server side of things: nginx, haproxy, redis, memcached, cron, logrotate, Linux And controversially (probably since I've learned their quirks): MySQL, Nagios. They all just... work. I use these tools to set up a server, and after configured, the VM usually goes down before they do. On the flip side of things, tools I have to use and highly…

I'd say give MariaDB a try. It does everything MySQL does, fully compatibly without the guilt of supporting Oracle.

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

#496
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.

I worked with Eclipse for a few years and found it was a constant source of stress, refusing to stay synchronized with maven, crashing, having to restart it, etc.

TL;DR +1 for IntelliJ

I was hating maven, until I started using IntelliJ. I don't remember ever Eclipse going to zero error count on a maven project whereas the project would just compile if maven was used outside of Eclipse.

IntelliJ just works. FTW it has Eclipse key-mappings as well.

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

#497

All that 'yak shaving' makes me feel like Windows and OS X are poised to become legacy desktop operating systems. Every other popular consumer operating system today avoids that stuff somewhat successfully and none of us wish devops would disappear so we can manually do that stuff again. Security around traditional desktop operating systems is getting unfunny very fast too. Some of the software we like is so wasteful…

I bark to people all the time about how environmentally unconscious it is to do something on a million client machines which could have been done once on the server and cached. Namely client side JavaScript based document composition. If everyone is going to do the exact same thing, it's just a huge waste of cycles.

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

#498

git is so reliable that I forget that reliability used to be a problem in version control (I've had to reconstruct CVS and Subversion repositories that got corrupted via various bugs and quirks of the system). It's also pretty fast. SQLite is an automatic, and easy, answer. It almost goes without saying at this point, I guess. vim is everywhere. I like knowing I can always run it no matter where I am or what server/V…

> Perl ... the overall culture of testing

and documentation!

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

#499

VLC. There have been so many times I thought "man it would be great if there were this crazy hypothetical feature in my media player" only to find out it's like a stable long-established feature that's a keypress away from activation after a quick google search or glance at a dropdown menu.

I switched to SMPlayer because of the integration with OpenSubtitles. http://smplayer.sourceforge.net/

In case you didn't know, there's an option in VLC to download subtitles based on the hash of the video.
Post reply on HN