Weeknotes 2022-10-31 Oct. 31, 2022, Jochen Spent quite some time fiddling around with my phone and Computers because of the iOS 16.1 / macOS 13 releases. Notes stopped sync...
Weeknotes 2022-11-07 Nov. 7, 2022, Jochen Short work week. Gave me time to indulge in heavy yak shaving. At first, I tried to just make django-cast (the develop branch) work for...
Weeknotes 2022-11-14 Nov. 14, 2022, Jochen Lots of stuff to do. Some of the projects I worked on last week:
Homepage
Since last week it's possible to deploy my homepage to ...
TIL: Be careful with your wagtail javascript Nov. 20, 2022, Jochen
Currently I'm busy replacing my home grown content editing solution for my blog software django-cast with Wagtail. I co...
Weeknotes 2022-11-21 Nov. 21, 2022, Jochen "Better to sink in boundless deeps, than float on vulgar shoals; and give me, ye gods, an utter wreck, if wreck I do." —Mardi
Lots of stuff ha...
TIL: Setting up a Mastodon Instance Nov. 26, 2022, Jochen This was easier than expected. For the most part, I followed the official "Installing from source" documentation. But there were ...
Weeknotes 2022-11-28 Nov. 28, 2022, Jochen Did some cleanup after switching to the new wagtail-based django-cast for my homepage and python-podcast.de. Had to rename the users, backup, an...
Kptncook and Mealie Dec. 4, 2022, Jochen Kptncook is a popular app attempting to answer the infamous "What do you want to cook today?" question. The recipes and the design of the app are ...
Weeknotes 2022-12-05 Dec. 5, 2022, Jochen my work is terrible, and if *you* like it, well that says more about you than it does about me @carnapping
Worked the whole week with sick kids ...
Weeknotes 2022-12-12 Dec. 12, 2022, Jochen Due to personal reasons, I've decided to replace my hair with snakes & turn people who stare at me into stone. @roxiqt@mastodon.social
Had a...
TIL: Change Owner of Postgres Database Objects Using Ansible Dec. 12, 2022, Jochen
For my very modest deployment needs, I use ansible. After restoring a postgres database backup using th...
I tried to change some DNS records today, and even after the TTL was over, I couldn't get the updated records on my notebook. I flushed the DNS cache on macOS but it didn't work. After some debugging, I found that my FRITZ!Box might be the culprit.
And then deactivate DHCP and reactivate it afterward. This will flush the DNS cache without the need for a restart. My changed DNS records were available right after doing this 🤪.
Weeknotes 2022-12-19 Dec. 19, 2022, Jochen modern js frameworks are only possible in a negative real interest rate environment --htmx.org
Got more stuff done last week - getting better I...
TIL Deploying Takahē Dec. 23, 2022, Jochen Setting up Takahē for Local Development
Clone the repository from GitHub:
git clone git@github.com:jointakahe/takahe.git && cd takahe
Cr...
Weeknotes 2022-12-26 Dec. 26, 2022, Jochen 'Man goes to doctor. Says he is CEO of AI startup but has no idea how to become profitable. Doctor says solution is simple. Advanced model GPT-4...
Weeknotes 2023-01-02 Jan. 2, 2023, Jochen
Kelber‘s Law: Wann immer es heisst „irgendwas Sinnvolles geht nicht, wegen Datenschutz“ liegt es NICHT am Datenschutz. --@padeluun@digitalcourag...
Fixing a Spam Filter Bug Jan. 5, 2023, Jochen Lately, I had to delete a few spam comments per day on the Python Podcast website. I already built some spam filter for the site, but it didn...
Weeknotes 2023-01-09 Jan. 9, 2023, Jochen
in 2023 i have decided to become worse and more unhinged and more of a hater. maybe i will start yelling and biting. i am going chihuahua mode -...
Podlove Share Sheet Fixing + Wagtail Code Blocks Jan. 14, 2023, Jochen This week's programming stream was about fixing the share sheet for the Podlove Player on the Python Podcast website...
Weeknotes 2023-01-16 Jan. 16, 2023, Jochen "Stealing “quietly a bit crap” for my bio." --@GunnarBj
First work week of the year. Had less time for my projects but got some stuff done no...
Wagtail - Splitting up Posts and Episodes Jan. 21, 2023, Jochen Until now, posts and episodes were the same things in django-cast. But there are some attributes needed for podcast episode...
Weeknotes 2023-01-23 Jan. 23, 2023, Jochen That’s why Tesla is right about banning remote work. I know a guy who claims to work for Tesla but also has a gig at a Telcom, at a freight comp...
Caching Audio File Sizes Jan. 28, 2023, Jochen The feed generation of Python Podcast was kind of slow. Looking deeper into this using sentry, I found out that for each item in the feed, t...
Usually, I use pip -e ../package-directory to install an editable version of a package I use in a different project. Usually I use this method to track a bug or develop a new feature. Some time ago I switched to using flit to build my packages because it supports putting all the configuration in pyproject.toml and is not poetry. Today I had to learn that for a django-packages built with flit but then installed with pip -e the Django template lookup is broken. Using flit install -s works fine though.
Weeknotes 2023-01-30 Jan. 30, 2023, Jochen Your honor my client is no longer in their villain era --@ItsMattsLaw
At work, I had to find out that Python enums are slow when used as keys...
Weeknotes 2023-02-06 Feb. 6, 2023, Jochen I am wondering what should be the color of this bikeshed? --@kushal
The usual work and usual chores. Nothing interesting here.
Finally tried ...
Weeknotes 2023-02-13 Feb. 13, 2023, Jochen The logic of the world is prior to all truth and falsehood. —Ludwig Wittgenstein
Been sick for the umpteenth time this winter. Tried to do so...
Weeknotes 2023-02-20 Feb. 20, 2023, Jochen “Raw data is both an oxymoron and a bad idea; to the contrary, data should be cooked with care.”—Geoffrey Bowker
Work, carnival, and some progr...
TIL: Integrate Wagtail API into Local Namespace Feb. 25, 2023, Jochen I wanted to incorporate a wagtail pages endpoint into django-cast. Although I successfully added it to the global URL...
Weeknotes 2023-02-27 Feb. 27, 2023, Jochen "Maintaining a successful open source project is Good Will Hunting in reverse. You start out as a respected genius, and end up being a janitor w...