Urgent.News

the world's headlines, one feed

Editions

Tech

Lenovo Quietly Pull Legion Go BIOS Update That Bricked Handhelds With No Explanation

Lenovo has quietly pulled the N3CN42WW BIOS update for the Legion Go from its support page. If you were to go to the page now, you’ll see that the latest BIOS update is listed as N3CN40WW, which was released back in January of this year, with the problematic BIOS no longer on offer. Lenovo’s actions […] The post Lenovo Quietly Pull Legion Go BIOS Update That Bricked Handhelds With No Explanation…

Lenovo Quietly Pull Legion Go BIOS Update That Bricked Handhelds With No Explanation

Lenovo has removed the N3CN42WW BIOS update for the Legion Go from its support page after users reported that the update caused their handhelds to be bricked. The update was released earlier in the year, but Lenovo has now listed the previous BIOS update, N3CN40WW, as the latest version. Several Legion Go owners experienced a black screen when trying to install the problematic update, although the power button, controller LEDs, and internal components appeared functional.

Some users even had to send their devices to Lenovo's service centers, only to find out that the warranty had already expired and they would need to pay a service fee exceeding RM1,000. Lenovo has not provided a public explanation or apology for the removal of the update, nor has the company offered any compensation to affected users.

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

Read the original at lowyat.net →

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.