Cognition (Devin AI) to Acquire Windsurf
cognition.ai
LIGO Detects Most Massive Black Hole Merger to Date
caltech.edu
Building Modular Rails Applications: A Deep Dive into Rails Engines
panasiti.me
Embedding user-defined indexes in Apache Parquet
datafusion.apache.org
Cidco MailStation as a Z80 Development Platform (2019)
jcs.org
Strategies for Fast Lexers
xnacly.me
NeuralOS: An Operating System Powered by Neural Networks
neural-os.com
Japanese grandparents create life-size Totoro with bus stop for grandkids (2020)
mymodernmet.com
Replicube: 3D shader puzzle game, online demo
replicube.xyz
Lightning Detector Circuits
techlib.com
Data brokers are selling flight information to CBP and ICE
eff.org
Meticulous (YC S21) is hiring in UK to redefine software dev
tinyurl.com
Two guys hated using Comcast, so they built their own fiber ISP
arstechnica.com
The Corset X-Rays of Dr Ludovic O'Followell (1908)
publicdomainreview.org
It took 45 years, but spreadsheet legend Mitch Kapor finally got his MIT degree
bostonglobe.com
Impacts of adding PV solar system to internal combustion engine vehicles
jstor.org
Show HN: Refine – A Local Alternative to Grammarly
refine.sh
Tandy Corporation, Part 3 Becoming IBM Compatible
abortretry.fail
East Asian aerosol cleanup has likely contributed to global warming
nature.com
SQLite async connection pool for high-performance
github.com
Lossless Float Image Compression
aras-p.info
Show HN: Ten years of running every day, visualized
nodaysoff.run
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.