vit.am 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.
#Debian is 33 years old as of this August, woot 🎉
With everything happening in the world, Debian and other FOSS projects still carrying the torch is an almost existential relief. It's not an exaggeration to say that none of my sequencing and genomics studies would have been possible without the FOSS spirit and infrastructure.
quelle distri à màj non-quotidienne utilisez-vous ?
j'avais #archlinux avant (avec màj quotidienne, mais n'ayant pas facilement accès au net, la maintenir pleinement fonctionnelle ne m'est plus envisageable)
j'ai une #manjaro mais les màj ne veulent pas se faire et une simple installation de thunderbird devient impossible
ubuntu, semble avoir évolué vers qqch de moins libre
j'aimerais tenter #debian mais ma dernière tentative d'installation sur le #dell 5400 a échoué
Location: Universe
I have voted on #Debian #LLM usage. Proposals are worth reading: https://www.debian.org/vote/2026/vote_002#timeline
The thinking on what is acceptable, what is responsible, what is tech and what is around the tech is interesting.
Note also "Proposal A needs a 3:1 majority, the other proposals need a simple majority."
Została wydana nowa wersja Tails 7.11. Tails (The Amnesic Incognito Live System) jest specjalistyczną dystrybucją Linuksa typu live, służącą do bezpiecznego i anonimowego korzystania z internetu. https://linuxiarze.pl/tails-7-11/ #linux #debian #tails #cybersecurity #anonymity
#til that #apt lets you view information about the given package including its dependencies, installation and download size, sources the package is available from, the description of the package content and much more.
Usage:
$ apt show {package(s)}
read more about at
https://manpages.debian.org/buster/apt/apt.8.en.html
Pues acabo de encontrar el portátil de producción de cuando aún éramos jóvenes. La máquina y yo. ¡Y arranca! :: https://vaiolibrary.com/index.php/PCG-GRT ; parece que se le puede instalar #Debian 12. A ver si podemos. #Linux #Sony #Vaio
Looking for a pen display for sketching, drawing, and animation work. Desktop runs Debian [13, Wayland] and I'll mostly be in Krita.
Any brands that play well with this setup? So far I've only looked at the Wacom Cintiq 16. Budget is around $___.
Boosts appreciated 🙏
TUXEDO Computers Introduces New #Linux Kernel Concept for #Debian-Based TUXEDO OS https://9to5linux.com/tuxedo-computers-introduces-new-kernel-concept-for-debian-based-tuxedo-os
🚀 Deploy #Authelia on #Debian #VPS
This article provides a guide outlining how to deploy Authelia on Debian VPS.
What is Authelia?
Authelia is an open-source authentication and authorization server used to protect web applications with single sign-on, multi-factor authentication, and access-control policies. In practical terms, it sits in front of your apps and decides whether a visitor should be allowed ...
Continued 👉 https://blog.radwebhosting.com/deploy-authelia-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #letsencrypt #selfhosted #selfhosting
General Resolution: LLM usage in Debian
https://www.debian.org/vote/2026/vote_002
Discussion period ended yesterday. Voting starts tomorrow. There are now 8 choices on the ballot. This should be... interesting.
Debian stimmt über die Nutzung von LLMs ab
https://linuxnews.de/debian-entscheidet-ueber-die-nutzung-von-llms/ #debian #ki #ai #linux #linuxnews
@ike Hopefully, we can keep that from happening, but only if people put and continue the fight.
After all, that’s how the States became very car dependent.
However, since we have #artix in the #archlinux and #devuan in the #debian families, there will push back for sometime.
Only thing we need is something similar in the #redhat family, but we’ve mostly got only PCOS, which is independent like #opensuse
Hello, I just pushed something new for users want extra privacy.
PH4NTXM AI LockGuard is a local AI-powered camera monitor for Linux.
It uses your webcam to detect whether you’re still present in front of your machine. If you leave or another person appears in the frame, it can automatically lock the session.
Everything runs locally. No cloud. No telemetry. No remote image processing.
Built for privacy, physical security, and people who want their workstation to lock itself when something looks wrong.
https://github.com/PH4NTXMOFFICIAL/PH4NTXM-AI-LOCKGUARD
#ph4ntxm #linux #debian #os #live #privacy #security #opsec #infosec #research #tech #technology
Let me start with a hypothesis:
For human developers, using coding LLMs magnifies their difference in skill levels.
I am one that rarely thinks things are always black and white. Back in March, I wrote Artifial Intelligence: Shades of Gray. Since then, I’ve had more of a chance to experiment with LLMs myself. I also happen to work for an employer that is taking a very pragmatic approach to LLMs: teams and individuals use it as they see fit, but if they are causing considerable expense, they have to justify it.
In various settings, I have seen the egregious examples of AI slop we all know about. As I wrote in March, “I have seen it both waste more time than it saves, and save a ton of time.”
I have come to see that, as a tool, it is most valuable when it is running under the supervision of an experienced engineer. It is at its worst when it has no such supervision; the “vibe coding” and other low-quality slop we see.
A coding agent is like a junior developer or research assistant. When properly supervised, they help projects move along more quickly by letting a senior developer focus on the more difficult, less mundane aspects of the project. But one couldn’t expect a junior developer to consistently deliver high-quality code and architecture on their own.
Let’s put a pin in this idea and look at the story in Debian.
LLM use in Debian
There is a vote happening in Debian around the use of LLMs. In typical Debian fashion, there are 8 options to choose from, many of them similar. Most of these proposals acknowledge there are different types of tasks done in Debian, but the proposals don’t differentiate between them well. Let me do so here. These are some of the LLM-relevant tasks people in Debian perform:
I’m going to focus my remarks here on packaging upstream software for Debian, since this is by far the most time-consuming developer task project-wide.
It matters to our users that we get this right, and packaging quality is one of the things that sets Debian apart from other distros. Packaging things for Debian requires knowledge of some specific tools, such as debhelper, that aren’t widely used anywhere else. In most cases, it is fairly rote time-consuming work. In other words, by its design, it requires people with senior-level skills to do grunt work.
I can’t overstate how massive a burden this grunt work is. I maintain some packages for Go and Rust. By Debian policy, all of those packages’ dependencies must also exist as Debian packages, and be used to build against. When upstream adopts a newer version of some library, it can unleash cascading dependencies that can take hours to sort out. Worse, the Rust team and the Go team use entirely different ways of managing packages (Go uses one Git repo per package, while Rust has a monorepo with specialized scripts to import Cargo packages and generate Debian ones). On top of that, we can’t just modify things like usual; we have to use quilt. And on top of that, I’m also a backports maintainer, so all the work (and usually even more) has to be done there also.
Now let’s pull on that pin from the earlier conversation. This is exactly the kind of scenario that a well-supervised coding LLM is most effective in. I could see a seasoned developer saving hours, maybe even days, by turning over the mundane tasks of managing trees of cascading dependencies over to a coding tool — and verifying and directing the process. (Yes, I have been using em-dashes for years; LLMs have copied people like me, not the other way around! This post was not written with any AI assistance.)
Actually, this is almost a dream scenario for a coding assistant. The result is time-consuming to formulate but easy to review, which is the opposite of the way these things often go.
I can assure you with 100% certainty that humans aren’t adding a lot of value in this process. It would be wrong to believe that a human is carefully reading every line of code in dozens of updated or new library packages. The problem set is too big, the time too short, and the code too varied and complex.
Coding agents seem to be most effective when there are strong test suites that they can test changes against. Debian builds, especially of modern packages, tend to have this property. Many packages have test suites that are run during build. And, if the package builds in an isolated environment (and especially if its downstream dependencies do also), then there is a decent chance that it’s fairly correct. Maybe needing some manual tweaking here and there, but generally a successful build is a reasonable indicator.
You can argue that it would make more sense for Debian to just include dependencies in source packages, along with some version information to support security rebuilds, and I’d tend to agree with you. But we are where we are. This would be one of the more significant leaps forward in developer productivity, but it complicates things like copyright reviews.
Where are LLMs run? What is the environmental impact?
Most of the proposals seem to make the assumption that LLMs must always run in some large, hosted datacenter. As I noted in my March article, I have had credible results on even an older GPU running on solar power.
That said, it is undeniable that LLMs are fueling a datacenter boom, and this in turn is producing a significant new demand for resources. Most notably for the global scale: electricity, which is sometimes generated using carbon-emitting technologies.
Bill McKibben, who has been a leading voice in the fight against climate change since the 1980s, has made some interesting points recently: he’s noted that solar power is the fastest kind of generation we can build, and a number of large AI companies are investing heavily in solar, even to the point of fully offsetting new datacenter’s needs. On the other hand, he’s also noted that some companies are buying inefficient and dirty gas turbines. It is decidedly a mixed bag. The heavy investment in solar can have knock-on positive effects for infrastructure. Obviously, not every picture here is rosy. This analysis doesn’t touch on the real land and water use situation, either.
On the other hand, if an LLM allows me to do in an hour what I would have done in a day, that’s a day of not heating or cooling the work area — generally not sustaining a human for the purpose of writing code for Debian. HVAC energy consumption dwarfs my GPU, and I’d imagine probably also the slice of LLM energy used.
Holistically, I would have to conclude the picture is mixed. It is possible to use LLMs in a pretty green way, and also in a pretty dirty way.
Assuming Conditions Never Change
A flaw in most of these proposals is they assume that the conditions at this present moment will always hold. In fact, that the conditions at the present moment will not continue is something both AI cheerleaders and AI skeptics agree on.
For instance:
Ed Zitron has done a ton of research into the financing side of AI, and has concluded that the current model is unsustainable and headed for a significant bubble burst. I’m not positioned to personally evaluate those claims, but if that happens, what is the result? Perhaps it is a steeply increasing cost of inference for the frontier models, slower pace of training/evolution for them, etc.
In a recent episode of Oxide and Friends, Simon Willison discussed the open weight models that are now available. They have been making remarkable strides in efficiency and capabilities, to the point where $50,000 of hardware can now run high-end open weight models with capabilities that are at least in the same ballpark as the American frontier models. This puts running high-end models locally squarely within reach of universities and small- to medium-sized businesses, with power requirements that can be met with standard commercial solar and wind installations.
The lack of nuance in the more restrictive proposals is particularly concerning. Proposal A doesn’t allow “the use or assitance of… LLMs”. So it bans my solar-powered GPU. It bans using LLMs to find security issues. It bans all sorts of things that don’t seem to be ban-worthy, alongside the things that do. And it codifies it in the very hard-to-change social contract.
That proposal, and some like it, seem to imply that all LLM output is bad. I grant you that AI slop is a real and legitimate concern, and many Open Source projects have to deal with it. On the other hand, we have all seen first-hand how the security of the Linux kernel has benefited dramatically from AI analysis. It is certain that black hats are using these tools. If we refuse to use modern security tools, our security will be compromised (and what is the environmental and social impact of THAT?)
I find the statement “Generative AI is characterized by producing output of a nature that would ordinarily be produced and consumed by humans” to be particularly interesting. The same was once said of compilers.
The Real Concerns
You might think from reading this that I am some AI cheerleader. I’m not. I share the ethics of the FLOSS movement, and have for decades. I abhor the power and lack of ethics that many big names in the field are running with at the moment. I’ve had to put up Anubis on this blog, for instance.
I have personally experienced the effects of AI slop, especially at review time. This is a real problem, though I don’t think the more draconian policies are likely to help (the looser “you must disclose” stand a fighting chance, but I’m not sure they would help, either.) Done poorly, AI threatens developer burnout by overwhelming them with poor code and verbose but useless explanations. Done well, AI can help prevent developer burnout by automating tedious and low-value tasks.
Shouldn’t our goal be that humans submit work to Debian, using tools they prefer, and take responsibility for it? Does it matter if someone uses ed, vim, emacs, or vscode? If they use LSP or just run gcc manually? I’d say we benefit from the diversity. Wouldn’t we be better off to benefit from the diversity here, and judge work as we always have: on its merits, not what tools were used to create it?
Fundamentally, a GR is a long and arduous process. It’s not easy to reverse later. Amending the Social Contract is even longer and more arduous (I should know; I may have been the first one to try). The LLM landscape is fast-moving. None of us can really predict where it will be in a year. Will the current market leading companies even still exist? Will it be at all credible to refuse to use AI-assisted security tools? What is the most effective way to deal with AI slop? What level of utility will we be able to achieve with models run locally?
Some of these proposals would make sense if drafted in some way short of a GR, which would allow more maneuverability as the landscape changes.
Brief analysis of the options
Considering the proposals:
In favor of nuance
I find that black-and-white thinking is almost always something to be avoided. I see it too often. I see it in politics, I see it in our software, I see it in discussions around AI. Are there deeply unethical things happening in AI? Absolutely. Are they doing some impressive things? Also yes.
We have accepted this nuance in other areas. For instance, almost all the hardware Debian runs on has closed-source hardware, and has components manufactured or assembled in countries with some of the worst human rights efforts on the planet. I’m not saying this is a great state of affairs. It is something we should speak up and act about. But the worse state of affairs would be “no Debian because the hardware is impure”.
#AI #Debian #llm@Laberpferd
Dann bleib doch einfach bei #Debian mit #xfce, nutze das auf meinem 14 Jahre alten Netbook.
Als Notebook wurde ich ein Thinkpad x220 x230 usw empfehlen, die funzen sehr gut mit #debian.
Cool seeing performance improvements for #Linux kernel. But at the same time I guess I won't get the benefit for something like 2+ years running a LTS #Debian.
https://www.phoronix.com/news/Linux-72-Faster-Anon-Pipe-Write
Update for this 🧵... #Linux 7.2 is now available and I'm ready to test. Waiting for #Debian apt repo trixie-backports to get 7.2 proper. going to follow this guide:
https://computingforgeeks.com/install-linux-kernel-debian/
TUXEDO OS auf Debian-Testing-Basis steht zum Test bereit
https://linuxnews.de/tuxedo-os-auf-debian-testing-basis-steht-zum-test-bereit/ #tuxedoos #continuiousdebian #debian #btrfs #snapshots #linux #linuxnews
* SynrG notes that the number of configuration questions to answer in sendmail
is NON-TRIVIAL
-- Seen on #Debian
The Debian Project was founded by Ian Murdock on 16th of August 1993.
The Debian Community celebrates its birthday, Debian Day, on this day each year.
Debian is my favourite OS.
Happy 33 birthday, Debian!
Linux Microblog update:
I may have gone power-mad in the face of the astonishing options at my fingertips thanks to a used Dell Optiplex off of eBay and the support of the Debian community.
Linux microblog update.
The push button installer for DokuWiki on Freedombox has gone missing under mysterious circumstances.
Doesn't really matter, as I ended up installing from source, to get the recently added native Makrdown support.
#Debian Turns 33 Years Old, Happy Birthday! https://9to5linux.com/debian-turns-33-years-old-happy-birthday
RE: https://linuxrocks.online/@tuxedocomputers/117094493094801491
Tiens, celle-là je l'avais loupée!
Tuxedo passe à #Debian Testing.
⬇️
https://www.tuxedocomputers.com/en/A-new-foundation-for-TUXEDO-OS-Switching-to-Debian.tuxedo
Cool… décidément, ils cochent de plus en plus de cases :)
🌀 On this day in 1993, Debian was announced.
On August 16, Ian Murdock announced the Debian project — beginning a journey that would make Debian one of the most influential and enduring projects in the Linux and free-software world.
33 years of community, collaboration, freedom, and open source.
Happy 33rd anniversary, Debian! 🎉
You appreciate Debian, our beloved and rock-solid operating system? There are many ways to get involved in the project. https://www.debian.org/intro/help #Debian #Debian33years #DebianDay #DebianDay2026
Happy #DebianDay!
Debian is one of the most popular #Linux distributions and the foundation for #Ubuntu, #Kali, and #LinuxMint.
@debian, congratulations on your 33rd birthday! 🐧🎈🎂
Thank you, #Debian community, for all your amazing work!
@ubuntu @linuxmint @kalilinux #FOSS #opensource #freesoftware #LPI #thxdebian
Debian discussion to ban LLM, https://www.debian.org/vote/2026/vote_002.
Undeniable arguments, with sources!
> It is our belief that widespread LLM usage comes from the "move fast, and break things" attitude that, while common in many parts of this industry, is contrary to what makes Debian Debian, and is inappropriate for Debian contributors. (1/3)
Happy @debian Day! Congratulations on 33 years!
#debian #OpenSource #OperatingSystem #FOSS #Linux #DebianDay
Debian wird 33: Warum Debian Geschichte schrieb https://fosstopia.de/debian-wird-33/ #Debian #DebianJubiläum #DebianProjekt
Happy Debian Day 'erbody! Sincerely, thank you to the community of developers who keep it going. I've been a user for over 20 years now of Debian and Debian-based distros. It is my daily driver.
https://linuxiac.com/debian-celebrates-33-years-of-free-and-open-source-software/
#debian #debianday #DebianDay2026 #debianlinux #linux #gnu #GNUlinux
I recently switched back to Debian. I need to continue using Guitar Pro.
So I'm considering trying to get it working via Wine.
- Debian 13
- Wine 11
- Guitar Pro 8
Is anyone else using this setup, and were there any other dependencies you ended up needing or gotchas you encountered?
#Debian feiert heute seinen 33. Geburtstag. Am 16. August 1993 kündigte der damalige Purdue-Student Ian Murdock an, eine neue Linux-Distribution entwickeln zu wollen. Niemand ahnte damals, dass Debian zum Fundament des modernen Internets heranwachsen würde.
Debian Celebrates 33 Years of Free and Open Source Software
https://linuxiac.com/debian-celebrates-33-years-of-free-and-open-source-software/