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/)UU
Posts 0
Comments 17
Judge says he must still approve sale of Infowars to The Onion
  • I think the video LegalEagle uploaded explains it quite succinctly: for the sale there was a certain split between the debtors, the debtors with the largest portion were willing to forego a portion such that the other debtors would get a larger portion if The Onion's bid was the winning one. In effect, the other debtors would get more money out of the 1.75m than the 3.5m bid, and the debtors that 'got less' are the ones that offered the money in the first place.

  • Linus Torvalds affirms expulsion of Russian maintainers
  • They were removed from MAINTAINERS, which is what identifies the people responsible for maintaining a piece of code, a subsystem of Linux, not the credits, which is encoded in the git commit history.

  • Wikipedia is under assault: rogue users keep posting AI generated nonsense
  • A very similar situation to that analysed in this paper that was recently published. The quality of what is generated degrades significantly.

    Although they mostly investigate replacing the data with ai generated data in each step, so I doubt the effect will be as pronounced in practice. Human writing will still be included and even curation of ai generated text by people can skew the distribution of the training data (as the process by these editors would inevitably do, as reasonable text could get through the cracks.)

  • Seriously how many times does this have to happen
  • Neat idea. This could be refined by adding a git hook that runs (rip)grep on the entire codebase and fails if anything is found upon commit may accomplish a similar result and stop the code from being committed entirely. Requires a bit more setup work on de developers end, though.

  • Remember how ChatGPT totally aced the bar exam? Wow! yeah, turns out that was just a lie
  • These models have so many parameters that, while insufficient to memorize all text it has ever seen, it can end up memorizing some of the content. It is the difference between being able to recall a random passage versus recalling the exact thing you need. Both allow you to spill content verbatim, but one is problematic while the other can be helpful.

    There are techniques to allow it it 'read on demand', but they are not part of the core model (i.e. the autocmpletion model / LLM) and are tacked on top of it. For example, you can tie it search engine, which Microsoft's copilot does, and is something which I don't think is enabled for ChatGPT by default. Or allow it to query a external data bank (Retrieval Augmented Generation).

  • Electric vehicles fail at a lower rate than gas cars in extreme cold | Electrek
  • Do keep in mind that in Europe there are often required checks whether a car is 'roadworthy', in Norway this seems to be a biannual check: so you cannot really skip maintenance to the extent that that would be a huge factor.

  • *Permanently Deleted*
  • It is uplifting though? The alternative is not 'not having cancer', it is 'cancer is recognized in a later stage'. Having cancer be recognized earlier really boosts the possibility of survival, and any improvement in that regard is quite uplifting in my opinion.

  • Dutch government starts own Mastodon instance as reaction to the instability of Twitter
  • From the post of the account linked here (in Dutch): it is going to be a place for official government communication, not for individual government employees (and I presume, by extension, public registration in general)

  • Liftoff! - 🐒 A mobile client for Lemmy (Android/iOS/Windows/Linux)
  • There is a difference with adding an instance and accessing it that way (via their API - bypassing the server you signed up on) and via federation using the server you signed up on. Only in the latter case can you vote using the account already registered.

    Try using the search feature to access the community via federation (e.g. "!cats@lemmy.world") rather than adding the instance directly.