it's a book though: https://www.amazon.com/Sparse-Distributed-Memory-MIT-Press/d...
Ask HN: What is your favorite CS paper?
101–110 of 265 posts
Re: Ask HN: What is your favorite CS paper?
#102I would never call it my "all-time favorite" (no paper qualifies for that title in my book), but Satoshi Nakamoto's paper, "Bitcoin: A Peer-to-Peer Electronic Cash System" deserves a mention here, because it proposed the first-known solution to the double-spending problem in a masterless peer-to-peer network, with Byzantine fault tolerance (i.e., in a manner resistant to fraudulent nodes attempting to game the rules)…
maybe i'm a little stringent but if if isn't peer reviewed and in a journal, i don't consider it a paper.
Re: Ask HN: What is your favorite CS paper?
#103Without a doubt. Time, Clocks, and the Ordering of Events in a Distributed System. Leslie Lamport. http://amturing.acm.org/p558-lamport.pdf My first introduction to time scales as a partial ordering. Very mind opening.
Re: Ask HN: What is your favorite CS paper?
#104Re: Ask HN: What is your favorite CS paper?
#105Background: http://web.cs.ucdavis.edu/~rogaway/papers/moral.html
Paper: web.cs.ucdavis.edu/~rogaway/papers/moral-fn.pdf
Re: Ask HN: What is your favorite CS paper?
#106I read it multiple times and still don't quite understand it all.
There are more great papers i read but this one comes back to mind more often then others.
Re: Ask HN: What is your favorite CS paper?
#107I would never call it my "all-time favorite" (no paper qualifies for that title in my book), but Satoshi Nakamoto's paper, "Bitcoin: A Peer-to-Peer Electronic Cash System" deserves a mention here, because it proposed the first-known solution to the double-spending problem in a masterless peer-to-peer network, with Byzantine fault tolerance (i.e., in a manner resistant to fraudulent nodes attempting to game the rules)…
maybe i'm a little stringent but if if isn't peer reviewed and in a journal, i don't consider it a paper.
An amazing contrast: "Publish or perish" driven research vs "I don't want the fame, I just want to build something useful and practical".
Re: Ask HN: What is your favorite CS paper?
#108Kademlia, a P2P distributed hash table. DHTs are very complex from the outside but very simple once you understand the building blocks. https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia...
Re: Ask HN: What is your favorite CS paper?
#109Re: Ask HN: What is your favorite CS paper?
#110https://www.cs.umd.edu/class/spring2003/cmsc838p/Design/crit...
Why it was important: you can't build big complex systems without these principles.
Some people say he was instrumental in stopping the Star Wars program, he argued it would be impossible to test outside of war (and therefore doomed).