Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@qbi@freie-re.de
2026-05-20 14:07:53

OHAI Mastodon v4.5.10
github.com/mastodon/mastodon/r

@waidler@bayerwald.social
2026-05-20 14:56:24

Die Instanz bayerwald.social läuft jetzt mit Softwareversion v4.5.10
github.com/mastodon/mastodon/r

@cdamian@rls.social
2026-04-16 10:22:17

#RLSSocial upgraded to #mastodon v4.5.9
github.com/mastodon/mastodon/r

@frankel@mastodon.top
2026-04-12 17:10:45

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

@theawely@mamot.fr
2026-03-17 16:44:11

I just found my first program that wasn't a bash script, written when I was 18 gist.github.com/Consistos/959c

@fanf@mendeddrum.org
2026-03-05 09:42:03

from my link log —
Faster C software with dynamic CPU feature detection and IFUNC.
gist.github.com/jjl/d998164191
saved 2026-03-04

@adulau@infosec.exchange
2026-04-06 08:29:57

rss-tool 1.2 release adds Markdown Journals and Calendar Heatmaps Latest
Version 1.2 brings two new tools to rss-tools, major improvements to Markdown journal generation, and a broad set of fixes and robustness updates across the codebase.
#rss #atom

@waidler@bayerwald.social
2026-04-15 17:14:14

bayerwald.social now on
github.com/mastodon/mastodon/r

@maxheadroom@hub.uckermark.social
2026-03-24 16:01:35

Uh, new #Mastodon release github.com/mastodon/mastodon/r

@teledyn@mstdn.ca
2026-03-17 18:28:12

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 😞