Tech

i-keep-turning-my-google-sheets-into-phone-friendly-webapps,-and-i-can’t-stop

I keep turning my Google Sheets into phone-friendly webapps, and I can’t stop


Software is eating the world and I have snacks for it

How I tackled takeout, spices, and meal ideas with spreadsheets and Glide.

It started, like so many overwrought home optimization projects, during the pandemic.

My wife and I, like many people stuck inside, were ordering takeout more frequently. We wanted to support local restaurants, reduce the dish load, and live a little. It became clear early on that app-based delivery services like DoorDash and Uber Eats were not the best way to support local businesses. If a restaurant had its own ordering site or a preferred service, we wanted to use that—or even, heaven forfend, call the place.

The secondary issue was that we kept ordering from the same places, and we wanted to mix it up. Sometimes we’d want to pick something up nearby. Sometimes we wanted to avoid an entire category (“Too many carbs this week, no pasta”) or try the newest places we knew about, or maybe a forgotten classic. Or just give me three places randomly, creative constraints, please—it’s Friday.

At its core, this is a shared list, i.e. spreadsheet. But my spreadsheet maintenance enthusiasm greatly outweighs that of my spouse. More than that, have you ever pulled up a Google Sheet or online Excel file on your normal-sized phone to make changes? I do so only in moments of true desperation.

For things that are bigger than a note or dry-erase board but smaller than paying for some single-use, subscription-based app, I build little private webapps with Glide. You might use something else, but Glide is a really nice entry into the spreadsheet-to-app milieu. The apps it creates are the kind that can easily be shared and installed (i.e., “Add to Home Screen”) on phones, tablets, or desktops, from a browser. Here’s how it worked for me.

Why you might want to make a little personal webapp

Glide is technically a no-code tool aimed at businesses, but you get one user-based published app for free, and you can have more “private” apps if you’re truly keeping it to your household or friend group. Each full-fledged app can have 10 users and up to 25,000 rows, which should probably be enough for most uses.

I do wish there was a “prosumer” kind of account that billed for less than $828 per year. If you want more than one (relatively) small-scale apps, there are alternatives, like Google’s AppSheet (included in most paid Google Workspace accounts). But most are just as business-oriented, and none have struck me as elegant a tool as Glide.

As mentioned, my primary use for a sheet-based app is to make searching, filtering, reading, and editing that sheet far easier. In the case of my takeout app, that meant being able to search anything—a specific restaurant, “tacos,” a quadrant of the District of Columbia. And a sorting option for when I added a restaurant, so I can find the place I added while a friend was recommending it.

Let’s whip up a webapp

Google Sheet showing the columns Restaurant, Category, Address, Order Link, Phone, Quadrant, Notes/Hours, and Added

The spreadsheet behind my “DC Takeout” app.

Credit: Kevin Purdy

The spreadsheet behind my “DC Takeout” app. Credit: Kevin Purdy

Throwing that sheet fresh into Glide, it’s not off to a bad start. The main view of Glide is a usable version of your app, and I can see that I can already type whatever I want into the search bar, and it will search across fields.

First version of takeout app, with a

I could honestly stop here if I wasn’t picky about some of the quirks I’m seeing. The app is showing screens, “Public” and “Users,” and I want to hide them. In the upper-left corner, in Navigation, I’ll click an eye icon to hide the “Users” section. With “Public” selected, I’ll change the Label in the upper-right to “DC Takeout,” and, if I was going to have more than one screen, give it an icon.

The app already provided a “+” button for adding restaurants, just a simple vertical stack of entry boxes, along with a date picker for Date Added. If you prefer something static, toggle off the options in the “Actions” field in the bottom-right.

Searching is pretty robust, but what if you want to browse a broad category or just see stuff that’s nearby? In the “Options” section to the right, you can add in In-App Filter, which creates a familiar arrow-shaped three-bar button to the right of the search bar. I’ve added Quadrant and Category filters. If I want to go further here, it’s on me and my spreadsheet. Open on Mondays? Offers pick-up? Has a bar? The possibilities are endless, even if my weekend spreadsheet time is not.

Phone app showing a filter for quadrant and restaurant catgegory.

Simple filter for my takeout app. I need to get the category to be comma-separate values, not a single pile of descriptors.

Credit: Kevin Purdy

Simple filter for my takeout app. I need to get the category to be comma-separate values, not a single pile of descriptors. Credit: Kevin Purdy

What happens when you click on a restaurant? Right now, you see, essentially, a vertical readout of everything in that spreadsheet row. What could you see? Well, you’ve got an address there, so how about a map?

Click on a restaurant in the fake phone, and on the left you can see “Components,” one of which is our map. Set the address to equal the address column in your sheet, and, in “Options,” set Visibility so that it only shows up when the address field is not empty. In “Actions,” you can set it so that clicking the map opens the phone’s default mapping app, set to the proper address. (If you’re struggling to get the right place to show up, you might want to check out a sample address in Mapbox’s API; it can be a little finicky about how it parses them.)

Map showing on a phone layout, with La Casina, a Romano pizza place, selected with details showing.

Take me to the slightly different pizza!

Credit: Kevin Purdy

Take me to the slightly different pizza! Credit: Kevin Purdy

Glide offers dozens more ways to customize every little thing about your app.

That’s about all I need from a “mix up your takeout and use the right apps” app, one made mostly for me, my spouse, and nearby friends and visitors. Pretty much anything you’d find useful while sitting down at a spreadsheet, you can also make useful through a little phone webapp.

Joyful overkill

I went a good deal further with my “DIYRoot” app. After using a couple meal delivery services, I sussed out the kinds of recipe formulas they were mixing up each week, plus the items or equivalents I had found at nearby stores. Knowing that I could figure out the basic cooking, I made an app that listed as many recipes as I could find, broke them into components, let me add them to an erasable menu plan and shopping list, and even had some pictures.

Image of a phone app, showing

The best version of an entry has an image, ingredients, and recipe. There’s a button to add it to the menu and all the items to a list.

Credit: Kevin Purdy

The best version of an entry has an image, ingredients, and recipe. There’s a button to add it to the menu and all the items to a list. Credit: Kevin Purdy

I didn’t quite master this app (the shopping list is plagued by blank items/rows), and it’s now technically an outdated “Classic” Glide app; maybe I’ll give it another shot. More successful is my most recent effort, “Pantry Items,” which is just a searchable list of spices and sauces, a note about how much I have left of each, and, through a webhook, add anything I see missing to a shopping list on Bring.

I can feel some people reading this article demanding that I just learn Swift or some mobile-friendly JavaScript package and make some real apps, but I steadfastly refuse. I enjoy the messy middle of programming, where I have just enough app, API, and logic knowledge to make something small for my friends and family that’s always accessible on this little computer I carry everywhere, but I have no ambitions to make it “real.” Anyone can add to it through the relatively simple spreadsheet. Heck, I’ll even take feature requests if I’m feeling gracious.

I use Glide, but you might have something else even simpler (and should recommend it as such in the comments). Just be warned that once you start thinking (or overthinking) along these lines, it can be hard to stop, even without the worldwide pandemic.

Photo of Kevin Purdy

Kevin is a senior technology reporter at Ars Technica, covering open-source software, PC gaming, home automation, repairability, e-bikes, and tech history. He has previously worked at Lifehacker, Wirecutter, iFixit, and Carbon Switch.

I keep turning my Google Sheets into phone-friendly webapps, and I can’t stop Read More »

$2,100-mechanical-keyboard has-800-holes,-nyc-skyscraper-looks

$2,100 mechanical keyboard has 800 holes, NYC skyscraper looks

What’s interesting about the typing feel of this keyboard is the use of low-profile keycaps despite the keyboard supporting full-height mechanical switches. I’m curious if the pairing results in the keycaps feeling too thin or unstable while typing.

Other Icebreaker specs include a “silicone dampener integrated into the bottom lid both supporting the PCB and doubling as non-slip feet,” per Serene.

The Icebreaker's underside.

The keyboard’s underside. Credit: Serene Industries

There’s also a 4,000 mAh battery and “1/4-20” threads for professional accessory mounting, such as Picatinny rails.” One could also use the threads for mounting the keyboard onto monitor arms and hand grips.

And like many high-priced keyboards to come out in the past couple of years, the Icebreaker includes a rotary encoder dial. The dial is programmable, like the rest of the keyboard’s keys, with the Via configurator.

The Icebreaker starts at $1,500 with a clear-colored base, hot-swappable switches, and USB-C cable connectivity. It goes up to $2,100 if you get in black and with Bluetooth connectivity or Hall effect switches, which actuate through the use of magnets. Notably, the Bluetooth version of the keyboard only seems to have one Bluetooth channel, compared to cheaper wireless keyboards that let you pair and toggle across multiple, simultaneously paired devices.

The lavish side of mechanical keyboards

Ultimately, the keyboard’s unique construction, design cues, and lack of mass production contribute to a four-figure price tag that’ll shock those not accustomed to the overly luxurious side of mechanical keyboards. Agarkov told Null Society that one of the biggest challenges with making The Icebreaker was “balancing the design with practical considerations.”

“For instance, the keyboard is intentionally heavy and large, which, funny enough, was a point of confusion for the manufacturers,” he added.

As you may have determined by now, The Icebreaker’s price is more about style and clout than advanced features or high-end typing. In fact, you don’t even get a numpad or switches at this price. For comparison, Angry Miaom is no stranger to outrageously priced keyboards, but as of this writing, its only keyboards with MSRPs over $1,000 are split keyboards:

Angry Miao AFA Blade Limited Edition keyboard kit.

Angry Miao’s Afa Blade Limited Edition keyboard kit costs $2,049 and uses aluminum, stainless steel, glass, carbon, and aluminum alloy. Credit: Angry Miao

Still, The Icebreaker is an example of how dedicated, artistic, and daring mechanical keyboard enthusiasts can be and how much time, effort, and expense can impact crafting a one-of-a-kind keyboard that’s sure to get people talking.

In the world of mechanical keyboards, unreasonable luxury is par for the course. For the avid collector out there, The Icebreaker can make for one expensive trophy.

$2,100 mechanical keyboard has 800 holes, NYC skyscraper looks Read More »

green-sea-turtle-gets-relief-from-“bubble-butt”-syndrome-thanks-to-3d-printing

Green sea turtle gets relief from “bubble butt” syndrome thanks to 3D printing

Two main reasons those gas pockets appear in turtles are plastics and boat strikes.

When a turtle consumes something it can’t digest—like parts of fishing nets, plastic bottles, or even rubber gloves (yes, there was a sea turtle found with a rubber glove in its intestines)—it sometimes gets stuck somewhere along its gastrointestinal tract. This, in turn, causes gases to gather there, which throws the turtle’s buoyancy out of balance.

Those gases usually gather in the parts of the gastrointestinal tract located near the rear of the turtle, so the animal is left floating bum-up at an unnatural angle. Conditions like that are sometimes curable with dietary modifications, assisted feeding, fluid therapy, and other non-invasive means to the point where afflicted animals can be safely released back into the wild. Boat strikes, on the other hand, often lead to permanent damage.

Sea turtles’ shells are tough but not tough enough to withstand a boat impact, especially when the shell gets hit by a propeller blade. This often leaves a shell deformed, with air bubbles trapped underneath it. In more severe cases, the spinal cord under the shell also gets damaged, which leads to complete or partial paralysis.“

The most popular approach to rehabilitating these injuries relies on gluing Velcro patches to the shell at carefully chosen spots and attaching weights to those patches to counteract the buoyancy caused by the air bubbles. This is a pretty labor-intensive task that has to be done repeatedly every few months for the rest of the turtle’s life. And green sea turtles can live as long as 80 years.

Charlotte swimming with the harness on.

Credit: Laura Shubel

Charlotte swimming with the harness on. Credit: Laura Shubel

Harnessing advanced manufacturing

Charlotte, as a boat strike victim with air bubbles trapped under its deformed shell, was considered non-releasable and completely dependent on human care. Since full recovery was not an option, Mystic Aquarium wanted to make everyday functioning more bearable for both the turtle and its caretakers. It got in touch with Adia, which in turn got New Balance and Formlabs onboard. Their idea was to get rid of the Velcro and replace them with a harness fitted with slots for weights.

Green sea turtle gets relief from “bubble butt” syndrome thanks to 3D printing Read More »

vpn-used-for-vr-game-cheat-sells-access-to-your-home-network

VPN used for VR game cheat sells access to your home network


Big Mama VPN tied to network which offers access to residential IP addresses.

In the hit virtual reality game Gorilla Tag, you swing your arms to pull your primate character around—clambering through virtual worlds, climbing up trees and, above all, trying to avoid an infectious mob of other gamers. If you’re caught, you join the horde. However, some kids playing the game claim to have found a way to cheat and easily “tag” opponents.

Over the past year, teenagers have produced video tutorials showing how to side-load a virtual private network (VPN) onto Meta’s virtual reality headsets and use the location-changing technology to get ahead in the game. Using a VPN, according to the tutorials, introduces a delay that makes it easier to sneak up and tag other players.

While the workaround is likely to be an annoying but relatively harmless bit of in-game cheating, there’s a catch. The free VPN app that the video tutorials point to, Big Mama VPN, is also selling access to its users’ home internet connections—with buyers essentially piggybacking on the VR headset’s IP address to hide their own online activity.

This technique of rerouting traffic, which is best known as a residential proxy and more commonly happens through phones, has become increasingly popular with cybercriminals who use proxy networks to conduct cyberattacks and use botnets. While the Big Mama VPN works as it is supposed to, the company’s associated proxy services have been heavily touted on cybercrime forums and publicly linked to at least one cyberattack.

Researchers at cybersecurity company Trend Micro first spotted Meta’s VR headsets appearing in its threat intelligence residential proxy data earlier this year, before tracking down that teenagers were using Big Mama to play Gorilla Tag. An unpublished analysis that Trend Micro shared with WIRED says its data shows that the VR headsets were the third most popular devices using the Big Mama VPN app, after devices from Samsung and Xiaomi.

“If you’ve downloaded it, there’s a very high likelihood that your device is for sale in the marketplace for Big Mama,” says Stephen Hilt, a senior threat researcher at Trend Micro. Hilt says that while Big Mama VPN may be being used because it is free, doesn’t require users to create an account, and apparently doesn’t have any data limits, security researchers have long warned that using free VPNs can open people up to privacy and security risks.

These risks may be amplified when that app is linked to a residential proxy. Proxies can “allow people with malicious intent to use your internet connection to potentially use it for their attacks, meaning that your device and your home IP address may be involved in a cyberattack against a corporation or a nation state,” Hilt says.

“Gorilla Tag is a place to have fun with your friends and be playful and creative—anything that disturbs that is not cool with us,” a spokesperson for Gorilla Tag creator Another Axiom says, adding they use “anti-cheat mechanisms” to detect suspicious behavior. Meta did not respond to a request for comment about VPNs being side-loaded onto its headsets.

Proxies rising

Big Mama is made up of two parts: There’s the free VPN app, which is available on the Google Play store for Android devices and has been downloaded more than 1 million times. Then there’s the Big Mama Proxy Network, which allows people (among other options) to buy shared access to “real” 4G and home Wi-Fi IP addresses for as little as 40 cents for 24 hours.

Vincent Hinderer, a cyber threat intelligence team manager who has researched the wider residential proxy market at Orange Cyberdefense, says there are various scenarios where residential proxies are used, both for people who are having traffic routed through their devices and also those buying and selling proxy services. “It’s sometimes a gray zone legally and ethically,” Hinderer says.

For proxy networks, Hinderer says, one end of the spectrum is where networks could be used as a way for companies to scrape pricing details from their competitors’ websites. Other uses can include ad verification or people scalping sneakers during sales. They may be considered ethically murky but not necessarily illegal.

At the other end of the scale, according to Orange’s research, residential proxy networks have broadly been used for cyber espionage by Russian hackers, in social engineering efforts, as part of DDoS attacks, phishing, botnets, and more. “We have cybercriminals using them knowingly,” Hinderer says of residential proxy networks generally, with Orange Cyberdefense having frequently seen proxy traffic in logs linked to cyberattacks it has investigated. Orange’s research did not specifically look at uses of Big Mama’s services.

Some people can consent to having their devices used in proxy networks and be paid for their connections, Hinderer says, while others may be included because they agreed to it in a service’s terms and conditions—something research has long shown people don’t often read or understand.

Big Mama doesn’t make it a secret that people who use its VPN will have other traffic routed through their networks. Within the app it says it “may transport other customer’s traffic through” the device that’s connected to the VPN, while it is also mentioned in the terms of use and on a FAQ page about how the app is free.

The Big Mama Network page advertises its proxies as being available to be used for ad verification, buying online tickets, price comparison, web scraping, SEO, and a host of other use cases. When a user signs up, they’re shown a list of locations proxy devices are located in, their internet service provider, and how much each connection costs.

This marketplace, at the time of writing, lists 21,000 IP addresses for sale in the United Arab Emirates, 4,000 in the US, and tens to hundreds of other IP addresses in a host of other countries. Payments can only be made in cryptocurrency. Its terms of service say the network is only provided for “legal purposes,” and people using it for fraud or other illicit activities will be banned.

Despite this, cybercriminals appear to have taken a keen interest in the service. Trend Micro’s analysis claims Big Mama has been regularly promoted on underground forums where cybercriminals discuss buying tools for malicious purposes. The posts started in 2020. Similarly, Israeli security firm Kela has found more than 1,000 posts relating to the Big Mama proxy network across 40 different forums and Telegram channels.

Kela’s analysis, shared with WIRED, shows accounts called “bigmama_network” and “bigmama” posted across at least 10 forums, including cybercrime forums such as WWHClub, Exploit, and Carder. The ads list prices, free trials, and the Telegram and other contact details of Big Mama.

It is unclear who made these posts, and Big Mama tells WIRED that it does not advertise.

Posts from these accounts also said, among other things, that “anonymous” bitcoin payments are available. The majority of the posts, Kela’s analysis says, were made by the accounts around 2020 and 2021. Although, an account called “bigmama_network” has been posting on the clearweb Blackhat World SEO forum until October this year, where it has claimed its Telegram account has been deleted multiple times.

In other posts during the last year, according to the Kela analysis, cybercrime forum users have recommended Big Mama or shared tips about the configurations people should use. In April this year, security company Cisco Talos said it had seen traffic from the Big Mama Proxy, alongside other proxies, being used by attackers trying to brute force their way into a variety of company systems.

Mixed messages

Big Mama has few details about its ownership or leadership on its website. The company’s terms of service say that a business called BigMama SRL is registered in Romania, although a previous version of its website from 2022, and at least one live page now, lists a legal address for BigMama LLC in Wyoming. The US-based business was dissolved in April and is now listed as inactive, according to the Wyoming Secretary of State’s website.

A person using the name Alex A responded to an email from WIRED about how Big Mama operates. In the email, they say that information about free users’ connections being sold to third parties through the Big Mama Network is “duplicated on the app market and in the application itself several times,” and people have to accept the terms of conditions to use the VPN. They say the Big Mama VPN is officially only available from the Google Play Store.

“We do not advertise and have never advertised our services on the forums you have mentioned,” the email says. They say they were not aware of the April findings from Talos about its network being used as part of a cyberattack. “We do block spam, DDOS, SSH as well as local network etc. We log user activity to cooperate with law enforcement agencies,” the email says.

The Alex A persona asked WIRED to send it more details about the adverts on cybercrime forums, details about the Talos findings, and information about teenagers using Big Mama on Oculus devices, saying they would be “happy” to answer further questions. However, they did not respond to any further emails with additional details about the research findings and questions about their security measures, whether they believe someone was impersonating Big Mama to post on cybercrime forums, the identity of Alex A, or who runs the company.

During its analysis, Trend Micro’s Hilt says that the company also found a security vulnerability within the Big Mama VPN, which could have allowed a proxy user to access someone’s local network if exploited. The company says it reported the flaw to Big Mama, which fixed it within a week, a detail Alex A confirmed.

Ultimately, Hilt says, there are potential risks whenever anyone downloads and uses a free VPN. “All free VPNs come with a trade-off of privacy or security concerns,” he says. That applies to people side-loading them onto their VR headsets. “If you’re downloading applications from the internet that aren’t from the official stores, there’s always the inherent risk that it isn’t what you think it is. And that comes true even with Oculus devices.”

This story originally appeared on wired.com.

Photo of WIRED

Wired.com is your essential daily guide to what’s next, delivering the most original and complete take you’ll find anywhere on innovation’s impact on technology, science, business and culture.

VPN used for VR game cheat sells access to your home network Read More »

startup-set-to-brick-$800-kids-robot-is-trying-to-open-source-it-first

Startup set to brick $800 kids robot is trying to open source it first

Earlier this month, startup Embodied announced that it is going out of business and taking its Moxie robot with it. The $800 robots, aimed at providing emotional support for kids ages 5 to 10, would soon be bricked, the company said, because they can’t perform their core features without the cloud. Following customer backlash, Embodied is trying to create a way for the robots to live an open sourced second life.

Embodied CEO Paolo Pirjanian shared a document via a LinkedIn blog post today saying that people who used to be part of Embodied’s technical team are developing a “potential” and open source way to keep Moxies running. The document reads:

This initiative involves developing a local server application (‘OpenMoxie’) that you can run on your own computer. Once available, this community-driven option will enable you (or technically inclined individuals) to maintain Moxie’s basic functionality, develop new features, and modify her capabilities to better suit your needs—without reliance on Embodied’s cloud servers.

The notice says that after releasing OpenMoxie, Embodied plans to release “all necessary code and documentation” for developers and users.

Pirjanian said that an over-the-air (OTA) update is now available for download that will allow previously purchased Moxies to support OpenMoxie. The executive noted that Embodied is still “seeking long-term answers” but claimed that the update is a “vital first step” to “keep the door open” for the robot’s continued functionality.

At this time, OpenMoxie isn’t available and doesn’t have a release date. Embodied’s wording also seems careful to leave an opening for OpenMoxie to not actually release; although, the company seems optimistic.

However, there’s also a risk of users failing to update their robots in time and properly. Embodied noted that it won’t be able to support users who have trouble with the update or with OpenMoxie post-release. Updating the robot includes connecting to Wi-Fi and leaving it on for at least an hour.

Startup set to brick $800 kids robot is trying to open source it first Read More »

the-next-two-fifa-women’s-world-cups-will-only-air-on-netflix

The next two FIFA Women’s World Cups will only air on Netflix

FIFA’s announcement suggested that it expects to reach a larger audience and increase US engagement by airing on Netflix. FIFA said that 1.2 billion people watched the 2019 Women’s World Cup, ESPN noted. Netflix has already demonstrated the ability to lure a massive amount of viewers to exclusive sports matches. In November, Netflix claimed the “most-streamed sporting event ever” when it streamed a boxing event centered on a Mike Tyson and Jake Paul fight and reportedly garnered 65 million live concurrent streams.

Per FIFA’s announcement, Netflix will stream the tournaments in English and Spanish via a “dual telecast.” Under the deal, Netflix will also release a documentary series about the biggest players ahead of both tournaments. Brazil will host the 2027 event, while the host country for the 2031 Women’s World Cup has yet to be announced.

The news comes as streaming platforms continue battling over sports. Currently, Disney, Warner Bros. Discovery, and Fox are in a legal battle over plans to launch a joint sports streaming app, Venu, which is being challenged by sports streamer Fubo over antitrust allegations. The case is set to go to trial in October.

Meanwhile, fans are adjusting to changes in how sports events are aired, learning to bounce between channels and streaming services to find their events and dealing with buffering and other technical problems. At times, some of the biggest fans, like NFL player Tariq Woolen, have resorted to illegal pirating to avoid complications and fees, underscoring pressure for streaming services to perfect and simplify the streaming of the live events that they’re eagerly snatching up.

The next two FIFA Women’s World Cups will only air on Netflix Read More »

new-aa-powered-airtag-case-promises-10-year-lifespan

New AA-powered AirTag case promises 10-year lifespan

On Wednesday, Elevation Lab announced TimeCapsule, a new $20 battery case purported to extend Apple AirTag battery life from one year to 10 years. The product replaces the standard CR2032 coin cell battery in the Bluetooth-based location tracker with two AA batteries to provide extended power capacity.

The TimeCapsule case requires users to remove their AirTag’s original back plate and battery, then place the Apple device onto contact points inside the waterproof enclosure. The company recommends using Energizer Ultimate Lithium AA batteries, which it claims provide 14 times more power capacity than the stock coin cell battery configuration.

The CNC-machined aluminum case is aimed at users who place AirTags in vehicles, boats, or other applications where regular battery changes prove impractical. The company sells the TimeCapsule through its website and Amazon.

A photo of the TimeCapsule, which purportedly extends AirTag battery life with AA batteries.

A photo of the TimeCapsule, which purportedly extends AirTag battery life with AA batteries. Credit: Elevation Lab

As related on the TimeCapsule’s product page, the add-on case reportedly emerged after its inventor lost camera equipment to theft, discovering their AirTag had died months earlier due to a depleted battery. This experience led to the development of a longer-lasting power solution for the tracking devices.

New AA-powered AirTag case promises 10-year lifespan Read More »

google-will-apparently-offer-“ai-mode”-right-on-its-main-search-page

Google will apparently offer “AI Mode” right on its main search page

Google will soon take more steps to make AI a part of search, exposing more users to its Gemini agent, according to recent reports and app teardowns.

“AI Mode,” shown at the top left of the web results page and inside the Google app, will provide an interface similar to a Gemini AI chat, according to The Information.

This tracks with a finding from Android Authority earlier this month, which noted a dedicated “AI mode” button inside an early beta of the Google app. This shortcut also appeared on Google’s Android search widget, and a conversation history button was added to the Google app. Going even deeper into the app, 9to5Google found references to “aim” (AI mode) and “ai_mode” which suggest a dedicated tab in the Google app, with buttons for speaking to an AI or sending it pictures.

Google already promotes Gemini with links below its search homepage. (“5 ways Gemini can help during the Holidays” is currently showing for me.) Search results on Google can also contain an “AI Overview,” which launched with some “use glue for pizza sauce” notoriety. People averse to AI answers can avoid them with URL parameters and proxy sites (or sticking to the “web” tab). Gemini has also been prominently added to other Google products, like Pixel phones, Gmail, and Drive/Workspace. And the search giant has also been testing the ability to attach files to a web search for analysis.

Google will apparently offer “AI Mode” right on its main search page Read More »

home-assistant’s-voice-preview-edition-is-a-little-box-with-big-privacy-powers

Home Assistant’s Voice Preview Edition is a little box with big privacy powers


Home Assistant Voice Preview Edition

Home Assistant’s voice device is a $60 box that’s both focused and evolving.

Credit: Home Assistant Foundation

Home Assistant announced today the availability of the Voice Preview Edition, its own design of a living-room-friendly box to offer voice assistance with home automation. Having used it for a few weeks, it seems like a great start, at least for those comfortable with digging into the settings. That’s why Home Assistant is calling it a “Preview Edition.”

Using its privacy-minded Nabu Casa cloud—or your own capable computer—to handle the processing, the Voice Preview Edition (VPE) ($60/60 euros, available today) has the rough footprint of a modern Apple TV but is thinner. It works similarly to an Amazon Echo, Google Assistant, or Apple Siri device, but with a more focused goal. Start with a wake word—the default, and most well-trained version, is “Okay, Nabu,” but “Hey, Jarvis” and “Hey, Mycroft” are available. Follow that with a command, typically something that targets a smart home device: “Turn on living room lights,” “Set thermostat to 68,” “Activate TV time.” And then, that thing usually happens.

Home Assistant’s Voice Preview Edition, doing what it does best. I had to set a weather service to an alias of “the weather outside” to get that response worked out.

“That thing” is primarily controlling devices, scenes, and automations around your home, set up in Home Assistant. That means you have to have assigned them a name or alias that you can remember. Coming up with naming schemes is something you end up doing in big-tech smart home systems, too, but it’s a bit more important with the VPE.

You won’t need to start over with all your gear if you’ve got a Google Home, Alexa, or Apple Home ecosystem, at least. Home Assistant has good “bridge” options built into it for connecting all the devices you’ve set up and named inside those ecosystems.

It’s important to have a decently organized smart home set up with a VPE box, because it doesn’t really do much else, for better or worse. Unless you hook it up to an AI model.

The voice device that is intentionally not very chatty

The VPE box can run timers (with neat LED ring progress indicators), and with a little bit of settings tweaking, you can connect it to Home Assistant’s built-in shopping lists and task lists or most any other plug-in or extension of your system. If you’re willing to mess with LLMs—like ChatGPT or Google’s Gemini—locally or through cloud subscriptions, you could trigger prompts with your voice, though performance will vary.

Home Assistant’s Voice Preview Edition, not quite sure what to do with non-home-related questions.

What else does Home Assistant’s hardware do? Nothing, at least by default. It listens for its prompt, it passes them onto a Home Assistant server, and that’s it. You can’t ask it how tall Buffalo Bills quarterback Josh Allen is or how many consecutive Super Bowls the Bills lost. It won’t do simple math calculations or metric conversions. It cannot tell you whether you should pack an umbrella tomorrow or a good substitute if you’re out of eggs.

For some people either hesitant to bring a voice device into their home or fatigued by the failures of supposedly “smart” assistants that can seem quite dumb, this might be perfect. When the Home Assistant VPE hears me clearly (more on that in a moment), it almost always understands what I’m saying, so long as I remember what I named everything.

There were times during the month-long period when I muted Google Assistant and stuck with Home Assistant that I missed the ability to ask questions I would normally just look up on a search engine. The upside is that I didn’t have to sit through 15 seconds of Google explaining at length something I didn’t ask for.

If you want the VPE to automatically fall back to AI for answering non-home-specific questions, you can set that up. And that’s something we’ll likely dig into for a future post.

The hardware

Home Assistant’s Voice Preview Edition device, with Apple TV (4K, 2022) for scale. Kevin Purdy

As a product you want to keep somewhere it can hear you, the Home Assistant VPE blends in, is reasonably small, and has more useful buttons and switches than the competition. It looks entirely innocuous sitting on a bookshelf, entertainment center, kitchen counter, or wall mount. It’s quite nice to pay for a functional device that has absolutely no branding visible.

There are four neat things on top. First is two microphone inputs, which are pretty important. There’s an LED ring that shows you the VPE is listening by spinning, then spinning the other way to show that it’s “thinking” and reversing again when responding. A button in the middle can activate the device without speech or cancel a response.

Best of all, there is a physically rotating dial wheel around the button. It feels great to spin, even if it’s not something you’ll need to do very often.

Around the sides is clear plastic, with speaker holes on three sides. The speakers are built specifically for voice clarity, according to Home Assistant, and I agree. I can always hear what the VPE is trying to tell me, at any distance in my living room.

There’s a hardware mute switch on one side, with USB-C inputs (power and connection) and a stereo headphone/speaker jack. On the bottom is a grove port for deeper development.

Hearing is still the challenge

The last quasi-official way to get a smart speaker experience with Home Assistant was the ESP32 S3 Box 3, which was okay or decent in a very quiet room or at dining room table distance. The VPE is a notable improvement over that device in both input and output. If I make a small effort to speak clearly and enunciate, it catches me pretty much everywhere in my open-plan living room/dining room/kitchen. It’s not too bad at working around music or TV sound, either, so long as that speaker is not between me and the VPE box. It is best with its default wake phrase, “Okay, Nabu,” because that’s the most trained and sampled by the Open Wake Word community.

And yet, every smart speaker I’ve had in my home at some point—a Google Home/Nest Mini, Amazon Echo (full-size or Dot), Apple HomePod (original), the microphones on Sonos speakers—has seemed better at catching its wake word, given similar placement as the VPE. After all, Home Assistant, a not-for-profit foundation, cannot subsidize powerful microphone arrays with advertising, Prime memberships, or profitable computer hardware ecosystems. I don’t have lab tests to prove this, just my own experiences—with my particular voice, accent, phrasing, room shape, and noise levels.

I’ve been using this device with pre-release firmware and software, and it’s under active development, so it will almost certainly get better. But as a device you can buy and set up right now, it’s very close—but not quite—to the level of the big ecosystems. It is notably better than the hodgepodge of other devices you can technically use with Home Assistant voice prompts.

Is it better for my privacy that the VPE is not great at being triggered by ambient speech in the room? Maybe. At the same time, I’m more likely to switch away from said big-tech voice devices only if I don’t feel like I have to say everything twice or three times.

It’s fun to craft your own voice system

I’ve been able to use the VPE on a bookshelf in my living room for weeks, asking it to turn on lights, adjust thermostats, set scenes with blinds and speakers, and other automations, and the successes are far more common than failures. I still want to test some different placements and try out local hardware processing (requiring an Intel N100 or better for common languages), since I’ve only tested it with Home Assistant’s cloud servers, the generally faster solution.

The best things about the VPE are not the things you’ll notice by looking at or speaking to it. It’s a smart speaker that seems a lot more reasonable for private places, especially if you’re running on local hardware. It’s not a smart speaker that is going to read you an entire Wikipedia page when it misunderstands what you want. And it doesn’t demand you to use an app tied into an ecosystem to use, other than the web app running off your Home Assistant server.

Paulus Schoutsen said on the VPE’s launch stream that the VPE might not be the best choice for someone switching over from an established Google/Amazon/Apple ecosystem. That might be true, but I think the VPE also works as a single-user device at a desk, or for anyone who’s been waiting to step into voice but concerned about privacy, ecosystem lock-in, or their kids’ demands to play Taylor Swift songs on repeat.

This post was update at 5 p.m. to note the author’s wake word experience may relate to his voice and room characteristics.

Photo of Kevin Purdy

Kevin is a senior technology reporter at Ars Technica, covering open-source software, PC gaming, home automation, repairability, e-bikes, and tech history. He has previously worked at Lifehacker, Wirecutter, iFixit, and Carbon Switch.

Home Assistant’s Voice Preview Edition is a little box with big privacy powers Read More »

intel-is-testing-bios-updates-to-fix-performance-of-its-new-core-ultra-200s-cpus

Intel is testing BIOS updates to fix performance of its new Core Ultra 200S CPUs

Without tuned power profiles, a separate but related feature called the Intel Application Performance Optimizer (APO) couldn’t kick in, reducing performance by between 2 and 14 percent.

Current BIOS updates for motherboards contain optimized performance and power settings that “were not consistently toggled” in early BIOS versions for those boards. This could also affect performance by between 2 and 14 percent.

The fifth and final fix for the issues Intel has identified is coming in a later BIOS update that the company plans to release “in the first half of January 2025.” The microcode updates in that BIOS update should provide “another modest performance improvement in the single-digit range,” based on Intel’s performance testing across 35 games. When that microcode update (version 0x114) has been released, Intel says it plans to release another support document with more detailed performance comparisons.

If a long Intel support document detailing a multi-stage series of fixes for elusive performance issues is giving you deja vu, you’re probably thinking about this other, more serious problem with 13th- and 14th-generation Core CPUs from earlier this year. In that case, the issue was that the CPU could request more voltage than it could handle, eventually leading to degraded performance and crashes.

These voltage requests could permanently damage the silicon, so Intel extended the warranties of most 13th- and 14th-gen Core CPUs from three years to five. The company also worked with motherboard makers to release a string of BIOS updates to keep the problems from happening again. A similar string of BIOS updates will be necessary to fix the problems with the Core Ultra 200S chips.

Intel is testing BIOS updates to fix performance of its new Core Ultra 200S CPUs Read More »

amazon’s-rto-delays-exemplify-why-workers-get-so-mad-about-mandates

Amazon’s RTO delays exemplify why workers get so mad about mandates

Concern about RTO planning is underscored by Amazon reportedly lacking enough space for its current in-office policy. Bloomberg said that “in recent interviews, employees complained of working from shared desks, crowded corporate canteens, and a lack of conference rooms for confidential calls or team meetings.”

The publication also pointed to employee displeasure with having to work in an office full-time when other tech firms have more lax policies. This could result in Amazon losing some of its best talent. Per the study from the University of Pittsburgh, Baylor University, The Chinese University of Hong Kong, and Cheung Kong Graduate School of Business researchers, senior, skilled workers are more likely to depart a company over an RTO mandate because they have “more connections with other companies.”

Employees eyeing greener pastures could put Amazon at risk of losing some of its most experienced employees. That also reportedly happened to Apple, Microsoft, and SpaceX following their RTO mandates, per a May study from University of Chicago and University of Michigan researchers (PDF). Following Amazon’s RTO announcement, 73 percent of 2,285 workers that Blind surveyed said they were “considering looking for another job” due to the rule change.

Finally, banning remote work while giving workers a few months to figure out how to adjust resulted in a lot of negative discourse, including Garman reportedly telling workers that if they don’t work well in offices, “that’s okay; there are other companies around.” As the November RTO study put it:

“An RTO announcement can be a big and sudden event that is distasteful to most employees, especially when the decision has not been well communicated, potentially triggering an immediate response of employees searching for and switching to new jobs.”

If Amazon had communicated RTO dates with greater accuracy once office plans were finalized, it could have alleviated some of the drama that followed the announcement and the negative impact that had on employee morale.

For its part, Amazon has instituted a tool for reserving conference rooms, which requires workers to commit to using the space so it’s not wasted, Bloomberg reported.

But with companies now having had years to plot their RTO approaches, employees are expecting more accurate communication and smooth transitions that align with their respective department’s culture. Amazon’s approach missed those marks.

Amazon’s RTO delays exemplify why workers get so mad about mandates Read More »

the-backbone-one-would-be-an-ideal-game-controller—if-the-iphone-had-more-games

The Backbone One would be an ideal game controller—if the iPhone had more games


It works well, but there still aren’t enough modern, console-style games.

The Backbone One attachable game controller for the iPhone.

In theory, it ought to be as good a time as ever to be a gamer on the iPhone.

Classic console emulators have rolled out to the platform for the first time, and they work great. There are strong libraries of non-skeezy mobile games on Apple Arcade and Netflix Games, streaming via Xbox and PlayStation services is continuing apace, and there are even a few AAA console games now running natively on the platform, like Assassin’s Creed and Resident Evil titles.

Some of those games need a traditional, dual-stick game controller to work well, though, and Apple bafflingly offers no first-party solution for this.

Yes, you can sync popular Bluetooth controllers from Sony, Microsoft, Nintendo, and 8bitdo with your iPhone, but that’s not really the ideal answer—your iPhone isn’t a big TV sitting across the room or a computer monitor propped up on your desk.

A few companies have jumped in to solve this with attachable controllers that give the iPhone a Nintendo Switch or Steam Deck-like form factor (albeit a lot smaller). There’s a wide range of quality, though, and some of the ones you’ll see advertised aren’t very well made.

There’s some debate out there, but there’s one that just about anyone will at least put up for consideration: the Backbone One. That’s the one I picked for my new iPhone 16 Pro Max, which I have loaded with emulators and tons of games.

Since many folks are about to get iPhone 16s for the holidays and might be in the market for something similar, I figured it’d be a good time to write some quick impressions, including pros and cons. Is this thing worth a $99 price tag? What about its subscription-based app?

Switching from the Razer Kishi

Here’s some background, real quick: I previously owned an iPhone 13 Pro, and I played a lot of Diablo Immortal. I wanted to try the controller experience with that game, so I bought a first-generation Razer Kishi—which I liked for the most part. It had excellent thumbsticks that felt similar to those you’d find on an Xbox controller, if a little bit softer.

That said, its design involved a back that loosened up and flexed to fit different kinds of phones, but I found it annoying to take on or off because it immediately crumbled into a folding mess. The big issue that made me go with something else, though, was that the controller worked with a Lightning port, and my new iPhone traded that for USB-C. That’s a good change, overall, but it did mean I had to replace some things.

The Kishi I had is now discontinued, and it’s been replaced with the Kishi V2, which looks… less appealing to me. That’s because it ditches those Xbox-like sticks for ones more similar to what you see with a Nintendo Switch. There’s less range of motion and less stability.

The Razer Kishi V2 (top) and Razer Kishi V1 (bottom). I had the V1. Credit: Ars Technica

The Backbone One has similar drawbacks, but I was drawn to the Backbone as an alternative partly because I had enough complaints about the Kishi that I wanted to roll the dice on something new. I also wanted a change because there’s a version with PlayStation button symbols—and I planned to primarily play PS1 games in an emulator as well as stream PS5 games to the device instead of a PlayStation Portal.

Solid hardware

One of my big complaints about the first-generation Kishi (the folding and flimsy back) isn’t an issue with the Backbone One. It’s right there in the name: This accessory has a sturdy plastic backbone that keeps things nice and stable.

The PlayStation version I got has face buttons and a directional pad that seem like good miniature counterparts to the buttons on Sony’s DualSense controller. The triggers and sticks offer much shallower and less precise control than the DualSense, though—they closely resemble the triggers and sticks on the Nintendo Switch Joy-Cons.

A Backbone One and a DualSense controller side-by-side

This version of the Backbone One adopts some styling from Sony’s DualSense PS5 controller. Credit: Samuel Axon

I feel that’s a big downside. It’s fine for some games, but if you’re playing any game built around quickly and accurately aiming in a 3D environment, you’ll feel the downgrade compared to a real controller.

The product feels quite sturdy to hold and use, and it doesn’t seem likely to break anytime soon. The only thing that bugs me on that front is that the placement of the USB-C port for connecting to the phone is in a place where it takes enough force to insert or remove it that I’m worried about wear and tear on the ports on either my phone or the controller. Time will tell on that front.

There’s an app, but…

The Backbone One is not just a hardware product, even though I think it’d be a perfectly good product without any kind of software or service component.

There is a Backbone app that closely resembles the PlayStation 5’s home screen interface (this is not just for the PlayStation version of the controller, to be clear). It offers a horizontally scrolling list of games from multiple sources like streaming services, mobile game subscription services, or just what’s installed on your device. It also includes voice chat, multiplayer lobbies, streaming to Twitch, and content like video highlights from games.

A screenshot showing a scrollable list of games

The Backbone One app collects games from different sources into one browsing interface. Credit: Samuel Axon

Unfortunately, all this requires a $40 annual subscription after a one-month trial. The good news is that you don’t have to pay for the Backbone One’s subscription service to use it as a controller with your games and emulators.

I don’t think anyone anywhere was asking for a subscription-based app for their mobile game controller. The fact that one is offered proves two things. First, it shows you just how niche this kind of product still is (and transitively, the current state of playing traditional, console-style games on iPhone) that the company that made it felt this was necessary to make a sufficient amount of money.

Second, it shows how much work Apple still needs to do to bake these features into the OS to make iOS/iPadOS a platform that is competitive with offerings from Sony, Microsoft, or even Nintendo in terms of appeal for core rather than casual gamers. That involves more than just porting a few AAA titles.

The state of iPhone gaming

The Backbone One is a nice piece of hardware, but many games you might be excited to play with it are better played elsewhere or with something else.

Hit games with controller support like Genshin Impact, Call of Duty Mobile, and Infinity Nikki all have excellent touch-based control schemes, making using a gamepad simply a matter of preference rather than a requirement.

While Apple is working with publishers like Capcom and Ubisoft to bring some hardcore console titles to the platform, that all still seems like just dipping toes in the water at this point, because they’re such a tiny slice of what’s on offer for PlayStation, Xbox, PC, or even Nintendo Switch players.

In theory, AAA game developers should be excited at the prospect of having iPhone players as a market—the install base of the iPhone absolutely dwarfs all home and handheld consoles combined. But they’re facing two barriers. The first is a chicken-and-egg problem: Only the most recent iPhones (iPhone 15 Pro and the iPhone 16 series) have supported those console AAA titles, and it will take a few years before most iPhone owners catch up.

A Backbone One attached to an iphone 16 Pro Max with the RetroArch main menu on its screen

Emulators like RetroArch (seen here running on an iPhone 16 Pro Max) are the main use case of the Backbone One. Credit: Samuel Axon

The second is that modern AAA games are immensely expensive to produce, and they (thankfully) don’t typically have robust enough in-game monetization paths to be distributed for free. That means that to profit and not cannibalize console and PC sales, publishers need to sell games for much higher up-front costs than mobile players are accustomed to.

So if mobile-first hardcore games are best played with touchscreens, and gamepad-first console games haven’t hit their stride on the platform yet, what’s the point of spending $100 on a Backbone One?

The answer is emulators, for both classic and homebrew games. For that, I’ve been pleased with the Backbone One. But if your goal is to play modern games, the time still hasn’t quite come.

Photo of Samuel Axon

Samuel Axon is a senior editor at Ars Technica. He covers Apple, software development, gaming, AI, entertainment, and mixed reality. He has been writing about gaming and technology for nearly two decades at Engadget, PC World, Mashable, Vice, Polygon, Wired, and others. He previously ran a marketing and PR agency in the gaming industry, led editorial for the TV network CBS, and worked on social media marketing strategy for Samsung Mobile at the creative agency SPCSHP. He also is an independent software and game developer for iOS, Windows, and other platforms, and he is a graduate of DePaul University, where he studied interactive media and software development.

The Backbone One would be an ideal game controller—if the iPhone had more games Read More »