Urgent.News

the world's headlines, one feed

Editions

Tech

Asus ROG XReal R1 XR Glasses Review

Sometimes it feels like XR glasses are the next frontier when it comes to gaming accessories. And it makes sense, with the rise of handheld gaming PCs – at least before RAM prices started making them nigh unaffordable – these glasses are a great way to get something like the Steam Deck a bigger screen while you’re away from home. So, it makes sense that Asus would team up with XReal to make a…

Asus ROG XReal R1 XR Glasses Review

The Asus ROG XReal R1 XR Glasses review discusses the XR glasses as a potential gaming accessory. These glasses, developed in collaboration with XReal, aim to provide a larger screen experience for users away from home, similar to handheld gaming PCs. Upon plugging the glasses into a handheld device, the Asus ROG XReal R1 delivers a clear picture and RGB lighting.

However, at a price of $849, the glasses' main drawback is the included dock, which enables connection to multiple devices via HDMI and DisplayPort. While the design of the glasses and the angular temples with RGB lighting are visually appealing, the glasses' overall appearance remains bulky and unprofessional. The glasses' camera, responsible for head tracking, is cleverly concealed within the frame.

The menu system is cumbersome and requires a learning curve, but it becomes more intuitive once connected to the dock. The dock, despite its lack of RGB lighting, houses essential features like power buttons, fps boost, and settings adjustment controls. However, an issue with the dock not functioning correctly, stuck in "Racing" mode, raises concerns about the product's reliability.

Comparatively, the XReal 1S offers similar functionality at a lower price point of $449, making the $849 price tag for the ROG XReal R1 questionable.

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

Read the original at ign.com →

More in Tech

React Mastery Series – Day 31: Advanced React Architecture – Designing Large-Scale Applications

Welcome back to the React Mastery Series ! We've completed the first 30 days of our React journey. So far, we've covered: React Fundamentals Components & Props Hooks Context API Redux Toolkit API…

  • High cohesion: Group related features in a domain (e.g., Payments)
  • Low coupling: Features communicate through public APIs, not direct dependencies
  • Scalability: Organize around business domains, use layered architecture, clean architecture

Build, Buy, or Call an API: How We Actually Decide

Clients ask me why we don't just build our own model. It's a fair question, and most of the time the honest answer is that building our own would be the slowest and priciest route to a result slightly…

  • Shanti Infosoft avoids building AI models to save time and cost.
  • They opt for APIs on commodity capabilities like text generation or translation.
  • Building only makes sense for unique selling propositions or proprietary data influence.

Designing MCP tools an agent won't misuse

The first article in this series made a pair of claims. One: an AI-native product is an MCP server that lets an agent do things, not a chat widget that talks about them.

  • Well-typed calls can still go wrong despite schema validation.
  • Design MCP surface to prevent misuse by constraining input space.
  • Use closed types like enums and provide clear tool descriptions.