71 private links
Looks like an interesting tool for creating anonymized pre-production environments.
Maybe we could store metrics about the code in the history as well? This would indeed reduce vendor lock-in. This tool makes it easy. Unsurprisingly seems built upon git notes.
I like the idea of getting all the review comments back into Git once things are merged. This works offline, makes you less dependent on the forge for historical data etc. Now we'd probably need to have the notes feature easier to use somehow.
Looks like a nice tool for benchmarking Javascript in the browser.
Looks like an interesting tool for indexing and querying C++ code.
This is not said enough but this is indeed a very useful tool. There is a few tricks I didn't know in this list.
This can definitely come in handy. I can see myself using it for testing behaviors in the past or the future on a real application. This should also help writing automated tests in some cases.
Interesting approach to building a new code review system. I somehow doubt it'll get traction unfortunately but it has nice ideas baked in.
Looks like a nice tool indeed. Might be handy.
Nice suite of tools. The eBPF based ones look promising.
Interesting tool for diffing database tables. Should come in handy for tests.
Interesting trick for a zip based format containing mostly text.
Looks like an interesting benchmarking tool. To keep an eye on.
Looks like nice extensions to use GNU Make to run simple tasks.
Looks like a fun spreadsheet tool where you can use Python in any cell.
An alternative to the venerable sudo coming with systemd. Looks like it has interesting properties.
Looks like an interesting tool for infrastructure automation. It's all Python based which is an interesting departure from yaml files in that space. Could be a nice alternative to Ansible. I might take it out for a spin.
Looks like a nice tool to explore dependencies in JS based projects.
Looks like a nice tool to backup and restore emails. Probably to check out next time you migrate your emails to another server.
Looks like an interesting tool to analyze hard to reproduce bugs, especially when concurrency is involved. This could be useful to find the source of flaky tests as well.