Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Posts 2
Comments 171
Infowars sale to The Onion to be reviewed by judge.
  • My impression from the article was, The Onion bid contained both a monetary sum, and partial debt relief. The total value then - the sum + the debt relief - was higher, and that's how it won. So, it wasn't just the victims' backing weighing in, they actually put money on it.

  • Censorship is getting out of hand
  • And they're all with different commit message:

    "switched arse to bottom to create a more uplifting vibe"

    "took arse out and put bottom in to keep my language warm and friendly"

    "thought bottom would sound a lot nicer than arse, so I used it"

    And so on..

  • Phoronix: Several Linux Kernel Driver Maintainers Removed Due To Their Association To Russia
  • I'm sure removing these maintainers would be of great help to the Ukrainian war effort...

    More seriously: We need to help Ukraine more. But this doesn't do that. It just hurts a bunch of people (both the maintainers, and the people using their code) for no benefit whatsoever.

  • British travel bloggers ‘sugarcoating’ China’s Uyghur problem to the delight of Beijing: Influencers claim to be exposing 'Western lies' about Xinjiang, claiming they have not seen human rights abuses
  • Actually, much of that description, perpetuated by dystopian novels, is pretty far off the mark - and it's the kind of mischaracterization that makes it harder to fight back against authoritarian governments.

    The fact is, the vast majority of people in authoritarian states live ordinary lives, just like everywhere else. That's part of what makes these governments so resilient. If everyone in there lived a nightmare, they wouldn't last for decades, they'd collapse at the first sign of instability. After all, there are a lot more people than government officials.

    For example, a canny authoritarian government won't disappear anyone who steps out of line. Instead, they'd provide a "safe, legitimate" way to step out of line, that's well regulated and doesn't pose a threat to the government, but serves as an outlet. And most people will be satisfied with it. That's both more subtle, and more effective, that instilling fear in everyone's heart.

  • Help me decide if I can switch to Linux, I have some questions
  • To add about the distro framgentation, and particularly:

    If I run into a software I need and it specifically indicates it’s for another flavor of Linux than the one I run, how likely is it that I can get it to work on another distro without any real trouble?

    You might have. Some software is distributed as a portable binary and can run on any distro. However, many installers are distro-specific (or distro family-specific, since they're made for a specific package manager). For example, a software packaged for Ubuntu as a .deb file would install fine on Ubuntu or Mint, and probably install fine on Debian, but if you want to install it on Fedora or Arch you'll have to manually re-package it.

    Most distro-specific software usually ships debian or ubuntu package - so you might go with that for that reason. Or Arch/Endeavor: while you'll rarely see an official Arch package, most often someone will have already re-packaged it and put it on the AUR.

    That said, for the major distros, the desktop environment makes much more difference than the distro.

  • How would you enforce a pay-it-forward scheme?
  • Technically, "enforced pay it forward" is called credit. Your debt would then be "the amount you still have to pay forward".

    Of course, this defeats both the spirit and the purpose of a pay it forward scheme.

  • How can we make Linux more appealing as "just works"?
  • "Just works" is not a mentality imposed by Microsoft, and has nothing to do with loss of control. It's simply (a consequence of) the idea that things which can be automated, should be. It is about good defaults, not lack of options.

  • Microsoft donates the Mono Project to the Wine team
  • It's certainly good, I'm not arguing that. My point is, if the wine team is interested, they can fork the unmaintained project, and work on that. Eventually, people will switch over to the active fork. What Microsoft is doing, is helping the process along, and making it easier. So it's good, and helpful - but not really a "donation" to winehq.

  • Microsoft donates the Mono Project to the Wine team
  • I guess it's simply the framing: It was a not very actively maintained open source project. So they've decided to turn it over to a new maintainer. Calling that 'donation' is a bit pushing it

  • How does L4sBot choose which articles to post?

    This is a meta-question about the community - but seeing how many posts here are made by L4sBot, I think it's important to know how it chooses the articles to post.

    I've tried to find information about it, but I couldn't find much.

    7

    Licenses for LLM models

    I'm not a lawyer, but my understanding of a license is that it gives me permission to use/distribute something that's otherwise legally protected. For instance, software code is protected by copyright, and FOSS licenses give me the right to distribute it under some conditions.

    However, LLMs are produced by a computer, and aren't covered by copyright. So I was hoping someone who has better understanding of law to answer some questions for me:

    1. Is there some legal framework that protects AI models, so that I'd need a license to distribute them? How about using them, since many licenses do restrict use as well.

    2. If the answer to the above is no: By mentioning, following and normalizing LLM licenses, are we essentially helping establish the principle that we do need permission from companies to use their models, and that they have the right to restrict us?

    3