Breach of Confidence — 17 July 2026
I've spent the week watching people argue about whether AI will replace security analysts whilst ignoring the fact that most organisations still can't tell you where their crown jewels are stored. Priorities remain wonderfully intact. Broadcom's Breakup Strategy Allstate tried to leave VMware. Broadcom immediately audited them, then sued them for leaving during the audit. It's the enterprise software equivalent of slashing your ex's tyres because they dared to move house.
https://javvadmalik.com/2026/07/17/breach-of-confidence-17-july-2026/
A generalized desire to understand how the objects and systems around you work, regardless of whether or not that knowledge can actually be applied
learning a few things about running SQLite https://jvns.ca/blog/2026/07/17/learning-about-running-sqlite/
I would like to read this book, but i'm clearly not going to pay $130 + $60 for shipping wtf https://templeos.net/product/templeos-book/ #templeos
Prompt injection works because it’s one stream of data mixed with instructions. If you separate it with tags, the user can fake the tags.
If only someone had told people that in-band signalling is a bad idea before LLMs came along.
The Free Software movement never escaped from its origins: the early ‘80s MIT AI Lab. Two things were true in this environment:
This meant that the only obstacles for these people being able to fix bugs and add features to any program were access to the source code and the legal rights to modify it. Once you have those, any program was understandable by that group and they could modify it however they wished.
For the next 40 years, the FSF focused on these two things. The world around them changed. These two prerequisites were never enough for most people (what do 90% of computer users do if you give them even a modest 10,000 line C codebase and tell them they can change it however they like?) and now they aren’t enough even for competent programmers.
When Linus says ‘fork it’ to folks who don’t want LLM-extruded code in their kernel, he knows full well that it is almost impossible to fork a 40 MLoC C (and Rust now) codebase that averages more than one CVE per day and have something useful.
The Free Software movement is struggling now because it obsessed over licenses, which was never a path that would succeed, and ignored the hard problems:
Instead of tackling any of these problems, they created more complex and restrictive GPL variants. And well-paid lawyers found loopholes in them that allowed corporations to keep doing what they wanted (and even pick licenses like AGPLv3 to control ecosystems, because they give the copyright owners so many more rights than everyone else that it’s hard for anyone else to compete). They said ‘don’t worry about the complexity of the licenses, you only need to understand the legal details if you’re creating and distributing derived works’ while completely forgetting that making it possible for anyone to create and distribute modified versions of the programs was the entire point of the Free Software movement.
EDIT: Lots of people are reading this as if it’s about the kernel. I would say that the kernel is the least important part of a system for this. The layers on top, especially anything that directly interfaces with the user or controls their data, are far more important to build around these principles.
RE: https://gamedev.lgbt/@lurnoise/116471839269805545
Hihi, a reminder that I'm available for work <3
Now that the CEO of Flock has called deflock.me a terrorist organization, I'd hate for other people to know about these other flock watchdog groups.
Please don't go on these websites, I beg you.
https://Alpr.wtf - Every U.S. jurisdiction using ALPR, plus how to file info requests.
https://EyesOnFlock.com - Crowdsourced map of Flock cameras and city contracts.
https://Deflock.me - Nationwide ALPR map tracking Flock deployments, removals, and resistance.
https://HaveIBeenFlocked.com — Quick check to see if Flock is watching your neighborhood.
https://DontGetFlocked.com — Plots your route, counts ALPR/Flock cameras, and suggests surveillance-free alternatives.
#flock #surveillance #uspol #police #politics #ai #noai #facialrecognition
Starship Flight 13 Scrubbed
What is really fascinating is that SpaceX tried and failed to launch their Starship rocket today. The attempt was scrubbed after four engines failed to light, and there is almost no news coverage of the event. It's very weird.
https://spacenews.com/spacex-aborts-starship-flight-13-launch-attempt/
RE: https://chaos.social/@saelo/116810345686354058
Rescheduled to this Thursday 17:00 CEST at https://youtube.com/live/yk1G5uL3cBo?feature=share
Rust 1.97.1 has been released.
This release fixes a miscompilation in an LLVM optimization. This newly discovered issue has existed since 1.87.0, but was unlikely to lead to an actual miscompilation until a change in 1.97.0.
See the blog post for details: https://blog.rust-lang.org/2026/07/16/Rust-1.97.1/