惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
博客园 - 【当耐特】
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
大猫的无限游戏
大猫的无限游戏
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
Y
Y Combinator Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Distributed Systems Education, Fallacies, and Self-H...
2021-03-22 · via Stonecharioteer on Tech

CSE138 Distributed Systems Lectures

Course Topics

  • Consensus Algorithms: Raft, Paxos, and other consensus mechanisms
  • Consistency Models: CAP theorem, eventual consistency, strong consistency
  • Fault Tolerance: Handling failures in distributed environments
  • Scalability: Techniques for building systems that scale
  • Real-world Systems: Case studies of production distributed systems

Fundamental Concepts

Fallacies of Distributed Computing

The Eight Fallacies

  1. The network is reliable - Networks fail, packets get lost
  2. Latency is zero - Network calls have significant latency
  3. Bandwidth is infinite - Network capacity is limited
  4. The network is secure - Security cannot be assumed
  5. Topology doesn’t change - Network topology is dynamic
  6. There is one administrator - Multiple parties manage different parts
  7. Transport cost is zero - Network operations have costs
  8. The network is homogeneous - Networks consist of diverse components

Web Archiving and Self-Hosting

22120 - Self-Hosted Internet Archive

  • GitHub - i5ik/22120
  • NodeJS product for self-hosting internet archives offline
  • Similar to ArchiveBox, SingleFile, and WebMemex but with unique features
  • Allows creating personal, offline copies of web content

Archive Features

  • Offline Browsing: Access archived content without internet
  • Personal Control: Own your data and browsing history
  • Full Pages: Capture complete web pages including dynamic content
  • Search Capability: Find content within your personal archive
  • Privacy: Keep browsing and research private

Key Takeaways

  • Education Access: High-quality computer science education is increasingly available online
  • System Design: Understanding distributed systems fallacies prevents common mistakes
  • Data Ownership: Tools for personal data archiving become more important as web content changes
  • Learning Resources: Combining theoretical knowledge with practical tools improves understanding

These resources span from fundamental computer science theory to practical tools for data preservation, showing the breadth of considerations in modern distributed systems and web technologies.