Ask HN: What are your favorite examples of elegant software?
1–10 of 422 posts
Re: Ask HN: What are your favorite examples of elegant software?
#2Re: Ask HN: What are your favorite examples of elegant software?
#3Re: Ask HN: What are your favorite examples of elegant software?
#4Re: Ask HN: What are your favorite examples of elegant software?
#5Nothing since is anywhere near as productive. Lazarus is ok, but the documentation is horrible, (almost non-existent, only doc-strings in many cases) which makes the system far less useful.
Re: Ask HN: What are your favorite examples of elegant software?
#6Unpopular opinion but Microsoft Excel. It's a powerhouse of features.
Elegant software doesn't normally need an interest group dedicated specifically to preventing people from misusing it. http://www.eusprig.org/
Re: Ask HN: What are your favorite examples of elegant software?
#7Although one might argue it to be a case of really elegant documentation and literate programming.
Re: Ask HN: What are your favorite examples of elegant software?
#8Re: Ask HN: What are your favorite examples of elegant software?
#9OwnTracks is an app that logs your position and sends it somewhere else. It has been running on my phone for like 2 years without issues, and talks to a server I wrote myself.
FolderSync syncs folders on my phone to remote storage. It's super flexible and generally just works. The conditions for syncing are highly configurable. I lament the lack of a similar utility on Mac - basically an rsync+cron UI.