aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-11-10 09:00:33 -0700
committerCody Hiar <cody@hiar.ca>2023-11-10 09:00:33 -0700
commit31cbcbb815cc496a6e6fe159211cb804b22fa885 (patch)
tree685323b0f25d5351bd6121e9a6a32ee337c721c7
parentd3f3e7e9089b0f5803c394dde8e59e2ed884df08 (diff)
adding marks
-rw-r--r--README.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21f25e6..924e965 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,8 @@ with maintenance so things should be up to date.
- [The Maze is in The Mouse: What Ails Google][1130]
- [Writing an engineering strategy][1132]
- [Amazon's Cloud Crisis: How AWS Will Lose The Future Of Computing][1139]
+- [When a New Manager Takes Charge][1147]
+- [Management Time: Who’s Got the Monkey?][1152]
### Psychology/Philosophy
@@ -202,6 +204,7 @@ with maintenance so things should be up to date.
- [Tools for better thinking][903]
- [First Principles][956]
- [Peter Bevelin on Seeking Wisdom, Mental Models, Learning, and a Lot More][1013]
+- [Leo Tolstoy on Finding Meaning in a Meaningless World][1145]
### Dev/Tools
@@ -513,6 +516,7 @@ with maintenance so things should be up to date.
- [The Practical Guide to Internal Developer Portals][1115]
- [Cloud Costs Every Programmer Should Know][1122]
- [Understanding Networking in Nomad][1137]
+- [Dev vs Ops][1151]
### C
@@ -718,6 +722,7 @@ with maintenance so things should be up to date.
- [Distributed Tracing: The Why, What, and How?][986]
- [Principles of Distributed Computing Lectures][988]
- [How to do distributed locking][1141]
+- [Distributed systems for fun and profit][1149]
### Security
@@ -777,6 +782,7 @@ with maintenance so things should be up to date.
- [Crafting container images without Dockerfiles][1114]
- [Scheduling cron jobs in docker : A How-To Guide][1118]
- [Dodge the next Dockerpocalypse: how to own your own Docker Registry address][1135]
+- [Container Training][1153]
### Elixir/Erlang
@@ -934,7 +940,8 @@ with maintenance so things should be up to date.
- [Encrypted Cloud Backup: BorgBackup, Rclone, and Backblaze B2][979]
- [An opinionated guide on how to reverse engineer software, part 1][920]
- [Sadservers: Troubleshoot and make a sad server happy!][1074]
-- [ZFS Notes][1101]
+- [Lobsters Comments: ZFS Notes][1101]
+- [ZFS Notes][1150]
- [The 'Hidden' Cost of Using ZFS for Your Home NAS][1102]
### Shell
@@ -1227,6 +1234,11 @@ with maintenance so things should be up to date.
- [Learn Prompting][1082]
- [Brex's Prompt Engineering Guide][1083]
+## Data Engineering
+
+- [Build a poor man’s data lake from scratch with DuckDB][1146]
+- [how (not) to write a pipeline][1148]
+
### Misc
- [PC Buying Guide][380]
@@ -2384,3 +2396,12 @@ with maintenance so things should be up to date.
[1142]: https://samwho.dev/load-balancing/
[1143]: https://csvbase.com/blog/3
[1144]: https://ricardoanderegg.com/posts/makefile-python-project-tricks/
+[1145]: https://www.themarginalian.org/2014/06/03/tolstoy-confession/
+[1146]: https://dagster.io/blog/duckdb-data-lake
+[1147]: https://hbr.org/2007/01/when-a-new-manager-takes-charge
+[1148]: https://cohost.org/tef/post/1764930-how-not-to-write-a
+[1149]: https://book.mixu.net/distsys/single-page.html
+[1150]: https://wiki.alopex.li/ZfsNotes
+[1151]: https://www.bassi.io/articles/2017/08/10/dev-v-ops/
+[1152]: https://hbr.org/1999/11/management-time-whos-got-the-monkey
+[1153]: https://container.training/