• 2 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • I have a Steam deck, here’s the answers to my knowledge:

    1. Yes, you can connect a keyboard and mouse, and even in SteamOS they let you access KDE in a separate “Desktop mode”

    2. Not sure about multiple monitors but you can connect at least one. There are docks made for it to do just that (the USB C cable has display port support I think)

    3. It runs a 4 core/8 thread AMD laptop chip so assuming you get a mouse/keyboard it should work pretty well.

    4. It has a 5W mode in the power settings in SteamOS so I’m assuming around that much at idle.

    5. You can put other distros on it, it’s completely unlocked. You could even put Windows on it if you wanted. I’m not sure how easy the install process is though since I’ve just left SteamOS on mine.



  • Annapurna was a publisher team, not a dev team (that published a lot of indie teams’ games). I’m not entirely sure how this affects the devs though since I’m in general software development and not game development.

    When Warner Bros shut down Adult Swim’s game publishing team a few months ago, they did at least give publishing rights back to the original devs so something similar might end up happening here.

    That being said it’s also possible that all of the games Annapurna published get put in licensing limbo and the original devs get screwed over by this if the Annapurna parent company doesn’t want to give up their publishing rights.






  • TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃

    Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don’t think there’s a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I’m not completely sure if I’m remembering that correctly.