triptico.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Git tip: Create a `.gitmessage` template file and set it with `git config commit.template ~/.gitmessage`. Consistent commit messages improve team communication and project history. #Git
Super cool project;
https://github.com/epheterson/Zimi
It's an alternate front end for Kiwix's ZIM's. Auto updating through torrents with seeding, catalogue search, tons of built ins, like calendar, sky and space data. ZIM's are sorted by category, with custom sorting and favourites.
It even pulls random data for some ZIM's, like "word of the day" or "this day in history".
The world map ZIM works amazing with search and random locations, although a bit slow on a Pi5.
Something I've found really interesting is from the home screen you can click the random button and it'll give you a random article from all your ZIM's.
A big bonus is the dev is very friendly!
Game of Trees 0.127 released https://undeadly.org/cgi?action=article;sid=20260721102106 #openbsd #gameoftrees #got #git #versioncontrol #development #freesoftware #libresoftware
Git tip: Use `git commit --fixup <hash>` for small fixes, then `git rebase -i --autosquash` to automatically organize them. Keeps commit history clean during development. #Git