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.

Readings in distributed systems

111 pointsby cmeiklejohnover 11 years ago

8 comments

capkutayover 11 years ago
These are the type of posts I come to hacker news for (sorry meteor evangelists and NSA watchdogs).<p>I&#x27;d also like to recommend the Spark Streaming Paper[0] for people interested in real-time distributed architectures.<p>0: <a href="http://www.cs.berkeley.edu/~matei/papers/2012/hotcloud_spark_streaming.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.berkeley.edu&#x2F;~matei&#x2F;papers&#x2F;2012&#x2F;hotcloud_spark...</a>
agentultraover 11 years ago
A pretty good text to have around is <i>Distributed Systems Concepts and Design</i>[1]<p>[1] <a href="http://www.amazon.com/Distributed-Systems-Concepts-Design-Edition/dp/0132143011/ref=sr_1_1?ie=UTF8&amp;qid=1383251499&amp;sr=8-1&amp;keywords=distributed+systems+concepts+and+design" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Distributed-Systems-Concepts-Design-Ed...</a>
评论 #6649665 未加载
jnazarioover 11 years ago
great list, and thank you!<p>how would you recommend printing these out and binding them for my own personal copy in dead tree form? i ask because i like having these sorts of things on the shelf for reading and referencing, and taking notes in. i also want to do this with the &quot;Great Works in Programming Languages&quot; [1]. i&#x27;ve been wondering if something like Kinkos&#x27; &quot;Book Binding&quot; [2] would be usful here, but then i worry about the fact that they may not print it for me because the papers are copyright someone else.<p>thoughts? suggestions?<p>1. <a href="http://www.cis.upenn.edu/~bcpierce/courses/670Fall04/GreatWorksInPL.shtml" rel="nofollow">http:&#x2F;&#x2F;www.cis.upenn.edu&#x2F;~bcpierce&#x2F;courses&#x2F;670Fall04&#x2F;GreatWo...</a><p>2. <a href="http://www.fedex.com/us/office/binding-finishing-laminating.html" rel="nofollow">http:&#x2F;&#x2F;www.fedex.com&#x2F;us&#x2F;office&#x2F;binding-finishing-laminating....</a>
评论 #6648571 未加载
评论 #6649594 未加载
feistyioover 11 years ago
You might also like the &quot;Think Distributed&quot; podcast:<p><a href="http://thinkdistributed.io" rel="nofollow">http:&#x2F;&#x2F;thinkdistributed.io</a>
evgenover 11 years ago
The languages section seems a bit trendy and misses a lot of old-school work that predates the popularity of the m&#x2F;r paradigm. I would suggest additions like Linda and tuple spaces and Hoare&#x27;s csp paper (also somewhat trendy at the moment but still old-school.)
jamoesover 11 years ago
It&#x27;s interesting how many problems the blockchain data structure solves for distributed systems.<p>Bitcoin uses (and invented) the blockchain as a way to solve the double-spend problem of distributed e-cash systems. But the fact that the blockchain solves the consensus problem without any trust makes it a compelling data structure for many other use-cases as well.<p>Even if bitcoin fails as a currency, academics will be referencing Satoshi Nakamoto&#x27;s paper [1] for a long time to come.<p>[1] <a href="http://bitcoin.org/bitcoin.pdf" rel="nofollow">http:&#x2F;&#x2F;bitcoin.org&#x2F;bitcoin.pdf</a>
deleted_accountover 11 years ago
Michael Bernstein had a great talk on Distributed Systems Archaeology at RICON West yesterday. Video coming soon, but here are the notes:<p><a href="https://speakerdeck.com/mrb/distributed-systems-archaeology" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;mrb&#x2F;distributed-systems-archaeology</a>
numbersover 11 years ago
This is great but does anyone have recommendations on getting started in distributed systems? I&#x27;m a lowly web developer and would like to get into this more.
评论 #6653142 未加载