Standard Ebooks: liberated ebooks, carefully produced for the true book lover
standardebooks.org
The "S" in MCP Stands for Security
elenacross7.medium.com
Show HN: I built a Rust crate for running unsafe code safely
github.com
QVQ-Max: Think with Evidence
qwenlm.github.io
SeedLM: Compressing LLM Weights into Seeds of Pseudo-Random Generators
machinelearning.apple.com
Why Do Domestic Prices Rise with Tarriffs?
marginalrevolution.com
Apple’s Darwin OS and XNU Kernel Deep Dive
tansanrao.com
Thomas Rattigan, short-lived Commodore CEO
dfarq.homeip.net
Breaking computers taught me to build them. What was your start in computing?
danielsada.tech
The order of files in /etc/ssh/sshd_config.d/ matters
utcc.utoronto.ca
Lessons from open source in the Mexican government
lwn.net
Neutron Stars Hint at Another Dimension
nautil.us
My Browser WASM't Prepared for This. Using DuckDB, Apache Arrow and Web Workers
motifanalytics.medium.com
Show HN: LocalScore – Local LLM Benchmark
localscore.ai
Self-Driving Teslas Are Fatally Rear-Ending Motorcyclists More Than Any Other
fuelarc.com
The ADHD body double: A unique tool for getting things done
add.org
What if we made advertising illegal?
simone.org
We're back: How tuberculosis is set to surge globally once again
thebulletin.org
Show HN: I built a word game. My mom thinks it's great. What do you think?
whatsit.today
Serving Vector Tiles, Fast
spatialists.ch
Faster interpreters in Go: Catching up with C++
planetscale.com
North America Is Dripping from Below, Geoscientists Discover
jsg.utexas.edu
By the way, the reason the address->IC mapping is non-trivial is for performance reasons.
If you were, for example, iterating over a column of a 2D array with a stride equal to some power of two, you'd end up hitting the same IC repeatedly. This limits your bandwidth to that of a single IC, rather than balancing it over all of them. (I'm simplifying a little, but that's the gist)
So they try to "swizzle" things, using a formula like the one in the article.