I’ll probably need this again so writing it up: is an awesome little helper syncing tasks to (where I use to track hours spent). It connects to various ticket systems like , or .

Today I had to tweak it a little though, because I have no idea where to put client certificates for Python’s requests lib and my current customer requires that. Any HTTPS request without will fail with status code 400: No required SSL certificate was sent.

For this I edited ~/.local/lib/python3.11/site-packages/bugwarrior/services/gitlab.py line 364 from this:

response = requests.get(url, headers=headers, verify=self.verify_ssl, **kwargs)

to

response = requests.get(url, cert=('/path/to/client.crt', '/path/to/client.key'), headers=headers, verify=self.verify_ssl, **kwargs)

Important: Any request to _some_ GitLab by Bugwarrior will offer the client cert now. That’s fine for me because I’ve currently only one GitLab system to check at the moment. There may be better ways to achieve this but I’ve seen no obvious in the docs at https://bugwarrior.readthedocs.io/en/latest/services/gitlab.html – YMMV.

I like eye-candy for my and for the longest time I did override the generic icon for missing SVGs via CSS. This never fixed the titles thought and after starting to mass non descriptive links all named “website” I started to dig into the code class-relme-domain-icon-map.php of the plugin.

Update: Well fck, the entire svg folder gets replaced on update of the IndieWeb plugin. Good idea to backup additional SVGs so they can be copied back on Update. Proxmox snapshot for the win!

Turns out Rel_Me_Domain_Icon_Map does some file system shacking for unknown domains in wp-content/plugins/indieweb/static/svg/ so I fixed myself some symbolic links:


discuss-dot-tchncs-dot-de.svg -> lemmy.svg
live-dot-famkos-dot-net.svg -> owncast.svg
nerdpol-dot-ch.svg -> diaspora.svg
social-dot-tchncs-dot-de.svg -> mastodon.svg
t-dot-me.svg -> telegram.svg
tube-dot-tchncs-dot-de.svg -> peertube.svg
[...]

The title is read directly from the SVG so adding a title tag so custom SVGs helps with that.

That’s a lot of CSS that I can remove now 🤓

🤓 Painted the button box, added more buttons and the LCD and set it to playing the DRADIS animation[1] of the Pegasus just for show:

Next is wiring everything up (and when that is done finishing the frame for the display) and add decals.

Same thing really to see how it feels:

[1] The Loop was created by David Gian-Cursio (https://www.gian-cursio.net/2016/07/battlestar-pegasus-dradis-screens/) for Diaspora: Shattered Armistice (a total conversion for the FreeSpace Open engine).

Kids got to pick movies yesterday. Beside one of the Dragons movies (again 😩 ) they surprisingly settled on . That was surprisingly a lot of fun and I really dig the art style and that totally weird combination of a self isolating medieval town set in a Sci-Fi setting. Which… you know… kinda totally nails two of my interests 🤓

Would watch again 👌

Heh, 3rd time I used the to bring the little one to the day nanny. The new child seat works great.

It’s a different model that is strapped on the rack and not to the frame itself like the old child seat. The old one was sadly not compatible with the higher rack of the new[1] eBike. Ah well.

I need exactly the same time like with the car but at the same time I get some workout done and really do not need a coffee afterwards any more. Win win 😁

eBike with the battery pack behind the saddle within the rackincreasing the height of the rack _a lot_.

[1] Got a good deal on a 2nd hand eBike

Behold my latest addition 🤪

A button box | switch panel for the toddler. It was on a discount so I gave in. May be a good starting point for a bigger one that I’m going to make for the kids eventually.