71 private links
This is indeed a nice way to setup some new habits on the command line.
Looks like an interesting vector editor.
Nice! At last a Makefile linter. It has some interesting features, I especially like the automated .PHONY target management.
Interesting thinking and trick. We clearly pile up too much noise in our shell history.
Early days for this project but the idea is interesting. I could clearly things I'd want to automate that way.
I often tumble on this. The two and three dots notations means different things between git log and git diff. It is a tad annoying.
Seriously... Developers should be ashamed to produce such invasive tools.
Nice new tool from the Tor project. Looks like it'll make it really easy to push traffic to Tor from the command line.
Interesting point of view... what makes a tool really?
It's little known that regular Git has a server mode. The thing is that it's not often useful beyond sharing over the local network. Know this tool leverages magic wormhole to share repositories with peers over the Internet. This is really cool stuff in my opinion.
Looks like a nice alternative to git rebase to manage patchsets. Definitely interesting if you're using something like Gerrit. With other forges... It'll depend how your reviews are handled I think.
Again that confirms that all the hype and grand announcements are not deserved. It also gives a good idea of the skills which are required to use those tools, clearly the setup process is involved if you want to don't want to be overwhelmed and drowning in bad code.
Looks like a nice way to orchestrate rootless podman containers.
Interesting fork of rr to have time travel debugging with software counters. Hopefully will allow using rr in environments where it's limited by lack of access to hardware performance counters.
Looks like a neat little tool to explore git repositories.
Ever wondered how to make a code formatter? This post does a good job showing the main problems you might encounter. The impact of Unicode is especially funny. Very interesting stuff.
There are pros and cons to using a forge, same thing when not using a forge. Let's not forget you don't have to use one though. Also this piece mentions git bundles which I didn't know about, it looks interesting.
Or why even the core git developers don't really use the defaults. This piece gives good knobs to play with in order to have a nicer experience.
Looks like a neat tool to have available to remap keys.
Looks like a really nice tool to work with systemd services. It also integrates with my trusty lnav for the journal handling. I'll definitely give it a try going forward.