OHAI Mastodon v4.5.10
https://github.com/mastodon/mastodon/releases/tag/v4.5.10
Die Instanz https://bayerwald.social läuft jetzt mit Softwareversion v4.5.10
https://github.com/mastodon/mastodon/r
#RLSSocial upgraded to #mastodon v4.5.9
https://github.com/mastodon/mastodon/releases/tag/v4.…
Last month, I became aware of #GitHub #agentic #workflows. I succeeded in creating one, to extract structured data out of release notes, something that was done before manually.
Here are my
I just found my first program that wasn't a bash script, written when I was 18 https://gist.github.com/Consistos/959c8d31fd190c62438919e2b2f784da
from my link log —
Faster C software with dynamic CPU feature detection and IFUNC.
https://gist.github.com/jjl/d998164191af59a594500687a679b98d
saved 2026-03-04 …
Uh, new #Mastodon release https://github.com/mastodon/mastodon/releases/tag/v4.5.8
So I had this idea, if I could make the #Emacs #OrgRoamUI accessible on the LAN, I could potentially navigate my notes from any device anywhere!
It was listed in the GitHub as a request, but the advice there didn't work, it only acted as a redirect to nowhere. I could change the url from localhost to the lan name, opened 8080 in ufw and then port-forwarded with
sudo socat TCP-LISTEN:8080,fork TCP:localhost:35901
And that let me see the UI, but only the controls, no nodes, no notes. Noting the websocket claiming port 35903, I removed :host (to use all interfaces) and opened ufw for LAN access to that port which all /seemed/ really logical, but …
I still see only the controls, no nodes or notes 😞