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.
boostedHad to finish my #NetBSD 11.0 RC3 test write-up after upgrading some machines to RC4 this week, so this post has straddle marks.
https://jspath55.blogspot.com/2026/05/netbsd-11-rc3-heat-rc4-and-more.html
boosted#retrocomputing #vintagecomputing #search #searchengine #frogfind #NetBSD #Links #unix #lynx #unix
Catch of the Day: The text terminal on NetBSD lives! 🐧
Hey Retro Fans!
Many of us use FrogFind on graphical systems like Windows 95 or Mac OS 9. But at its core, FrogFind is a text-first project. Just how well this works was proven to us today by this guest:
Links 2.8 on NetBSD!
Among the BSD operating systems (the purist cousins of Linux), NetBSD is legendary for its portability. It's not for nothing that the NetBSD community's motto is: "Of course it runs NetBSD!" Whether on old toasters, a Sega Dreamcast, or obscure server hardware—NetBSD just runs.
The fact that someone today opens a terminal under NetBSD and fires up the text-based browser "Links" (a direct relative of Lynx) to search the web via FrogFind is pure command-line romance. No flashing banners, no intrusive JavaScript, just lightning-fast, raw text on one of the cleanest UNIX derivatives in the world.
Stay purist and keep hacking on the shell!
Your FrogFind Team 🐸
boostedmultidisplay hack for #OpenBSD, #NetBSD xenodm/xdm.
#!/bin/ksh
# Define variables at the top for easy access
readonly MULTIDISPLAY_DIRECTION="--right-of"
# find list of connected monitors to span
monitors=$(xrandr --query | awk '/[^s]connected/{print $1}')
# the first monitor found will be the primary
primary=$(echo "$monitors" | head -n 1)
# initialize the xrandr command
xrandr_cmd="xrandr --output $primary --auto --primary"
# loop through the displays, assigning them --auto and MULTIDISPLAY_DIRECTION with randr
previous=$primary
for monitor in $monitors
do
if [ "$monitor" != "$primary" ]; then
xrandr_cmd+=" --output $monitor --auto $MULTIDISPLAY_DIRECTION $previous"
previous=$monitor
fi
done
# Execute the composed xrandr command
eval "$xrandr_cmd"could drop in to your Xsetup_0 file. written in ksh, should work in OpenBSD’s ksh and NetBSD’s ksh.
boostedFrom what I’ve briefly looked into, it might even be possible to set up a root filesystem with ZFS on #netbsd. I’m not sure what the comments about memory usage are referring to—I have several VPS instances, as well as some home machines running on #OrangePi with 512MB of RAM, and they all run perfectly fine with ZFS on FreeBSD.
I think I’ll try to see how NetBSD ZFS performs in real-world conditions with 512MB🤣
I've made more progress with getting #NetBSD running and mostly usable on my Thinkpad T580. I started a document with my notes on how to set up a usable desktop. Some of this information is missing from the NetBSD Guide, Wiki, and FAQ & HOWTOs pages. Some of it was buried deep in man pages, or found by extensively searching pkgsrc repository. https://codeberg.org/thezerobit/public_notes/src/branch/main/netbsd_notes.md
I have yet to figure out how to automatically disable the touchpad while typing.
boostedI'm upgrading #NetBSD on my laptop to the latest RC (11.0 RC4) in this coffee shop, soaking up all the Wi-Fi bandwidth downloading source sets which I didn't realize are not on the install image but need to be downloaded on the fly.
Casually reading The UNIX Programming Environment by Kernighan and Pike. I've been Linuxing for nearly 30 years, so it's not like I'm a stranger to this environment, but it's nice to peruse one of its sacred texts.
#UNIX #BSD
boostedIf you are using #NetBSD please consider to donate NetBSD Foundation to keep this project running. No big money is needed, every cents matters, https://netbsd.org/donations/ #WhyIRunNetBSD I’ve already done it, and you? 🤔
boostedThe NetBSD project is pleased to announce the fourth (and this time hopefully final) release candidate of the upcoming 11.0 release, please help testing!
See the release announcement for details.
ping: https://framapiaf.org/@jaypatelani@bsd.network/116570729312543808
boostedAnnouncing #BSDCan 2026 Travel Grants
Deadline: Friday the 19th!
To encourage and enable more first-time and returning attendees at BSDCan 2026, this year’s travel grant is a free room for up to five nights in a shared-bathroom private suite at the 90U residences.
Full details:
https://blog.bsdcan.org/2026/05/14/announcing-bsdcan-2026-travel-grants
boostedNetBSD 11 RC4 is here! Huge thanks to all the devs getting this ready for the final release.
Quick reminder since we are almost halfway through the year: The NetBSD Foundation needs our help to keep things running. If you appreciate clean code, software freedom, and an OS that literally runs on anything, OS which rejects A.I. slop, please consider making a donation. Let's help them hit their 2026 goals!
Grab the RC: https://blog.netbsd.org/tnf/entry/netbsd_11_0_rc4_available
Support the foundation: https://www.netbsd.org/donations/
#NetBSD #FOSS #OpenSource #antiaislop #Linux
boosted#NetBSD 11.0 RC4 just dropped!
"We found a few more issues to fix in RC4, and also updated a lot
of bundled third party code due to security issues, including
OpenSSH, OpenSSL, Postfix, bind, xz and more.
"We would love to release this state as 11.0 soonish and hope no big
fallout will be found in this RC."
NetBSD デバイスドライバの DMAポーリング処理での bus_dma(9) API 呼び出し - tsutsuiの作業記録置き場
https://tsutsui.hatenablog.com/entry/netbsd-dma-driver
いさきさん向けにメモ
boostedOpen Source Conference Japan in #Nagoya coming up on 23rd of May!
https://event.ospn.jp/osc2026-nagoya/
Mostly Linux, but also a #NetBSD booth set up as well!
And we get a new #Slackware kernel today (5.15.206) to correct the very last CVE from #DirtyFrag - nothing published on the web site yet, but I suspect that's the one.
Also: one more Linux kernel update or zero day and I will seriously consider moving to #OpenBSD or #NetBSD for good...
Continuing adventures in #NetBSD on my Thinkpad...
I managed to get #XFCE up and running using the NetBSD Guide (disabling XDM helped). Tip: `pkgin install xfce4-extras` to get some useful panel widgets. Also, I managed to configure an additional Wi-fi network successfully (the coffee shop I am at right now). I installed Firefox 128. They have newer versions in the repository, but I wanted a slightly old version with less bullshit.
🧵
boosted#retrocomputing #vintagecomputing #search #searchengine #frogfind #NetBSD #arcticfox #unix
Catch of the Day: "Of course it runs NetBSD!" 🐡🦊
Hey Retro Fans!
Did you have a good weekend? Our bouncer at the FrogFind pond was certainly busy and waved a guest through yesterday that put a massive smile on our faces:
ArcticFox 52.9 on NetBSD!
Among hardcore Unix nerds, there is a famous catchphrase: "Of course it runs NetBSD!" This open-source operating system is legendary for its portability. It has been ported to run on almost anything with a processor—from old toasters and Sega Dreamcasts to massive server racks.
The fact that someone navigated to our pond using NetBSD is already awesome. But the combination with the ArcticFox browser makes it a masterpiece. ArcticFox is a lovingly maintained community fork (based on Pale Moon) specifically kept alive to enable modern browsing on exotic architectures, PowerPC Macs, and old UNIX derivatives.
Cheers to the tinkerers keeping exotic systems online!
Your FrogFind Team 🐸
boosted#Fedora #Suse #Linux refugees are welcome to the #NetBSD world :)
https://www.theregister.com/oses/2026/05/10/both-fedora-and-ubuntu-will-get-ai-support-soon/5237409
I installed #NetBSD on my #Thinkpad T580. Amazingly, it works. If you select to install XDM (X Display Manager) during installation, then you boot to a graphical login that loads a very primitive X environment with CTWM a window manager for X that gives off distinct 1992 vibes, which happens to be the year it was created. It's an austere #UNIX environment. Perfect, honestly. There are modern desktops in the package repository. My first impressions are A+.
boosted@wordshaper @mhoye I feel vindicated for having stayed with #NetBSD for the last 15+ years.
boostedPort the Enlightenment desktop environment to #NetBSD
https://summerofcode.withgoogle.com/programs/2026/projects/mifwPqCq