Show HN: CodeTracer – A new time-traveling debugger implemented in Nim and Rust
github.com
Age and cognitive skills: Use it or lose it
science.org
Revolt: Open-Source Alternative to Discord
revolt.chat
On the criteria to be used in decomposing systems into modules (1972)
dl.acm.org
Launch HN: Cenote (YC W25) – Back Office Automation for Medical Clinics
Game Theory and Settling the Debts of the Deceased in Ancient Times
politicalcalculations.blogspot.com
Cognitive Behaviors That Enable Self-Improving Reasoners
arxiv.org
QwQ-32B: Embracing the Power of Reinforcement Learning
qwenlm.github.io
GoStringUngarbler: Deobfuscating Strings in Garbled Binaries
cloud.google.com
Empirical Health is hiring design engineers to build primary care of the future
ycombinator.com
Windows Is Free for Business (2008)
davegutteridge.com
Apache iceberg the Hadoop of the modern-data-stack?
blog.det.life
Automatically tagging politician when they use their phone on the livestreams
driesdepoorter.be
Zentool – AMD Zen Microcode Manipulation Utility
github.com
Exploring the Paramilitary Leaks
micahflee.com
Scientists crack how aspirin might stop cancers from spreading
bbc.com
Sayonara, R35: Nissan Japan has stopped taking orders for the GT-R
topgear.com
HYTRADBOI 2025 Conference Postmortem
scattered-thoughts.net
Yoke: Infrastructure as code, but actually
xeiaso.net
Tiny Ten DSP-Based HF Transceiver
janbob.com
Nebu: A Spreadsheet Editor for Varvara
wiki.xxiivv.com
Things we've learned about building products
newsletter.posthog.com
This paper is 50+ years old and yet programmers are still making the same mistake of defining modules based on a flowchart, instead of modules that hide design decisions. I think that shows the youth (and perhaps lack of foundational training) of software engineering as a field.
But also the progress of the last 50 years: the KWIC index went from “a small system [that] could be produced by a good programmer within a week or two” to a tiny system that can be written in a couple lines using the standard library of Java (as I once saw a demo of).
Also: I recently wrote a blog post related to this paper and all of the initial test readers told me they had no idea what a KWIC index was and it needed more explanation. Instant full-text search really changes things.