Show HN: Windows 7 GUI for the Web
khang-nd.github.io
Claude Code Is a Slot Machine
rgoldfinger.com
Return of wolves to Yellowstone has led to a surge in aspen trees
livescience.com
Linux on Snapdragon X Elite: Linaro and Tuxedo Pave the Way for ARM64 Laptops
linaro.org
Katharine Graham: The Washington Post
fs.blog
Beetroot juice lowers blood pressure in older people by changing oral microbiome
news.exeter.ac.uk
Chemical process produces critical battery metals with no waste
spectrum.ieee.org
4k NASA employees opt to leave agency through deferred resignation program
kcrw.com
The many, many, many JavaScript runtimes of the last decade
buttondown.com
Hierarchical Reasoning Model
arxiv.org
Tom Lehrer, Musical Satirist with a Dark Streak, Dies at 97
nytimes.com
High-performance RISC-V processors: UltraRISC UR-DP1000, Zhihe A210, SpacemIT K3
cnx-software.com
The future is not self-hosted, but self-sovereign
robertmao.com
Fast and cheap bulk storage: using LVM to cache HDDs on SSDs
quantum5.ca
Smallest particulate matter air quality sensor for ultra-compact IoT devices
bosch-sensortec.com
Constrained languages are easier to optimize
jyn.dev
BlueOS Kernel – Written in Rust, compatible with POSIX
github.com
Janet: Lightweight, Expressive, Modern Lisp
janet-lang.org
A low power 1U Raspberry Pi cluster server for inexpensive colocation (2021)
github.com
Coronary artery calcium testing can reveal plaque in arteries, but is underused
nytimes.com
> You must carefully not leaving any recursive functions not annotated with #[recursive]
Isn’t the same true of forgetting #[stacksafe]?
This reminds me of certain Haskell patterns where you selectively make some operations strict instead of lazy for similar reasons. I’m glad this library exists, but I’m sad the Rust compiler itself doesn’t have better support for recursion.