509
top 50 comments
sorted by: hot top controversial new old
[-] Ulrich@feddit.org 363 points 2 years ago* (last edited 2 years ago)

Money? Is it money?

clicks article

For Meta, it's all about the money.

Shocking.

[-] LillyPip@lemmy.ca 144 points 2 years ago* (last edited 2 years ago)

I taught myself programming in the 80s, then worked myself from waitress and line cook to programmer, UXD, and design lead to the point of being in the running for an Apple design award in the 2010s.

But I cared more than anything about making things FOR people. Making like easier. Making people happy. Making software that was a joy to use.

Then I got sick with something that’s neither curable nor easily manageable.

Now I’m destitute and have to choose between medicine and food, and I’m staring down homelessness. (eta I was homeless from age 16-18, and I won’t do that again now, with autoimmune dysautonomia and in my mid-50s, even if the alternative is final.)

Fuck these idiots who bought their way into nerd status (like Musk) or had one hot idea that took off and didn’t have to do anything after (this fucking guy). Hundreds or thousands of designers and programmers made these companies, and were tossed out like trash so a couple of people can be rock stars, making more per hour than most of us will see in a lifetime.

Slay the dragons.

[-] horse_battery_staple@lemmy.world 11 points 2 years ago

We're trying! You didn't know Karla when you were there did you? She had the best stories about Spain.

[-] LillyPip@lemmy.ca 10 points 2 years ago

I knew a Karla, but she was from Romania. Fantastic person. I miss her.

load more comments (1 replies)
[-] manucode@infosec.pub 107 points 2 years ago

For Meta, it's all about the money.

And avoiding regulation

[-] NOT_RICK@lemmy.world 51 points 2 years ago

Well yeah, because following regulations has an impact on the bottom line.

[-] Curious_Canid@lemmy.ca 12 points 2 years ago

Well, they have almost always circumvented them instead, but that impacts the bottom line too.

[-] NOT_RICK@lemmy.world 4 points 2 years ago

Yup, lawyers are expensive

load more comments (1 replies)
[-] Exec@pawb.social 5 points 2 years ago

One is in direct relation with the other

[-] don@lemm.ee 19 points 2 years ago

The time it took me to reach this conclusion, after seeing the headline, is measured in quectoseconds.

[-] baronvonj@lemmy.world 8 points 2 years ago
[-] don@lemm.ee 5 points 2 years ago

Several thousand is a lot, sure.

[-] will_a113@lemmy.ml 146 points 2 years ago

Kinda funny how when mega corps can benefit from the millions upon millions of developer hours that they’re not paying for they’re all for open source. But when the mega corps have to ante up (with massive hardware purchases out of reach of any of said developers) they’re suddenly less excited about sharing their work.

[-] CosmicTurtle0@lemmy.dbzer0.com 39 points 2 years ago

I've been begging my company to commit to 1% of our revenue toward open source software we use.

It would be life changing for many of these devs.

load more comments (1 replies)
[-] fuzzy_feeling@programming.dev 64 points 2 years ago

Meta's Llama models also impose licensing restrictions on its users. For example, if you have an extremely successful AI program that uses Llama code, you'll have to pay Meta to use it. That's not open source. Period.

open source != no license restrictions

According to Meta, "Existing open source definitions for software do not encompass the complexities of today's rapidly advancing AI models. We are committed to keep working with the industry on new definitions to serve everyone safely and responsibly within the AI community."

i think, he's got a point, tho

is ai open source, when the trainig data isn't?
as i understand, right now: yes, it's enough, that the code is open source. and i think that's a big problem

i'm not deep into ai, so correct me if i'm wrong.

[-] TimeSquirrel@kbin.melroy.org 17 points 2 years ago

I don't think any of our classical open licenses from the 80s and 90s were ever created with AI in mind. They are inadequate. An update or new one is needed.

Stallman, spit out the toe cheese and get to work.

[-] umbraroze@lemmy.world 11 points 2 years ago

Open source software doesn't, by definition, place restrictions on usage.

The license must not restrict anyone from making use of the program in a specific field of endeavor.

Clauses like "you can use this software freely except in specific circumstances" fly against that. Open source licenses usually have very little to say about what the software should be used for, and usually just as an affirmation that you can use the software for whatever you want.

[-] airglow@lemmy.world 8 points 2 years ago* (last edited 2 years ago)

Software licenses that "discriminate against any person or group of persons" or "restrict anyone from making use of the program in a specific field of endeavor" are not open source. Llama's license doesn't just restrict Llama from being used by companies with "700 million monthly active users", it also restricts Llama from being used to "create, train, fine tune, or otherwise improve an AI model" or being used for military purposes (although Meta made an exception for the US military). Therefore, Llama is not open source.

load more comments (2 replies)
load more comments (2 replies)
[-] latenightnoir@lemmy.world 54 points 2 years ago

Because he's an insecure and greedy child.

[-] daniskarma@lemmy.dbzer0.com 44 points 2 years ago

He is definitely in the same list as Trump and Elon Musk.

[-] Theoriginalthon@lemmy.world 33 points 2 years ago

I think the licence type he is looking for is shareware

[-] pastermil@sh.itjust.works 30 points 2 years ago* (last edited 2 years ago)
[-] Kompressor@lemmy.world 26 points 2 years ago

Desperately trying tap in to the general trust/safety feel that open source software typically has. Trying to muddy the waters because they’ve proven they cannot be trusted whatsoever

[-] kava@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

when the data used to train the AI is copyrighted, how do you make it open source? it's a valid question.

one thing is the model or the code that trains the AI. the other thing is the data that produces the weights which determines how the model predicts

of course, the obligatory fuck meta and the zuck and all that but there is a legal conundrum here we need to address that don't fit into our current IP legal framework

my preferred solution is just to eliminate IP entirely

[-] jacksilver@lemmy.world 9 points 2 years ago

I mean, you can have open source weights, training data, and code/model architecture. If you've done all three it's an open model, otherwise you state open "component". Seems pretty straightforward to me.

[-] kava@lemmy.world 3 points 2 years ago

Yes, but that model would never compete with the models that use copyrighted data.

There is a unfathomably large ocean of copyrighted data that goes into the modern LLMs. From scraping the internet to transcripts of movies and TV shows to tens of thousands of novels, etc.

That's the reason they are useful. If it weren't for that data, it would be a novelty.

So do we want public access to AI or not? How do we wanna do it? Zuck's quote from article "our legal framework isn't equipped for this new generation of AI" I think has truth to it

load more comments (2 replies)
[-] FooBarrington@lemmy.world 5 points 2 years ago

when the data used to train the AI is copyrighted, how do you make it open source?

When part of my code base belongs to someone else, how do I make it open source? By open sourcing the parts that belong to me, while clarifying that it's only partially open source.

load more comments (6 replies)
[-] WalnutLum@lemmy.ml 4 points 2 years ago

The OSI's definition actually tackles this pretty well:

Sufficient information as to the source of the data so that one could potentially go out and to retrieve it, and recreate the model, is sufficient to fall within the OSAI definition.

load more comments (2 replies)
[-] paraphrand@lemmy.world 14 points 2 years ago

If people could stop redefining words, that would go a long way to fixing our current strife.

Not a total solution, but it would clarify the discussion. I loathe people who redefine and weaponize words.

[-] conc@lemmy.ml 5 points 2 years ago

I have some Aladeen news for you my friend

load more comments (2 replies)
[-] boaratio@lemmy.world 14 points 2 years ago

Because he's a massive douche?

[-] rageagainstmachines@lemmy.world 14 points 2 years ago

Fuck off, Fuckerberg.

[-] SplashJackson@lemmy.ca 13 points 2 years ago

I don't get it. What would they redefine it to?

[-] Evotech@lemmy.world 23 points 2 years ago

Ask "OpenAI"

[-] ripcord@lemmy.world 8 points 2 years ago

Did you read the article?

[-] HawlSera@lemm.ee 11 points 2 years ago
[-] philpo@feddit.org 11 points 2 years ago

A friend of mine worked on the team that wrote the EU AI legislation. He is a fucking genius and so are his colleagues. There is little chance he can simply "change the definition of open source". He might be able to challenge the EU definition in court and postpone paying,but be will pay.

The brussels bureaucracy is a absolutely fed up with US tech bro antics by now and both Microsoft and Google have already learned their lesson. Zuckerbergs Meta still tries to resist,but he will fall as well.

Funnily this is absolutely speed up by their antics in the US as this leads to more and more lawmakers here realising that the European societies need to be protected from them the same way it needs to be protected from China.

[-] dilroopgill@lemmy.world 6 points 2 years ago

No open source license type where corporations still have to pay?

[-] airglow@lemmy.world 5 points 2 years ago* (last edited 2 years ago)

If you are referring to licenses that prohibit commercial use or prevent certain types of users from using the software, those licenses are not open source because they "discriminate against any person or group of persons" or "restrict anyone from making use of the program in a specific field of endeavor".

For example, if a developer offers their software in a source-available "community" version that is restricted to non-commercial use and a proprietary "enterprise" version, neither the community version nor the enterprise version is open source. On the other hand, if a developer uses an open core licensing model by offering an open source "community" version and a proprietary "enterprise" version, the community version is open source while the enterprise version is not.

load more comments (12 replies)
load more comments
view more: next ›
this post was submitted on 05 Feb 2025
509 points (100.0% liked)

Technology

87280 readers
3021 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS