📰 Dev.to · Eugene
5 articles · Updated every 3 hours · View all reads
All
Articles 75,434Blog Posts 102,388Tech Tutorials 18,459Research Papers 16,003News 13,146
⚡ AI Lessons

Dev.to · Eugene
1w ago
🚀 I Built UUIDs That Look Random But Sort Like Timestamps (50% Smaller Indexes!)
How steganography solved the eternal UUID performance vs privacy dilemma in PostgreSQL

Dev.to · Eugene
3w ago
Stop Guessing Which Weights Your Neural Network Actually Learned: Deterministic Initialization That Tracks Every Change
A novel approach to weight initialization that lets you track exactly which parameters changed during training, enabling 60-70% safe pruning with zero quality l

Dev.to · Eugene
1mo ago
Your PostgreSQL Already Has a Graph Engine — You Just Have to Build It
We Replaced Recursive CTEs with a C Traversal Framework and Got ×207 Faster TL;DR: We...

Dev.to · Eugene
1mo ago
pg_ilib: Compact Typed Binary Serialization for PostgreSQL
A PostgreSQL C extension that encodes any SQL value into a compact bytea with a 2-byte typed header — and decodes it back without knowing the type in advance.

DeepCamp AI