I, too, "value your privacy" but unlike most I think it is priceless and fundamental. Privacy Policy

2022 Summary

published on 2022-12-30T13:00:00Z, last updated on 2022-12-30T13:00:00Z

Here's an incomplete summary of what I did in 2022 that I want to highlight. Notably absent are the various one-off contributions that are typically bugfixes and package maintenance in Alpine and Gentoo.

Pleroma

Start of the year was a mess, I left the project because of Alex Gleason's behavior, tried to do a fork that was quite a failure. But HJ regrouped most of us back to Pleroma with also having contacted lain (owner of the project), Alex Gleason got demoted so we went back to Pleroma. Later he got banned from the project's Gitlab for harassing a contributor.
This whole thing burned me out, I'm glad some people joined, specially tusooa who allowed me to lay back and heal while still guiding her and other contributors. Doing a new branch release took time, partially because we didn't want to simply revert Alex Gleason's controversial modification of granting a lot of power to moderators but instead to make it granular, which took time. But we got 2.5.0 released on December 23.
Would recommend checking out HJ's blog posts about Pleroma if you want more information.

Hare

Hare is a system programming language that got released to the public in early 2022. I would recommend trying it out, for me it ended up replacing Go and most of C (note: badwolf will stay in C, I strongly avoid bindings). I contributed some simple bits here and there to the standard library and tools:

And the hare-wayland library + tools: Makefile: Add `check` target + cmd/scanner: Use strings::template and merge interface+request+event.

I switched go-deblob, a tool to remove binary executable files, to an hare version, which made it much more lightweight (Go binaries are huge) and probably much less bugged. Compared to the Go version which only detects ELF and IBM BIOS files, it got much more complete coverage of native executables, bytecode, and serialization formats that can lead to code execution (Perl Storage, Python pickle).

bsyslogd is a not-yet-working syslog daemon I started a bit after realizing that syslog implementations out there are either log4j-like kitchen sinks with thousands of integrated native modules while typically running as root, or are too limited in how they store logs. Sadly it stalled after some months but I still plan to resume it.

New website pages

Fediverse post for comments