aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-09-05 12:54:45 -0600
committerCody Hiar <cody@hiar.ca>2023-09-05 12:54:45 -0600
commitda8c8f04b31ad3f8aba3a610ac58a60eb66cd465 (patch)
treed6573985462c2b42ab92f47c9649a50bd845f7db
parenta368cbdc8a89194b2ec980c4ce94e68df6343ca3 (diff)
Adding marks
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 887dc8a..903bca2 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,7 @@ with maintenance so things should be up to date.
- [How Apple Is Organzied For Innovation][1078]
- [High-Performing Teams Need Psychological Safety: Here’s How to Create It][1085]
- [The Generation Ship Model of Software Development][1095]
+- [Measuring developer productivity? A response to McKinsey][1104]
### Psychology/Philosophy
@@ -433,6 +434,7 @@ with maintenance so things should be up to date.
- [The Basics of Python Packaging in Early 2023][1081]
- [pypackaging-native: Python packaging topics and issues for projects using native code][1081]
- [Asyncio, twisted, tornado, gevent walk into a bar...][1100]
+- [Writing a C compiler in 500 lines of Python][1105]
### Ops
@@ -489,6 +491,7 @@ with maintenance so things should be up to date.
- [What if Infrastructure as Code never existed - Adam Jacob][1087]
- [Get Started with Server Health Checks][1092]
- [What every SRE should know about GNU/Linux shell related internals][1093]
+- [Platform Engineering Landmines: Part 1][1103]
### C
@@ -899,6 +902,7 @@ with maintenance so things should be up to date.
- [An opinionated guide on how to reverse engineer software, part 1][920]
- [Sadservers: Troubleshoot and make a sad server happy!][920]
- [ZFS Notes][1101]
+- [The 'Hidden' Cost of Using ZFS for Your Home NAS][1101]
### Shell
@@ -2298,3 +2302,7 @@ with maintenance so things should be up to date.
[1099]: https://ayats.org/blog/no-flake-utils/
[1100]: https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk
[1101]: https://lobste.rs/s/qnmx3s/zfs_notes
+[1102]: https://louwrentius.com/the-hidden-cost-of-using-zfs-for-your-home-nas.html
+[1103]: https://www.alashiban.com/platform-engineering-landmines-part-1/
+[1104]: https://archive.ph/KygFt
+[1105]: https://vgel.me/posts/c500/