diff --git a/README.md b/README.md index 1f799b8..8520c61 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,10 @@ The awesome list of things. - [SPA like behavior with HTMX](https://htmx.org/essays/you-cant/) - [Konvajs](https://konvajs.org/): JavaScript Canvas 2d Library +## Linux + +- [Debian Packaging From Git](https://optimizedbyotto.com/post/debian-packaging-from-git/): Create new Debian packaging repository from the existing upstream project git repository + ## Articles - [Sensible Sqlite defaults](https://briandouglas.ie/sqlite-defaults/) @@ -189,6 +193,8 @@ The awesome list of things. - [The bootstrapers guide to outside funding](https://microconf.com/the-bootstrappers-guide-to-outside-funding) - [The Missing Signals Manual for Python](https://bui.app/the-missing-manual-for-signals-state-management-for-python-developers/) - [The Prompt Engineering Playbook for Developers](https://addyo.substack.com/p/the-prompt-engineering-playbook-for) +- [Atomics and Concurrency in C++](https://redixhumayun.github.io/systems/2024/01/03/atomics-and-concurrency.html) +- [Loading Pydantic Models Without Running Out of Memory](https://pythonspeed.com/articles/pydantic-json-memory/): Provides a technique to reduce memory usage when processing large amounts (100s of MBs) of JSON using Pydantic. ### Soft Skills - [Being Too Ambitious Is A Clever Form of Sabotage](https://maalvika.substack.com/p/being-too-ambitious-is-a-clever-form)