

You’re so lucky to be able to have yours be portable. 😞 The only penile spas I’ve ever seen are permanently installed in a wall. No clue how they work either.
“Falsehood flies, and truth comes limping after it, so that when men come to be undeceived, it is too late; the jest is over, and the tale hath had its effect: […] like a physician, who hath found out an infallible medicine, after the patient is dead.” —Jonathan Swift
You’re so lucky to be able to have yours be portable. 😞 The only penile spas I’ve ever seen are permanently installed in a wall. No clue how they work either.
Do I get to be depraved and evil if I drink plant milk? I haven’t had a glass lately, but that actually sounds refreshing.
I remember speculating as a (small) kid that the AI soldiers in Battlefront II’s local multiplayer might be real people employed by the developer. Not the brightest child was I.
sudo
is telling the computer to do this with root privileges.chmod
sets permissions.077
is the exact inverse of 700
, where 077
means “the owner cannot access their own files, but everyone else can read, write, and execute them”. Corresponding 700
to asexuals is joking that nobody but the owner can even so much as touch the files./
is the root directory, i.e. the very top of the filesystem.-R
flag says to do this recursively downward; in this case, that’s starting from /
.So here, we’re modifying every single file on the entire system to be readable, writable, and executable by everyone but their owner. And yes, this is supposed to be extremely stupid.
So did anyone else read this in Silver’s voice from the Sonic '06 fandub?
Basically what @meekah@lemmy.world said: the idea is to be practicable. Here’s a stream of disconnected thoughts about this:
I would say that most vegans, even if they’ve never heard it, at least approximately follow the Vegan Society’s famous definition:
Veganism is a philosophy and way of living which seeks to exclude—as far as is possible and practicable—all forms of exploitation of, and cruelty to, animals for food, clothing or any other purpose; and by extension, promotes the development and use of animal-free alternatives for the benefit of animals, humans and the environment. In dietary terms it denotes the practice of dispensing with all products derived wholly or partly from animals.
Striking the parts that seem irrelevant to this specific question:
Veganism is a philosophy and way of living which seeks to exclude—as far as is possible and practicable—all forms of exploitation of, and cruelty to, animals for […] any […] purpose […]
Keep in mind that “animals” in that first part is widely treated as “humans and non-human animals”. So you would have to decide 1) to what extent cruelty was inflicted to create the distro, 2) to what extent people and non-human animals were exploited to create the distro, and 3) if there exist practicable alternatives that meaningfully reduce (1) and (2).
That wasn’t me you were talking to initially; that was TheLeadenSea. You’ll have to ask them, not me.
Okay, but I literally just expressed how they’re fundamentally, pragmatically different while you keep reaching for the word “semantics”. You can still disagree that it’s wrong to copy – that’s not what I’m trying to litigage. To call it only semantically different from stealing is asinine.
Too bad. Because it’s being redistributed through a third party, you aren’t even stealing a negligible amount of electricity, bandwidth, or CPU time from them. Damn, when you think about it, it’s just not “stealing” in any capacity, is it?
on the basis of semantics
It’s not semantics when “stealing” results in the loss of the original by the owner while “copying” just results in a new one being created.
TL;DR: ✨die mad✨
“Play has no limits, but your credit card does. Let’s aim for that.”
Yeah, and to be clear, I actually really like trivia! The front page of Wikipedia has a section called “Did You Know?” (DYK) that has six or seven pieces of daily trivia. These are also researched and follow a similar format. The key differences are that: 1) the corresponding article is right there if you want to immediately verify what’s been said, and 2) this article lets you understand the full context of the trivia if you want.
In this case, the most egregious part isn’t the trivia itself; it’s the kind of culture around trivia that it foments.
>no source
>“it was thought”? cool weasel wording; who thought it?
>tiny snippet offering zero context
>and then people parrot it uncritically
This is why I hate “le epic trivia!!”-style accounts; even when they’re right (and they’re often not), they’re intellectual junk food designed for mindlessly consuming rather than learning.
Just don’t let Google kill JPEG XL.
Any stray pixel in a (EDIT: exported) LaTeX document is a confirmed skill issue.
Text rotated 90° clockwise and only occupies the left 1/3 of the page in an MS Word document whose pages are all numbered ‘2’? Default assumption is “not your fault.”
Dude, I’m sorry, I just don’t know how else to tell you “you don’t know what you’re talking about”. I’d refer you to Chapter 20 of Goodfellow et al.'s 2016 book on Deep Learning, but 1) it tragically came out a year before transformer models, and 2) most of it will go over your head without a foundation from many previous chapters. What you’re describing – generative AI training on generative AI ad infinitum – is a death spiral. Literally the entire premise of adversarial training of generative AI is that for the classifier to get better, you need to keep funneling in real material alongside the fake material.
You keep anthropomorphizing with “AI can already understand X”, but that betrays a fundamental misunderstanding of what a deep learning model is: it doesn’t “understand” shit about fuck; it’s an unfathomably complex nonlinear algebraic function that transforms inputs to outputs. To summarize in a word why you’re so wrong: overfitting. This is one of the first things you’ll learn about in a ML class, and it’s what happens when you let a model train on the same data over and over again forever. It’s especially bad for a classifier to be overfitted when it’s pitted against a generator, because a sufficiently complex generator will learn how to outsmart the overfitted classifier and it will find a cozy little local minimum that in reality works like dogshit but outsmarts the classifier which is its only job.
You really, really, really just fundamentally do not understand how a machine learning model works, and that’s okay – it’s a complex tool being presented to people who have no business knowing what a Hessian matrix or a DCT is – but please understand when you’re talking about it that these are extremely advanced and complex statistical models that work on mathematics, not vibes.
Your analogy simply does not hold here. If you’re having an AI train itself to play chess, then you have adversarial reinforcement learning. The AI plays itself (or another model), and reward metrics tell it how well it’s doing. Chess has the following:
Here’s where generative AI is different: when you’re doing adversarial training with a generative deep learning model, you want one model to be a generator and the other to be a classifier. The classifier should be given some amount of human-made material and some amount of generator-made material and try to distinguish it. The classifier’s goal is to be correct, and the generator’s goal is for the classifier to pick completely randomly (i.e. it just picks on a coin flip). As you train, you gradually get both to be very, very good at their jobs. But you have to have human-made material to train the classifier, and if the classifier doesn’t improve, then the generator never does either.
Imagine teaching a 2nd grader the difference between a horse and a zebra having never shown them either before, and you hold up pictures asking if they contain a horse or a zebra. Except the entire time you just keep holding up pictures of zebras and expecting the child to learn what a horse looks like. That’s what you’re describing for the classifier.
This is why sex ed is so important in our schools. Puritanical Republicans are why so many poor American kids who grow up in red states don’t know about basic things like periods, contraception, and vaginal spas.