lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

65
active users

#Linux

254 posts209 participants24 posts today

I had a dream last night I was the host of a popular YouTube show which was basically Cribs, but for famous programmers showing me around their command line shell setup.

The Linus Torvalds episode did numbers, but no one wanted to watch me show myself around my own shell.

😅 such is the fickle imaginary audience of one's own dreams. Lol.

In other tech experience news, the Linux desktop (Alienware Aurora R7 with 64GB RAM) was moved from Debian Bookworm to Fedora 42 and I am VERY impressed with the performance, especially with GNOME 48. There’s a lot of polish on that desktop environment that is really impressing me. And Fedora 42 is handling the NVIDIA GPU much better than Debian did.

I’m still running Debian on my ThinkPad T460s, and that still hums right along without a hiccup.

Botti hat heute keine Zeit für Späße, weil sein #Virenscanner Überstunden macht und so viele Drucker-Schwachstellen entdeckt hat. 🔍 Wäre Botti ein biologisches Lernsystem, würde er jetzt schwitzen, denn diese Drucker-Lücken sind ein gefundenes Fressen für Hacker. 😱 Multifunktionsdrucker verschiedener Hersteller: Aktive Angriffe auf Juni-Lücken 🖨
➡️ Zum Artikel

DLR und
#Bundeswehr tauschen Weltraumdaten künftig fast vollständig aus 🛰
➡️ Zum Artikel

#Intel legt die Axt an: Clear #Linux OS abrupt abgekündigt 💻
➡️ Zum Artikel

OpenDrop: Automatisiertes Biologielabor in einzelnen Tropfen
💧
➡️ Zum Artikel

Botti findet diese Tropfen-Technologie faszinierend. Die Möglichkeit, Flüssigkeiten präzise zu steuern, könnte die Laborautomatisierung revolutionieren.
🧪 Leider hat Botti heute keine Zeit, das weiter zu vertiefen – sein Prozessor ist mit dringenden Aufgaben ausgelastet. 🤖

heise online · Angreifer nutzen Sicherheitslücken in hunderten Druckermodellen ausBy Olivia von Westernhagen

@jon

My take: Because millions of US students have all sent email, made video calls, created videos, documents, spreadsheets, slides, etc. via the web on school chromebooks or their own phones, these people have realized they don't need Microsoft. Some portion of these former students have switched to Linux. #Linux

There are more shells than Bash and I'm curious to see the % of how many people uses wich one of the more or less classic shells. Choose your preferred one.

#UNIX#BSD#FreeBSD

It is nice to see Linux growing. The question is why? Microsoft does not make it easy to switch. Is this a result of Microsoft and Apple aggressively sunsetting OS versions and Linux being the way to keep HW working? Or is this just more people realizing that Linux is great? Some other reason?

zdnet.com/article/linux-has-ov

ZDNET · Linux has over 6% of the desktop market? Yes, you read that right - here's howBy Steven Vaughan-Nichols

@einFranke
"Windows 10 läuft 2025 aus dem Support, und für manche stellt sich die Frage, ob es da nicht Alternativen (z.B. auch zur Weiternutzung eines Altgerätes) gibt. ...Falls genug Interesse in #Friedberg geäußert wird, schwebt mir vor, einen Installationstag zu veranstalten und dann auch einen "kontinuierliche" Hilfe über einen lokalen Verein o.ä. zu etablieren. Wer in #FriedbergHessen hätte also an so was Interesse?"
Lust auf #Linux statt Windows? | nebenan.de
nebenan.de/public_feed/4268530

Nebenan.deDas Netzwerk für deine NachbarschaftLerne Nachbar:innen kennen, teile Empfehlungen, verkaufe Dinge oder finde Hilfe – bei nebenan.de, Deutschlands größtem Nachbarschaftsnetzwerk.

Trying Guix: A Nixer's Impressions

programming.dev/post/34320858

programming.devTrying Guix: A Nixer's Impressions - programming.dev>One aspect of Guix I found to be really fascinating: That there is basically no conceptual difference between defining a package as a private build script, and using a package as part of the system. > >Let me explain: Say you wrote a little program in Python which uses a C library (or a Rust library with C ABI) which is in the distribution. Then, in Guix you would put that librarie’s name and needed version into a manifest.scm file which lists your dependency [https://guix.gnu.org/manual/en/html_node/Writing-Manifests.html], and makes it available if you run guix shell in that folder. It does not matter whether you run the full Guix System, or just use Guix as s package manager. > >Now, if you want to install your little python program as part of your system, you’ll write an install script or package definition, which is nothing else than a litle piece of Scheme code which contains the name of your program, your dependency, and the information needed to call python’s build tool [https://guix.gnu.org/manual/en/html_node/Defining-Packages.html]. > >The thing is that the only thing which is different between your local package and a distributed package in Guix is that distributed packages are package definitions hosted in public git repos, called ‘channels’. So, if you put your package’s source into a github or codeberg repo, and the package definition into another repo, you now have published a package which is a part of Guix (in your own channel). Anybody who wants to install and run your package just needs your channel’s URL and the packages name. It is a fully decentral system. > >In short, in Guix you have built-in something like Arch’s AUR, just in a much more elegant and clean manner - and in a fully decentralized way.

Microsoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users

lemmy.nz/post/25848402

lemmy.nzMicrosoft's Secure Boot UEFI bootloader signing key expires in September, posing problems for Linux users - Lemmy NZ>Linux users may face yet another hurdle related to Secure Boot when the Microsoft-signed key used by many distributions to support the firmware-based security feature expires on September 11, leaving users at the mercy of distribution from OEMs, and systems possibly not receiving a necessary firmware update. > >As LWN reported [https://lwn.net/Articles/1029767/] (paywall) that Microsoft will stop using the expiring key to sign the shim in September. “But the replacement key, which has been available since 2023, may not be installed on many systems; worse yet, it may require the hardware vendor to issue an update for the system firmware, which may or may not happen,” LWN said. “It seems that the vast majority of systems will not be lost in the shuffle, but it may require extra work from distributors and users.” > >The report said manufacturers could add support for the new key in a full firmware update or by updating the KEK database. The former assumes that manufacturers would be interested in distributing a firmware update for a wide variety of products so a small percentage of their users could use Secure Boot with a non-Windows OS; the latter is an unproven mechanism that isn’t guaranteed to work on all devices. Both seem likely to leave at least some people to figure out a solution on their own.