weirdr.net 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.
boostedHappy International Day of Forests. 🌲
While the tech industry burns megawatts and boils millions of gallons of water just to run the latest AI hype-machine, NetBSD🚩 is about extreme efficiency. Writing tight code that keeps the hardware you already own running for decades means less e-waste in the ground and less power pulled from the grid.
You don't need to drain a lake to run a server. Keep your old machines alive. Protect the forests. 💧🌳
#NetBSD #InternationalForestDay #FOSS #GreenTech #Sustainability #NoAI #RightToRepair #Ewaste
Photo By: Andrea Villarreal Rodríguez
“The legacy of the forest”
Country: United States of America
boostedHappy International Pi Day! Celebrating the infinite possibilities of clean code and extreme portability.
What a better day to remind everyone: Of course it runs NetBSD! 🚩
#NetBSD #PiDay #PiDay2026 #OpenSource #RetroComputing #RunBSD #linux
boostedI pushed a second blog post. This time just some notes on what I had to do to get #NetBSD on my VPS setup for remote administration with ansible:
https://overeducated-redneck.net/blurgh/netbsd-ansible-notes.html
boostedpwning #NetBSD -aarch64 (ARM)
#RunBSD #Linux #unix
https://www.feyrer.de/NetBSD/bx/blosxom.cgi/nb_20260308_1932.html
boostedHere’re some pictures from #NetBSD at SCALE
There’s a lot of interest in NetBSD :)
First is a Raspberry Pi 400 with ctwm running as a stratum 2 NTP server. Our neighbors just happen to be the Network Time Foundation.
boosted@sylvie wow, this looks great! Guess I'm not the only one who thinks this is a good idea :)
#ALpineLinux and #NetBSD are the only OSes that keep my very old machines (turning 20 years old this year!) still running.
Enjoy!
The #eurobsdcon 2026 Call for Papers is open!
https://2026.eurobsdcon.org/cfp/
Submit by June 20th, come to Brussels September 9-13 and mingle with #BSD people!
We also offer pre-submission guidance/mentoring, see within.
Wonder what BSD and the conferences are about? See https://nxdomain.no/~peter/what_is_bsd_come_to_a_conference_to_find_out.html
@EuroBSDCon #freebsd #netbsd #openbsd #freesoftware #libresoftware #brussels #bruxelles
The #eurobsdcon call for papers is on!
https://2026.eurobsdcon.org/cfp/
We offer pre-submission mentoring, see within!
@EuroBSDCon #freebsd #netbsd #openbsd #freesoftware #libresoftware #brussels #bruxelles
boostedFor anybody wondering why I prefer #NetBSD over #Linux, compare the code for a small tool like whois(1):
NetBSD:
https://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/whois/whois.c?annotate=HEAD
372 lines, easy to read
Linux:
https://github.com/rfc1036/whois/blob/next/whois.c
1617 lines in the main program; unchecked malloc(3), misc buffer overflow opportunities, magic numbers, "/* This function has multiple memory leaks.*/", mixed spaces and tabs, another 2K of glue code, ...
KISS, man, KISS.