Posted by jpluimers on 2025/02/17
Every now and then you bump into an interesting post on a workflow you already have but did not know the name for.
This time it is [Wayback/Archive] Introduction to the Zettelkasten Method which has this nice definition:
A Zettelkasten is a personal tool for thinking and writing. It has hypertextual features to make a web of thought possible. The difference to other systems is that you create a web of thoughts instead of notes of arbitrary size and form, and emphasize connection, not a collection.
I thought a bit about it and it feels quite a bit like this blog: the ~5k draft posts at the time of writing are similar to a Zettelkasten: short notes with title and links either internally or externally.
These drafts are private, but the actual blog posts are either public (already published: some 8k at the time of writing) or queued for publication (some 2 years at the time of writing).
Read the rest of this entry »
Posted in Blogging, Development, documentation, Knowledge Worker, LifeHacker, Lightweight markup language, MarkDown, Power User, reStructuredText, SocialMedia, Software Development | Tagged: developer, Productivity, Python, shorts, tips | Leave a Comment »
Posted by jpluimers on 2025/02/14
Not limited to the current rise of far right dictators: a repetition of the steps taken a century ago: [Wayback/Archive] Branch removal – Mike Luckovich, The Atlanta Journal-Constitution (actual link not visible in the EU because of GDPR: [Wayback] AJC GDPR Support)

Branch removal: Executive branch of a tree with chainsaw at the tip having cut of the legislative and judicial branches.
Via
Read the rest of this entry »
Posted in About, Awareness, Comics, Opinions | Leave a Comment »
Posted by jpluimers on 2025/02/14
Running Kubernetes containers on Windows means taking into account a different can of worms than running them on Linux.
For example [Wayback/Archive] Fun with Windows Containers – Popping Calc explains about the various isolation levels and privileges (through runAsUserName) and this helpful advice:
Read the rest of this entry »
Posted in *nix, *nix-tools, Cloud, Containers, Docker, Infrastructure, Kubernetes (k8n), Power User, Windows | Leave a Comment »
Posted by jpluimers on 2025/02/13
[Wayback/Archive] macos – How can I update everything installed through Homebrew after OSX upgrade? – Ask Different
A
Use the command brew upgrade in the terminal to update all of the packages.
C
brew upgrade --cask not updated my excited packages like Flutter. using brew upgrade --g will be preferred as mentioned in Manpage : –g, –greedy: Also include outdated casks with auto_updates true or version :latest. –greedy-latest: Also include outdated casks including those with version :latest. –greedy-auto-updates: Also include outdated casks including those with auto_updates true.
C
Casks are not upgraded because of their internal auto-update capabilities and the conflict in these two auto-update mechanisms. See more details on docs.brew.sh/…
So if you want to upgrade casks as well, then run this (but read the warnings below first):
Read the rest of this entry »
Posted in Apple, Development, Home brew / homebrew, Power User, Software Development | Tagged: 17427 | Leave a Comment »
Posted by jpluimers on 2025/02/12
For my reading list (will likely be extended in the future) as covariance and especially contravariance often give me headaches (even after all these years of C#):
Read the rest of this entry »
Posted in .NET, C#, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2025/02/11
A lot of forum software (not just on retro computing or history) embed image smileys in their messages translated from text-smileys.
It seems they missed that a lot of them have made their way into Unicode, making it not just easier to display but also a lot easier for visually impaired.
So, please software developers, use the Unicode characters whenever possible.
Here is a good start
--jeroen
Posted in accessibility (a11y), Awareness, Development, Inclusion / inclusive society, Software Development | Leave a Comment »