• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • Yes, the game supports split screen local co-op on consoles and even on PC.

    You can play through the first 2/3rds of the game in split screen with no trouble. However, in my experience it gets unstable in act 3 on Xbox Series X (probably also on PS5). Presumably it is something to do with the limited memory on consoles, so if your PC has great specs it should work there.

    They are planning an update due next month which is supposed to address the crashing, but it remains to be seen.

    I think currently the best experience on consoles is to have two copies of the game on separate consoles.

    The patch 7 update also will supposedly add cross platform multiplayer, so you could have one player on console and one on PC, since you probably don’t have two Xboxes, but again, it remains to be seen








  • It’s also about making sure you can’t sue them, even if they did something wrong, even if they did it on purpose, even if they knew it was wrong when they did it.

    Instead you must agree to “binding arbitration”, so that if you lose they get to learn what strategy works against customers, and if you win they get to learn what strategy doesn’t work against customers (but in any case the details cannot be shared with other customers).

    Also, you can never participate in a class action suit, so even if they did do something wrong, on purpose, and you convinced a -judge- arbiter, you just get the $12 judgment, or whatever the value is of your actual damages. The corporation can keep the $12 they stole from each of their millions of other customers, who didn’t also start arbitration.

    It is shocking that it is even legal








  • I misunderstood what “war machine” meant.

    I heard phrases on TV like “it cost $1 billion dollars per month to keep the war machine running” and “the US captured 100,000 barrels of oil per day to feed the war machine” and I thought this thing must be some epic beast.

    The terrorists better watch out! We’re sending the war machine! It must have, like, sawblade hands and tank tracks and breathe fire and have machine gun turrets.

    Imagine my disappointment when I learned that THE WAR MACHINE was just a metaphor and not a Mecha Godzilla


  • I think I understand how it works.

    Remember that LLMs are glorified auto-complete. They just spit out the most likely word that follows the previous words (literally just like how your phone keyboard suggestions work, just with a lot more computation).

    They have a limit to how far back they can remember. For ChatGPT 3.5 I believe it’s 24,000 tokens.

    So it tries to follow instruction and spits out “poem poem poem” until all the data is just the word “poem”, then it doesn’t have enough memory to remember its instructions.

    “Poem poem poem” is useless data so it doesn’t have anything to go off of, so it just outputs words that go together.

    LLMs don’t record data in the same way a computer file is stored, but absent other information may “remember” that the most likely word to follow the previous word is something that it has seen before, i.e. its training data. It is somewhat surprising that it is not just junk. It seems to be real text (such as bible verses).

    If I am correct then I’m surprised OpenAI didn’t fix if. I would think they could make it so in the event the LLM is running out of memory it would keep the input and simply abort operation, or at least drop the beginning of its output.