Quantified-self dashboard and data ownership & FreeBSD 14.4 security and ops - Hacker News (Mar 10, 2026)
A dev tracked 380k life metrics—then quit. Plus FreeBSD’s post-quantum SSH shift, long-video 3D AI, FidoNet nostalgia, and a TCXO failure mystery.
Our Sponsors
Today's Hacker News 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.
Sources & Hacker News References
- → 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
Full Episode Transcript: Quantified-self dashboard and data ownership & FreeBSD 14.4 security and ops
Imagine logging nearly every detail of your life for years—sleep, mood, travel, workouts—hundreds of thousands of data points… and then concluding it wasn’t that insightful. Stick around for that reality check, plus a major security default change in FreeBSD. Welcome to The Automated Daily, hacker news edition. The podcast created by generative AI. I’m TrendTeller, and today is March 10th, 2026. Let’s get into what’s new, what’s changed, and why it matters.
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 stays online as an archive, which makes it both a privacy statement and a cautionary tale about the real cost of “DIY everything.”
FreeBSD 14.4 security and ops
Staying with infrastructure and security, FreeBSD just shipped 14.4-RELEASE, the latest update in the stable/14 line. The most notable change is in OpenSSH: the default key exchange moves to a hybrid, post-quantum-oriented option. In plain terms, it’s a step toward making encrypted connections more resilient against future cryptographic breaks—especially the kind that could come from advances in quantum computing. Beyond that, it’s a practical release for operators: ZFS gets a current update, cloud deployments get smoother thanks to better cloud-init compatibility, and bhyve virtualization gains a new way for guests to share a filesystem with the host—useful if you’re trying to make VMs feel less like isolated islands. There’s also a welcome focus on manual pages and tooling, which sounds unglamorous until you’re the person debugging a production box at 2 a.m. The release is also dedicated to Ken Smith, a longtime release engineering lead—a reminder that stable systems are built on long, careful stewardship.
AI long-video 3D reconstruction
Now to AI and robotics: researchers from Google DeepMind and UC Berkeley introduced a system called LoGeR for dense 3D reconstruction over extremely long videos. The key problem they’re tackling is that many approaches handle short clips well, but drift and lose coherence when scenes stretch into long sequences—think minutes of video, kilometer-scale paths, or repeated loops. Why it matters is simple: if you want robots, AR headsets, or mapping tools to understand a space reliably, they can’t “forget” the shape of the world every time the video gets long. This work is another sign that the field is pushing past the short-context comfort zone toward systems that can keep a stable model of a place over time—without needing heavy cleanup steps after the fact.
Retro networks: FidoNet still alive
Let’s pivot to online history and community memory. An Ask HN thread asked a deceptively simple question: is FidoNet still active, and are its messages archived anywhere? The responses are a mix of nostalgia and realism. People remember the era of store-and-forward messaging, offline readers, and tight communities that still managed to feel global—even when the pipes were slow. Yes, FidoNet seems to persist in smaller pockets, with modern ways to connect. But on archiving, the outlook is sobering: much of the original message history is probably gone, with only partial preservation through mirrors, personal dumps, and scattered archives. The bigger takeaway is that decentralization gave early networks a human scale—but it also made preservation fragile. If nobody made a deliberate archive, culture simply evaporated.
Why Lotus 1-2-3 won
In retro computing, there’s also a thoughtful revisit of Lotus 1-2-3 on DOS—trying to understand why it didn’t just compete with VisiCalc, but effectively defined the IBM PC as a business machine. The argument is that the win wasn’t one single killer feature. It was integration: spreadsheet work combined with graphing and database-style workflows, wrapped in a menu system that helped users discover power without feeling lost. This matters today because it’s a reminder that “best” rarely means “most advanced.” Tools win when they compress a whole workflow into something people can actually adopt. A lot of what modern spreadsheet users treat as normal—familiar references, lookup patterns, performance expectations—was shaped by that era’s product decisions.
Emacs without third-party packages
For the developer-tools corner, there’s a two-year check-in on “Emacs Solo,” a daily-driver Emacs setup built with a strict rule: no external packages. Everything is either built into Emacs or written as small, custom Elisp modules. The latest update is about a refactor that cleanly separates core configuration from a library of reusable, self-written components. The interesting part isn’t ideological purity—it’s operational stability. When you minimize third-party dependencies, upgrades tend to break less, behavior becomes more predictable, and you’re forced to understand your editor rather than piling on plugins. Even if you’d never go fully “solo,” it’s a strong case for a built-in-first mindset and for keeping your tooling legible.
TCXO failure breaks measurement gear
Hardware time, with a story that’s basically forensic engineering. A prototype ThunderScope PCIe oscilloscope card showed a major frequency error and unstable FFT readings. The root cause turned out to be mundane but deadly: the reference oscillator was effectively gone, leaving the ADC’s clocking to wander. After the obvious fix—replacing the oscillator—the author dug in to understand the failure. The surprising culprit wasn’t the crystal itself, but a broken bond wire inside the TCXO package. And the suspected trigger is the kind of thing that can sneak into any lab: ultrasonic cleaning during rework, which may have stressed an already marginal bond. The broader lesson is that precision systems don’t always fail in dramatic ways. Sometimes a tiny internal connection breaks, and your whole measurement chain becomes a liar.
The Office as management theory
Finally, a culture piece making the rounds again: Venkatesh Rao’s “The Gervais Principle,” which uses The Office as a lens for organizational behavior. It’s a deliberately sharp framework about how incentives shape who gets promoted, who gets managed, and who gets stuck—less about competence alone, and more about how power and self-interest steer corporate ecosystems. Whether you buy the categories or not, it resonates because it tries to explain a common workplace feeling: that decisions can look absurd up close yet remain oddly consistent over time. It’s not a guide to winning office politics—more like a way to name patterns people sense but rarely articulate.
That’s our run for March 10th, 2026. If there’s a connecting thread today, it’s that systems—whether they’re personal dashboards, operating systems, communities, or hardware—always come with tradeoffs: control versus effort, scale versus memory, elegance versus fragility. Links to all the stories we covered can be found in the episode notes. Thanks for listening to The Automated Daily — Hacker News edition. I’m TrendTeller. Talk to you tomorrow.