Urgent.News

What's breaking now, across thousands of outlets.

Tech

Could Mecha Comet's Linux PC-Phone Hybrid Be the Future of Linux Smartphones?

3,346 backers pledged $1,198,844 on Kickstarter to build the (modular) handheld Linux computer, the Mecha Comet. It's slightly bigger and heavier than your smartphone, with a 4-inch AMOLED display and loaded up with things like microphones, speakers, a SIM tray, two USB ports and a mini HDMI port. There's three separate kill switches for wifi, microphone and camera — plus a "boot mode" switch for…

The Mecha Comet, a Linux-based handheld computer, has garnered significant support on Kickstarter, with 3,346 backers pledging $1,198,844 to bring the device to life. This slightly larger and heavier alternative to smartphones features a 4-inch AMOLED display, microphones, speakers, a SIM tray, USB ports, HDMI output, and various kill switches for managing functions like wifi, microphone, and camera.

The phone also includes three pins for instant access to its debug console, and snap-in extensions like keyboards, gamepads, and an IO Breakout for additional modules and sensors. Built on open hardware, the Mecha Comet showcases native apps such as Music, Notes, Settings, and Files, alongside a Terminal app, all running on a custom Linux distro designed specifically for the device.

The Linux correspondent at How-To Geek highlights the phone's potential to be the future of Linux smartphones, emphasizing its unique combination of smartphone-like form factor, modular input devices, and Linux operating system. Unlike conventional smartphones, the Mecha Comet does not require a battery and can power on via USB PD, as well as over LTE via an M.2 slot, allowing for remote device control.

This innovative gadget not only supports most Linux terminal applications but also incorporates an NPU within the SoC, enabling on-device AI workflows – a feature not typically found in budget smartphones. For the author, the Mecha Comet offers an array of possibilities, from SSHing into their main computer for remote operations to utilizing the device as a minimalist phone for digital detoxing.

With built-in media players, basic notes apps, and even the ability to run Spotify through the terminal, the Mecha Comet presents a compelling proposition for users seeking a powerful, versatile, and Linux-compatible smartphone experience.

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

Read the original at linux.slashdot.org →

More in Tech

JDK 27 and JDK 28: What We Know So Far

JDK 27, the second non-LTS release since JDK 25, has reached its first release candidate phase featuring a final set of nine new features, in the form of JEPs, that can be separated into four…

Light Pollution Map: A Free Tool to Find Dark Skies Near You

If you've ever tried to plan a stargazing trip, you know the biggest obstacle usually isn't the weather — it's finding a spot dark enough to actually see the stars.

  • Light Pollution Map is free tool for finding dark skies.
  • Overlay light pollution data on regular map to locate darkest areas.
  • Useful for stargazers, astrophotographers, and weekend stargazing trips.

Bloom Filters Explained: How a Tiny Bit Array Can Handle Millions of Lookups

Imagine you are running a website with 100 million registered users. Every time someone enters a username, your application needs to answer: «“Has this username already been used?”» The obvious…

  • Bloom filter is a probabilistic data structure for set membership testing.
  • It uses a bit array and hash functions to mark positions without storing items.
  • Bloom filters can yield false positives but guarantee false negatives.

More from Monday 24 August →