Earlier quoted context omitted.
I use syncthing and appreciate that it exists. It's way too easy to accidentally all your data, though! I've been dragging my feet migrating a hard drive from my old desktop to my new one for 1.5 years. This past weekend I finally got motivated to power the old one up and wait for syncthing to give positive indication that it's in sync with my server. The reason that was even a concern of mine is that the last time I…
I've managed to delete a folder with GBs of important data because Syncthing has non-obvious ways of handling data. Thankfully, I have tons of backups of everything, so it wasn't a big deal, but since then I've been extremely paranoid when using Syncthing to make sure it doesn't happen again.
Ask HN: What are your favorite examples of elegant software?
131–140 of 422 posts
Re: Ask HN: What are your favorite examples of elegant software?
#132Geometric algebra for any R{p,q,r} dimensional space. Has it own custom JS to JS transpiler so the literal number "1e10" becomes a bivector. The code is just around a thousand lines while it lets you do amazing things like this right in the browser:
https://enkimute.github.io/ganja.js/examples/coffeeshop.html...
Re: Ask HN: What are your favorite examples of elegant software?
#133Macromedia Director, it was amazing how quickly you could create an interactive standalone app or CD-ROM.
Re: Ask HN: What are your favorite examples of elegant software?
#134Re: Ask HN: What are your favorite examples of elegant software?
#135Vary random but these are stuff which impressed me on first try and never let me down: Kitty, the terminal emulator by Kovid Goyal wouter, a minimal JS routing library espanso, a text expansion program KDE Connect Tailscale The last 2 together curl
Could you elaborate on what do you feel is better or makes you more comfortable using kitty against any other random terminal?
I also vouch for KDE Connect. Painless to use after installing. Very convinient for file transfer
Re: Ask HN: What are your favorite examples of elegant software?
#136Re: Ask HN: What are your favorite examples of elegant software?
#137Alfred (Mac launcher)
Re: Ask HN: What are your favorite examples of elegant software?
#138Re: Ask HN: What are your favorite examples of elegant software?
#139Forth, Lisp (Scheme, in particular - I love CL but it's the C++ of Lisps), and Lua - three languages that take a small set of elegant primitives and synthesize them to give you incredible power.
Remember the Milk is a task-tracking SaaS that is one of the few pieces of software that I actually like, which is especially impressive given that it's proprietary. Cheap, fast, effective, and with a UI design that continually impresses me with its mix of intuitiveness and ergonomics.
Re: Ask HN: What are your favorite examples of elegant software?
#140Pipes in Unix as a concept are also a great abstraction. A bit dated, but still every powerful today.
Files in Unix as well. Some people have gripes which are fair, but the idea that a device, a file, and a socket are all accessed via the same API is fantastic. Of course there are issues, but it's generally worked really well for me.