algorithms
- A calculator app? Anyone could make that — Simple arithmetics has a surprising amount of detail
Remember - if the calculator showed 0 for e^(-10000), that would be wrong. It's not 0. It should say 0.00000... and let you scroll until you see where it changes. But, it SHOULD show 0 when you type sin(π). sin(π) is exactly 0
- CRDT algorithms by Evan Wallace — Nice research of CRDT algorithms with demos by Figma co-founder.