Sublime
An inspiration engine for ideas
a thread w/ 16 fully-tested Zod codecs to copy/paste into your app
✅ stringTo(Number|Int|BigInt)
✅ numberToBigInt
✅ isoDatetimeToDate
✅ epoch{Seconds|Millis}ToDate
✅ utf8ToBytes
✅ bytesToUtf8
✅... See more
colinhacks/zodx.comThe main problem with Solana development is the inherent asymmetry between programming the write and read layers. My hot take is that in the ideal world, no blockchain application team needs to host any backend servers.
Writing Solana programs is quite expressive. You are provided with an unopinionated canvas to define... See more
Jarry Xiaox.com

Just finished the Billion Row Challenge in Go. Had to process a billion temperature readings and honestly the whole thing was a pain in the arse but whatever
So the problem is you've got this 14GB file with a billion lines and you need to calculate min/max/average temps for each weather station. Most people probably... See more

What I Learned This Week...
- File systems lie! OS write buffers improve performance but risk data loss on crashes. Explicitly flushing write buffers ensures durability at a cost.
- Rust's compiler uses static analysis to ensure exclusive write access to each element in a data structure,... See more

Kafka keeps dropping bombs as new features come in. 💥
In 4.0, Kafka is becoming a Queue!
The more things change, the more they stay the same 🥲
Kafka was always great for high-throughput cases where:
• a message was meant to be read multiple times by... See more
