this post was submitted on 12 May 2026
64 points (94.4% liked)

Linux

65214 readers
696 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
all 23 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 19 points 1 day 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 21 points 2 days ago* (last edited 1 day ago) (1 children)

no paywall here:

Edit: looking for a mirror.

[–] valar@lemmy.ca 20 points 1 day ago* (last edited 1 day ago) (5 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 37 points 1 day 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.

[–] warmaster@lemmy.world 3 points 1 day ago

Wait, what?

How can he be such a dick? I'll take the link down.

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

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

[–] valar@lemmy.ca 4 points 1 day 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 14 points 1 day ago

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

[–] MonkderVierte@lemmy.zip 0 points 1 day ago

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

[–] ell1e@leminal.space 8 points 2 days ago (1 children)
[–] stsquad@lemmy.ml 22 points 1 day 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 1 day ago* (last edited 4 hours ago) (3 children)

The kernel policy seems to be what I think it is, since LLM slop patches have been merged. Edit: I call it "slop" since it's LLM code, and I'm aware some use that word differently.

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.

[–] stsquad@lemmy.ml 4 points 1 day ago (1 children)

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?

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

The studies about hidden errors don't really care about how "slop" the code looks, as far as I understand them. That's why LLM code is kind of dangerous.

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

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

[–] ell1e@leminal.space 6 points 1 day 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.

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

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

[–] ell1e@leminal.space 4 points 1 day ago* (last edited 1 day ago) (1 children)

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).

[–] FuckBigTech347@lemmygrad.ml 1 points 1 day ago (1 children)

I'm on a machine w/ FreeBSD 15.0-RELEASE right now and my AMD GPUs mostly work (minus some features like manual fan control or overclocking, also certain shaders may make the driver crash). They pull in the amdgpu driver code from Linux so you get the same experience for the most part. Bluetooth is very hit or miss in terms of drivers. (Also I find OSS to be better than any audio "solution" on Linux.)

I haven't been able to get Steam to work reliably. It starts up fine the first time after a fresh install. But on any subsequent startup it just hangs indefinitely. I also haven't messed with WINE since I don't really have the need, but FOSS games/ports generally just work (OpenRCT2, OpenMW, Quake, Doom, 0ad, SuperTux, Wesnoth, Xonotic, etc.).

As with Linux distros, I just recommend installing it on a spare machine or drive to see if it works for you. Definitely consult the FreeBSD handbook for guidance though.

[–] ell1e@leminal.space 1 points 1 day ago

Mainline Linux doesn't even run on some of the devices I have, not without an external dkms item. There's sadly basically no chance FreeBSD would run.

[–] stsquad@lemmy.ml -1 points 1 day ago* (last edited 1 day ago) (1 children)

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

[–] ISO@lemmy.zip -2 points 1 day ago

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