• 3 Posts
  • 559 Comments
Joined 5 months ago
cake
Cake day: March 23rd, 2025

help-circle




  • The fundamental difference is the direction of the redistribution.

    The capitalist system inherently distributes from poor to rich. With no state involved, a capitalist system strictly and always devolves into one person (or a very small group) owning everything and everyone else being owned by them. That’s why we have states that do have redistribution systems that try to counteract that: We have progressive tax systems that tax the rich more than the poor to fund free (or at least subsidized) public good systems.

    To get back to your example: The rich don’t need free schools. Even without free public education, they would still be able to afford to send their kids to expensive private schools. A free school program is there to mostly benefit the poor.

    Redistribution systems that redistribute from poor to rich on the other hand are inherently broken. The base economic system already does that redistribution from poor to rich, so allowing the rich to mooch even more off the system is not a good idea.





  • I wonder if it really didn’t work. Without all the shitstorm, nobody would have noticed or cared about the movie.

    I’m pretty sure a lot of the people who watched it did so to see what all the fuss was about.

    It was still a major fail, but imagine how much of a fail it would have been without these viewers.








  • Well, the answer to your curiosity is there. No need for further wondering, same as you don’t need to wonder wheter the sun will rise tomorrow. We know.

    But you insist on wondering even though the knowledge is already there.

    So why are you still claiming that it’s a “casual statement of curiosity about the future”, when the result is already there?

    The terminology you use and the insistence of ignoring factual knowledge that we have claiming “you are just wondering” or “just curious” or “just asking questions” is identical to the tactics used by conspiracy theorists and antivaxxers.

    If you are persistently acting like a conspiracy theorist and antivaxxer, why are you surprised you are treated like one?





  • That’s outdated info. Yes, not a lot of scraping is really necessary for training. But LLMs are currently often coupled with web search to improve results.

    So for example if you ask ChatGPT to find a specific product for you, the result doesn’t come from the model. Instead it does a web seach, then it loads the results, summarizes them and returns you the summary plus the links. This is a time-critical operation since the user is waiting for the results. It’s also a bad operation for the site being scraped in many situations (mostly when looking for info, not for products) since the user might be satisfied with the summary and won’t click the source.

    So if you can delay scraping like that by a few seconds, that’s quite significant.