Live data from Hacker News

Ask HN: What was the best software that you used during 2022?

news.ycombinator.com

141–144 of 144 posts

Re: Ask HN: What was the best software that you used during 2022?

#141
https://cachyos.org/

Arch based kde distro that has has an easy installer, looks really pretty and is well put togther and has packages compiled for the latest instruction set so I get a 15-30% performance boost without having to change hardware. Just a really well put together linux distro with all the benefits of arch (bleeding edge and most things available as packages or in the aur), plus a few extras.

Re: Ask HN: What was the best software that you used during 2022?

#142
post #43

- WSL: I had to do some work on windows boxes this years and was pretty impressed I could get Arch running with my usual setup and have extremely easy communication between Windows and the Linux env. - Buku: Continues to be a fantastic little library for bookmarks in your terminal. - NNN: A very extendable file browser in the terminal. It's become an easy way to wire up actions to files (like upload this file to a st…

if you add byobu to alacritty it gets even better. makes tmux easy. https://www.byobu.org/

Re: Ask HN: What was the best software that you used during 2022?

#143

Text editing: Geany + snippets calling various scripts & programs I wrote Entertainment: VLC followed by QMMP File management: PCManFM, especially for viewing PDF covers at beautiful sizes Phone: QuickEdit+, Spiro (fidget toy), SmallBASIC (+AppImages on desktop), OsmAnd- (hiking) Terminal: find . -iname " blah " (find a file quickly. find in general was amazing to me in 2022, with -mtime, -size, and other flags) du -…

if you like du, you should try ncdu. I made the switch and haven't looked back.

Re: Ask HN: What was the best software that you used during 2022?

#144

one combination I came to really love this year is babashka ( https://github.com/babashka/babashka ) + websocat ( https://github.com/vi/websocat ). I wrote about a method of live web programming with this pair at https://github.com/whacked/cow/blob/main/a%20technique%20for... babashka isn't strictly necessary; you can also pipe plain text, but pushing hiccup expressions to the browser DOM from the REPL with instant f…

This is a cool little setup, many thanks!
Post reply on HN