Tag
A proof-of-concept demonstrating how to store a small website's HTML content inside a favicon by encoding bytes into pixel RGB channels, then decoding it via JavaScript.
UTFS is a small embedded file system inspired by the TAR format, designed for microcontrollers to store data with string-based file names, separating data storage from application logic.
The article describes a creative project that stores arbitrary data (e.g., a to-do list) using iNaturalist observation IDs, encoding information through sequence and value bits in an unordered set of integers, and introduces the demo app YouDidIt.Bio.
A developer at Shopify built Quick, a zero-config API for saving data, file storage, AI, websockets, etc., running on a single VM for $200/month, changing how they work.
This article discusses and debunks a common myth about compression in Pokemon games.
Bitfield is a database claiming to be the fastest in the world with read speeds of 0.69ns and write speeds of 0.58ns.