Maple Grove Report

Maple Grove Report

Subscribe to Our Newsletter

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


AI-less Search Engine

Jack Wallen/ZDNET

ZDNET key takeaways

  • If you’re tired of AI results in your search engines, try this.
  • All you have to do is add a custom search engine.
  • This can be done in most web browsers.

Over the past year, AI has infiltrated so many aspects of our lives. It’s everywhere, and sometimes it feels like you can’t avoid it.

The good news is that, in some instances, you can avoid it.

Also: Fact-checking Google’s AI Overviews just got a little easier – here’s how

Such is the case with search engines. Of course, you can choose search engines that either leave out AI altogether or allow you to disable it. You could also take a different approach, one that lets you use the major search engines and avoid AI in the results.

Why would you want to do this?

First and foremost, AI is a major drain on the electrical grid. As well, AI datacenters are consuming a dangerous amount of water to keep them cool. Every time you run a search that uses AI, it’s adding to those issues.

On top of that, AI is not always correct. I have, on several occasions, found information offered by AI to be incorrect. I’ve tested this with several Linux questions and regularly find some bit of AI-produced information to be false.

Also: How to remove AI Overviews from Google Search: 4 easy ways

Those two reasons alone should have you not wanting to include AI results in your searches.

So, how do you make this happen, without having to manually remove AI results from the search engines you use?

Let me show you.

Creating/editing a custom search engine

We are going to create (or edit) a custom search engine in your web browser. I’ve tried this in Chrome, Opera, Firefox, Safari, and Edge, and the only browser that presents any complications is Safari, because you have to first install an extension (from the Apple App Store) called Customize Search Engine.

Also: Google’s new mode puts classic results back on top – try it

First, let me show you how it’s done in Firefox.

Firefox search engine customization

Assuming you use Google as your default search engine, know that you can’t actually edit the Google search engine entry in Firefox. To get around that, we’re going to create a custom search engine that uses Google.

To do that, go to Settings, click Search, and scroll down until you see the Search Shortcuts feature. Click Add at the bottom of that.

AI-Less Search Engine

Firefox makes adding custom search engines easy.

Screenshot by Jack Wallen/ZDNET

In the resulting pop-up, you’ll need to fill out three bits of information:

  • Search Engine Name: Give this a human-readable name.
  • URL: Enter the following — https://www.google.com/search?q=%s&udm=14.
  • Keyword: Use aig (for “AI-less Google”).

Once you’ve added the above information, click Add Engine.

Also: Why you should delete your browser extensions right now – or do this to stay safe

Now that you’ve added the engine, all you do is type “aig” in the address bar, hit Tab, type your search query, and hit Enter. Google will then appear in the Web tab alongside your search results, so there’ll be no AI results.

Chrome search engine customization

In Chrome, we’re going to do the same thing: create a custom search engine with aig as the shortcut and the same URL (https://www.google.com/search?q=%s&udm=14). 

AI-Less Search Engine

Adding a new search engine in Chrome.

Screenshot by Jack Wallen/ZDNET

Open Chrome and go to Settings > “Search engine.” In the resulting section, click Add and then enter the following information in the pop-up window:

  • Name: AI-Less Chrome
  • Shorcut: aig
  • URL: https://www.google.com/search?q=%s&udm=14

Click Add, and you’re done.

You use this shortcut in the same way you do with Firefox: type aig in the address bar, hit Tab, type your search query, and hit Enter.

Safari search engine customization

AI-Less Search Engine

You first need to install an extension to make this work in Safari.

Screenshot by Jack Wallen/ZDNET

After you’ve installed the Customized Search Engine extension from the Apple App Store, open it and make sure you replace the default Google address with:

https://www.google.com/search?q=%s&udm=14

Once you’ve done that, you’re good to go.

Also: Is an AI subscription worth it? How to choose your premium chatbot plan – and what not to do

You can then use the same process on any web browser that allows you to add custom search engines. And because most browsers are based on either Chrome or Firefox, you shouldn’t have any problem with your default (unless it’s Safari, in which case, you’re out of luck).





Source link


Back in the early days of Android, it was common to root your phone so you could “hibernate” or “freeze” battery-killing apps. They wouldn’t be able to wake up the device’s CPU or consume any system resources. These days, Android has built-in features to stop battery-leeching apps, but you can still freeze apps, and you don’t even need root access to do it anymore.

The Ingredients

Two open-source tools, and how they work together

Usually, these apps require system-level privileges to work, which you can easily grant if you have rooted the device. Even without root access, you can use a service like Shizuku to give apps those elevated privileges.

Shizuku uses the Android Debug Bridge (or ADB), meant for developers. It’s a command-line interface that lets developers access settings and execute commands that aren’t possible in the normal, unrooted Android environment. Now you’re supposed to connect your phone to a PC (either through Wi-Fi or a USB cable) in order to access this ADB interface.

Wireless debugging connected with wireless ADB on the OnePlus 13R. Credit: Patrick Campanale / How-To Geek

Shizuku uses the wireless ADB mode to create that privileged environment and runs it in the background without a PC. As long as it’s running in the background, apps connected to Shizuku get advanced access to the Android system. That’s what we’ll be doing.

There are three “hibernation” apps that work with Shizuku—Ice Box, FreezeYou!, and Hail. Only Hail and FreezeYou! are free and open-source. Hail is more general-purpose, while FreezeYou! is meant for scheduling and automating app hibernation.


A 'Do Not Disturb' sign hanging on a door handle with the Android logo in the background.


“Do Not Disturb” on Android: What It Is and How It Works

Stop notification overload without missing what matters.

Setting up Hail using Shizuku

Installing and configuring Shizuku and Hail

Let’s start by installing Hail from F-Droid. You can also grab the installer from its official GitHub repo and manually install Hail using the APK file. I recommend installing via F-Droid because it’ll automatically update the app for you.

When it’s installed, we’ll get a Shizuku service up and running so we can grant the necessary permissions to Hail. You can install Shizuku directly from the Google Play Store, or download the installer from the Shizuku GitHub. Open Shizuku when it’s installed.

Enable Developer Options before proceeding, if you don’t already have them enabled. Go to System > About and tap Build Number 7 times until you see the “You are now a developer” message.

Tap “Pairing” on the Shizuku homepage. A notification from Shizuku will pop up to assist with the pairing process. Tap “Developer Options” and then scroll down to “Wireless Debugging.” Enable wireless debugging and then tap “Wireless Debugging” (the text, not the toggle) to expand the menu.

Under “Wireless Debugging”, tap “Pair device with pairing code” to generate a 6-digit code. Note the 6-digit code and swipe down from the notification shade. You’ll see a notification from Shizuku, requesting the code. Enter the 6-digit code here and wait for the “pairing successful” message.

This pairing was a one-time setup. Now back at the Shizuku home, tap “Start” to start the Shizuku service (a window will appear and disappear). You should see a “Shizuku is running” message at the top.

Shizuku will turn off when the phone reboots, and you’ll have to manually start it again. There’s no need to pair Shizuku all over again. You only have to press the “Start” button.

Tap “Authorize applications” and enable Hail.

Now open Hail and go to the “Settings” tab. Tap “Working mode” and select “Shizuku – Suspend.” This mode effectively “freezes” the app and keeps it from waking up the device or consuming any system resources. If an app sends annoying notifications or if you want to stop an app’s background activity, this is the mode you want. You can still tap the app icon and use it whenever you need.

You can also choose “Disable,” but this mode turns the app off entirely, and you can’t even use it until it’s re-enabled. The “Force Stop” mode just momentarily turns the app off, but it can turn back on again.

Freezing apps using Hail

Hail can freeze apps with a single tap

Now that Hail is set up, we can hibernate some apps using it. Tap the “Apps” tab on Hail to see a list of all your installed apps. Select the apps you want to freeze. Now go back to the “Home” tab, and you’ll see your selected apps have appeared there.

Tap the snowflake button to instantly freeze the selected apps. Frozen apps will appear grey.

If you don’t want to manually freeze apps while you’re using the phone, you can set Hail to auto-freeze apps when you lock the screen. Open Hail settings and enable “After screen locked” under Auto freeze. You can also skip freezing while the phone is charging. And you can even add action shortcuts to the home screen for quickly freezing and unfreezing apps.

Obsidian Google Pixel 9 on a white background

9/10

Battery

4700 mAh

Ports

USB-C

Operating System

Android 14 (at launch)

Front camera

10.5 MP Dual PD, ƒ/2.2 aperture, 95° field of view



Stop annoying apps with one tap

You can now stop apps from draining the battery, secretly running in the background, or sending annoying notifications with just one tap.



Source link

Recent Reviews