RealGiganitris wrote: |
---|
I'm confused about your rant, you don't like it because it's console based? |
Not really. I didn't like it because it didn't work. Between resolving missing dependencies to build programs, fixing broken packages and/or resolving package version conflicts, having to write scripts to manually mount drives that should by all rights be plug and play, etc, etc. The list goes on. Ubuntu gave me nothing but trouble.
If I didn't have access to people I know who were into it and could help me out with the problems I was having, it would have been completely unusable.
Having to dive into the console to do anything certainly isn't a plus. I shouldn't have to learn a new programming language just to use my OS -- nor was I willing to. But with *nix you pretty much have to.
It's not so much a fetish for doing things the hard way but a fetish for
*deep inhale* Consoles! |
Manually writing makefiles and constructing elaborate build scripts to automate building a program instead of just pressing Ctrl+B from an IDE is "the hard way".
It's kind of the mentality that is behind all of Linux. Everything is "do it yourself". Yes it's powerful. And yes... if you like tinkering around and doing that kind of stuff, you might like it.
But for me... I just want my OS to work. I don't want to have to wrestle with it to get it to do what I want. So I absolutely hated it.
Maybe you should try a different distribution of Linux? |
No thanks. I tried Ubuntu on recommendations that it was the easiest to use. If that nightmare was the easiest, I don't want to touch any others with a 10 foot pole.
EDIT:
Also:
http://xkcd.com/456/
I guess what I'm saying is... it'd be good to try Linux out. I'm not saying you shouldn't. Just know what you're getting yourself into. It is going to be a certain amount of work at first, and there's going to be a learning curve.
EDIT2:
One thing I
will say is that installing libs for programming was much,
much easier on Ubuntu than it is on Windows. As long as:
-) It is available from the repo (apt-get)
-) You don't need multiple versions or an older version
A simple apt-get installs the lib and you're good to go. I was really impressed with that.
....But as soon as you step outside the repo.....