Electron Band Structure in Germanium, My Ass
pages.cs.wisc.edu
Show HN: Nue – Apps lighter than a React button
nuejs.org
Interactive article about heart arrhythmias
jenevoldsen.com
Show HN: Duolingo-style exercises but with real-world content like the news
app.fluentsubs.com
Experimental Tauri Verso Integration
v2.tauri.app
The April Fools joke that might have got me fired
oldvcr.blogspot.com
Extend (YC W23) is hiring engineers to build LLM document processing
jobs.ashbyhq.com
A deliberate practice app for guitar players who want to level up
captrice.io
Ukrainian Soldiers Unearth Ancient Greek Burial
archaeology.org
Jargonic: Industry-Tunable ASR Model
aiola.ai
US Marines to get high-speed, radar-evading electric seagliders for rescue ops
interestingengineering.com
The Guardian flourishes without a paywall
nymag.com
Netflix's Media Production Suite
netflixtechblog.com
KOReader: Open-Source eBook Reader
github.com
The demoscene as a UNESCO heritage in Sweden
goto80.com
Show HN: JavaScript PubSub in 163 Bytes
github.com
Interview with the Creator of Deluxe Ski Jump
spillhistorie.no
Sales Compensation Simulator – Tool for Founders
exec.com
The <select> element can now be customized with CSS
developer.chrome.com
JEP draft: Prepare to make final mean final
openjdk.org
The case against conversational interfaces
julian.digital
As mentioned in a previous post in these series, this is implemented in the LLVM MCA tool:
https://llvm.org/docs/CommandGuide/llvm-mca.html
I particularly like the wrapper for it https://lib.rs/cargo-show-asm `cargo asm --mca function_name` that makes it easy to isolate a specific function from an arbitrarily large project.