Notion API importer, with Databases to Bases conversion bounty
github.com
The Asus Gaming Laptop ACPI Firmware Bug: A Deep Technical Investigation
github.com
Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised
socket.dev
I just want an 80×25 console, but that's no longer possible
changelog.complete.org
Things you can do with a Software Defined Radio (2024)
blinry.org
How to make the Framework Desktop run even quieter
noctua.at
Doom crash after 2.5 years of real-world runtime confirmed on real hardware
lenowo.org
About the security content of iOS 15.8.5 and iPadOS 15.8.5
support.apple.com
Denmark close to wiping out cancer-causing HPV strains after vaccine roll-out
gavi.org
In Praise of Idleness (1932)
harpers.org
I got the highest score on ARC-AGI again swapping Python for English
jeremyberman.substack.com
A dumb introduction to z3
asibahi.github.io
CubeSats are fascinating learning tools for space
jeffgeerling.com
AMD Open Source Driver for Vulkan project is discontinued
github.com
Show HN: A PSX/DOS style 3D game written in Rust with a custom software renderer
totenarctanz.itch.io
Irssi: IRC Client in a Docker Image
hub.docker.com
Waymo has received our pilot permit allowing for commercial operations at SFO
waymo.com
I built my own phone because innovation is sad rn [video]
youtube.com
Tuberculosis shaped Victorian fashion (2016)
smithsonianmag.com
Meta RayBan AR glasses shows Lumus waveguide structures in leaked video
kguttag.com
Should we drain the Everglades?
rabbitcavern.substack.com
Obviously cache snooping is going to be device-dependent, but the way this shows things happening is that if you write an address that exists in another CPU's cache, that the invalidation doesn't happen until that CPU later tries to read the address. That requires two snoop cycles be dedicated, which is a waste. The secondary CPU is already listening to the snoop bus, it can/should (and in practice does on basically all devices, AFAIK) be able to recognize that write fly by and free up its cache line preemptively.