Live data from Hacker News

Ask HN: What is the best-designed software you've used?

news.ycombinator.com

71–80 of 83 posts

Re: Ask HN: What is the best-designed software you've used?

#74
post #33

The UTF-8 encoding. It's optimal in so many ways it's like a quadruple bank shot. Here's a 1997 paper talking about some of its properties: https://www.sw.it.aoyama.ac.jp/2012/pub/IUC11-UTF-8.pdf Between UTF-8 and Unix, Ken Thompson is my engineering hero.

Don't forget Plan9

Re: Ask HN: What is the best-designed software you've used?

#78
Considering the obvious click-bait title, there are fundamental problems with the question imho.

How can you know how well some software is designed by using it? You can't. You need to see the code, to look at its specs, etc.

Of course, the OP might be taking about UX, rather than the other facets of software design, but even then there's a large disconnect from the design and the use.

As a user, all you can do is comment on metrics that are important to you: usability, speed/responsiveness, accuracy, stability, originality... At best, this might hint at the result of good design, but not always.

PS: My actual answer to all of this is: Software design can always be improved upon. There is nothing that I've written that I can't improve upon/do better after a re-design.

Post reply on HN