Let’s go for my web review for the week 2026-25.
Open Source vs the Invisible Hand
Tags: tech, foss, commons, economics
Or why modern economics mostly loose the plot when you try to factor Open Source in there simplistic theories.
https://nesbitt.io/2026/06/18/open-source-vs-the-invisible-hand.html
Recommendations When Using LLM-backed Generative AI Systems for FOSS Contributions
Tags: tech, foss, ethics, ai, machine-learning, gpt, copilot
A very balanced set of recommendations from the SFC around LLM uses. It’s just the beginning and still lacks a bit in details. It’s very welcome though and I look forward to their updates.
https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html
Turn your site into a place people can bump into each other
Tags: tech, web, blog, community
I like this idea. It’d be nice if more websites felt like little town squares.
https://cauenapier.com/blog/townsquare_release/
The world’s first trillionaire is a killer
Tags: tech, business, politics
People excited by accumulating so much wealth (on paper) are clearly showing sociopathic traits…
https://www.theverge.com/tech/949259/the-worlds-first-trillionaire-is-a-killer
Extinction-level capitalism
Tags: tech, politics, ethics, economics, ai, machine-learning, gpt
Long, rich, and sourced piece. Or why the current gold rush aims at accelerating wealth accumulation of a few to the expense of everyone else. If the plans work as intended, the outcome won’t look good.
https://matthewbutterick.com/extinction-level-capitalism.html
Dangerous Technology For Americans Only
Tags: tech, europe, politics, ai, machine-learning, gpt, foss, commons
The latest move by the US government treating LLMs like dangerous weapons tells something about the geopolitical moment. Can we collectively raise to the challenge and build on cooperation instead? It’d be a much better position than assuming governments or big companies will make the right choices for everyone else in isolation.
https://lucumr.pocoo.org/2026/6/13/americans-only/
It Is Trivially Easy to Use Reddit to Manipulate AI Search, Research Suggests
Tags: tech, ai, machine-learning, gpt, fake-news, scam, attention-economy
What a surprise… It turns out it’s very easy to manipulate AI “search”. Something which operates of statistical similarity to queries, who knew it could be manipulated. 🙄
https://www.404media.co/it-is-trivially-easy-to-use-reddit-to-manipulate-ai-search-research-suggests/
Report: How Developers React to AI-Scented Blog Posts
Tags: tech, blog, ai, machine-learning, gpt
Badly apparently, looks like it makes for prose people avoid. Now the thing is… with the widespread suspicion, some people might be wrongfully flagged as using LLM to write their posts.
https://writethatblog.substack.com/p/dev-reaction-to-ai-blog-posts
The Future of the Con Is Already Here, It’s Just Not Evenly Distributed
Tags: tech, ai, machine-learning, gpt, scam, security
What happens when targeted scams become cheap to run? This covers it fairly well, and we need to change our heuristics and trust model.
https://manishearth.github.io/blog/2026/06/17/the-future-of-the-con-is-already-here/
xan: The CSV magician
Tags: tech, data, data-visualization, tools, command-line
Looks like a nice command line tool for exploring data.
https://github.com/medialab/xan
.gitignore Isn’t the Only Way To Ignore Files in Git
Tags: tech, tools, version-control, git
Neat little summary on the mechanisms to ignore files in Git.
https://nelson.cloud/.gitignore-isnt-the-only-way-to-ignore-files-in-git/
Boot Naked Linux
Tags: tech, linux, embedded
A good reminder that Linux based systems can be slimmed down quite a bit. Can come in handy for specific devices.
https://nick.zoic.org/art/boot-naked-linux/
Why stdx is not on crates.io
Tags: tech, rust, supply-chain, security
Indeed, skipping the centralized package manager might be better in the long run.
https://kerkour.com/stdx-cratesio
Async Task Locals From Scratch
Tags: tech, asynchronous, memory, rust
Wondering how those are implemented and the challenges behind them? This is a good exploration of the idea.
https://wolfgirl.dev/blog/2026-06-16-async-task-locals-from-scratch/
Learn Rust Concurrency By Building a Thread Pool
Tags: tech, rust, multithreading
This is an excellent exercise to understand a language and its ecosystem better. This time it is about Rust.
https://blog.sheerluck.dev/posts/learn-rust-concurrency-by-building-a-thread-pool/
Rust Prevents Data Races, Not Race Conditions
Tags: tech, rust, multithreading
Sounds obvious to me, but I guess it’s worth repeating. It illustrates well the type of issues you still have to deal with in multi-threaded Rust.
https://corrode.dev/blog/rust-prevents-data-races-not-race-conditions/
How memory safety CVEs differ between Rust and C/C++
Tags: tech, security, memory, rust, c++, c
Interesting take on why CVEs are reported differently for C/C++ and Rust libraries. The responsibility for API misuse is treated differently because the abilities to express contracts is treated differently.
https://kobzol.github.io/rust/2026/06/15/how-memory-safety-cves-differ-between-rust-and-c-cpp.html
Memory Management in C++ by Patrice Roy
Tags: tech, c++, memory, book
Looks like a good book. This review definitely tempts me.
https://www.sandordargo.com/blog/2026/06/17/memory-managenent-by-patrice-roy
Parsing JSON at compile time with C++26 static reflection
Tags: tech, c++, type-systems, compiler, reflection
This is really interesting stuff that C++26 brings.
https://lemire.me/blog/2026/06/14/parsing-json-at-compile-time-with-c26-static-reflection/
Every Frame Perfect
Tags: tech, ux, graphics, animation, gui
Indeed, the intermediate steps in an animation have to make sense too. Too often we think about the start and end point but miss the quality of the transition.
https://tonsky.me/blog/every-frame-perfect/
Getting Creative with Perlin Noise Fields
Tags: tech, graphics, mathematics
So many possibilities with Perlin noise! There are some really fascinating textures in the lot.
https://sighack.com/post/getting-creative-with-perlin-noise-fields
The case for real collaboration
Tags: tech, pairing
I still wish our craft would practice pair and ensemble programming more. Somehow it’s been years and it doesn’t really take off unfortunately.
https://blog.mikebowler.ca/2026/06/15/collaboration/
Nine Questions I Now Ask in Interviews That I Wish I’d Asked Five Years Ago
Tags: interviews
This is a good list of questions. Never forget you need to assess the company you’re applying at. To often candidates forget to do it.
https://louisedeason.substack.com/p/nine-questions-i-now-ask-in-interviews
When Overwhelmed, Slow Down
Tags: health
This is sound advice. Especially in this era of chasing productivity at all costs, we tend to not listen to ourselves enough.
https://nathanpeterson.net/overwhelmed-slow-down/
Bye for now!