Search
Items tagged with: debian
I will never understand how the project that respected licenses and trademarks so much that they forked the entire #Mozilla stack to comply ever decided that #AI usage could ever be considered ethical.
I have many machines that are somehow related to @pidgin's development and the vast majority of them run #debian. To keep #AI out of #Pidgin, I now I need to find a new distribution. This is yet another example of me having to pay into the #AI time deficit. 🙄
what don't you like about Wayland?
I've been running it on all but one system and it's as good or bad as xorg in my experience. One system wont run KDE over Wayland - which bugs me. I've had issues with both, but can't say one is drastically better than the other at the moment.
Hi mastopeople,
I need help to have working screen sharing on my #debian laptop inside a #videoconference tab in #firefox or #chrome.
I'm sure it broke since I switched to #Sway on #Wayland.
I'm not sure if the browsers run natively or with Xwayland (they are not listed in `xlsclients`)
Any help appreciated, the simpler and more standard the better, I don't want to start downloading untrusted tools or compile things…
Please RT
TIL
Devuan uses a compat library to provide libsystemd, so they can use Debian packages as is, without recompiling everything.
Every Debian package that linked to libsystemd, will run on Devuan with libelogind.
Filesize: 1209656 libsystemd.so.0.44.0 (Debian)
Filesize: 1085336 libelogind.so.0.40.0 (Devuan)
I think you won't encounter any problem in most cases, but the real gain is extremely small.
If you use #Devuan with sysvinit or openrc, I'd say just use #Debian instead, since Debian also support those two init systems.
Yes, a lot of work, but something that the likes of #debian could do over a couple of full releases (circa 4 years).
It would require things like the metadata of the app to include the necessary information to automate this, a bit like the proposed PURL - see phoronix.com/news/Fedora-45-Co…
For me, we are coming to a crunch point in #linux. Someone needs to decide if they want to continue with #systemd or move to something less commercially backed, someone needs to decide about #AI slop, someone needs to decide about enforced #wayland and enforced #pipewire (although the latter is not so bad).
We're at a crossroads, and if #linux is to continue to be a truly open platform, some things may need to change or fork, such that end users can have confidence that they're installing true open source software with little to no commercial interests being served, whilst protecting privacy etc.
Perhaps this is where the likes of #antix or #devuan can take up the mantle and improve their offering just a little to take it to the next logical step.
Fedora 45 Considering Use Of PURL Metadata For Uniquely Identifying Software Packages
One of the Fedora 45 change proposals under consideration at the moment is making adding PURL 'Package-URL' to Fedora's package metadata for simplifying the mapping between upstream projects and Fedora packages.www.phoronix.com
With all the AI slop getting into open source software, even respected ones, I feel we should have a new category in the usual separation between opensource and closed source, like in the debian non-free and cobtrib.
We now need a (free)-ai category, for those projects who finally decided to not care anymore. In reality, we don't even know if they can be categorized as free anymore since the AI has been trained with some various codebase with potential closed source license.
That would maybe make the community fork aggressively the projects who turned stupid.
It's a lot of work, though, and I don't know how maintenable it is.
#ai #AISlop #FreeSoftware #OpenSource #debian
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 byrldane@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
~ $
For my shop machine, I'm now actively testing Debian 14 Testing w/ Xlibre and SonicDE. So far, so good. I use this machine for client work and it also gets to be my guinea pig for testing drawing tablet workflows. Both native Xlibre (via wacom) and Gaomon's proprietary driver work. I'm impressed with how snappy SonicDE is - first time using it today. Great work folks‼️
@sonicdesktop @XLibreDev #xlibre #freesoftware #opensource #debian #sysadmin #floss #sonicde
I wrote something: blog.sergiodj.net/posts/fixing…
This was a nice problem to investigate, study and solve. Involves symbol versioning and Debian packaging decisions from two decades ago.