Building things with Django and coding agents. Breaking things in my home lab. Writing about both.
- Public lists
-
HWC DUS
IWC DUS 2026
- Fetched
TIL: Real-time Collaboration for Jupyter Notebooks
TIL: Real-time Collaboration for Jupyter Notebooks
Jochen Wersdörfer While preparing a screencast with Manuel, we searched for real-time collaboration tools for Jupyter notebooks. JetBrains' "Code With Me" proved unsuitable, displaying only raw JSON. Here are two practical alternatives:
- Visual Studio Code's "Live Share" extension
-
Launching JupyterLab server like this:
jupyter-lab --collaborative
If you're aware of other collaboration tools for Jupyter notebooks suited for screencasts, please drop me a note 😄!
Weeknotes 2023-04-17
TIL: Validating Wagtail Page Fields Only Upon Publishing
Weeknotes 2023-04-10
Weeknotes 2023-04-03
Full-Stack Team Now Open for Projects: A First-Time Announcement! 🚀
Weeknotes 2023-03-27
Weeknotes 2023-03-20
Weeknotes 2023-03-13
Weeknotes 2023-03-06
Weeknotes 2023-02-27
TIL: Integrate Wagtail API into Local Namespace
Weeknotes 2023-02-20
Weeknotes 2023-02-13
Weeknotes 2023-02-06
Weeknotes 2023-01-30
TIL: Editable Package Installation
TIL: Editable Package Installation
Jochen Wersdörfer 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.
Caching Audio File Sizes
Weeknotes 2023-01-23
Wagtail - Splitting up Posts and Episodes
Weeknotes 2023-01-16
Podlove Share Sheet Fixing + Wagtail Code Blocks
Weeknotes 2023-01-09
Fixing a Spam Filter Bug
Weeknotes 2023-01-02
Weeknotes 2022-12-26
TIL Deploying Takahē
Weeknotes 2022-12-19
TIL: Flush the FRITZ!Box DNS Cache
TIL: Flush the FRITZ!Box DNS Cache
Jochen Wersdörfer 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.
How to do it
Just go to:
Heimnetz > Netzwerk > Netzwerkeinstellungen > IPv4-Einstellungen
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 🤪.