notes.billmill.org /| notes.billmill.org
🦘 Jump into the repositories of your filesystem, without any setup| Clément Joly – Open-Source, Rust & SQLite
In the last week of January 2025, I was appointed VP Engineering for Ubuntu at Canonical, meaning I’ll oversee the Ubuntu Foundations, Server and Desktop teams going forward. This post outlines my vision for that role, and how I hope to evolve the distribution, the engineering practices behind it, and the community over the coming years.| jnsgr.uk
In this article I share my enthusiasm for text processing on the unix command line. First I just list some of the underlying principles and common tools; then I share the various text processing tools I myself have written over the years. Some of the larger tools are accompanied by screencast videos to quickly give you an impression of what they can do.| Proycon's website
Digging into just a few of the neat things `less` can do (I learned a bunch today).| v5.chriskrycho.com
Slow Rust Builds? Here are some tips to speed up your compile times. This list was originally released on my private blog, but I decided to update it for 2024 and move it here. Tabl…| Corrode Rust Consulting
The command-line fuzzy finder by Junegunn Choi is a new interesting time saver and power user utility I find myself using all the time nowadays. Search the command history with fzf A very common thing for command-line power users is to use Ctrl+R to search the command history, and thus avoid typing the same command […]| Linux-natives
A cat(1) clone with wings. Contribute to sharkdp/bat development by creating an account on GitHub.| GitHub
Setup tips for frontend development and React.| cpojer.net
How to manage your programs and dotfiles with Nix and Home Manager.| alex.pearwin.com
Guide to using fzf in neovim with preview and keybinds| xnacly.me
Go standard library In Go creating of the JSON quite simple, just pass any data in json.Marshal, and you get the bytes with JSON. But parsing of JSON is painful, especially when you want only one field that located deep in the source JSON. You have to create all maps and structs for all places where located fields that you need. See full example on Go by Example. Make it better gjson – allows you to get any data from JSON without difficult conversions and type-casting.| blog.orsinium.dev
A post on configuring a user account for heavy interactive HPC usage with Spack, Nix and self-hosted applications. Background I have in the past written a few posts about configuring my HPC setup. Since the Research and University Network of Iceland hf. (RHnet) recently recieved funding for a new machine, called Elja 1, I decided to jot down my notes from my setup as part of the user interaction team.| rgoswami.me
Setup your terminal text editor for syntax highlighting, git integration and more| Roneo.org
clp's source code and installation instructions are available on Github and Sourcehut. It’s a work in progress hobby project, so expect bugs and quirks.| jeskin.net
A slack clone in 5 lines of bash| the-dam.org
🦘 Jump into the repositories of your filesystem, without any setup| Clément Joly – Open-Source, Rust & SQLite
bashRun all Bash scripts that’ll never go extinct.batA better cat.brootA better tree.clocCount lines of code.cloudflare-dyndnsDynamic DNS script for updating CloudFlare DNS A records. I use it to point NextDNS to my home| notes.abhinavsarkar.net
Improve the workflow inside the terminal with handy fzf tricks up your sleeve.| pragmaticpineapple.com