russellthehippo

↗ HN profile [ 72.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Intent-Driven Development (russellromney.com)
  2. I built a SQLite VFS in Rust that serves cold queries directly from S3 with sub-second performance, and often much faster. It’s called turbolite. It is experimental, buggy, and may corrupt data. I would not trust it…

  3. I needed an embedded key-value store in Rust with encryption at rest. redb was almost perfect — pure Rust, ACID, great API — but no encryption support. SQLCipher exists for SQLite but there's nothing like it for redb.…