Quantified-self dashboard and data ownership & FreeBSD 14.4 security and ops - Hacker News (Mar 10, 2026)
Please support this podcast by checking out our sponsors: - Consensus: AI for Research. Get a free month - https://get.consensus.app/automated_daily - KrispCall: Agentic Cloud Telephony - https://try.krispcall.com/tad - Prezi: Create AI presentations fast - https://try.prezi.com/automated_daily Support The Automated Daily directly: Buy me a coffee: https://buymeacoffee.com/theautomateddaily Today's topics: Quantified-self dashboard and data ownership - Developer Felix Krause open-sourced a personal status dashboard built from years of self-tracked metrics, spotlighting data ownership, privacy control, and the limits of DIY analytics. FreeBSD 14.4 security and ops - FreeBSD 14.4-RELEASE ships with a post-quantum-ready default in OpenSSH, plus updates for ZFS, cloud provisioning, virtualization, and improved documentation for admins. AI long-video 3D reconstruction - Google DeepMind and UC Berkeley’s LoGeR tackles dense 3D reconstruction over extremely long videos, reducing drift across long sequences—useful for robotics, AR, and mapping. Retro networks: FidoNet still alive - An Ask HN thread checks in on FidoNet, revealing pockets of ongoing activity and raising a bigger point: early decentralized communities were influential but poorly archived. Why Lotus 1-2-3 won - A Lotus 1-2-3 retrospective explains how integration, speed, and usability cues shaped the modern spreadsheet, and why “killer apps” are often about workflow, not features. Emacs without third-party packages - Two years into ‘Emacs Solo,’ a maintainer shows how far built-in Emacs can go with custom Elisp modules, emphasizing stability, auditability, and learning by removing dependencies. TCXO failure breaks measurement gear - A ThunderScope PCIe oscilloscope prototype was destabilized by a dead reference oscillator traced to a broken bond wire—an object lesson in how rework practices can silently ruin precision parts. The Office as management theory - Venkatesh Rao’s ‘Gervais Principle’ reframes The Office as a lens on organizational incentives, power dynamics, and why corporate behavior can look irrational but still be predictable. - Felix Krause shares a public life-metrics dashboard and ends data collection in 2025 - FreeBSD 14.4-RELEASE Ships with Post-Quantum Default OpenSSH and ZFS 2.2.9 - ribbonfarm.com - Hacker News Users Revisit FidoNet’s Legacy and the Search for Archives - Bare-Metal C++ Guide Explains Building Embedded Systems Without Exceptions or Full Runtime - Emacs Solo Hits Two Years with Major Refactor and 35 In-House Modules - LoGeR introduces hybrid-memory chunked attention for 19,000-frame feedforward 3D reconstruction - Revisiting Lotus 1-2-3: Why the DOS Spreadsheet That Beat VisiCalc Mattered - ThunderScope TCXO Failure Traced to Broken Bond Wire After Ultrasonic Cleaning Episode Transcript Quantified-self dashboard and data ownership First up, a story that sits right at the intersection of curiosity and privacy. Developer Felix Krause published howisFelix.today, a public dashboard that shares snapshots of his day-to-day status—things like mood, sleep, location context, workouts, and other personal signals—along with an explanation of the quantified-self pipeline behind it. The headline number is staggering: roughly 380,000 data points collected over years from apps, sensors, APIs, and manual notes, all stored in a self-hosted Postgres database. What’s interesting isn’t just the data—it’s the argument. Krause’s point is that individuals can collect and analyze the same kinds of behavioral data big companies already harvest, but with full control over storage and visualization. And then comes the twist: after hundreds of hours, he says the insights were fewer and less surprising than expected, and he’s stopped collecting new data. The site st...