Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

The Best Handheld Gaming PCs to Take Your Games on the Go

Play your favorite PC, Steam, and Xbox games on the go with the best handheld gaming PCs.

The Best Handheld Gaming PCs to Take Your Games on the Go

Valve's Steam Deck revolutionized handheld PC gaming, yet numerous other handheld gaming PCs have emerged to challenge its dominance. Among these competitors, the Lenovo Legion Go S (Z1 Extreme, SteamOS) stands out as the best SteamOS handheld gaming PC. Initially released in February 2025, the Lenovo Legion Go S faced criticism for its initial configuration using the weak Z2 Go processor alongside Windows 11 and 32GB of memory.

However, Lenovo has improved the model with the launch of the Z1 Extreme and SteamOS, making it significantly more powerful and competitive with the Asus ROG Xbox Ally X. Despite being more expensive than the ROG Ally X, the Lenovo Legion Go S offers superior performance, as demonstrated by its ability to achieve higher frame rates in games like Baldur's Gate 3 compared to the Steam Deck.

Written by urgent.news from IGN's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at ign.com →

More in Tech

What If Programs Were Mostly Just Values Flowing Through Functions?

I've never particularly enjoyed reading code that makes me suddenly switch from following values to chasing control flow. A variable gets assigned halfway through. A function returns halfway through.

  • The author prefers code that shows values flowing through functions.
  • They created F-Box to maintain smooth value flow with a pipe helper.
  • Seseragi programming language emphasizes pleasant, intuitive code structure.

Why Should the Language Change the Moment I Build a UI?

In ordinary application code, I create values, pass them to functions, and distinguish between cases. Then Web UI begins, and sometimes the whole world changes. Component. Hooks. JSX. Store.

  • Seseragi framework treats components as ordinary functions.
  • UI expressed as ordinary values and data constructors.
  • Development mirrors language progression, feels natural.

More from Sunday 16 August →