Urgent.News

What's breaking now, across thousands of outlets.

Tech

Google’s official Googlebook demo looks a lot like Mac wearing a Chrome hoodie

Google details how Googlebook handles desktop apps, and the macOS resemblance is uncanny.

Google’s official Googlebook demo looks a lot like Mac wearing a Chrome hoodie

Google has released a demo of its upcoming Googlebook OS, which bears a striking resemblance to the interface of a Mac computer. The video, shared by a Google representative, showcases a range of gestures that are reminiscent of those found in macOS, such as the three-finger upward swipe for accessing an overview of open tasks. This gesture is accompanied by a square-shaped key, akin to the multitasking navigation button in Android, which also brings up the interface.

The Googlebook OS seamlessly integrates multiple desktops, similar to macOS, and features a full-screen mode that hides the taskbar. The operating system draws visual inspiration from ChromeOS, but it utilizes Android as its foundation. Google has already highlighted several exciting features of the Googlebook OS, including the Magic Pointer, Rambler for efficient typing, and a Gemini-first approach that allows users to customize the software to their liking.

During a limited test of the Googlebook OS, the interface was found to be reminiscent of both macOS and Windows. One of the key gestures, using three or four fingers to flick upwards, brings up a comprehensive view of active applications. This is similar to the three-finger swipe gesture in macOS. Additionally, pressing the square-shaped key, which functions like Android's multitasking navigation button, provides quick access to the interface.

The Googlebook OS supports both Android-optimized apps and web-based interfaces as web apps. As the Googlebook OS prepares to be widely available next month, Google has expressed a desire to share more details about the interface with the public.

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

Read the original at androidauthority.com →

More in Tech

LINQ GroupBy: The Operator Everyone Uses Wrong

LINQ GroupBy: The Operator Everyone Uses Wrong GroupBy in LINQ looks like SQL GROUP BY . It isn't. At least, not in the way you'd expect.

  • LINQ GroupBy differs from SQL GROUP BY, returning IGrouping objects instead of aggregated rows.
  • Combine GroupBy with Select for SQL-like results, enabling aggregation and computed values.
  • Use composite keys with anonymous types and element selectors to refine grouping behavior in LINQ.

From Zero to 3 Merged PRs: Contributing Python CLI Recipes to BasedHardware/omi

Over the past few weeks, I’ve been contributing to BasedHardware/omi , the open-source AI wearable project. As of this week, all three of my pull requests have been officially approved and merged into…

  • Three Python CLI Recipe pull requests merged into main branch
  • Recipes converted data to Markdown, memory stream, and task lists
  • Author learned to rely on Python's standard library and welcome feedback

More from Wednesday 23 September →