Ask HN: What is the best-designed software you've used?
31–40 of 83 posts
Re: Ask HN: What is the best-designed software you've used?
#32Re: Ask HN: What is the best-designed software you've used?
#33https://www.sw.it.aoyama.ac.jp/2012/pub/IUC11-UTF-8.pdf
Between UTF-8 and Unix, Ken Thompson is my engineering hero.
Re: Ask HN: What is the best-designed software you've used?
#34Re: Ask HN: What is the best-designed software you've used?
#35Re: Ask HN: What is the best-designed software you've used?
#36Re: Ask HN: What is the best-designed software you've used?
#37Re: Ask HN: What is the best-designed software you've used?
#38Datomic, Rich Hickey's postgres killer http://www.dustingetz.com/:datomic-in-four-snippets
Re: Ask HN: What is the best-designed software you've used?
#39It has so many amazing plugins and the ability to sync settings AND plugins in combination with VCS allows you to pick up your project from anywhere. With a plugin like Key Promoter X you're well on your way to developing without taking your hands off the keyboard.
Built in terminal is great, no more alt+tabbing and cd'ing to the project directory.
It's only like $9/month on JetBrains
Re: Ask HN: What is the best-designed software you've used?
#40- Unix command line. - Vim's commands and keybingings interface (not the UI).
I recently decided to finally get good at Vim, but the UI, being text-only, can be charitably described as "awful."
Solution: Sublime Text 3 with the NeoVintageous[1] plugin. Takes a beautiful, highly customizable, extensible editor and adds most of the Vim bindings. I can do all of my main development work in a gorgeous editor, and when I have to hop onto an unfamiliar machine, I'm still good at using Vim.