Most Influential Papers in Computer Science History
101–110 of 114 posts
Re: Most Influential Papers in Computer Science History
#102Earlier quoted context omitted.
Idk why it is downvoted tbf Bitcoin paper is really interesting from CS perspective And also had HUGE influence on the world
No, sorry, you are deluded. Compared to the ones from Shannon, Knuth, Ritchie, John McArthy... BTC barely maked a dent.
And no, I dont own btc
Re: Most Influential Papers in Computer Science History
#103Great list of papers. I've read five of of the seven papers on the list. The two I haven't read are Cerf and Kahn's, and Berner-Lee's. Turing's paper on computability was particularly hard to follow, for me, because he used these gothic-font upper-chase characters to name all sorts of objects, and all those characters looked kinda the same to me! I had to use auxiliary materials to be able to make my way through the…
If you can get .tex source files, ask GPT to rename the variables to something nicer, including more than one letter long names. Helps.
I don't known if anyone has gone through the trouble to re-typeset the original paper in LaTex.
Re: Most Influential Papers in Computer Science History
#104Where's the infamous "Evolution of Unix time-sharing systems" by Dennis Ritchie? https://www.bell-labs.com/usr/dmr/www/cacm.pdf
https://web.archive.org/web/20070926212100/http://www.almade...
Re: Most Influential Papers in Computer Science History
#105Earlier quoted context omitted.
indeed this was itching me, too. I wonder how pagerank was influential to CS as a field? even mapreduce is more a rally clever technique than a boundary pushing or boundary identifying extension of the field. unlike, say, CSP --- which is missing in the list. still unlike the conciseness and structure of the list. it could evolve into a nice book :-D
Hoare's paper is in the list, no?
Re: Most Influential Papers in Computer Science History
#106Earlier quoted context omitted.
And in 100 years we have gone completely the opposite direction in terms of where we think artificial intelligence lies. Rather than constructing a machine with all the known truths, modern searching for artificial intelligence using machines is mostly sifting through human commentary to create an organized feuilleton machine versus Leibniz's axiomatic approach
No, Turing had precisely that approach of feeding the machine with learning material in mind[1], but you have to build a machine apt to consume generic knowledge body before you throw at it anything. https://philsci-archive.pitt.edu/9085/1/SterrettBringingUpTu...
But that is not the direction that AI seems to be taking, it is "smart" because it does a good job of parroting humans that sound "smart", not because it "knows" truths.
Re: Most Influential Papers in Computer Science History
#107Re: Most Influential Papers in Computer Science History
#108I think AlexNet was more influential than Attention is All You Need
I'd argue both as well as McCulloch & Pitts. Maybe Boltzmann or Rummelhart (Backprop) as well. Honestly, I wouldn't know where to stop, there are so many cool papers.
Re: Most Influential Papers in Computer Science History
#109Especially the Codd paper (what if Codd had died in World War 2?) makes me wonder: What are the non-obvious (kind of arbitrary even) yet extremely helpful concepts that no one has thought of or that didn't find the resonance that they should have?
Binary search and efficient sorting algorithms is pretty important.
For example: Rust took a bunch of ideas from some research languages that one guy did 1-3 decades ago at the time. These ideas have probably always been good and useful, but they weren't put to use, not all of them at least.