The talk will be given using the 486 PC in the pictures.
#Retrocomputing #DOS #FOSS #fossnorth2026 #fossnorth
FreeBSD Hackathon | April 24–26, 2026 | Wiesbaden, Germany.
We’re proud to support the FreeBSD Hackathon kicking off today in Wiesbaden, bringing together developers, contributors, and community members for focused collaboration and hands-on progress.
Over the next three days, participants will work together to advance FreeBSD in a productive, supportive environment.
Learn more:
https://freebsdfoundation.org/news-and-events/event-calendar/hackathon-202604/
#FreeBSD #OpenSource #Hackathon #Community #BSD
NO JIRA
I don't need to stay updated on my work... because....
I'M IN THE MIDDLE OF DOING MY WORK
we dont even use microslop teams
SYNOPSIS
bastille console [-ax] TARGET [USER]
DESCRIPTION
The bastille console sub-command will enter a jails shell. If a user is given, it will enter as that user.
EXAMPLES
Console into myjail:
# bastille console myjail
Console into myjail as bob:
# bastille console myjail bob
Console into a stopped jail as bob:
# bastille console -a myjail bob
Enable media keys in Xorg on FreeBSD 15 (Solved!)
One of my biggest "frustrations" when migrating from OpenBSD to FreeBSD as my daily driver, was the loss of of working media keys on my Das Keyboard - especially the very convenient volume jog wheel.
After some poking around i confirmed that the usbhid driver was working - and also default enabled in FreeBSD15 kernel. Xev tool printed the correct keycode events
keycode 122 = XF86AudioLowerVolume keycode 123 = XF86AudioRaiseVolume keycode 172 = XF86AudioPlay [...]