TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Recommendations for Papers in ACM

6 pointsby thickiceabout 5 years ago
https://queue.acm.org/ is providing membership free access for three months. Looking for suggestion for good papers to read. My primary areas of interest, concurrency/performance at scale, distributed systems, authentication/authorization.

1 comment

Mxtetrisabout 5 years ago
In general, a good place to start looking for new papers to read is the reference list of a paper, textbook, or Wikipedia article that interests you.<p>Here&#x27;s one I enjoyed: &quot;Congestion avoidance and control,&quot; by Jacobson, 1988. <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;pdf&#x2F;10.1145&#x2F;52325.52356" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;pdf&#x2F;10.1145&#x2F;52325.52356</a><p>The paper documents &quot;congestion collapse&quot; in the early internet. Too many TCP packets were sent at once, some were dropped, resent, dropped again, resent again, and so on, causing bandwidth to drop. The paper then goes on to present ways to scale the number of packets sent according to the number of packets acknowledged or lost.