Ask HN: Must Read from ACM Library?
1–10 of 47 posts
Given ACM's Digital Library is currently free to access thru June 30, 2020 what are must read/watch resources you recommend and why?
https://dl.acm.org/
Re: Ask HN: Must Read from ACM Library?
#2Don't have any particular recommendations, but I do have a way of browsing that made me find a lot of interesting stuff.
Go to https://dl.acm.org/conferences
Click on the Conference with the subject area that interest you, like "Hypertext and Hypermedia" (https://dl.acm.org/conference/ht)
Scroll down to "Most Popular" and sort by either Downloads or Cited.
Go bananas with reading everything.
Re: Ask HN: Must Read from ACM Library?
#3Turing award lecture papers.
Re: Ask HN: Must Read from ACM Library?
#4My pick is Jeff Dean's The Tail At Scale (2013) [1]. If you're interested in performance of web services, it's very, very well-written and describes a counterintuitive (but crucial!) phenomenon: your p99.99 latency can drive the entire user experience because of head-of-line blocking. As microservice architectures have gotten more popular, this has only become more important.
It's a fiendishly difficult problem to get around, but Dean proposes a few mechanisms. I learned a lot and think back to this paper often when designing real software.
Reading it will probably make you a better engineer.
Re: Ask HN: Must Read from ACM Library?
#5If you are a Ruby programmer or interested in Ruby I maintain a list of Ruby papers, some of which are only now freely available due to this open access, at https://rubybib.org
Re: Ask HN: Must Read from ACM Library?
#6Re: Ask HN: Must Read from ACM Library?
#7From a previous thread
Re: Ask HN: Must Read from ACM Library?
#8Check out the ACM Tech Packs. They are curated lists of papers organized by topic.
Re: Ask HN: Must Read from ACM Library?
#9HOPL papers
Re: Ask HN: Must Read from ACM Library?
#10If you ever find an ACM (or IEEE) paper that you don't have access to, chances are you can find the preprint on one of the author's website.
The easiest way is to search for the paper on Google Scholar and see if there is a link that says "[PDF]" or "All X versions".