AWK Match this, do that.
Ask HN: What are your favorite examples of elegant software?
301–310 of 422 posts
Re: Ask HN: What are your favorite examples of elegant software?
#302The things app https://culturedcode.com/things/ , even though it's just an elegant TODO app something drove me to buy the iPhone and Mac versions. Some time ago I spent a good amount of time looking for a development stack that allowed me to just build stuff. I ended up trying and deciding on Laravel Jetstream with InertiaJS https://jetstream.laravel.com/2.x/stacks/inertia.html . Laravel was easy enough already to ju…
I love Things, and for a long time used it every day. I just can't get behind their pricing model though, the desktop version in Australia is $80 which is outrageously expensive for a TODO app that can largely be replaced with the slightly inferior but free Reminders app.
Re: Ask HN: What are your favorite examples of elegant software?
#303NetBSD and OpenWRT. These platforms build across archs relatively easily and their configuration interfaces are pretty transparent.
Re: Ask HN: What are your favorite examples of elegant software?
#304Quoted post unavailable.
Re: Ask HN: What are your favorite examples of elegant software?
#305Standard Notes. Simple. Free. Open Source. E2E encryption. Basically, No frills. Their idea is to make software not with most features but the one that stays until the next century. They have a great blog on this philosophy. https://standardnotes.com/longevity
Man, I've looked at Standard Notes and want to love it and switch everything over to it. This is the only thing holding me back is the lack of background sync on mobile: https://github.com/standardnotes/mobile/issues/45
Re: Ask HN: What are your favorite examples of elegant software?
#306Standard Notes. Simple. Free. Open Source. E2E encryption. Basically, No frills. Their idea is to make software not with most features but the one that stays until the next century. They have a great blog on this philosophy. https://standardnotes.com/longevity
I was also going to suggest this, although there are a few things about the UI that I don't love - e.g., it takes 5 'tab' keystrokes to get from a note title to the note body. On that note (no pun intended), I do wish it was possible to query tag intersections, so to speak. E.g., show notes tagged with both 'todo' & 'coding'.
Re: Ask HN: What are your favorite examples of elegant software?
#307tmux
Re: Ask HN: What are your favorite examples of elegant software?
#308Earlier quoted context omitted.
any examples?
Mercedes has a system on the S-class that uses the sensors to detect a potential impact (e.g. an rapidly approaching vehicle while the car is stationary) and uses the active suspension to "jump" raising the car a few inches just at the moment of impact, apparently slightly reducing the potential for injury. Many cars and especially planes & spaceships are have tons of systems like this. I worked on a system that did…
The thing that trips me up about this is how can you ensure that the substitute data is actually useful. Is the substitute data a copy of the primary data? I guess it all depends on the use case...
Re: Ask HN: What are your favorite examples of elegant software?
#309The first thing that comes to mind as elegant compared to the alternatives is k9s for managing/monitoring kubernetes.
Re: Ask HN: What are your favorite examples of elegant software?
#310Most recently Tailscale, I enabled it on NixOS and minutes later had a secure VPN set up.