VirtualTam's bookmarks
12 bookmarks found
Page 1 of 1
-
AI Flame Graphs
2025-01-20 AI developers think about their bit of code, but with AI Flame Graphs they can now see the entire stack for the first time, including the HW, and many layers they don't usually think about or don't know about. It basically looks like a pile of gibberish with their code only a small part of the flame graph.
This reaction is similar to people's first experiences with CPU flame graphs, which show parts of the system that developers and engineers typically don't work on, such as runtime internals, system libraries, and kernel internals.
-
- Antithesis - So you think you want to write a deterministic hypervisor?
- Resonate - Deterministic Simulation Testing
- TigerBeetle - Deterministic Simulation Testing
- Introducing Limbo: A complete rewrite of SQLite in Rust - Can we match SQLite’s world-famous reliability?
- Polar Signals - (Mostly) Deterministic Simulation Testing in Go
-
- https://github.com/dvorka/mindforger
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/why-mindforger.md
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/installation.md
- https://github.com/dvorka/mindforger-repository/blob/master/memory/mindforger/user-documentation.md
-
-
Every Silver Lining Has a Cloud - ACM Queue
2018-06-17 "Cache is king. And if your cache is cut, you're going to feel it."
"Some providers now have something called Metal-as-a-Service, which I really think ought to mean that an '80s metal band shows up at your office, plays a gig, smashes the furniture, and urinates on the carpet."
-
Coding Drunk - Thinking outside the bottle
2015-07-17 -
DRY Principle: Don't Repeat Yourself
2014-12-17 "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system."
The opposite is WET:
We Edit Terribly, Tumultuously, Tempestuously, Tenaciously, Too much, Timidly, Tortuously, Terrifiedly...
> I think WET also stands for "We Enjoy Typing" // DuncanBayne
Page 1 of 1