Skip to content
View Guillain-RDCDE's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Venezia

Block or report Guillain-RDCDE

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Guillain-RDCDE/README.md

Guillain d'Erceville

Builder of stubborn little systems — I publish my dead-ends, not just my wins.

⸻ ❦ ⸻

Before I treated code as a craft, I spent years designing and running automated trading systems in production — real capital, real latency, the daily discipline of being wrong in front of a P&L. It teaches the one thing that transfers everywhere: a system that's clever in a notebook and a system that survives contact with reality are different animals.

Now I build smaller, more stubborn things — tools that preserve, decode, and keep working when the comfortable infrastructure is gone. One quiet thread runs through all of them: give people back what was faked, locked, abandoned, or lost.

What I'm building

  • FLAC Detective — catches MP3s smuggled into lossless files. The interesting part isn't the spectral rules; it's the ML write-up: four approaches that failed, a self-caught false discovery (a too-good "AUC 0.99" that cross-validation killed), and a "fundamental limit" that turned out to be me listening in mono. I'd rather document the wrong turns than pretend the road was straight.
  • Prometheus-Station — a solar-powered Raspberry Pi serving offline Wikipedia over a long-range LoRa mesh. For when the grid and the network aren't there.
  • DS2-Anywhere — decoding Olympus DSS/DS2 dictation files with no Windows, no GUI, no paid software — a format that stayed locked for ten years.
  • HAP-Revival — keeping Sony's HAP-Z1ES / HAP-S1 audiophile players alive after Sony walked away in 2021.
  • Creabook — a book-generation engine, for when the pen tires before the idea does.

How I work

Production-first, honest about uncertainty, allergic to cleverness that doesn't survive testing. I read FIX logs and Pascal with about equal pleasure.

Français de naissance · anglais & espagnol courants · quelques mots de basque

guillain@poulpe.us · writing from somewhere near Venice

Pinned Loading

  1. FLAC_Detective FLAC_Detective Public

    Detect MP3-to-lossless transcodes (FLAC, ALAC, APE, WAV) with an 11-rule spectral analysis plus an optional CNN classifier. CLI + Python API + multi-arch Docker. Auto-repairs corrupted FLACs.

    Python 27 1

  2. Prometheus-Station Prometheus-Station Public

    Solar-powered Raspberry Pi knowledge station serving offline Wikipedia via Kiwix. Long-range LoRa mesh network (Meshtastic planned). Autonomous, resilient, designed for disaster zones and remote ar…

    5

  3. DS2-Anywhere DS2-Anywhere Public

    Decode Olympus DSS/DS2 dictation files anywhere - pure CLI, no Windows, no GUI, no commercial software. A production integration recipe for a format that was locked for ten years.

    Shell 1

  4. HAP-Revival HAP-Revival Public

    Modernizing the Sony HAP-Z1ES and HAP-S1 audiophile HDD players. Sony stopped in 2021. We're picking it up.

    Python