LaggyKar

  • 0 Posts
  • 269 Comments
Joined 3 years ago
Aquileo | cake
Cake day: June 17th, 2023

Aquileo | help-circle






  • LaggyKartoTechnology@lemmy.worldYouTube Premium is getting pricier
    Aquileo | link
    Aquileo | fedilink
    English
    Aquileo | arrow-up
    3
    ·
    4 months ago

    The problem is, YouTube has no real competition. No one has the same thing they do. And the same applies to a lot of things today.

    Another issue is, subscription services can just raise the price and then start charging people more without those people doing anything, or possibly even noticing, which differs from individual purchases where you had to make a judgement about the price each time. Now, people have to make an actively cancel in order to not agree to new prices (or EULA changes for that matter). It should really be the other way around, so that if a service raises their price, people have to actively agree to the new price in order for the service to keep charging them.

    Can’t speak for Uber Eats or Starbucks though.










  • LaggyKartoProgrammingAI Coding
    Aquileo | link
    Aquileo | fedilink
    Aquileo | arrow-up
    12
    ·
    11 months ago

    It’s not though. Programming languages, like assembly before them, are deterministic. If you run the same C code again the same environment, it will do the same thing, and altering the code will alter the behaviour correspondingly. It’s possible to reason about it. The same does not apply to LLMs. You can’t reason about their behavior, when means you can’t build anything non-trivial with them. All that is mentioned in the article.