Earlier quoted context omitted.
I don't think it takes that much effort to have trouble with suspend/hibernate. I've found it to be the rule rather than the exception.
What kind of notebook computer have you been using?
Thank you, Ubuntu
101–110 of 133 posts
Re: Thank you, Ubuntu
#102Earlier quoted context omitted.
> The package manager concept is actually what I hate most about Linux systems You really should give Slackware a try. None of that sophisticated package management nuisance[1] and everything just works! [1] http://en.wikipedia.org/wiki/Slackware#Package_management
I'm not sure I would say "everything just works" and Slackware in the same sentencd!
Re: Thank you, Ubuntu
#103i am considering moving to fedora from ubuntu. one of my motivations is descriptions of better user experiences overall, plus more cutting edge stuff like systemd. morever i think i am growing more and more colored by the notion thar ubuntu doesnt really employ a significant number of core developers. does anyone have experience of the differences in the daily experience of using fedora vs ubuntu, especially for a cl…
Truth is, I spend way too much time hacking at my Fedora system to make things work. It gets frustrating. I fall back to the Ubuntu systems and somehow, it's just easier. I'd comment on the details here, but it is madness.
So why even bother with Fedora at all? People. I can't stand Ubuntu people. From uneducated bloggers to Ubuntu fanbois, it drives me insane. You know there's a popular blog called OMG Ubuntu!? As far as uneducated views, there's a lot of talk about how awesome NetworkManager is in Ubuntu... you know where all that awesomeness came from? Fedora!
The Fedora community? Just amazing talented people all over the place. I can't stand to give them up. Some of the most awesome, unique, thoughtful and mindful people I've ever met all have Fedora in common.
In the end, I can't see how much feature X has to do with anything over it not existing in another distro. I can sort of see how something as shiny and new as a new Ubuntu release can be appealing, but not enough to move me. It all comes down to people, and Fedora has what really matters here.
Re: Thank you, Ubuntu
#104I keep try to evangelize the fact that things like apt are one of the biggest wins for the various UNIX-like OS's. In Windows world installing software takes both finding it and configuring the installer. On a Mac you have to at least find it. On Ubuntu/Debian/etc you just have to know the name (or you can search a central database). Also no more Java/Flash player/Acrobat Reader "needs to be updated" messages. You up…
The package manager concept is actually what I hate most about Linux systems and Ubuntu's strategy to not let you upgrade some packages without upgrading the OS itself is insane. Packages tend to thrust some completely idiosyncratic configuration scheme down my throat that is documented nowhere and that creates conflicts of its own. They don't just solve dependencies they encourage dependencies because they are suppo…
you're doing it wrong
Re: Thank you, Ubuntu
#105Earlier quoted context omitted.
Then some central library has a security hole and half your system has to get updated, instead of just one thing. Also, you might like http://sta.li/ ;)
True enough, if the security hole is in a library that half of the software on my system is using. But most applications have fairly frequent update cycles for their own codebase anyway, and it's just as likely that an update to a central dynamically-linked library might introduce a new security hole that instantly compromises half of my system at once. Thanks for the link to sta.li, I'll check it out. What I'd reall…
Re: Thank you, Ubuntu
#106I keep try to evangelize the fact that things like apt are one of the biggest wins for the various UNIX-like OS's. In Windows world installing software takes both finding it and configuring the installer. On a Mac you have to at least find it. On Ubuntu/Debian/etc you just have to know the name (or you can search a central database). Also no more Java/Flash player/Acrobat Reader "needs to be updated" messages. You up…
The package manager concept is actually what I hate most about Linux systems and Ubuntu's strategy to not let you upgrade some packages without upgrading the OS itself is insane. Packages tend to thrust some completely idiosyncratic configuration scheme down my throat that is documented nowhere and that creates conflicts of its own. They don't just solve dependencies they encourage dependencies because they are suppo…
Re: Thank you, Ubuntu
#107Too bad that Canonical is unsustainable, and we'll soon lose it if FOSS enthusiasts don't shift their mindset a little bit.
Re: Thank you, Ubuntu
#108i am considering moving to fedora from ubuntu. one of my motivations is descriptions of better user experiences overall, plus more cutting edge stuff like systemd. morever i think i am growing more and more colored by the notion thar ubuntu doesnt really employ a significant number of core developers. does anyone have experience of the differences in the daily experience of using fedora vs ubuntu, especially for a cl…
I'm a Fedora contributor and closet Ubuntu user. While I can get extremely upset at how difficult things can be in Fedora, like python and ruby, I generally try and take care of these things myself anyway. And who's not using RVM so why does it matter in the first place? Truth is, I spend way too much time hacking at my Fedora system to make things work. It gets frustrating. I fall back to the Ubuntu systems and some…
elements that contain huge blocks of sudo apt-get install…
Re: Thank you, Ubuntu
#109Re: Thank you, Ubuntu
#110Earlier quoted context omitted.
Ubuntu's strategy to not let you upgrade some packages without upgrading the OS itself is insane. You can; it's called "pinning:" https://help.ubuntu.com/community/PinningHowto If I want Python 2 and 3 on the same system I can't have a package manager tell me that's not supposed to be when I know full well that it's no problem. Let me check; here on Jaunty I can separately install python2.4, python2.5, python2.6, pyt…
I guess what I'm "doing wrong" is to expect sensible out of the box behaviour. I'm fully aware that I can make it do whatever I want to if I put enough work into it. That holds for almost everything in life. What's limited in my life, though, is time. Installing Python 3 alongside the old version didn't work for a long time after Python 3 came out. If it works now, that's fine. I compiled my own Python 3 a long time…