Weeknotes 2022-01-10 Changed Streaming Schedule
,For my podcast hosting SaaS project, I thought about how to deploy a single new podcast and how to integrate this with fastdeploy. Should the podcast hosting app itself create a the database and configure systemd? Should fastdeploy do it? Usually, you would need to have different service tokens for each new podcast in fastdeploy. This clearly needs some redesign. But I think I'll go for something like that:
- User submits desired domain name
- Podcast registry starts a deployment for the cast_hosting service providing a config including username, token to update the registry, etc.
- After cast_hosting is successfully deployed it sends a register/password change URL back to the registry to let the user in
Articles
- Why your multiprocessing Pool is stuck (it’s full of sharks!)
- How to Make an Immutable Dict in Python
- Crypto: the good, the bad and the ugly
- My first impressions of web3
- The Case Against Crypto
- How to survive in professional software development
- Life is to short to use dated cli tools that suck Try these instead 🧵
Podcast
- Der vernünftige Jahresrückblick 2021 (Soziopod)
- Kreativer Umgang mit dem Ungewissen (Sein und Streit)
- (107) Risiko und Hoffnung (Coronavirus-Update)
- Boost Your Django DX - Adam Johnson (Django Chat)
- #253 – Michael Malice: New Year’s Special (Lex Fridman Podcast) | Hmm, I probably have to put a disclaimer here: While I enjoy some of those episodes (the recent one with Peter Wang for example) - some episodes are are just batshit crazy. This is one of those. I'm not linking to it to endorse it. It's more like a: Wow, entertaining conversations about technical topics, crazy conspiracy stuff, and crypto grifting all in the same podcast making money by selling snake oil. You should at least be aware of that while enjoying the entertaining parts.
- Pilot (Django Girls)
- Episode #265: Get asizeof pympler and muppy (Python Bytes)
- UKW089 Corona Weekly: Der schwarze Ritter aus dem Mäuschenwald (UKW)
- Bits und so #771 (Pat Pat Pat) (Bits und so)
- Schweiz, gute Vorsätze, Ende und Anfang | Talk (Schroeder & Somuncu)
Talk
- htmx + Flask: Modern Python Web; Hold the JavaScript Michael Kennedy
- Carson Gross - REST, HATEOAS & Django - It's OK to not use JSON... or Javascript