<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Biki Kc</title>
    <description>The latest articles on DEV Community by Biki Kc (@biki_kc).</description>
    <link>https://dev.to/biki_kc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3972318%2F609d46dc-f483-4b16-92a2-29f507e0ccda.png</url>
      <title>DEV Community: Biki Kc</title>
      <link>https://dev.to/biki_kc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/biki_kc"/>
    <language>en</language>
    <item>
      <title>Windows for Students, Linux for Developers — My Unexpected Dilemma</title>
      <dc:creator>Biki Kc</dc:creator>
      <pubDate>Fri, 26 Jun 2026 15:12:42 +0000</pubDate>
      <link>https://dev.to/biki_kc/windows-for-students-linux-for-developers-my-unexpected-dilemma-5dm8</link>
      <guid>https://dev.to/biki_kc/windows-for-students-linux-for-developers-my-unexpected-dilemma-5dm8</guid>
      <description>&lt;p&gt;I recently bought a new laptop, and for the first time in years, I decided to stick with the pre-installed Windows 11 instead of immediately installing Arch Linux.&lt;/p&gt;

&lt;p&gt;As someone who has spent years daily driving Arch, that felt strange.&lt;/p&gt;

&lt;p&gt;But there was a good reason.&lt;/p&gt;

&lt;p&gt;Why I Stayed on Windows&lt;/p&gt;

&lt;p&gt;I'm a college student, and Windows comes with something that Linux still struggles to replace perfectly for my workflow: Microsoft Office.&lt;/p&gt;

&lt;p&gt;PowerPoint, Word, and Excel just work.&lt;/p&gt;

&lt;p&gt;Yes, LibreOffice is good, and Google Docs exists, but when professors expect .pptx files with perfect formatting or group projects revolve around Office, having the native applications is genuinely convenient.&lt;/p&gt;

&lt;p&gt;For my academic life, Windows has been surprisingly comfortable.&lt;/p&gt;

&lt;p&gt;I honestly have no complaints there.&lt;/p&gt;

&lt;p&gt;Then I Started Developing Again...&lt;/p&gt;

&lt;p&gt;That's when reality hit.&lt;/p&gt;

&lt;p&gt;I joined an open-source project that required services like Redis and Supabase.&lt;/p&gt;

&lt;p&gt;On Arch Linux, I probably would have installed everything in a few minutes.&lt;/p&gt;

&lt;p&gt;sudo pacman -S redis&lt;/p&gt;

&lt;p&gt;Done.&lt;/p&gt;

&lt;p&gt;Need Docker?&lt;/p&gt;

&lt;p&gt;sudo pacman -S docker&lt;/p&gt;

&lt;p&gt;Need PostgreSQL?&lt;/p&gt;

&lt;p&gt;sudo pacman -S postgresql&lt;/p&gt;

&lt;p&gt;Everything lives in one package manager. Life is simple.&lt;/p&gt;

&lt;p&gt;On Windows, it became a completely different story.&lt;/p&gt;

&lt;p&gt;Some tools require installers.&lt;/p&gt;

&lt;p&gt;Some recommend Docker.&lt;/p&gt;

&lt;p&gt;Others simply tell you:&lt;/p&gt;

&lt;p&gt;"Use WSL."&lt;/p&gt;

&lt;p&gt;At first I thought, "Okay, maybe that's fine."&lt;/p&gt;

&lt;p&gt;But after setting it up, I couldn't stop asking myself...&lt;/p&gt;

&lt;p&gt;If I'm using Linux inside Windows just to develop... why am I using Windows in the first place?&lt;/p&gt;

&lt;p&gt;WSL Isn't Bad&lt;/p&gt;

&lt;p&gt;Before anyone gets offended, I don't think WSL is a bad technology.&lt;/p&gt;

&lt;p&gt;It's actually impressive.&lt;/p&gt;

&lt;p&gt;Running a real Linux environment inside Windows is a huge achievement.&lt;/p&gt;

&lt;p&gt;The problem isn't WSL itself.&lt;/p&gt;

&lt;p&gt;The problem is that many modern development tools assume Linux as the default environment.&lt;/p&gt;

&lt;p&gt;Instead of Windows becoming a better Unix-like development platform, the recommendation is often:&lt;/p&gt;

&lt;p&gt;"Just install Linux inside Windows."&lt;/p&gt;

&lt;p&gt;As someone who already knows Linux, that feels a little ironic.&lt;/p&gt;

&lt;p&gt;The Things I Miss from Arch&lt;/p&gt;

&lt;p&gt;After spending years on Arch Linux, you start appreciating the little things.&lt;/p&gt;

&lt;p&gt;One package manager for almost everything.&lt;br&gt;
Consistent CLI-first workflows.&lt;br&gt;
Native Docker experience.&lt;br&gt;
Easier setup for databases and backend tools.&lt;br&gt;
Development environments that closely match production Linux servers.&lt;/p&gt;

&lt;p&gt;More importantly...&lt;/p&gt;

&lt;p&gt;The terminal feels like home.&lt;/p&gt;

&lt;p&gt;But Windows Isn't All Bad&lt;/p&gt;

&lt;p&gt;To be fair, Windows has improved a lot.&lt;/p&gt;

&lt;p&gt;Better hardware support.&lt;br&gt;
Great battery life on many laptops.&lt;br&gt;
Excellent Office applications.&lt;br&gt;
Better compatibility with university software.&lt;br&gt;
WSL for developers who need Linux tools.&lt;/p&gt;

&lt;p&gt;For many people, it's probably the best balance.&lt;/p&gt;

&lt;p&gt;I just haven't fully adapted after years of Linux.&lt;/p&gt;

&lt;p&gt;So... Should I Switch Back?&lt;/p&gt;

&lt;p&gt;That's the question I've been asking myself.&lt;/p&gt;

&lt;p&gt;Should I:&lt;/p&gt;

&lt;p&gt;Keep Windows and use WSL for development?&lt;br&gt;
Dual boot Windows and Arch Linux?&lt;br&gt;
Install Arch as the primary OS and run Windows only when I need Office?&lt;br&gt;
Or just accept that WSL is now part of modern Windows development?&lt;/p&gt;

&lt;p&gt;I'm genuinely curious what other developers think.&lt;/p&gt;

&lt;p&gt;Especially those who have switched between Linux and Windows multiple times.&lt;/p&gt;

&lt;p&gt;How do you balance productivity for work or college with a development environment that feels natural?&lt;/p&gt;

&lt;p&gt;I'd love to hear your experience.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>linux</category>
      <category>microsoft</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
