Command Palette
Search for a command to run...
More from this blog
Bigtable: A Distributed Storage System for Structured Data
https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf Bigtable is a massive, distributed database system created by Google to manage huge amounts of structured data. It's designed to be spread across thousands...
Space/time trade-offs in hash coding with allowable errors
https://dl.acm.org/doi/10.1145/362686.362692 This paper, written by Burton H. Bloom, introduces a clever way to save a lot of computer memory by allowing for a small, controlled number of mistakes. The main idea is a trade-off: less space for less-th...
WTF: The Who to Follow Service at Twitter
notes based on the paper https://stanford.edu/~rezab/papers/wtf_overview.pdf 1. Personalized PageRank This algorithm starts from a specific user and spreads out like water flowing through a network. It assigns higher importance to nearby users (close...
Calculators Vs AI Vs AGI
Ref : https://reasonisfun.podbean.com/e/agi/ Calculators are automated lookup tables. A calculator can produce results that have not been produced before, but this is not knowledge. This is because the person who wrote the algorithm knows exactly the...

Null reference exception with a twist.
One Robert Barbour from Los Angeles was fond of sailing. He tried to get a custom license plate for his car. His choices were 'Boating' and 'Sailing.' The official form contained three choices and all were mandatory. So, as his third choice, he wrote...