More stories

  • in

    As Microsoft breaks awkward silence around its controversial Recall feature, privacy questions remain

    Andrey Rudakov/Bloomberg via Getty Images When Microsoft rolled out its AI-powered Copilot+ PCs back in May, the big reveal was a new feature called Recall, which promised to “make it easier to find information faster.” That signature feature turned into one of Microsoft’s biggest headaches in years, as security researchers warned that it would be […] More

  • in

    iFixit: The Samsung Galaxy Ring is $400 of ‘disposable tech’

    Neptune CT scan showing the inside of the Samsung Galaxy Ring iFixit While Frodo could toss the One Ring into the fires of Mount Doom to get rid of it, you’ll have no such easy out with smart fitness rings such as Samsung’s new Galaxy Ring<!–>. After a couple of years of regular use, that […] More

  • in

    Typing just four characters could crash your iPhone

    Olha Danylenko/Getty Images TechCrunch initially spotted this weird OS bug — but thankfully, it doesn’t seem to represent a security risk. It can only be leveraged by iPhone users to annoy themselves. Also: Google Pixel 9 Pro XL vs. Samsung Galaxy S24 Ultra: I tested both and here are the key differences Earlier this week, Konstantin, […] More

  • in

    The best mini PCs of 2024: Expert recommended

    Just when you thought this list would only include Windows systems, we’ve got the Mac Mini. This was one of the original mini PCs, and with the switch to Apple Silicon processors, it has seen a new lease of life.Considered at one point the gateway Mac that got people over to MacOS from Windows (because they could replace their Windows PC with the Mac Mini and keep using their existing keyboard, mouse, and monitor with their new Mac), it’s now a staple of the Mac lineup, and the perfect choice for those who want a compact system.I’ve owned a few different Mac Mini systems over the years, and I’ve been more than satisfied by them. They’re reliable, well-built, and run cool and quiet. The biggest downside to this system is upgrading — bottom line, this Mac will live and die with the same processor, RAM, and storage that it left the factory with. If you want to give it a storage boost, Satechi makes a hub/stand for it that adds a bunch of ports and a port for an M.2 SSD.As I’d expect from an Apple product, the reviews are strongly positive, with users reporting that they are happy with the performance and overall reliability of the system.Apple 2023 Mac mini tech specs: Apple Silicon M2 processor with 8 CPU cores, 10 GPU cores | 8GB RAM | 256GB storage | 2x USB-A, 2x Thunderbolt 4, HDMI, Ethernet, audio jck | MacOS 14 Sonoma More

  • in

    The best SSH clients for MacOS

    Kerry Wan/ZDNETI regularly log in remotely to machines on my local area network. To do that, I use secure shell (SSH). I often default to the terminal but sometimes I prefer a graphical user interface (GUI) app that includes features specific to a SSH.If MacOS is your go-to operating system, you don’t have to use the terminal window for this task (although that is one of the options I’ll mention). The good news is that SSH is installed on MacOS by default, so the only thing you’ll need to install is the third-party GUI application.Also: Thinking about switching to Linux? 10 things you need to knowWith that said, let’s jump into the apps and see what’s available. More

  • in

    How to install a tiling window manager on Linux (and why you’d want to)

    The i3 tiling window manager is worth the time it takes to understand how it works. Screenshot by Jack Wallen/ZDNETYour window manager is responsible for the placement and appearance of windows on your Linux desktop. If you use a full desktop environment (such as GNOME or Plasma), the window manager is part of that stack. On GNOME, for example, the window manager is Mutter. On Plasma, it’s KWin. Every window manager offers a different feature set and aesthetic.Also: The best tiling window managers for Linux, and what they can do for youThere’s one type of window manager specifically designed to deliver the most efficient experience, a window manager that allows you to keep your hands on your keyboard more of the time while enjoying automatically placed and sized windows. That window manager is called a tiling window manager. (Previously, I’ve reviewed what I believe are the best tiling window managers currently available.) Today, I’m going to show you how to install a tiling window manager on Linux.I’ll demonstrate how to do this using the i3 tiling window manager. I’ll show how this is done, with a single command, on most popular Linux distributions (Debian/Ubuntu, Fedora, Gentoo, Alpine, Arch, and openSUSE).Keep in mind that tiling window managers typically are targeted toward advanced users. For those who’d like to give tiling window management a try, without actually installing the software, you can always use the Tiling Shell GNOME extension or Polonium for Plasma. Other distributions, such as Pop!_OS, include a tiling window manager extension by default, which you can enable or disable as needed.Also: 10 things I always do after installing Linux – and why you should tooHere’s another thing to consider: When you install a tiling window manager, it’s installed in addition to what you already have. That means you can select between the default desktop environment or the new tiling window manager at the login screen.For those who are curious, i3 is a highly configurable tiling window manager that features a tree data structure for more flexible layouts and includes custom keyboard shortcuts and plain-text configuration without the need to restart the system.With that noted, let’s get to the installation.How to install a tiling window manager on LinuxWhat you’ll need: To install the i3 tiling window manager, you’ll need a running instance of one of the distributions listed above and a user with sudo privileges. Most of these windows managers don’t require much storage space, so they can safely be installed alongside what you already have. More