Hacker News new | ask | show | jobs
by Canadauni 2774 days ago
I had a similar perspective as you. I couldn't get past a lot of default design decisions made in many distributions and I didn't want to spend the time tweaking my machine. I installed Pop_OS after seeing the Theano release a couple of weeks ago and basically haven't booted into windows since. As a casual user I would recommend it to anyone who is looking for a similar linux experience as I was.
1 comments

Dude... I was reading all these comments mega confused. I installed Pop_OS a few months back and it's a million times easier to use than Windows.

From installing applications to changing my background.

One terrible experience I had was when Windows did something to the Linux bootloader and I had to try work out how to fix that, but I can't really blame Linux for that.

Honestly I am so much more productive on Pop than on Windows. I can spend more time actually doing my job and less time manually creating PATH variables for every package I install. As a Web developer Windows is a disaster.

I've never heard of Pop OS, so I just read up on it a bit. Here's a nice rundown https://itsfoss.com/pop-os-linux-review/.
> I can spend more time actually doing my job and less time manually creating PATH variables for every package I install.

I don't see how this is a Windows issue. Windows, just like Linux, provides the capability to update the PATH both per-user and per-computer; many tools use it and work. NodeJS is a popular such tool that adds its bin folder to the PATH. If a tool isn't updating its path, then it's on the tool's installer.

It's an issue because adding a directory to the path just isn't as common of a pattern on Windows. Whether or not it's Microsoft's fault is irrelevant because the fact is still that you have to do it manually a lot of the time.

This is all from my own past experience using video editing, audio editing, and image editing utilities where you usually just get a binary and have to do the legwork yourself.

Node is the exception, not the rule.