Pikazo creates 3D art that appears to move. It made me wonder if we could do with lcd displays and subtly moving imagery or head tracking to change the POV/reflections. Of course, if more than one person is watching, one must stay sticky on the same person when head tracking but POV effects might still look odd.
Copy Fail (CVE-2026-31431) is a logic bug in the Linux kernel’s authencesn cryptographic template. It lets an unprivileged local user trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. A single 732-byte Python script can edit a setuid binary and obtain root on essentially all Linux distributions shipped since 2017.
Project Genie is an experimental Google DeepMind AI system that creates interactive, navigable 3D worlds from text prompts, sketches, or images. Powered by the Genie 3 world model, it simulates physics and consistent environments in real-time.
pseudohuasca creates videos clips that have odd glitchy entities and highly clipped electronic audio sounds. It made me think of what the anomalies in the book Roadside Picnic might look like.
How does the Catholic Church view a lot of recent US military actions and dramatically different political methods from over 100 years of established policy?
While the US government’s way of handling of foreign affairs may be changing dramatically, the Church’s stances on these topics are not. US military Archbishop Broglio gives a great summary of the Catholic Church’s long-standing moral teaching principles including Just War doctrine (which goes back to St Ambrose and St Augustine).
OOP’s impact on data arrangement was a 35 year mistake
Casey Muratori at the Better Software Conference walks us through how data in game development (and other systems) started with simple coherent structures that were best for cpu and cache coherency layout and then morphed into hierarchies of objects that following the in-vogue trend of late 90’s programming.
This lead to changing the compile-time data arrangement from what’s best for the computer to compiling data into arbitrarily arranged memory locations that matched the real-world things you’re trying to model.
He does a great job of breaking down the history and effects of what has happened in the 20 years since. I remember going to a GDC talk in which a game developer building a racing game struggled and struggled to get performance from his OOP arranged data. In the end, he realized that he should simply lay out the data in memory linearly and got multiple times more speed.
Today, developers from racing games to AI are re-discovering that laying things out linearly and adhering to cache consistent access (ex: GPUs) is where the highest end performance is unleashed.
Horseshoe politics – so open minded your brain fell out
I knew the pace of exploitation of security issues was getting faster and faster, but this chart shocked me. In just 5 years since 2021, the time between when a security issue is found and security researchers find people trying to exploit it went from 1.3 years to 1.6 DAYS.
While not entirely due to AI, I think hackers and exploiters are likely using AI to more quickly generate exploits. Project Glasswing was started because the upcoming version of Anthropic’s AI was finding zero-day exploits in browsers and operating systems at an alarming rate. Instead of just releasing the AI, they’re working with OS vendors from Apple to Microsoft to Linux to fix many of them before hackers take advantage of the holes.
SGI system’s were the absolute pinnacle of 80’s and 90’s era graphics computing. Re-creating that world, however, is harder than one thinks. While old OS’s are often easily run in virtual machines, SGI’s Irix and other os’s do not run well in virtual machines. In fact, only certain versions of MAME seem to work – and getting it working is a real experiment in patience.