this post was submitted on 12 May 2026
49 points (93.0% liked)

Linux

65189 readers
264 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
top 18 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 12 points 9 hours ago

The bug reports may not be arriving yet. They will. And when they do, you will face the same calculation the kernel maintainers faced: maintain dead code to satisfy automated reporters, or cut it.

This could actually be a good thing for software quality.

[–] warmaster@lemmy.world 16 points 15 hours ago* (last edited 15 hours ago) (1 children)
[–] valar@lemmy.ca 22 points 14 hours ago* (last edited 14 hours ago) (4 children)

YSK archive.is uses you to maliciously DDOS a random blogger they don't like and other weird stuff.

https://cybernews.com/security/archive-today-launches-ddos-directing-visitors-to-attack-blog/

[–] Naich@piefed.world 28 points 12 hours ago

In a world where psychopathic mega corporations are openly looking for ways to enslave humanity and bring about the end of the planet, the weird tantrums of an obviously mentally spicy web site owner just seem cute.

[–] lavember@programming.dev 10 points 11 hours ago (1 children)

over doxxing? callling doxxing them as "something they dont like" makes it seem so arbitrary

[–] valar@lemmy.ca 2 points 7 hours ago

I don't care about who did what, it's all he said/she said and either way I didn't consent to being part of such an attack.

[–] WhoIzDisIz@lemmy.today 12 points 14 hours ago

At this point, it feels like there's very little left that isn't malicious.

[–] MonkderVierte@lemmy.zip 0 points 9 hours ago

Other sites could also do this. That's a design fault in the internet.

[–] ell1e@leminal.space 5 points 15 hours ago (1 children)
[–] stsquad@lemmy.ml 19 points 13 hours ago (1 children)

That's not kernel policy but LF guidance. From the kernel's point of view patches still have a high bar to pass to get merged and I don't think we have enough data yet to see if LLM based submissions to the kernel have a higher or lower error rate than humans.

I certainly feel the uptick in LLM reports though - one of the projects I'm working on is seeing a deluge of them at the moment.

[–] ell1e@leminal.space 1 points 8 hours ago* (last edited 7 hours ago) (3 children)

The kernel policy seems to be what I think it is, since LLM slop patches have been merged.

I find it slightly contradictory to delete code due to hidden bugs on the one end, then insert LLM code at the other rather than hand-craft the code to avoid hidden bugs better.

[–] ISO@lemmy.zip 1 points 32 minutes ago

You should look up the genetic fallacy. And using phrases like "hand-craft code" make you look stupid.

[–] stsquad@lemmy.ml 3 points 1 hour ago

How is that patch sloppy?

I feel the term slop is being overused to cover anything an LLM has touched. If I ask an agent to re-read a mail thread for me and apply the changes to my tree to review is that slop? Would you feel better about it if I copy and paste from email to code in my editor?

I've just been doing a bunch of bug triage which was mostly driven by the agent although I checked the issues where it had commented. Was that slop? Ironically a lot of the issues where AI generated although for the most part more complete than a lot of the purely human submissions we get. Are those bug reports slop? What about the poorly drafted human ones?

[–] custard_swollower@lemmy.world 2 points 7 hours ago (1 children)

Are you saying that AI slop is bad in those (counts) 4 removed lines of code?

[–] ell1e@leminal.space 4 points 7 hours ago (2 children)

I'm saying if their policy is to accept AI code, which the link seems to demonstrate that it is, the rate of future hidden errors in the kernel code is likely going to go up. This is what all the studies are saying, including those involving competent coders.

[–] stsquad@lemmy.ml 0 points 1 hour ago* (last edited 13 minutes ago)

Your making a big assumption extrapolating from one particular study involving Java code and a static analyser.

[–] swab148@lemmy.dbzer0.com 1 points 6 hours ago (1 children)

Hm... How well does FreeBSD run games? It still uses WINE and Proton, right?

[–] ell1e@leminal.space 3 points 6 hours ago* (last edited 6 hours ago)

I heard it's alright for games and many apparently work. Sadly, FreeBSD simply doesn't seem to have drivers for a lot of hardware that I'm using. And as far as I know, they don't have an LLM policy yet (so they could still come out in favor of it).