• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle

  • Not OP, but I also don’t think it’s the same thing. But even if it were, the consequences are nowhere near the same.

    A person might be able to learn to replicate an artist’s style, given enough practice and patience, but it would take them a long time, and the most “damage” they could do with that, is create new content at roughly the same rate as the original creator.

    It would take an AI infinitely less time to acquire that same skill, and infinitely less time to then create that content. So given those factors, I think there’s an enormous difference between 1 person learning to copy your skill, or a company that does it as a business model.

    Btw, if you didn’t know it yet - search engines don’t need to create a large language model in order to find web content. They’ve been working fine (one night even say Better) without doing that.


  • Exposed credentials means that somebody got sloppy the password. So yeah, “stolen creds”. Give the fact that a) NYT seems knows which credentials were exposed, and b) We haven’t seen hundreds of other high(er) profile companies have their private repos breached, it is far more likely that NYT fucked up, and not Microsoft (which is what you implied, with nothing to back it up - other than a very narrow-minded definition of the word hack).














  • Generally speaking, lemmy is much more cpu bound than it is bound by bandwidth - so the added bytes don’t matter that much. The example above was just for 1 community. Now imagine the user is subscribed to a dozen communities, but doesn’t even browse lemmy that day. That’s probably thousands of api calls made to keep his server on sync, and 0 requests saved.

    Like the big instances have literally hundreds of thousands of workers running in order to get all the updates out. If one of those calls fails, it gets put back into the queue for retry.

    OP asked if having his server added to the lemmiverse would alleviate the load “Like with torrent”. That is demonstrably not the case - it only adds more workload on the other servers, with a break even point that’s highly variable. Yes, your server will be nice and snappy, but the origin servers have to pay the price - death by a thousand papercuts synchronisation calls.


  • Yes. Once for every post, comment and vote.

    So say you have your own personal instance, and you use that to follow community news on lemmy.world. If throughout the day that community receives 10 new topics, 50 comments and 100 upvotes, it would have to make 160 calls to your server.

    So when you decide to read those 10 topics (if you even read all of them), you would then make roughly 10 api calls.

    You would be saving those last mentioned 10 calls by using your own instance, but at the cost of 160 calls made throughout the day.