Bookmarks
Futexes Are Tricky
https://www.akkadia.org/drepper/futex.pdf
cool stuffs from Andi Kleen
https://www.halobates.de/
Mental models for modern program tuning
https://www.halobates.de/applicative-mental-models.pdf
Lock Scaling Analysis on Intel Xeon Processors
https://www.halobates.de/xeon-lock-scaling-analysis-paper.pdf
ECC
Linux kernel boot messages and seeing if your AMD system has ECC
https://utcc.utoronto.ca/~cks/space/blog/linux/AMDWithECCKernelMessages?showcomments
[PATCH EDACv2 00/12] Add a driver to report Firmware first errors (via GHES)
https://lore.kernel.org/all/cover.1361459782.git.mchehab@redhat.com/
Machine check handling on Linux
https://www.halobates.de/mce.pdf
Ongoing evolution of Linux x86 machine check handling https://halobates.de/mce-lc09-2.pdf
CPU isolation state of the art by Frederic Weisbecker (LPC talk 2023)
https://www.youtube.com/watch?v=1lomUhSS82s
The First Unix Port https://archive.org/details/the-first-unix-port
Peter, Riemer, and West (Forthcoming). New questions for the era of anthropomorphic computing.
live
- A living fossil: introduction to the s390x architecture
- some good stuffs on locking
- Software optimization resources
- https://plaintextworld.com/
- Regular Expression Matching Can Be Simple And Fast
- Flex and Bison tutorial
- https://web.stanford.edu/class/archive/cs/cs143/cs143.1128/
- One Time Password RFC6238
- UEFI boot: how does that actually work, then? - Adam Williamson
- Web Bloat
- Cooperative vs. Preemptive: a quest to maximize concurrency power
- Cyber Nihilism?
- 国防科技大学-信息论与编码基础
- PID Control
- FRACTRAN: A SIMPLE UNIVERSAL PROGRAMMING LANGUAGE FOR ARITHMETIC
- AWK Programming
- UML
- HASKELL
- Divergence and curl: The language of Maxwell’s equations, fluid flow, and more
- LAMBDA
- nvidia Graphics fix
- ML book list - hankcs.com
- 刘建平Pinard的博客配套代码 and blog
- 深度神经网络(DNN)损失函数和激活函数的选择