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/)KR
Posts
2
Comments
1,515
Joined
2 yr. ago

  • I don’t believe the common refrain that AI is only a problem because of capitalism. People already disinform, make mistakes, take irresponsible shortcuts, and spam even when there is no monetary incentive to do so.

    I also don’t believe that AI is “just a tool”, fundamentally neutral and void of any political predisposition. This has been discussed at length academically. But it’s also something we know well in our idiom: “When you have a hammer, everything looks like a nail.” When you have AI, genuine communication looks like raw material. And the ability to place generated output alongside the original… looks like a goal.

    Culture — the ability to have a very long-term ongoing conversation that continues across many generations, about how we ought to live — is by far the defining feature of our species. It’s not only the source of our abilities, but also the source of our morality.

    Despite a very long series of authors warning us, we have allowed a pocket of our society to adopt the belief that ability is morality. “The fact that we can, means we should.”

    We’re witnessing the early stages of the information equivalent of Kessler Syndrome. It’s not that some bad actors who were always present will be using a new tool. It’s that any public conversation broad enough to be culturally significant will be so full of AI debris that it will be almost impossible for humans to find each other.

    The worst part is that this will be (or is) largely invisible. We won’t know that we’re wasting hours of our lives reading and replying to bots, tugging on a steering wheel, trying to guide humanity’s future, not realizing the autopilot is discarding our inputs. It’s not a dead internet that worries me, but an undead internet. A shambling corpse that moves in vain, unaware of its own demise.

  • For a glorious second, the entire world was able to communicate as one.

    Then we catalogued every accessible reservoir of culture and knowledge, mined them bare, and refilled them with slop.

    A global collective consciousness, hollowed out, replaced with static. No signal. Only noise.

    1. Fuck AI
    2. This judge’s point is absolutely true:

      "You have companies using copyright-protected material to create a product that is capable of producing an infinite number of competing products," Chhabria said. "You are dramatically changing, you might even say obliterating, the market for that person's work, and you're saying that you don't even have to pay a license to that person."

    3. AI apologists’ response to that will invariably be “but it’s sampling from millions of people at once, not just that one person”, which always sounds like the fractions-of-a-penny scene
    4. Fuck copyright
    5. A ruling against fair use for AI will almost certainly deal collateral damage to perfectly innocuous scraping projects like linguistic analysis. Even despite their acknowledgement of the issue:

      To prevent both harms, the Copyright Office expects that some AI training will be deemed fair use, such as training viewed as transformative, because resulting models don't compete with creative works. Those uses threaten no market harm but rather solve a societal need, such as language models translating texts, moderating content, or correcting grammar. Or in the case of audio models, technology that helps producers clean up unwanted distortion might be fair use, where models that generate songs in the style of popular artists might not, the office opined.

    6. We really need to regulate against AI — right now — but doing it through copyright might be worse than not doing it at all
  • I don’t get why people think putting manifests on a blockchain is a good idea. Fraudulent manifests are usually the result of entering fraudulent data into the system, not modifying it mid-flight. If you want a way to address those situations, you need another layer where a trusted central authority is able to revise events. At which point, why even have a decentralized layer?

  • Criticising those who criticise liberals for acting morally superior and not taking action to feel morally superior and not have to take action to feel morally superior and not have to take action

  • Well, if you like BtB, you’ll probably enjoy any and all Cool Zone Media pods.

    But if I take similar here to mean: Episodic true history that is partly educational, partly comedic, with an air of “How the fuck did this ever happen?”

    There are a few that fit:

    • Sawbones: A Marital Tour of Misguided Medicine
    • Darknet Diaries
    • Sixteenth Minute (of Fame)
    • If Books Could Kill
    • You’re Wrong About
    • Build For Tomorrow

    Some other ones that I always recommend:

    • You Are Not So Smart
    • Team Human
    • Cory Doctorow’s Craphound
    • Molly White’s Citation Needed
    • Very Bad Wizards
    • Knifepoint Horror
  • It’s the #1 thing that drives me crazy about Linux.

    It seems obvious. You’ve got a Windows/Apple/Super key and a Control key. So you’d think Control would be for control characters and Windows/Apple/Super would be for application things.

    I can understand Windows fucking this up, cuz the terminal experience is such a low priority. But Linux?

    There’s some projects like Kinto and Toshy which try to fix it, but neither work on NixOS quite yet.

  • I resist the urge to become a billionaire every day.

    I’ve allowed trillions of dollars to continue circulating in the global economy, undisturbed by my whims.

    I’m a goddamn philanthropic hero compared to Gates.

    And you can tell I’m better than him, cuz I didn’t have to slap my name on a “Foundation For Leaving People The Fuck Alone” to do it.

  • There’s a link in the second paragraph to the technical details, including source code for the implementation and documentation for the required infrastructure.

    But the tl;dr is that the tokens aren’t associated to your account. Unless you were able to snoop on the original request that generated the tokens (in which case, you’ve got bigger issues!), there’s no way to prove that a token is related to a specific account. A token only proves that an authorization server once granted access to some account.

    Edit: Wikipedia has a good intro:

    Non-interactive zero-knowledge proofs are cryptographic primitives, where information between a prover and a verifier can be authenticated by the prover, without revealing any of the specific information beyond the validity of the statement itself.

    Edit 2: You should not be catching downvotes. You had a reasonable question.