Search

Items tagged with: FreeBSD


I was ill last week and discovered something uncomfortable: a huge Jellyfin library isn't entertainment, it's homework. Every time I opened it, it asked "what do you want?" and I just scrolled.

So I built a TV station instead.

ErsatzTV turns a media library into real linear channels with schedules and logos. It ships for Linux, Windows and macOS. My server runs FreeBSD.

Turns out the entire porting effort was one conditional. The code asked "is this Linux?" when it meant "is VAAPI available?" VAAPI is userspace, FreeBSD has it, and .NET has had OSPlatform.FreeBSD for years.

One || later: Intel hardware transcoding in a Bastille jail that can see exactly one GPU and one read-only dataset.

I now have a sci-fi channel. I don't know what's on tonight. That's the point.

blog.hofstede.it/building-my-o…

#FreeBSD #ErsatzTV #Jellyfin #SelfHosting #Jails #dotnet



The media in this post is not displayed to visitors. To view it, please go to the original post.

I have replaced Xlibre on Devuan, and I had an impressive performance boost! Luanti is working at par of Freebsd port, still with some gap in some circumstances.
I used X11 also on FreeBSD and luanti, and the gap I think is tackled on the Kernel. I should put Xlibre also on Freebsd and check how performs.
Also finally I don't perceive microstruttering anymore.

Xlibre is not hot air, no matter what have you heard.

#linux #freebsd #luanti #pcgaming #minecraft #FOSS #videogame #videogames #xlibre


SonicDE

We forked the #KDE Plasma Login Manager. It now runs on #X11, drops privileges after init, and supports #systemd-free too. We tested it on Artix Linux with OpenRC, CachyOS with systemd, and on the #FreeBSD-based GhostBSD. #SonicDE sonic-login-manager

x.com/SonicDesktop/status/2056…


Interestingly, #FreeBSD comes with #nvi2 in base, while #OpenBSD and #NetBSD seem to be running #nvi 1:
FreeBSD 14.3-RELEASE-p12
~
~
~
Version 2.2.2 (2025-10-08) The CSRG, University of California, Berkeley.
OpenBSD 7.3
(7.9 is still running the same version)
~
~
~
Version 1.79 (10/23/96) The CSRG, University of California, Berkeley.
NetBSD 10.1
~
~
~
Version (1.81.6-2013-11-20nb4) The CSRG, University of California, Berkeley.

They all seem to have nvi2 available as packages, though, which #Debian, oddly, does not.
rld@Intrepid:~$ uname -sr
FreeBSD 14.3-RELEASE-p12
rld@Intrepid:~$ pkg search nvi |grep '^nvi2'
nvi2-2.2.2                     Updated implementation of the ex/vi text editor
rld@Intrepid:~$ 
#(searching openbsd online)
rld@Intrepid:~$ searchall -o nvi |grep ^nvi
nvi-2.2.2                (list)   with wide         and files limited by
nvi-2.2.2-iconv          (list)   with wide         and files limited by
rldane@rosa.tilde.pink$ uname -sr
NetBSD 10.1
rldane@rosa.tilde.pink$ pkgin search nvi |grep ^nvi |grep -v nvidia
nvi-1.81.6nb13       Berkeley nvi with additional features
nvi-m17n-1.79.20040608nb11  Clone of vi/ex, with multilingual patch
nvi2-2.2.0           Multibyte fork of the nvi editor for BSD
rldane@rosa.tilde.pink$ 
~ $ head -1 /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 13 (trixie)"
~ $ apt-cache search nvi |grep -E '^nvi2? '
nvi - 4.4BSD re-implementation of vi
~ $