Maple Grove Report

Maple Grove Report

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.


Google Home is giving its cameras a more specific memory for the animals at home. Pet Memory, a new Gemini for Home feature, lets supported cameras recognize a pet by name after an owner adds that pet’s name and type in Ask Home.

The update works with indoor Nest cameras and select cameras with Gemini built in. Once it’s set up, Google Home can send a tailored alert when a known pet walks through a room or shows up in camera history.

Pet Memory requires the Advanced plan of Google Home Premium, so the feature is tied to Google’s paid smart home tier.

What changes when cameras know pets

A named pet alert can save owners from opening a live feed or scrubbing through clips just to figure out which animal triggered motion. For homes with more than one pet, that specificity is the whole appeal.

Google says Pet Memory is designed to reduce misidentifications. In practice, that means an alert can point to the right pet, the right room, and the right kind of activity with less guesswork from the person checking the app.

The tradeoff starts at setup. To make the feature work, users have to give Ask Home more household detail, including a pet’s name and type, before Gemini can return more personal camera updates.

Why pet AI has baggage

Google isn’t alone in trying to make pet recognition more useful. Ring’s Search Party uses AI to help find missing dogs by scanning participating outdoor Ring cameras and doorbells near a lost-pet report, then lets camera owners decide whether to share a matched clip.

Ring’s rollout shows how quickly a pet-friendly feature can turn into a privacy fight. Search Party drew criticism because it was enabled by default on eligible cameras, and the backlash grew after Ring promoted the feature in a 2026 Super Bowl ad.

The fallout reached beyond the dog-finding feature. Amazon’s Ring later ended a planned partnership with Flock Safety, a law enforcement technology company, after the wider surveillance backlash around the ad, though reports noted Search Party itself was separate from that deal.

What to check before enabling it

Google’s version is narrower than Ring’s neighborhood search. Pet Memory is tied to a user’s own supported indoor cameras, and it begins only after the owner adds pet details in Ask Home.

Still, the comparison gives Google’s update a sharper edge. Camera AI feels helpful when it explains what the dog did while you were away, but it gets more sensitive when it starts identifying what lives in a home.

Google hasn’t listed every supported Gemini built-in camera or provided a separate regional timeline for Pet Memory. Before turning it on, check camera eligibility, Ask Home access, alert visibility, and whether the Advanced plan is worth paying for.



Source link


If you’re thinking about programming or just learning to code, you might notice that developers tend to favor Linux. Why is that? Here are the reasons you should care about Linux’s hold over developers.

Unix inspiration

Linux has inherited Unix’s developer mindshare

While Linux doesn’t contain any of the original code that was developed for Unix at Bell Labs, if a Unix developer time-traveled to the modern day and sat down at a modern Linux distribution, they would find a lot that would be familiar. The directory structure would be largely the same. They would be able to run many of their favorite utilities. They might even be able to use their favorite editor, or at least a reasonable facsimile.

There’s a good reason for this. Unix concepts have become the lingua franca of computer science. The main reason is historical. Because AT&T, Bell Labs’ parent company, couldn’t sell computers or software due to a consent decree in exchange for a monopoly on telephone service in the US. They could give away copies at a nominal cost to universities. These low-cost licenses included the source code, but universities were on their own for support.

Computer science departments jumped on the offer, and professors and students created their own improvements. As students graduated and moved into the computer industry, they insisted on using Unix in their jobs. BSD was one of the best-known offshoots of the original Unix, with variants of BSD still popular today.

Unix’s importance to programmers is highlighted in this 1989 segment from the PBS show, The Computer Chronicles:

Since Unix was easy to port to new machines, many variants were first created for internal use. Since Unix was becoming better-known in business as well as academia, computer companies realized they had another viable OS on their machines and decided to market versions of Unix as official products, but they had to find other names since only AT&T could use the Unix name.

Unix’s popularity among developers even in the early 1980s prompted Richard Stallman to base the GNU project around Unix, providing “free as in speech” replacements for Unix utilities.

Regardless of Linux’s technical merits, Linux has inherited the mindshare that Unix has among CS academics and professional programmers. A lot of books and tutorials will assume you’re using Linux or another Unix-like environment such as macOS. It’ll be easier to follow along with tutorials with a Linux system, including Windows Subsystem for Linux.

Essential programming tools for free

Vim editing windows with .zshrc on top and Python weather script on the bottom.

Like a lot of kids who loved playing computer games, I dreamed of making my own. My first DOS/Windows PC came with a BASIC development environment called Qbasic. I created some rudimentary programs and entered type-in programs from books and the 3-2-1 Contact magazine’s “BASIC Training” section.

Even then, I knew BASIC was a dead end. But professional programming tools on the PC seemed unattainable. If I’d known about Unix or Linux at the time, I probably would have jumped on it.

One reason that Linux is such a favorite among professional developers is that it comes with so many programming tools for free. Instead of shelling out for a Microsoft SDK (back when they actually cost money), your system might come with programming tools like compilers, debuggers, or interpreters. It will certainly come with an editor.

Because of how ingrained Linux/Unix ideas are in development and the availability of tools, Linux is also the best platform to learn programming on.

You can easily add more tools using the package manager. You don’t have to hunt around the web like you do for Windows programs. You can download your tools in one place.

Linux’s appeal to professional developers is that they can get their work done. The terminal, editor, and other tools are as indispensable to developers as spreadsheets are to financial professionals.

Open source

Devs like to know what their machines are doing behind their backs

Firefox, VLC, and LibreOffice icons standing on a podium under the words 'OPEN SOURCE'. Credit: Lucas Gouveia/How-To Geek

What we would call “open source” or “free software” has been around about as long as computers have. Computer centers would often keep code listings of available software so that students and professional programmers could study and learn from the code and improve their own programs.

Access to software also allowed programmers to study and improve the code on their own systems as well.

If there’s anything developers hate, it’s black boxes. They need to know what their systems are doing. Being able to examine source code allows them to have confidence in their environment and fix things when they inevitably break.

Linux is flexible

You can run Linux any way you want

Debian minimal console environment with two tmux windows open: an htop window and a shell window below it with a directory listing.

One reason that Linux is so popular among developers is that it’s more flexible than other systems. Windows assumes that you’re going to use, well, windows as the primary interface. Even the server version assumes a GUI as a default interface.

Linux, with its Unix conceptual roots, decouples the system from its user interface. You can run your Linux system without a GUI, similar to the days of minicomputers and mainframes, if you want to. And many servers do run without keyboards or screens attached. They’re managed remotely over SSH or specialized web interfaces like Cockpit.

This flexibility is one reason Linux seems daunting for nontechnical users, but programmers and administrators swear by it.

Lightweightness

Linux is the motorcycle of OSes

The htop terminal user interface showing Linux system stats on the Kubuntu Focus M2 Gen 6 laptop. Credit: Jordan Gloor / How-To Geek

One thing that Linux fanatics cite about Linux is that it’s “lightweight” compared to Windows. With distros like Ubuntu having the same memory requirements as Windows 11 these days, that’s a less defensible claim, but Linux seems to have a lightweight feel to it.

I used to visit a public access OpenVMS cluster, and on the “notes” program that served as a bulletin board, one person contrasted the experience of VMS vs Unix by claiming the former was like driving a Mack truck, lumbering, heavy, but reliable, and Unix as a motorcycle: nimble and able to weave in between cars, but also dangerous if you make the wrong move. Since Windows NT and OpenVMS were both helmed by Dave Cutler, you could probably substitute NT and all modern versions of Windows for OpenVMS in that comparison.


Maybe peer pressure is a good thing

If you’re new to programming, you might wonder why Linux is such a big deal among programmers. There are reasons that Linux is so widely used in development, as you’ve seen. If you’re halfway serious about coding, you should get comfortable with Linux sooner rather than later.



Source link

Recent Reviews