• 3 Posts
  • 73 Comments
Joined 5 months ago
cake
Cake day: December 9th, 2024

help-circle
  • Further, “Whether another user actually downloaded the content that Meta made available” through torrenting “is irrelevant,” the authors alleged. “Meta ‘reproduced’ the works as soon as it made them available to other peers.”

    A “peer” in bittorrent is someone else who is downloading the same file as you. This is opposed to a “seeder” which is also a peer but is only sending data, no longer receiving.

    You don’t have to finish the file to share it though, that’s a major part of bittorrent. Each peer shares parts of the files that they’ve partially downloaded already. So Meta didn’t need to finish and share the whole file to have technically shared some parts of copyrighted works. Unless they just had uploading completely disabled, but they still “reproduced” those works by vectorizing them into an LLM. If Gemini can reproduce a copyrighted work “from memory” then that still counts.

    Now, to be clear, fuck Meta but also fuck this argument. By the same logic, almost any computer on the internet is guilty of copyright infringement. Proxy servers, VPNs, basically any compute that routed those packets temporarily had (or still has for caches, logs, etc) copies of that protected data.

    I don’t think copyrights and open global networks are compatible concepts in the long run. I wonder which the ruling class will destroy first? (Spoilers, how “open” is the internet anymore?)






  • I used to work in a computer lab, open plan, where we all had CRTs. I sat across from the main DB admin, who had TWO monitors for all the work he was doing (wild stuff to have dual CRTs back in those days.) Due to the layout, my monitor sat in-between his, facing the opposite way of course. I loved degaussing my monitor because:

    1. It would degauss both of his and
    2. The EM fields were so strong between them that my monitor’s image would flip entirely upside down before snapping back into frame while making just the craziest electronic noises, colors dancing all over the screen. Gorgeous stuff! I wonder if anyone has tried to recreate a degaussing effect using shaders to simulate the process?












  • This is incorrect. The C# is valid. Throw in a catch statement simply rethrows the caught exception. Source: I’ve been writing C# for 20 years, also the docs.

    I won’t act like MS absolutely didn’t steal core concepts and syntax from Java, but I’ve always thought C# was much more thoughtfully designed. Anders Hejlsberg is a good language designer, TypeScript is also a really excellent language.