Skip to main content

After three months on Linux, I don’t miss Windows at all

Curated RSS Brief
After three months on Linux, I don’t miss Windows at all
Published: April 26, 2026 at 13:00 | Source: theverge.com
Tech Close Tech Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Tech Linux Close Linux Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Linux Microsoft Close Microsoft Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Microsoft After three months on Linux, I don’t miss Windows at all I regret nothing I regret nothing by Nathan Edwards Close Nathan Edwards Senior Reviews Editor Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Nathan Edwards Apr 26, 2026, 1:00 PM UTC Link Share Gift If you buy something from a Verge link, Vox Media may earn a commission. See our ethics statement. Some relevant reading. Nathan Edwards Close Nathan Edwards Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Nathan Edwards is a senior reviews editor who’s been testing tech since 2007. Previously at Wirecutter and Maximum PC . Current fixations: keyboards, DIY tech, and the smart home. In January I finally made good on my threat/promise to install Linux on my desktop . I wanted to see how far I could get using a Linux PC as my main computer without doing a bunch of research beforehand or troubleshooting afterwards. Since then I have booted into Windows exactly twice: once to scan a multipage document that wasn’t scanning right in Linux, and once to print a photo for my kids’ school on extremely short notice. There’s a reason it’s taken me three months to write the next installment in my Linux diary: nothing has gone horribly wrong. It didn’t take long for my Linux install to stop feeling new and exciting and start feeling like, well, my computer. It’s not exactly like a less annoying version of Windows, though it is less annoying than Windows, but it’s been a much easier transition than I thought it would be. There are a few extra steps sometimes in finding and installing apps — usually it’s easier than in Windows, and occasionally it’s harder. And there are a few apps I still haven’t been able to replicate in Linux. I’ve also had a smattering of fun bugs, and a few genuinely frustrating moments, but the overall experience is a lot calmer and more robust than I expected. Even troubleshooting is (mostly) satisfying in a weird way. Related I replaced Windows with Linux and everything’s going great I saved a doomed Windows laptop by embracing Linux I went back to Linux and it was a mistake Getting fiddly Fortunately, everything that’s gone wrong so far has only gone slightly wrong, like a gaming mouse that only works in games, and most of it has been pretty funny, like a gaming mouse that only works in games. Some of it has to do with specific hardware I’m using, or specific choices I made. (Keeping my nemesis, the HP OfficeJet 8720 printer , for one.) Some of it has to do with the fact that I deliberately chose a relatively new rolling distribution based on Arch Linux rather than a more mainstream distribution with a predictable release cycle, like Ubuntu. Here’s my favorite fix so far. CachyOS comes with Snapper , a built-in imaging service that stores snapshots of the OS before you install or update a program, so you can roll back if something goes wrong. It defaults to saving 50 snapshots, which are stored in the boot partition. When I installed CachyOS, I went with the recommended size for that partition, which was 2GB. That filled up pretty quickly, and after a few weeks Snapper started warning me that it had run out of space and wouldn’t be taking any more snapshots (It defaults to 50, but didn’t have room to store 50 snapshots). CachyOS has since changed its installer to default to a 4GB partition, but it was too late to help me. There was only one thing to do: boot back into the live image, shrink my rightmost partition by 2GB, and slide every volume on the disk to the right of the boot partition over by 2GB, one at a time, to make room to expand the boot partition. It’s silly that I had to do that but it was easy enough, and kinda satisfying in a tactile way. When I say “slide every volume on the drive to the right” I’m not kidding. In January, I noticed I couldn’t get an IP address from my router on my ethernet connection after waking from sleep unless I first connected to Wi-Fi. This drove me up the goddamn wall . Fortunately, I could keep using the computer while troubleshooting because I do have both Wi-Fi and ethernet, but I prefer ethernet, so I had to fix it. I learned the default driver that the Linux kernel uses for my particular ethernet card doesn’t always work well, so I installed a new driver. I turned off ipv6, then turned it back on again. I made sure my wired and wireless connections identified themselves as different devices to the router, though that didn’t help. I set a static IP on both the router and
  • Tech Close Tech Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All Tech Linux Close Linux Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All Linux Microsoft Close Microsoft Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All by Nathan Edwards Apr 26, 2026, 1:00 PM UTC Link Share Gift If you buy something from a Verge link, Vox Media may earn a commission.

Market analysis reveals significant growth potential in the sector discussed in 'After three months on Linux, I don’t miss Windows at all'. Investment patterns and market trends indicate strong confidence in these technologies, with venture capital and corporate investments driving further innovation and development.

User experience and accessibility are key themes that emerge from the analysis of 'After three months on Linux, I don’t miss Windows at all'. The focus on creating intuitive, user-friendly interfaces demonstrates a commitment to making advanced technology accessible to broader audiences and diverse user groups.

The competitive landscape highlighted in 'After three months on Linux, I don’t miss Windows at all' shows how different organizations are positioning themselves in this rapidly evolving market. Strategic partnerships, acquisitions, and research collaborations are shaping the future direction of technological development.

Environmental sustainability and energy efficiency considerations are increasingly important in the context of 'After three months on Linux, I don’t miss Windows at all'. The industry is moving towards more sustainable practices and green technologies to address climate change and environmental concerns.

Education and skill development play crucial roles in the adoption and advancement of technologies discussed in 'After three months on Linux, I don’t miss Windows at all'. The need for specialized talent and continuous learning programs highlights the importance of human capital in technological progress.

If you want the exact wording, examples, or full context from the publisher, open the original source article.
Open Original Article

Comments

Popular posts from this blog

The Metaverse: The Next Evolution of the Internet

  What is the Metaverse? The Metaverse is quickly becoming one of the most buzzed-about topics in the tech world. Described as a virtual reality space where users can interact with each other and digital environments in real-time, the Metaverse is often seen as the next iteration of the internet. Instead of simply browsing the web or engaging with apps on flat screens, users would be able to experience a 3D world that’s immersive and interconnected across various platforms. The Components of the Metaverse The Metaverse is built on a foundation of several technologies, including virtual reality (   VR ), augmented reality (AR), blockchain, and artificial intelligence (AI). These technologies work together to create a seamless, interactive virtual environment. For example,    VR  headsets and AR glasses will allow users to navigate the Metaverse as avatars in a digital world, while blockchain technology ensures secure and transparent transactions within the Metave...

Google Python Style Guide

  Google Python Style Guide Table of Contents 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and Functions 2.7 Comprehensions & Generator Expressions 2.8 Default Iterators and Operators 2.9 Generators 2.10 Lambda Functions 2.11 Conditional Expressions 2.12 Default Argument Values 2.13 Properties 2.14 True/False Evaluations 2.16 Lexical Scoping 2.17 Function and Method Decorators 2.18 Threading 2.19 Power Features 2.20 Modern Python: from __future__ imports 2.21 Type Annotated Code 3 Python Style Rules 3.1 Semicolons 3.2 Line length 3.3 Parentheses 3.4 Indentation 3.4.1 Trailing commas in sequences of items? 3.5 Blank Lines 3.6 Whitespace 3.7 Shebang Line 3.8 Comments and Docstrings 3.8.1 Docstrings 3.8.2 Modules 3.8.2.1 Test modules 3.8.3 Functions and Methods 3.8.3.1 Overridden Methods 3.8.4 Classes 3.8.5 Block and Inline Comments 3.8.6 Punctuation, Spelling, and Grammar 3.10 Strings...