Adam Omarali
0 followers · 1 following · 253 views
on the atlas — 12
- Norman Borlaug7 savers
- You don’t need to work on hard problems51 savers
- On having more interesting ideas - by Henrik Karlsson8 savers
- a16z culture1 savers
- xAI interview1 savers
- The battle for the next Dalai Lama1 savers
- DO IT ANYWAY - YouTube2 savers
- A funny thing about curiosity - by Henrik Karlsson1 savers
- Defeating Nondeterminism in LLM Inference - Thinking Machines Lab40 savers
- Therapist Reacts to THUNDERBOLTS* - YouTube1 savers
- Not quite a solid, not quite a liquid: Meet hydrogels - YouTube1 savers
- Everything I know about good system design36 savers
highlights — 3
make your indexes match the most common queries you’re sending
Everything I know about good system designI aim to have my tables be human-readable
Everything I know about good system designAvoid having five different services all write to the same table. Instead, have four of them send API requests (or emit events) to the first service, and keep the writing logic in that one service.
Everything I know about good system design