Chipp.in Tech News and Reviews

Windows, Security & Privacy, Open Source and more

Menu
  • Home
  • Windows
  • Security & Privacy
  • Gaming
  • Guides
  • Windows 11 Book
  • Contact
  • RSS Feed
Menu
YouTube

How to remove YouTube Shorts permanently

Posted on January 19, 2024January 19, 2024 by Martin Brinkmann

YouTube Shorts is an integral part of YouTube and very similar to videos on TikTok. Not every YouTube user likes the short video format and some may find it outright annoying.

There are several ways to remove the entire Shorts section and all Shorts videos from YouTube. Removing in this regard refers to hiding YouTube Shorts on the website. There are also tweaks for removing YouTube Shorts on mobile devices.

YouTube Shorts example

You have several options to remove YouTube Shorts:

  • Add a set of filters to content blockers.
  • Use a third-party YouTube frontend instead of the official website or app.
  • Install another browser extension that hides Shorts.

Using filters to disable Shorts on YouTube

One of the better options at your disposal is to add a set of filters to a content blocker. Most Internet users do not use content blockers. Designed primarily to block ads and prevent tracking, many content blockers support options to hide elements on websites.

Did you know that you may bypass ads on YouTube without an adblocker?

Probably the best content blocker extension right now is uBlock Origin (Chromium-based or Firefox). You may add the filters to other content blockers, provided that they support filters. Please note that you should never run multiple content blockers at the same time, as this may lead to all sorts of issues.

The filter list that you need to add to uBlock Origin is maintained on the Let’s Block It website. Your best option is to visit the linked webpage and click on the copy option to copy the entire list to the Clipboard.

Note: the list is updated when YouTube makes changes to Shorts. This is the reason why it is not pasted here.

Open the Dashboard of uBlock Origin to add the filters. Note that the icon may be hidden under an extension icon in the browser’s toolbar.

Switch to My Filters in the Dashboard. Here you find all custom filters added to the content blocker.

Paste the entire content of the Clipboard into the field. The instructions remove Shorts entirely from YouTube.

Remove YouTube Shorts

Complete the process with a click on the “apply changes” button at the top.

Visit YouTube, you may need to reload the website if already open, to test the filters. All Shorts content should no longer be visible on YouTube thanks to the filters.

Third-party YouTube frontends

Another option is to use frontends for YouTube. Good news is that these are available on desktop and mobile devices.

Frontends offer most of YouTube’s experience. You may watch any video posted on YouTube. Additional features, such as the option to download YouTube videos, may also be supported.

Here is a list of recommendations:

  • Invidious — A frontend for YouTube that is used by websites and also apps. There is no Shorts section on Invidious. Since it is web-based, you may access it from any device with a web browser.
  • NewPipe — NewPipe is an application for Android. It is updated regularly and supports a wide range of features. Besides watching videos in up to 4K, it also supports live streams, shorts, downloads and more. One of its features is the option to hide content that you are not interested in. You may use hide Shorts in NewPipe.

Using browser extensions

If you prefer to use standalone extensions, you may check out the Hide YouTube Shorts extension. This extension is available for Google Chrome, Firefox and other Chromium-based browsers.

Note that most Chromium-based browsers support extensions only on desktop and not on mobile.

Download the extension for Chrome / Chromium or Firefox, and you are all set. It removes YouTube Shorts automatically once installed.

Closing Words

You either like or dislike Shorts, there seems to be no middle ground in regards to the feature. While there is no native option to disable Shorts on YouTube, there are plenty of options to remove the content from the video hosting site.

Extract

How to properly extract Zip files on Windows 11

Posted on January 18, 2024January 18, 2024 by Martin Brinkmann

Zip archives are widely used on today’s Internet and on desktop computer systems. The Zip archive format is popular and used for distributing files, programs or saving space.

Archives contain one or more files. A Zip archive needs to be extracted, which is called unzipping.

Windows 11 supports the Zip archive format by default. It can extract contents of archives on the system. A third-party tool, like WinZip, WinRar or 7-Zip, is not required anymore for that purpose.

While it is a useful feature, it is far from perfect. Current versions of Windows 11 may be used to create and extract Zip archives. Windows 11 supports extracting other archive types, including Rar.

Last year, I ran benchmarks to find out how well the native functionality compared to that of popular archive apps. While it works, its performance is much slower than that of the tested third-party tools.

How to unzip files in Windows 11?

You may use the File Explorer context menu to extract archives. The option is available for all supported archive formats, including zip and rar.

Step 1: Open File Explorer on the system and navigate to the folder that contains the Zip archive. It may be in the Downloads folder if you have downloaded it from the Internet.

Extract Zip archive

Step 2: Right-click on the Zip file and select the Extract all option from the menu that opens.

Extract menu

Step 3: A window opens. You may change the location the files will be extracted to. The default is a folder that matches the archive file’s name in the same location as the archive.

The option “show extracted files when complete” opens that folder. It is enabled by default, but can be unchecked.

Select Extract to unzip the archive to the selected folder. The process may take a while to complete.

How to view the contents of Zip archives

You may also open archives on Windows 11 before you extract them. This is useful if you want to see the files of the archive or access some of the files.

Open a Zip archive in Windows 11

Double-click on the Zip archive in File Explorer to display its contents. File Explorer lists all folders and files that it contains.

You may browse them or use the built-in search feature to find specific files.

Your Options:

  • Double-click on any file to open it. This works only for files like .txt or .png that have a viewer on the system.
  • Right-click on a file or a selection to get options to copy, cut or delete it. Copy may be used to extract only the selected files. Cut is like copy, but it removes the file from the archive. Delete removes the file from the archive.
  • Select the “extract all” button in the toolbar to extract all files. This works similarly to extracting archives using the context menu.

Tip: You may edit the path in File Explorer to view any archive directly. Just add the archive’s name and file extension to it, e.g. C:\Users\Martin\Downloads\Test\iview466_plugins_x64.zip

Use of third-party tools to unzip files

WinRAR extract files

Third-party archive apps offer several advantages over the native functionality of Windows 11. Apart from the already mentioned speed, which translates to minutes or hours saved when extracting and creating archives, third-party apps support advanced features.

Advantages include support for additional archive formats, better archive creation support and more.

Extracting archives works identical once the third-party app is installed on a Windows 11 device.

Right-click on the archive and select the extract option. If you have installed WinRAR, you select WinRAR > Extract Files.

Command line and PowerShell options

Most Windows users do not need to extract Zip archives from the command line or PowerShell. The process is not faster. In fact, most users may find it complicated, as it requires parameters.

Still, some may find the information useful.

Command Prompt

Tar Command

Open a Command Prompt window in the location of the archive file. If you are in File Explorer, replace the location path with CMD and press the Enter-key. This launches a Command Prompt window in the location.

Now run the command tar -xf ARCHIVENAME, e.g. tar -xf iview466_plugins_x64.zip.

This extracts the archive to the current directory.

PowerShell

You may open a PowerShell prompt from Start. Just open Start, type PowerShell and select the result.

Navigate to the folder of the Zip archive using the CD command.

Once there run the command Expand-Archive ARCHIVENAME to extract it, e.g. Expand-Archive iview466_plugins_x64.zip.

Closing Words

Third-party software offers several advantages over the built-in Zip extraction capabilities of Windows 11. In fact, the only advantage Windows 11’s native functionality has is that it is available immediately.

If you extract archives regularly or need advanced options, then you may want to use third-party tools for that.

Now You: do you use archive apps?

Colors

How to customize colors in Windows 11

Posted on January 17, 2024January 17, 2024 by Martin Brinkmann

Microsoft’s Windows 11 operating system supports a wide range of color settings. Users may customize the color for window borders and title bars, the Start button and the taskbar.

Microsoft distinguishes between color modes, which refers to dark, light and custom modes, and individual color settings of each mode. This has not changed in the recently released Windows 11 version 23H2 update.

The very first choice that users of Windows 11 have to make is whether to enable light, dark or custom mode.

Here is how they differ:

  • Light Mode — designed to work well during daylight hours and in bright environments. This mode supports accent colors for window title bars and borders.
  • Dark Mode — designed for low-light environments, e.g., at night. Changes the colors of the Start Menu, Taskbar and Action Center, supports changing colors for windows borders and title bars.
  • Custom Mode — custom settings that may mix Dark and Light mode settings.

Changing Color Modes on Windows 11 devices

Windows 11 Colors

Follow these step to set the color mode on a Windows 11 system:

  1. Open Start and select Settings. You may also use the keyboard shortcut Windows-I to open the Settings app this way.
  2. Select Personalization in the sidebar menu and then Colors on the page that opens.
  3. Activate the menu next to “choose your mode” and pick one of the available options. These are light, dark and custom.

Changing Light Mode colors

Light Mode color options Windows 11

Select Light under “choose your mode” to enable light mode. If the mode was set to custom or dark, you should notice a return to lighter colors immediately.

Scroll down to Accent color. You may set it to manual or automatic. Set it to manual to pick one of the listed “recent colors” or “Windows colors”, or select “View colors” beneath the options to pick a color from the entire color range.

The selected color is set automatically. Note that the option to show the accent color on Start or the taskbar is disabled in light mode.

You may enable or disable “show accent color on title bars and windows borders” to show the selected color there.

If you set the color to automatic, Windows picks the color based on the wallpaper or open applications. Some users may find this confusing, as the color changes regularly when automatic is selected.

Changing Dark Mode colors

Dark mode supports a wider range of color options than light mode. It is unclear why Microsoft decided to restrict light mode in this regard.

After you have selected Dark as the preferred color mode on the system, you may also set the accent color to manual or automatic. The same color options are provided in this regard.

The accent color is shown on the title bars and windows borders by default. You may also enable “show accent color on Start and taskbar” to show it there as well.

Custom Color Mode

Custom Color Mode Windows 11

This mode gives you the option to set light or dark color modes for Windows and apps individually. You may set Windows to dark mode and apps to light mode, or vice versa.

How to configure less distracting color settings

Depending on how you configure colors on Windows, you may get a colorful system or one that is not as distracting. If you work on Windows 11, you may want to tone down colors on the system.

You may do so in all three color modes. The main recommendation is to disable all other features that Windows supports.

These are:

  • Transparency effects — these make Windows and surfaces translucent.
  • Show accent color on Start and taskbar — to show the taskbar and Start in a single color that uses the selected color mode as its base.
  • Show accent color on title bars and windows borders — to hide accent colors on windows.

It does not really matter which accent color you select, or if you set it to automatic or manual, if you disable all other settings on the page.

Now You: what is your preferred color mode?

Taking Microsoft’s Copilot app for Android for a test drive

Posted on January 16, 2024January 16, 2024 by Martin Brinkmann

Microsoft unveiled the Copilot app for Android and iOS this week officially. While it released the app earlier, it is now officially available according to Microsoft.

How good is the app for Android and how does it compare to the web-based version? To find out, I decided to install Microsoft Copilot for Android on a Samsung handheld.

Microsoft describes its Copilot app in the following way:

Improve Your Productivity with Copilot–Your AI-Powered Chat Assistant
Copilot is a pioneering chat assistant from Microsoft powered by the latest OpenAI models, GPT-4 and DALL·E 3. These advanced AI technologies provide fast, complex, and precise responses, as well as the ability to create breathtaking visuals from simple text descriptions.
Chat and create all in one place—for free!

The app contains ads according to the description on Google Play. Ads may be displayed in responses of the AI, but not elsewhere, at least for now.

First thing you may notice is that you do not need to sign-in to use the app. This is similar to Copilot, formerly known as Bing Chat, which also works without account. Still, if you sign-in to a Microsoft account you get “longer conversations” and may ask more questions. The latter refers to the number of turns between you and the AI. Anonymous users get 5 turns, which is sufficient for many interactions.

The Copilot interface and capabilities

Microsoft Copilot App Android interface

The application’s interface feels a bit overladen on launch. There is a slider to use GPT-4, some examples to get you started, a microphone icon, the refresh button to start anew, a photo and a keyboard icon. You also get a sign-in link and may vote or copy content the AI produces.

You may interact with the AI by typing, speaking or through images that you capture with the device’s camera or search on the Web. The functionality is similar to the one provided by the Copilot website.

Some features may work better on the web, others on mobile. Typing may work better with a dedicated keyboard, but voice and image inputs may work better on mobile in many cases.

Note that you still need to type or speak when you capture images.

A tap on the “sign-in” icon displays the Settings. This is not ideal, as it may mean that users who do not want to sign in from opening the preferences.

The settings list a few interesting options. You may change country/region, display language and speech language, as well as the theme there.

The privacy options display just a few options, including the ability to block ads. Note that this won’t disable the ads that Microsoft’s Copilot AI may display in its responses. It is unclear which ads the ad-blocker is blocking. There is no explanation on the page regarding that.

Using the Copilot App

It makes almost no difference if you use the Copilot app or Copilot on the web. Typing may be slower for many users, but that is to be expected. It would be interesting to know how many interact with the AI through text and how many use their voice.

Copilot requires an active Internet connection and it may take some time before you get results, especially if you enable GPT-4.

There is little that the current version of Copilot can do that other Internet services can’t. You can use it to translate images that you capture, get recommendations based on your location, or information about art in a museum. One of the advantages of the AI is that you get all of this from a single app.

One of the downsides is that it may hallucinate and produce information that are inaccurate or false. This is also true for other web services and AIs and it may be necessary to verify the output before making use of it.

It works reasonably well most of the time and may be useful because of that. Much depends on how it is used though.

Closing Words

Whether it is better than regular non-AI apps and services is for the individual user to decide. You could ask the AI to create a sightseeing trip that lasts 4 hours and should include all major sights in the vicinity. It may produce a good list faster than you’d be able to create using Google Maps or other services. Then again, it may also lead you to sights that do not exist, or do not exist anymore.

All in all, AI is a promising technology, but it is in its infancy. While technology has leaped forward significantly in the past year, it still has a long way to go before it reaches Star Trek Data or Star Wars 3C-PO levels.

Now you: do you use AI services or tools?

Google

Manage which Google Services may exchange your data (EU-only)

Posted on January 13, 2024January 13, 2024 by Martin Brinkmann

If you live in a European Union region, you will soon benefit from another privacy improvement. Google just announced a new control for users within the EU that allows them to manage links between Google services. Links refers to data that services may exchange between each other.

Google links many of its services by default, which gives it and its services access to user data across its services. This changes soon in the EU.

A search on Google Search may result in recommendations showing on YouTube or Google Play, and Google Ad services may use the information as well.

Google describes the functionality in the following way:

When linked, these services can share your data with each other and with all other Google services for certain purposes. All types of data described in Google’s Privacy Policy can be shared across linked Google services. This includes your activity data when you’re signed in, such as things you search for and the videos you watch and listen to.

Google says that the feature is a response to the Digital Markets Act of the EU. The new functionality is only available to users who live in the European Union.

Note: the functionality is rolling out currently. You may not see the “Linked Google Services” option yet, or only on some devices.

Note 2: The default seems to be that services are no longer linked. This means that they won’t share any data anymore from March 6, 2024 onward. It is still a good idea to verify this.

Manage your linked Google services

Linked Google Services

Google users may control the data sharing of the following Google services under the new system:

  • Search
  • YouTube
  • Ad services
  • Google Play
  • Chrome
  • Google Shopping
  • Google Maps

Here are step by step instructions to manage these.

First, for desktop users:

  1. Open the Google Account website in your browser of choice.
  2. Select Data & privacy on the page that opens.
  3. Scroll down to “Linked Google Services” and select Manage linked services.
  4. Select or deselect services. Any service that is selected will be linked when you select Next.
  5. Review the selections made and select Confirm > Done > Got it.

For Android users:

  1. Open the Settings on the Android device.
  2. Select Google > Manage your Google Account > Data & privacy.
    • If this is not available, open the Google app instead, tap on the account icon, select Google Account and then Data & privacy.
  3. Under “Linked Google Services”, select Manage linked services.
  4. Select or deselect services. Any service that is selected will be linked when you select Next.
  5. Review the selections made and select Confirm > Done > Got it.

On iPhone and iPad:

  1. Open the Gmail application on the device. If you don’t use Gmail, load http://myaccount.google.com/linked-services instead.
  2. Select Menu > Settings > Your account > Manage your Google Account.
  3. Under “Linked Google Services”, select Manage linked services.
  4. Select or deselect services. Any service that is selected will be linked when you select Next.
  5. Review the selections made and select Confirm > Done > Got it.

Microsoft forgets one important aspect when adding AI to everything

Posted on January 10, 2024January 10, 2024 by Martin Brinkmann

Barely a week goes by without another AI announcement from Microsoft. It all began with the integration of ChatGPT into Bing Search. Called Bing Chat, it allows Bing users to communicate with a custom version of ChatGPT directly from the Bing website.

Exactly a year later, AI has found its way into a wide range of Microsoft products. From Windows Copilot and Microsoft 365 Copilot to integration in Microsoft Paint and Office. Soon, AI will also have its place in Notepad and many other company products.

Microsoft even started to rename products, Microsoft Edge for mobile to Microsoft Edge: AI Browser, to highlight its commitment and maybe benefit from the hype surrounding AI as well. Heck, there will even be a dedicated Copilot key on upcoming keyboards.

Microsoft seems hellbent to introduce AI into all of its products. Some products certainly benefit from an integration, especially if it is optional. It is up to each Bing user to use Bing Chat or ignore it.

The same can not be said for all products, especially if the integration can not be ignored easily or turned off. Microsoft is forgetting an important aspect in its rush to integrate AI into all of its products: does it benefit the user?

Lack of use cases

The progress that AI has made in the past year is astonishing. It is important that companies create products and tinker around with things. Find out what works and what does not.

When you look at Microsoft, you may notice repeating patterns. The integrations of an AI image creator in Paint or the integration of an AI rewrite tool in Notepad are two examples.

These tools exist already. Bing Chat can be used to create images. The integration in Paint makes it comfortable to access for users of the app, but it does not add anything beyond that to the tool.

Similarly, Cowriter in Notepad exists already in Microsoft Edge. Even worse, the Edge tool is more powerful. Cowriter is still in development, but it is unclear if Microsoft is going to add functionality to it before releasing it to the public.

These integrations benefit a small number of users only, at the very best. While they may introduce others to AI tools made by Microsoft, they annoy others at the same time.

Do we really need rewriters in all text processors or image generators in all image editors? The question exaggerates the issue, clearly, but there is a chance that Microsoft is pushing AI too much. If more and more users get annoyed, it could certainly backfire.

Windows Copilot: the perfect example

Windows Copilot

Windows Copilot, for instance, is just a version of Bing Chat at the moment. Microsoft announced the integration into Windows and Windows-specific tools and options,, but there are just a handful at the moment. Yes, this could be turned into a personal helper for all things Windows, but it is not at this point.

So, almost everyone gets Windows Copilot who runs a modern Windows system. It is difficult to turn off, one can only hide it using built-in options, and it does not work too well at the moment.

It requires an Internet connection and getting answers takes a couple of seconds usually. It is slow and not very helpful. Again, this may change in the future, and it hopefully does, but it feels pressed into Windows at the moment.

Closing Words

Microsoft’s enthusiasm when it comes to AI is understandable. It is a huge business already and will only grow in the future. The company is at the forefront, thanks to its partnership with Open AI.

Microsoft executives do have to make sure that they are not carried away though. It is one thing to launch great AI products that benefit users, another to plaster AI on everything.

Now You: what is your take on AI and AI products?

Copilot key

There has to be more to the Windows Copilot key

Posted on January 8, 2024January 8, 2024 by Martin Brinkmann

Microsoft announced a dedicated Copilot key for Windows recently. Yusuf Mehdi himself announced the “year of AI” and the introduction of the Copilot key for Windows 11 PCs. Microsoft and several OEMs will ship upcoming devices with the key on the keyboard.

Information about the key is scarce at the moment. While Microsoft did publish a blog post on its Windows Experience blog about the key, it revealed little about its functionality.

Mehdi revealed on Twitter that the key would “enable one-click access to Copilot” and Microsoft’s rather lengthy post does not provide any additional information on the functionality it provides besides that.

Microsoft does compare it to the Windows-key, which it introduced almost 30 years ago. This key, also controversial at the time, introduced a number of new shortcuts on Windows.

Microsoft’s own Surface devices and devices by OEMs such as Dell will feature the new Copilot key.

The Copilot key: what we know

A short clip of the key that Mehdi posted reveals its location next to the right Alt key and the cursor keys on a keyboard for a mobile device. What Mehdi failed to mention is that it sits in the place of the right Ctrl-key on the keyboard.

Tom Warren posted a screenshot of a Dell keyboard with the key. It too replaced the Ctrl-key on the keyboard. It appears that Menu functionality is still available as well, albeit not directly when pressing the key.

The removal of the right Ctrl-key introduces a problem for users who use it. There does not seem to be a replacement option and it is unclear if users may map Ctrl again to the Copilot key to restore the current functionality.

Functionality-wise, all that Microsoft revealed was that you get access to Copilot when you activate the key.

Obviously, Copilot itself needs to rise to the occasion as well. It is severely lacking at the moment. It takes to long to process input and anything that you write is submitted over the Internet to a Microsoft server.

Is there more to it?

If the entire functionality of the key is to launch the Windows Copilot interface, then it is quite the redundant feature. The existing shortcut Windows-C opens the Copilot interface already. Users may also click on the Copilot icon to launch it.

What happens to the key when users deactivate Copilot? It is a dead key then? Will Windows 11 map it to Ctrl automatically? Or will it reactivate Copilot even?

It is certainly possible that the key adds just the launch option, which would demonstrate Microsoft’s dedication to AI. It may be great for the stock price and initial usage of Copilot, but it would be lacking functionality-wise.

If that is indeed all there is to the dedicated key, it is a missed opportunity. If Microsoft uses it as another key for shortcuts, it might interest more users.

From launching dedicated AI tools, such as image generation, to creating summaries of open documents or webpages with a simple shortcut.

If Microsoft wants to please everyone, it would even introduce a setting to remap the key to Ctrl.

Closing Words

The coming days and weeks will provide us with additional information about the key and its uses. While many OEM keyboards will include the key, it is uncertain if the majority of standalone keyboards will support it.

Now You: what is your take on the key?

hard drive

How to resume Disk Erase operations on Windows

Posted on January 6, 2024January 6, 2024 by Martin Brinkmann

I ran into a bit of trouble recently when I tried to fully erase old hard drives that I no longer needed. Since I wanted to sell or give away the drives, I had to make sure that the new owner would not be able to restore any data from the drives.

My usual routine, formatting the drives fully and using full disk encryption, works well, but it is taking a long time and does not allow interruptions. The drives, for instance 8 TB external Western Digital hard drives, would take 12 or more hours to format alone.

Most regular format and erase tools, including Windows’ built-in format options and the recently reviewed HardWipe, do not support resume. Stopping the format and then restarting it at a later point always begins the entire process anew.

This means, that you need to keep the format operation going until it completes to make sure everything is erased. Since I could not to run the computer for that long, some formats would take more than a day to complete, I decided to look for a format tool with resume functionality.

There were not many out there, to my surprise, that support resume. In fact, I found a single program to do that: Active@ KillDisk.

It is available as a free version and commercial versions. The main difference between the versions, apart from free being allowed for personal use only, is that you can only run one-pass erases on disks. Since I did not want to run multiple passes anyway, as this would have extended the time even further, I decided to give this program a go to see how it fares.

Erasing hard drives with resume functionality

Erase Disk with Resume functionality

KillDisk erases content on disks by overwriting all sectors with the character 0. The professional versions support 24 international erase standards and some other features, such as providing access to boot disks or consoles.

To get started, download the latest version of the program from the developer website. The free version is provided as a setup and portable version; both offer the same functionality. An account is not required so that you may start using the program immediately.

Launch the program after the download and optional installation. You see the list of all connected drives, volumes and partitions.

Select the entire drive and then the erase disk option. The next screen defines the process. You can enable verification, but this extends the length of the process. There is also an option to write a fingerprint to the first sector of the disk and customize the Erase Certificate. This certificate is created after the process to confirm that the disk was erased. An option to disable this is also available.

Activate the Start button to run the erase operation on the disk. You can stop the process at any time with a click on the stop button.

To resume it, select “resume” after selecting the drive. The program will also display the resume reminder on the next start by default.

Note that resume will “go back” a bit and not restart the operation at the exact position it was stopped. Still, with resume supported, you may run the erase job at different times until the entire disk has been erased.

Closing Words

Active@ KillDisk is a well-designed program. While its main application is use in organizations, it is great for jobs at home as well. The erase and resume option sets it apart from the rest of the tools. While it is possible that other programs support resume functionality as well, I’m not aware of them at this point.

It is perfect for erasing data on large hard drives, especially if you can not leave the computer on for the time it takes to erase a disk entirely in one session.

Netfflix

Netflix Games may soon get ads

Posted on January 5, 2024January 5, 2024 by Martin Brinkmann

Netflix is known for its streaming content, but it also offers a growing library of games to subscribers. These games are available free of charge currently.

On its games website, Netflix highlights the current advantages of games. These includes “no ads”, “no extra fees”, “no in-app purchases” and “unlimited access”.

As far as games are concerned, you find the usual assortment of casual games for the most part. What may be surprising to some is that you get some high quality games as well. This includes the “definitive editions” of Grand Theft Auto Vice City and San Andreas, and the blockbuster Into The Breach.

The free ride may be over soon

Netflix Games

A Wall Street Journal report suggests (paywalled) that Netflix is evaluating a number of ways to monetize its games offering. Next to charging extra for premium titles, Netflix may also introduce in-app purchases or advertisement.

The change torpedoes all main features of Netflix Games, which most subscribers may not like on bit.

Besides this, Netflix also considers giving Standard with Ads subscribers access to the games section. Games are limited to Standard and Premium plans currently at Netflix.

Soon, and this seems a likely option, Standard with Ads subscribers may get their hands on at least some of the available games. These would, you guessed it already, come with advertisement.

Netflix has high hopes for its ad-powered plan. It continues to grow and the inclusion of games would make it more attractive to part of the target demographic.

Netflix Games: the future

Netflix tripled its games download rate in 2023. Count rose to more than 81 million downloads in 2023. For Netflix, it is important that downloads and use rise year on year.

Monetization is the next logical step for the company, even though it stated earlier that it did not want to go down that route. It is possible that Standard with Ads is getting access to ad-powered games only, and that the offer for ad-free subscribers remains as is.

Netflix could run some tests to see how premium game offers fare on the network.

If you are a Netflix subscriber and a gamer, you may want to give some of the games a go before things may change.

Streaming is evolving from its initial goal of providing a simpler ad-free experience. Numerous streaming services compete against each other now in a market that is pivoting towards ads. It is reducing the attractiveness of these services and pushes P2P again.

Netflix is at the forefront of the development. The streaming giant announced a new binge ad format and sponsorships recently.

DNS

DNS Forge Review: privacy-friendly censorship-free DNS with ad-blocking

Posted on January 4, 2024January 4, 2024 by Martin Brinkmann

DNS Forge is a DNS provider based in Germany that promises censorship-free access to the Internet, and a secure and private DNS system with ad-blocking.

It looks to me as if news coverage of DNS and technologies associated with it have gone down considerably in recent time. DNS, Domain Name System, is an essential part of the Internet. It is used to translate domain names, which humans prefer, to IP addresses, which computers use.

DNS over HTTPS and other technologies designed to improve privacy and security are not really talked about that much anymore. Most browsers support DNS over HTTPS by know. You may check my guide on enabling DNS over HTTPS in your browser of choice if you need assistance.

DNS works automatically. If you don’t configure it, you use the DNS service of your Internet or network provider. Some of them collect the data and sell them to other companies.

DNS over HTTPS is one way of preventing that. Another is the switching to another DNS provider, preferably one that promises privacy and also supports DNS over HTTPS. DNS Forge is such a provider. There is one downside to using the provider, and that is that it operates servers in Germany only. The further away you live, the longer it will take to process your requests. There is also a 70 queries per 10 seconds limit on lookups.

There are alternatives. Mullvad, known for its private VPN service, operates public encrypted DNS servers as well.

Remember, there is more to security than strong passwords and two-factor authentication.

DNS Forge: the basics

DNS Forge Setup

The project website provides all information required to start using the service. DNS Forge supports a variety of DNS technologies:

  • DNS
  • DNS Clean (like DNS but with youth protection block lists and Safe Search)
  • DNS over TLS
  • DNS over HTTPS
  • DNS over Quic

All services include ad-blocking, DNSSEC and no logging by default.

Instructions on switching to DNS Forge are provided for mobile devices running Android and iOS, Firefox and Chromium-based browsers. You may also set up DNS Forge on desktop systems.

You could set up the DNS over HTTPS technology in the browser’s that you use on your devices and, depending on the operating system, the same or another to cover all bases.

DNS Forge works automatically after setup. Ads are blocked automatically. If you change to the DNS provider on the system level, you will benefit from ad blocking in all applications. Note that some browsers may use their own DNS servers and not the servers set up on the system level. This is why you may need to configure them in the browser separately.

Verdict

If you live close to Germany geographically, then you will get the best performance out of the service. Once set up, it works automatically. The only decisions you have to make is whether you want to use the additional youth protections and where you will add the DNS information on your devices / apps.

The service passed the DNS Leak Test, which is good. Running the leak test prior and after setting up a private secure DNS provider is a good idea.

If you live far away from the German server, you may want to consider using equally respected DNS solutions, such as the one from Mullvad.

  • Previous
  • 1
  • …
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • …
  • 74
  • Next

Support This Site

If you like what I do please support me!

Any tip is appreciated. Thanks!
  • April 21, 2026 by Martin Brinkmann Brave Origin is a stripped-down version of the browser that you need to buy
  • April 21, 2026 by Martin Brinkmann Microsoft confirms yet another BitLocker Recovery Screen issue in Windows 11
  • April 20, 2026 by Martin Brinkmann WhatsApp Plus launches: would you pay for these features?
  • April 18, 2026 by Martin Brinkmann Google App for Desktop is now available and it is all about AI
  • April 16, 2026 by Martin Brinkmann Windows 11 Context Menu Manager: remove items with a click

About

We talk, write and dream about Technology 24/7 here at Chipp.in. The site, created by Martin Brinkmann in 2023, focuses on well-researched tech news, reviews, guides, help and more.

Legal Notice

Our commitment

Many websites write about tech, but chipp.in is special in several ways. All of our guides are unique, and we will never just rehash news that you find elsewhere.

Read the About page for additional information on the site and its founder and author.

Support Us

We don't run advertisement on this site that tracks users. If you see ads, they are static links. Ads, including affiliate links, never affect our writing on this site.

Here is a link to our privacy policy

©2026 Chipp.in Tech News and Reviews