Ask HN: What are your favorite examples of elegant software?
121–130 of 422 posts
Re: Ask HN: What are your favorite examples of elegant software?
#122Earlier quoted context omitted.
Lots of features, sure, but elegant? I've always felt like excel was about as far as you could get from elegant, especially once you want to do anything more than data entry and simple charts. Elegant software doesn't normally need an interest group dedicated specifically to preventing people from misusing it. http://www.eusprig.org/
I'm a definite 'excel-apologist' and think Excel is brilliant and incredibly powerful when used correctly, so the below may be biased but... > Elegant software doesn't normally need an interest group dedicated specifically to preventing people from misusing it. http://www.eusprig.org/ Plenty of the other software listed has user-error misuses (For instance C is listed, and by the same standard it could be considered…
Re: Ask HN: What are your favorite examples of elegant software?
#123mIRC feels elegant by today's standards. A full-featured IRC client for Windows that includes an entire scripting language and yet it consumes less RAM than calc.exe.
Hah, mIRC was a long time ago! I'm a bit nostalgic. :) But is it really true that vanilla mIRC consumes less RAM than calc.exe...? That'd be impressive, if I could believed that!
calculator.exe is at 74 MB working set, 24 MB Memory (private set), 50 MB Memory (shared working set), 48 MB commit size.
mIRC.exe is at 31 MB working set, 13 MB Memory (private set), 18 MB Memory (shared working set), 38 MB commit size.
Doesn't matter which value you use for "How much memory does this program use?". mIRC is smaller in all of them.
Re: Ask HN: What are your favorite examples of elegant software?
#124Re: Ask HN: What are your favorite examples of elegant software?
#125Re: Ask HN: What are your favorite examples of elegant software?
#126numpy started a science renaissance. fantastic library for what it does.
Re: Ask HN: What are your favorite examples of elegant software?
#127I'd say Linux Mint. It combines everything that's good about Ubuntu while removing things like snap. Also the design is so much better but I feel that's a personal choice. But everything in linux just works so well now. I run 4 monitors on 2560 resolution on two separate amd cards and everything runs flawlessly. I have all the software for free and most OSS is just as good if not better for my work (except games and…
A pity, as I dislike snaps and the generally dumbed down direction of recent Gnome, so it would otherwise have been a good fit for me. For now I'm (still) on Ubuntu though.
Re: Ask HN: What are your favorite examples of elegant software?
#128Turbo Vision/Turbo Pascal for MS-DOS. Borland put together one of the best instances of an object oriented library that just worked. The follow up with Delphi for Windows was the most productive environment I have ever experienced, until I was priced out of it in their pivot to "Enterprise" customers. Nothing since is anywhere near as productive. Lazarus is ok, but the documentation is horrible, (almost non-existent,…