Ask HN: What are some examples of beautiful software?
41–50 of 262 posts
Re: Ask HN: What are some examples of beautiful software?
#42Re: Ask HN: What are some examples of beautiful software?
#43Re: Ask HN: What are some examples of beautiful software?
#44Earlier quoted context omitted.
"Nice, but they are solving a problem that is not all that hard." Apparently it was hard if it took that long to get a great, clean, FOSS solution to the problem.
Well, in any case, I've never heard of a government software project being overdue because their proxy cache contained spaghetti code :) To be clear, I'm not trying to denigrate this project in any way. I'm just saying that the complexity of the problem should be taken into account here.
Besides, it's not trivial to write a high performance HTTP cache.
Re: Ask HN: What are some examples of beautiful software?
#45Earlier quoted context omitted.
Well, in any case, I've never heard of a government software project being overdue because their proxy cache contained spaghetti code :) To be clear, I'm not trying to denigrate this project in any way. I'm just saying that the complexity of the problem should be taken into account here.
I think the complexity of the problem actually speaks in favour of Varnish. The Unix philosophy of writing software is based on the principle of doing one, possibly small thing very well. And that's exactly what Varnish does: it is a reverse-proxy cache that can optionally do a bit of preprocessing on the incoming HTTP requests. Besides, it's not trivial to write a high performance HTTP cache.
Certainly true.
I guess that for me "beautiful code" invents some abstractions that transform a problem that initially seems dauntingly difficult into something that is easy to reason about. A proxy cache does not, for me, satisfy the first part of this premise, although I can imagine that the details of such a project take a lot of effort (hence "not trivial", but in a different way).
Re: Ask HN: What are some examples of beautiful software?
#46 - Starts in a sec.
- API is the program, the GUI just an interface.
- Free but very professional
- Shortcuts are ergonomic.Re: Ask HN: What are some examples of beautiful software?
#47Earlier quoted context omitted.
"Nice, but they are solving a problem that is not all that hard." Apparently it was hard if it took that long to get a great, clean, FOSS solution to the problem.
Well, in any case, I've never heard of a government software project being overdue because their proxy cache contained spaghetti code :) To be clear, I'm not trying to denigrate this project in any way. I'm just saying that the complexity of the problem should be taken into account here.
They're certainly easier to write than a lot of software. Their simplicity is deceptive, though, when real-world isdues come into play. Esp if result is to be beautiful.
Re: Ask HN: What are some examples of beautiful software?
#48Re: Ask HN: What are some examples of beautiful software?
#49Re: Ask HN: What are some examples of beautiful software?
#50Amazing source.