cryptonector

↗ HN profile [ 328 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. https://lite3.io/design_and_limitations.html See also Show HN: Lite³ – A JSON-Compatible Zero-Copy Serialization Format in 9.3 kB of C - https://news.ycombinator.com/item?id=45992832 (no comments, but a good writeup)

  2. Strace for Windows (github.com)
  3. FYI, `INSTEAD OF` triggers on views can function like stored procedures in SQLite3. It's not exactly the same, no, but you still get to have DMLs "stored" in the DB. For example, I'm not sure how to return results from…

  4. I seem to remember a paper or open source project from Google that implements a circular store of logs. The logs are written in indexed chunks and the whole thing is optimized for 90% write, 10% read load. It is…