this post was submitted on 19 Apr 2024
292 points (98.3% liked)

Linux

46794 readers
1013 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 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 63 points 4 months ago (11 children)

Górny took issue with everything from the energy consumption driven by AI

This has to be a joke. The team behind a distro that compiles everything from scratch all the time is concerned about wasting power now? The only distro for which I ever setup a compile cluster?

Give me a break. This is the new luddite movement.

[–] [email protected] 67 points 4 months ago (6 children)

Gotta say your comment makes an insightful impression, however Gentoo compilations are peanuts compared to the massive energy sucking hype that A.I. is. I am glad that people speak out publicly against this insane madness. A.I. hyping during climate crisis ? Overwhelming sales of SUVs Plans to move to planet Mars Who would have guessed that years ago ?

[–] [email protected] 9 points 4 months ago (1 children)

Well it's the training of LLMs that consumes so much energy, simply using them (for say software development purposes) (inference) probably takes less power than recompiling your Gentoo.

[–] [email protected] 1 points 4 months ago

Nobody can argue that ChromeOS (gentoo) Is the fastest and lightest and more polished distro available, though

load more comments (5 replies)
[–] [email protected] 45 points 4 months ago (5 children)

You really went looking for something to hate on there didn't you. That is the only sentence in the whole article that even mentions power consumption, all the other arguments both fit and against are for a variety of other topics.

It seems to be that you are more likely caught up in some kind of movement if one argument from one person is enough for you to label everyone there luddites

load more comments (5 replies)
[–] [email protected] 21 points 4 months ago (1 children)

If being a luddite means keeping man in the loop so be it.

[–] [email protected] 56 points 4 months ago (10 children)

The original Luddite movement was literally a worker's rights movement, and the "irrationally afraid of technology" characterization was manufactured by the ruling class, so yes. The Luddites were right then and they're right now too.

[–] [email protected] 26 points 4 months ago* (last edited 4 months ago) (1 children)

The only problem the Luddites had is they went and busted the machines instead of the rich owners' kneecaps.

If you say, "they did that too!" Well, NOT ENOUGH!!

[–] [email protected] 6 points 4 months ago

instead

I'd rather they do both.

[–] static_dragon 5 points 4 months ago

There was an episode of Cool People Who Did Cool Stuff that covered the luddites, I had no idea beforehand what they actually stood for, fascinating stuff

load more comments (8 replies)
[–] [email protected] 12 points 4 months ago (3 children)

To a certain extent other distros rely on more obscure distros like gentoo which uses package compilation as the default. If upstream are not publishing code which can be reproducibly built then the gentoo maintainers are the first to know and can raise an issue.

load more comments (3 replies)
[–] [email protected] 11 points 4 months ago* (last edited 4 months ago)

Also I think nobody so far weighed the energy consumption of e.g. using copilot against the environmental footprint of a human doing the legwork manually

[–] [email protected] 5 points 4 months ago (1 children)

Well I'm a Luddite (and so can you!) https://thenib.com/im-a-luddite/

More luddites please.

[–] [email protected] 1 points 4 months ago

Ah, thanks for that link! I actually read the first few pages on the latest MIT Tech Review some days ago, thought I'd ready the rest and forgot, now I can.

load more comments (5 replies)
[–] [email protected] 47 points 4 months ago (6 children)

How would they determine what is AI generated and what is not?

[–] [email protected] 52 points 4 months ago (1 children)

Every tenth line of code needs a comment break for a detailed ascii “drawing” of human hands

[–] [email protected] 49 points 4 months ago

This is just a normal fist! I don't see anything wrong with it!

    _______
---'   ____)____
          ______)
          ______)
          _______)
         _______)
         _______)
---.__________)

[–] [email protected] 22 points 4 months ago
[–] [email protected] 22 points 4 months ago

I don't think that this is a hard rule. They probably look for the same signs that we do - plausible sounding utter gibberish. They just don't want the drop in quality due to that. If an author creates content with AI, but takes their time to edit and improve it, I think that the Gentoo team may give it a pass.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

When you write a copyright notice you aught to specify which code is actually copyrighted and which is AI written? Guess you can just include the code and pretend you wrote it, or just omit which part is actually the non-copyrighted AI code.

[–] [email protected] 2 points 4 months ago

Chat-GPT seems to have some issues with excessive amount of code

[–] [email protected] 1 points 4 months ago (1 children)

It's really not hard to tell.

[–] [email protected] 2 points 4 months ago

I'm wary of those with so much confidence.

[–] [email protected] 41 points 4 months ago (1 children)

A lot of butthurt techbros getting cockblocked here lmao

load more comments (1 replies)
[–] [email protected] 41 points 4 months ago

If you can tell the contribution is ai generated, it's not good enough

[–] [email protected] 35 points 4 months ago

Thank you Gentoo Linux for this.

[–] [email protected] 19 points 4 months ago (5 children)

Might as well ban stack overflow based contributions as well.

AI is a great tool for coding. As long as it's used responsibly. Like any other tool, really.

[–] [email protected] 12 points 4 months ago (1 children)

External LLMs are great for getting ideas and a quick overview of something, and helpers integrated into IDEs are useful to autocomplete longer lines of code or repetitive things.

[–] [email protected] 6 points 4 months ago (1 children)

I frequently ask ChatGPT to make whole functions for me. It’s important to check the code and test it, obviously, but it has saved me quite a bit of time.

[–] [email protected] 7 points 4 months ago (1 children)

I find it difficult to describe single functions that need to be integrated into a larger project. Especially if it needs to utilize a private or more unknown library. For instance, it totally fucked up using Bluetooth via DBus in C++. And the whole project is basically just that.

[–] [email protected] 3 points 4 months ago (1 children)

It certainly has its limitations. I’ve noticed a few topics where it generally gets things wrong, or I can’t seem to explain it properly. In that case, you may just use it as a reference guide. Maybe toss it some code and ask it what it thinks. It’s not always useful information, but sometimes that leads you down a different road that you would not have thought of before.

[–] [email protected] 9 points 4 months ago

Problem is, I only ever need to use something more powerful than a search engine with topics that are too complicated for me and/or not well documented, in which case LLMs fail just as bad. So it's actually only ever useful to get a general direction of a topic, but even then it could be biased to outdated information (eg. preferring bluetooth.h over DBus based bluetooth handling) or it outright doesn't know new standards, libraries and styles. And in my experience, problems that have one, well accepted and documented standard don't need any AI to get knowledge of.

load more comments (4 replies)
[–] [email protected] 15 points 4 months ago

But how would they know? It's like Blade Runner.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Lots of companies will do this, eventually advertising the purity and the size of their human created training data.

These will be the companies selling their content to AI companies, although some will probably just be scanned in illegally. Perhaps a new type of copy write lawsuit will have to be invented.

Most people will continue to use these sites, aware their data is being used like this.

load more comments
view more: next ›