ACTN002: Acorn's File Format¶| flyingmeat.com
iOS is observing. And judging. Note: This article assumes you have read a previous article about AirTags, found here, as it references items associated with iOS searchpartyd with little to no expla…| The Binary Hick
Long Term Support| www.sqlite.org
As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged t...| Geoffrey Copin's Blog
Go and SQLite: when database/sql chafes| crawshaw.io
B-Trees are not boring, after all| benjamincongdon.me
Introduction Link to heading Varint is a widely recognized technique used for compressing integer streams. Essentially, it suggests that it can be more efficient to encode a number using a variable-length representation instead of a fixed-size binary representation. By removing leading zeros from the binary number, the overall representation size can be reduced. This technique works particularly well for encoding smaller numbers. In this article, I provide a brief introduction and rationale f...| www.bazhenov.me
Let's open a hex editor and see what this thing is made of| Fly