TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Recent Thoughts on Windows for Developers?

4 pointsby Heidaradaralmost 2 years ago
Clearly Windows is trying to remove the stigma of using Windows for development, adding WSL fairly recently, acquiring GitHub (which has Co-Pilot), extending their relationship with OpenAI and along with this, creating their new dev home system - https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;dev-home&#x2F;<p>What are your thoughts on Windows getting rid of this stigma?

3 comments

pid-1almost 2 years ago
I use Windows at work and dual boot windows + distro hop in home desktop (currently: Fedora)<p>The good:<p>- In the past 5 years my Windows development experience went from garbage to pretty good.<p>- VS Code + devcontainers + Docker &#x2F; Podman Desktop using WSL 2 as a backend was a productivity game changer for my company.<p>- scoop and Winget made tooling much easier to install. I do most of my sysadmin tasks on Windows, not WSL.<p>The bad:<p>- WSL 2 still has rought edges, and you&#x27;re still using a VM.<p>- Native app &#x2F; Desktop development is a mess of SDKs, 90s development patterns and for some reason it&#x27;s tigly coupled to visual studio (the crappy one, not code).<p>The ugly:<p>- My home desktop sports 24 cores, a decent gpu and 128gb ram. Teams still feels slow. Same for some parts of the UI.<p>- Ads &#x2F; telemetry. C&#x27;mon MS, I&#x27;m paying for Windows Pro.<p>Overall, I prefer using Windows to most Desktop Linux distro nowadays (although one could argue that&#x27;s a pretty low bar).
thesuperbigfrogalmost 2 years ago
Most free and open source development tools work better on Linux.<p>This is not due to some kind of discrimination against Windows, but because open systems with standardized APIs are easier to use and build tools for.<p>Windows will continue to be the lesser platform for developers because it is closed source, full of ads and telemetry, and ultimately less free (as in user freedom) than Linux:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;Ag1AKIl_2GM?t=57" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;Ag1AKIl_2GM?t=57</a>
smoldesualmost 2 years ago
Windows has been great for development for a while. Once WSL became set-and-forget it was pretty seamless for me. I only needed SSH and support for a few Debian tools. Having that in a slim hypervisor is a <i>godsend</i>.<p>I since moved on to just using pure Linux, but I don&#x27;t really lament using Windows like I used to. For personal use I avoid OSes that have ads built-in, but for development purposes Windows is &quot;fine&quot; now.