💾 Archived View for code.pfad.fr captured on 2024-03-21 at 14:43:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
I am trying to exclusively develop free software since the beginning of 2024. Below is a compilation of some of my contributions (open-source and free software).
Post about going full-time on free software
go documentation as a static site (HTML and Gemtext). When hosted at the package URL, it makes the package importable by the Go tools ("vanity import path").
Online demo of godoctricks package, rendered with vanitydoc
IBAN checker (and deducer for some BIC codes).
Online demo of IBAN check with Wasm
livereload webserver for local development (serve local folder / reverse proxy).
client implementation for Release Version Check over DNS (RVCoDNS).
(see also Gitea, from which Forgejo was forked)
refactor and bugfix of several features, backed by tests to ensure high quality and prevent regressions.
Blender Asset Tracer BAT🦇 Pull Requests
support of new asset types (IES lighting, OpenVDB) than can be traced an packed for easy sharing of Blender scenes.
{gemini, https, http3} multi-host server.
fritzbox client (UPnP, AHA - AVM Home Automation).
HomeKit Accessory Protocol (hap) server.
Blender docker images for CPU rendering
fully automated repository, which publishes docker images for each new release of Blender. Those images can be used in Continuous Integration for testing or in production for rendering.
gracefully upgradable server behing a tcp connection with zero-downtime (without disturbing running transfers or dropping incoming requests). Works on windows as well.