Runs on a version of linux (SteamOS), which is fucking cool. You can also install other game stores and run normal programs on it.

Here are some tech specs:

  • CPU: Zen 2 4c/8t, 2.4-3.5GHz (up to 448 GFlops FP32)
  • GPU: 8 RDNA 2 CUs, 1.0-1.6GHz (up to 1.6 TFlops FP32)
  • 16 GB LPDDR5 RAM (5500 MT/s)
  • 1280 x 800px (16:10 aspect ratio)
  • 7" optically bonded LCD
  • Bluetooth 5.0 (support for controllers, accessories and audio)
  • Wi-FiDual-band Wi-Fi radio, 2.4GHz and 5GHz, 2 x 2 MIMO, IEEE 802.11a/b/g/n/ac
  • MicroSD slot to add more storage

Is this any good? Looks better than the switch, but idk.

Sources:

  • Valve preorder site: https://www.steamdeck.com/en/
  • Polygon: https://www.polygon.com/22578782/steam-deck-handheld-valve-release-date-price
  • wantonviolins [they/them]
    ·
    edit-2
    3 years ago

    I fail to see what performance benefits are gained from having a 50MB WAV file instead of a 2.5MB OGG, or [the same comparison but using texture formats instead]. Lossy compression creates files that are quickly and easily loaded, with negligible overhead, and have been in use for decades. The primary goal here isn't disk space savings, but decreased load times and lowered RAM usage.

    Even if you employed on-disk compression (which is what I think you're suggesting), there are plenty of fast compression algorithms and situations where it's literally faster to read the compressed file from disk and decompress it than it would have been to read the entire gigantic uncompressed file from disk directly into RAM.