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/)VI
Posts
0
Comments
93
Joined
1 mo. ago

  • Because neural networks aren't known to suffer from model collapse when using their output as training data. /s

    Most billionaires are mediocre sociopaths but Elon Musk takes it to the "Emperors New Clothes" levels of intellectual destitution.

  • Declarations of war are bad, but they were made hard to do in modern states. Almost every single countries have rules and procedures in place to make sure a hot head can't do it over the weekend.

    "Special Military Operations" undid all those efforts by putting all the powers back in the hands of a single person.

  • To be fair to the US Congress (AFAIK) no one as been formally at war since 1945 - and unless I'm forgetting anything it would actually make the US Congress the last ones to declare war on anyone.

    Since WW2 everything is framed as a peacekeeping mission (when approved even if only implicitly by the UN Security Council), a civil war, helping the legitimate government in a civil war (US in Vietnam or Soviet Union in Afghanistan for example), or when every other excuse fails a pre-emptive special military operation (US in Iraq, Russia in Ukraine, Israel in all of their neighbours + Iran).

  • You don't even need to go at a low level. Lots of programmers forget that their applications are not running in a piece of paper in general.

    My team at work once had an app running Kubernetes and it had a memory leak, so its pod would get terminated every few hours. Since there were multiple pods, this had effectively no effect on the clients.

    The app in question was otherwise "done", there were no new features needed, and we hadn't seen another bug in years.

    When we transferred the ownership of the app to another team, they insisted on finding and fixing the memory leak. They spent almost one month to find the leak and refactor the app. The practical effect was none - in fact due to the normal pod scheduling they didn't even buy that much lifetime to each individual pod.

  • It's exactly that, it's plagiarising a movie or a book. ChatGPT like all LLM models doesn't have any kind of continuity, it's a static neural network. With the exception of the memories feature it doesn't even a way to keep state between different chat tabs for the same user, let alone of knowing what kind of absurdities it told other users.