we have a year to fix security everywhere

28 points by apropos


apropos

I think this is a very interesting post and worthy of discussion. For my part, I agree with it, but only partially. We are definitely at the time in which cheap / unaligned / locally-runnable AI models are excellent at finding vulnerabilities and crafting exploit scripts, and they're only going to get better.

That does suck in some regards, but I think it's 1) going to absolutely devastate the current OpenAI/Anthropic duopoly, and 2) going to / already is leading towards people actually taking security seriously. Like, the state of secure software has been SO bad for SO long... people were writing new projects in C/C++, even after Rust took off. That's crazy! There's really no excuse for not writing any new non-toy project in a memory-safe language, in my opinion.

I am particularly glad that people are starting to take supply-chain security seriously now, too.

One thing I wish this post covered is What do we do, as an individual? How do we prepare for what will inevitably be a deluge of cybersecurity attacks on all parts of the commons, over the next year or two? People in the Apple/Microsoft ecosystems already offload their security concerns to them, for better or for worse... but Linux is rather specific to the nerd using it. For my part, I'm rather concerned about the "long tail" of software -- software running on my computer that is too niche to have anybody fuzz it with an LLM (anybody with positive intentions, at least).

I'm personally going to resolve this by 1) running anything on my computer with network access in some kind of sandbox, 2) locking down the services exposed on my public server, and 3) switching everything over to NixOS (which puts services in secure containers by-default, and generally has stronger guarantees wrt. supply-chain security than everything else). Curious what others are doing.