aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-11-10 08:46:39 -0700
committerCody Hiar <cody@hiar.ca>2023-11-10 08:46:39 -0700
commitd3f3e7e9089b0f5803c394dde8e59e2ed884df08 (patch)
tree6e68eb7c7524f7856c6610265f3d7e5302db87e6
parenteee95e33640c294ab5e6b85de299a12e7d7c0d2b (diff)
Add two links, fix mistakes
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index fcc3e3d..21f25e6 100644
--- a/README.md
+++ b/README.md
@@ -444,12 +444,14 @@ with maintenance so things should be up to date.
- [Python Asyncio: The Complete Guide][1070]
- [Dynaconf: Configuration Management for Python][1072]
- [The Basics of Python Packaging in Early 2023][1081]
-- [pypackaging-native: Python packaging topics and issues for projects using native code][1081]
+- [pypackaging-native: Python packaging topics and issues for projects using native code][1096]
- [Asyncio, twisted, tornado, gevent walk into a bar...][1100]
- [Writing a C compiler in 500 lines of Python][1105]
- [Python’s "Disappointing" Superpowers][1113]
- [Video: How to Use FastAPI: A Detailed Python Tutorial][1131]
- [How virtual environments work][1138]
+- [Parquet: more than just "Turbo CSV"][1143]
+- [Makefile tricks for Python projects][1144]
### Ops
@@ -931,9 +933,9 @@ with maintenance so things should be up to date.
- [Configuring default applications for xdg-open][970]
- [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!][920]
+- [Sadservers: Troubleshoot and make a sad server happy!][1074]
- [ZFS Notes][1101]
-- [The 'Hidden' Cost of Using ZFS for Your Home NAS][1101]
+- [The 'Hidden' Cost of Using ZFS for Your Home NAS][1102]
### Shell
@@ -2380,3 +2382,5 @@ with maintenance so things should be up to date.
[1140]: https://www.dursi.ca/post/hpc-is-dying-and-mpi-is-killing-it
[1141]: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html
[1142]: https://samwho.dev/load-balancing/
+[1143]: https://csvbase.com/blog/3
+[1144]: https://ricardoanderegg.com/posts/makefile-python-project-tricks/