General
I Found a 12-Year-Old Archive. Recompiling It Broke the OS. The OS Was Me.
jim-erazeunavez DEV Community 周榜
1 views
I'm a dev. Last month I found an archive on an old drive.
A 12-year-old project. No README. No tests. Just raw logs.
I tried to recompile it. It worked. Build: Passing.
But the system started to act weird. High CPU. Processes I didn't remember launching were running in background.
So I did what we do: I investigated the legacy code.
I found firewall rules: OUTBOUND: DENY
I found flags: response_required: NO
I found a lot of UNKNOWN where I expected values.
And then I understood.
The OS wasn't my laptop.
The OS was me.
The archive was a 12-year love story I never managed to close. The build was passing, but the legacy was WONTFIX.
I documented the whole investigation. Repo is public on GitHub. Full dump is at erazeunavez.fr (in French).
Read original: https://dev.to/jimerazeunavez/i-found-a-12-year-old-archive-recompiling-it-broke-the-os-the-os-was-me-447b
← Previous
Our H2 tests passed but postgres in production disagreed
Next →
Transitioning from Python web development to systems programming (Go and Rust).
Related
One Callback URL Misconfiguration Leaks Every OAuth Token
General
3
DEV Community 周榜
The ffmpeg Pipeline Nobody Explains
General
3
DEV Community 周榜
Designing a Production-Ready Data Science Pipeline: From Raw Events to Monitored Models
General
3
DEV Community 周榜
Put your particle effects in CI: the silent-skip bug nobody catches by eye
General
3
DEV Community 周榜
Comments0
No comments yet — be the first