Tags: web-review, rust, learning, ethics, expertise, copyright, physics, coroutine, monitoring, problem-solving, funny, history, copilot, css, javascript, technical-debt, sqlite, tests, browser, cpu, culture, law, go, tools, engineering, quality, productivity, multithreading, frontend, memory, science, graphics, search, mentoring, privacy, security, politics, framework, surveillance, safety, craftsmanship, knowledge, flatpak, web, management, architecture, gpt, foss, codereview, rewrite, porting, html, tech, fake-news, facebook, design, python, property-based-testing, databases, type-systems, algorithm, licensing, bias, linting, systemd, complexity, fake, social-media, internet, coaching, maintenance, sandbox, machine-learning, self-hosting, git, mathematics, cognition, book, asynchronous, performance, linux containers, philosophy, ai
Back from vacations and I did some catch up late at night… So expect a larger selection than usual. Let’s go for my web review for the week 2026-36.
Tags: tech, web, internet, culture, history
A very uplifting essay in my opinion. Starts with a historical perspective on the webmaster role to then evolve into a manifesto about creation on the web.
https://brennan.day/webmaster-a-manifesto-for-everyone/
Tags: tech, tools, philosophy, framework, design
Indeed, it’s high time our industry leaves the “it’s just a tool” rhetoric behind. This claim is a way for us to not take our responsibilities in the design of the tools we make.
https://deadsimpletech.com/blog/no-such-thing-as-just-a-tool
Tags: tech, foss, politics
There’s no “apolitical” projects. Claiming the contrary is just trying to hide your agenda. While our engineer culture keeps falling for it, really bad actors are benefiting from it…
https://brennan.day/normalized-fascism-in-open-source-12-million-given-to-dhh/
Tags: tech, facebook, social-media, law, surveillance
This is not indeed the win you’d expect. More surveillance coming pushed by the settlement…
Tags: tech, ai, machine-learning, gpt, fake, fake-news, knowledge, politics
Very important opinion piece from Cory Doctorow again. The trend was clear of an epistemic crisis brewing and generative AI basically put it on steroids. This is a real blow to our civilisation.
https://pluralistic.net/2026/08/20/epistemic-void/#expert-agencies
Tags: tech, ai, machine-learning, copilot, politics
Clearly there’s a political project behind the design of those tools. Clearly our industry is lacking enough class consciousness to push back against the “AI overlords” agenda.
https://anarc.at/blog/2026-08-18-people-vs-ai-overlords/
Tags: tech, ai, machine-learning, gpt, ethics, book, knowledge
This truly makes me sad… The level of cynicism required to destroy rare books is just beyond me. All this to squeeze the last human made tokens available with no real gain in sight.
Tags: tech, ai, machine-learning, copilot, engineering
The executive summary is good. This is also a nice source of reference papers and studies on the topic. It shows quite well why the work is moving to the harnesses rather than the models. Indeed models probably won’t improve much in terms of reliability. It all points once again towards a needed shift of people attention from the shiny toys and towards team practice instead.
https://codemanship.wordpress.com/2026/08/12/ai-software-development-what-does-the-data-say/
Tags: tech, ai, machine-learning, copilot, productivity, engineering, craftsmanship
Very good opinion piece going back to Naur’s and Brook’s important papers about software production. It’s a sobering take on how LLM can’t bring the promised productivity gains. This is not saying it can’t bring productivity gains of course but it’ll never be as dramatic as what the current hype cycle pushes people to believe.
https://cekrem.github.io/posts/there-is-still-no-silver-bullet/
Tags: tech, ai, machine-learning, copilot, copyright, law, foss
Clearly the situation of copyright around LLM uses is complex. It’s easy to fall into code which can’t be copyrighted if there’s not enough human input to produce the work (and keep in mind that “prompting” is likely not enough input). This also raises questions about potential copyright violations. Looks like following the guidelines of the SFC for contributing to Free Software projects is getting especially important.
https://fsfe.org/news/2026/news-20260825-01.html
Tags: tech, security, privacy, politics
Or a reminder that no system can be made to be completely safe and secure. When the political pressure or violence gets in the equation it’s hard to not simply falter and satisfy the demands.
https://shkspr.mobi/blog/2026/08/and-then-the-men-with-guns-tell-you-to-do-it-anyway/
Tags: tech, git, tools, linting
Might turn into a nice way to manage your git hooks.
Tags: tech, linux containers, flatpak, security, sandbox
A nice and simple approach to sandbox a command. Of course with the system integration it’s a bit porous bit it might be a good base for quite a few uses.
https://bxt.rs/blog/easy-sandboxing-on-linux-with-bubblewrap/
Tags: tech, search, self-hosting
Looks like an interesting personal indexing system for your own files and slice of the web.
Tags: tech, systemd, monitoring
Neat trick to monitor systemd services.
https://passbe.com/2022/healthchecks-io-systemd-checks/
Tags: tech, python, performance, algorithm, cpu, memory, complexity
Too often people mistake the algorithmic complexity theory for the real performances you would get. This can’t be further from the truth. The memory layout trumps all. As usual you need to measure.
https://lemire.me/blog/2026/09/03/python-sets-and-dictionaries-can-have-quadratic-time-performance/
Tags: tech, rust, porting, rewrite, safety
Unsurprisingly it’s not all unicorns and rainbows. This piece tries to highlight the right questions to ask yourself before aiming for a rewrite.
https://blog.jetbrains.com/rust/2026/08/10/rewriting-in-rust/
Tags: tech, go, rust, asynchronous, coroutine
Comparison of two concurrency models. This is a light read which shows quite well the differences.
https://kerkour.com/rust-vs-go-concurrency
Tags: tech, multithreading, databases, performance
When more concurrency might not help. Illustration with the case of database queries.
https://planetscale.com/blog/concurrency-vs-throughput-vitess-mysql
Tags: tech, databases, sqlite, architecture, funny
Another love letter to SQLite. It’s meant to be funny but comes with plenty of good arguments and ideas as well.
https://joecode.com/2026-08-19-sqlite3/
Tags: tech, web, frontend, browser, performance
A reminder that web frontend work isn’t as easy as it sounds. It brings quite some caveats and his difficult to do well. Otherwise you wonder why things stutter or render badly.
https://kciter.so/posts/the-expensive-main-thread/en/
Tags: tech, css, graphics, physics
Really nice tricks you can pull with CSS nowadays. The result is fairly nice visually.
https://ambientcss.vercel.app/
Tags: tech, html, javascript
More proofs that HTML is more and more capable by itself.
https://chrisburnell.com/html-can-do-that/#example-until-found
Tags: tech, web, frontend, javascript, licensing, foss, law
Finally a sensible approach to communicate license compliance for client side content delivered via a browser. It’s not too much of a bother so let’s hope it gets picked up.
Tags: tech, property-based-testing, tests, rust, type-systems
Interesting case where you want to property test but without a specific property base test tool. Indeed, if you need to be exhaustive and the input space is small enough this is the better decision. This article also comes with interesting point on Rust type system but that’s less central to the main point.
https://rust-blog.github.io/post/favi-child-property-tests/
Tags: tech, technical-debt, complexity, maintenance, craftsmanship
A good piece showing some of the problems with how the term technical debt is widely misused. There’s a problem with the metaphor itself, you rarely have the information level needed to call it debt.
https://www.simplermachines.com/lets-not-call-it-tech-debt-its-just-mess/
Tags: tech, quality, engineering, craftsmanship
I like this article somehow. Indeed I’d like to see more guilt in the people shipping bugs in production (myself included probably). Also I’m very much aligned with the proposed approach to tame issues: thinking, types, tests, and telemetry.
https://markuseliasson.se/article/guilt-driven-development
Tags: tech, engineering, codereview, learning, knowledge
Excellent piece about code reviews. But it goes further than that and shows how our skills could improve. By tackling this question it does a good job showing we don’t know where the ceiling is in terms of skills in our craft.
https://typesanitizer.com/blog/code-review.html
Tags: tech, coaching, management, mentoring
Interesting slide deck about coaching in tech circles. Clearly provides good inspiration both for coaches or if you’re the one requesting to be coached.
https://cate.blog/2021/02/22/coachability/
Tags: expertise, problem-solving, cognition, bias
This is an easy trap to fall into unfortunately. Be mindful of your own biases. They might increase as you gain more expertise in a field unfortunately.
https://www.congruentchange.com/the-expertise-trap/
Tags: history, politics, mathematics
Don’t be fooled by the click-bait title. It’s a good piece looking at history and game theory. It gives some lessons about how civilizations collapse… or not.
Tags: science, funny
Another good crop of Ig Nobel this year! I’m not sure which one is my favorite.
https://arstechnica.com/science/2026/09/meet-the-2026-ig-nobel-prize-winners/
Bye for now!