Skip to content

Commit

Permalink
Obsidian Sync 2024-09-03 16:17:56
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Sep 3, 2024
1 parent 0a2aac8 commit 056152e
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions content/daily-notes/2024-09-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ My friend Viveik's notes from [Four Thousand Weeks: Time Management for Mortals

![[oliver_burkman_8000.png]]

[Notes on Distributed Systems for Young Bloods – Something Similar](https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/)
[Notes on Distributed Systems for Young Bloods – Something Similar](https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/) #systems

>
> - **Distributed systems are different because they fail often.**
> - **Writing robust distributed systems costs more than writing robust single-machine systems.**
> - **Robust, open source distributed systems are much less common than robust, single-machine systems.**
> - **Coordination is very hard. Avoid coordinating machines wherever possible.**
> - **If you can fit your problem in memory, it’s probably trivial.**
> - **“It’s slow” is the hardest problem you’ll ever debug.**
> - **Implement backpressure throughout your system.**
> - **Find ways to be partially available.**
> - **Metrics are the only way to get your job done.**
> - **Use percentiles, not averages.**
> - **Learn to estimate your capacity.**
> - **Feature flags are how infrastructure is rolled out.**
> - **Choose id spaces wisely.**
> - **Exploit data-locality.**
> - **Writing cached data back to persistent storage is bad.**
> - **Computers can do more than you think they can.**
> - **Use the CAP theorem to critique systems.**
> - **Extract services.**

0 comments on commit 056152e

Please sign in to comment.