Last week was a week of crazily beautiful sundowns. Clear skies and city scenery made for some spectacular photos.



Hacker Stammtisch
Tuesday was this month session of the old nerds. There were animated discussion about a IT cooperative. One friends bugs us since years with that idea. It sounds nice and some of us kinda do have this with our self-hosting efforts at a small and family scale. But I doubt this can take off commercially. If you offer IT services to companies and need to respect SLAs and all the regulatory requirements it quickly becomes involved and expensive. Or someone is being exploited …

Crocusses
On Friday I used to good whether to have a walk over the nearby cemetery. We can see it from our balcony and I could tell it’s full or crocuses.



Glorious mug
A friend gifted me this glorious golden mug for always bringing tea for our winter swimming group. Isn’t it gorgeous?

Rust programming
I also continued working on my little Rust program to batch upload images to Pixelfed. Adding support for various options to generate the image descriptions.
I gave up on trying to write the whole thing with help of tools like ChatGTP, Claude or Copilot. It just doesn’t work in my eyes. As soon as stuff gets more complex, one spends more time explaining context and functionality to the tools than writing code. I’m only using some help for short functions and lines that needs fixing or alternatives. But just doing the good old RTFM and reading blog posts with examples and explanations seems still a more effective way to get this moving forward.
It’s not fully done yet, but the code is available in the branch “Ollama” on my repo.