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.

Distributed Systems: A free online class

138 pointsby roperzhabout 4 years ago

6 comments

snidaneabout 4 years ago
Btw. there is a Distributed Systems lecture series by MIT from Spring 2020.<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;playlist?list=PLrw6a1wE39_tb2fErI4-WkMbs...</a>
评论 #26539818 未加载
评论 #26539869 未加载
评论 #26539998 未加载
评论 #26540222 未加载
评论 #26538884 未加载
评论 #26538658 未加载
sersheabout 4 years ago
As a long-time distributed systems developer, I actually wonder... is there going to be a lot of distributed systems development going forward?<p>1) A lot of the stuff that needed to be developed has been developed and generalized (and to a large extent centralized by cloud providers). It feels almost like web apps going from large teams writing complex LAMP projects from scratch (I remember writing hand-made XHR when prototype.js was an advanced JS library ;) to one person throwing something together in a week with feature-rich libraries and ready-made parts.<p>2) The trend (both present and future, e.g. TCP over NVMe, cheap massive SSDs, flash memory) is that many tasks that used to require state-of-the-art code, many coordinated machines, clever hackery to work around the slowness of the disk reads, etc. can now be easily done on one machine with simple code. Sure, there are exceptions (some types of ML tasks? specialized scientific&#x2F;HFT&#x2F;... workloads?), but I feel like the hardware capabilities are currently growing faster than the need to process more data, faster.<p>To be fair I also felt kinda like that in 2012 when Hadoop was hot and having SSDs on a server was cutting edge. Maybe I&#x27;m just paranoid ;)
sdht0about 4 years ago
The High Scalability blog [0] complements such courses nicely with curated lists of real world distributed systems and practices.<p>I also found this reading list [1] a great reference.<p>[0] <a href="http:&#x2F;&#x2F;highscalability.com" rel="nofollow">http:&#x2F;&#x2F;highscalability.com</a><p>[1] <a href="https:&#x2F;&#x2F;www.the-paper-trail.org&#x2F;post&#x2F;2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer" rel="nofollow">https:&#x2F;&#x2F;www.the-paper-trail.org&#x2F;post&#x2F;2014-08-09-distributed-...</a>
yelgrassabout 4 years ago
Cool. I can learn something from this for my industrial automation job.
Tectorialabout 4 years ago
Can somebody vote for the quality of this course?
评论 #26537735 未加载
评论 #26537684 未加载
aabbcc1241about 4 years ago
a clear showcase of purecss