Back to browse
Dataf*ck – An Esoteric Data Format

Dataf*ck – An Esoteric Data Format

by xlii·Mar 26, 2026·2 points·0 comments

AI Analysis

MidRabbit Hole

Fun demoscene experiment, but the author admits it's not worth actually using.

Strengths
  • Creative concept merging esoteric language design with data serialization
  • Readable terse format achieving ~5% compression over JSON
  • Working CLI implementation with JSON conversion in under an hour
Weaknesses
  • No practical use case beyond intellectual curiosity and experimentation
  • Author explicitly states it's probably not worth using in production
Target Audience

Programming language enthusiasts, esoteric format hobbyists

Similar To

JSON · YAML · BSON

Similar Projects

Open Source●●Solid

Fory C++ Serialization – Polymorphism, Circular Refs, 12x vs. Protobuf

Fory pushes most serialization work into compile-time C++ via a FORY_STRUCT macro so deserialization is inlined and avoids runtime reflection — that alone is an impressive engineering move. Add first-class polymorphism over smart pointers, shared/circular reference tracking, and a single binary wire format across six languages, and you get a rare combo: expressive native C++ types plus cross-language compatibility. The main question is ecosystem adoption and whether the language runtimes and benchmarks hold up in messy real-world schemas.

WizardryNiche Gem
chaokunyang
313mo ago
AI/ML●●Solid

Contexa – Git-inspired context management for LLM agents

Git metaphor for agent memory is clever; execution and adoption remain unproven.

Big BrainWizardry
0x0003r
103mo ago