Live data from Hacker News

Thank you, Ubuntu

psung.blogspot.com

101–110 of 133 posts

Re: Thank you, Ubuntu

#101
post #47
post #46

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?

On this Dell Mini 10, X will eventually crash following a resume from hibernate, then I drop to low-graphics mode and avoid doing an actual reboot for as long as possible, just hibernating my low-graphics state.

Re: Thank you, Ubuntu

#102
post #88

Earlier 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!

I'd say "Everything just works as expected"

Re: Thank you, Ubuntu

#103

i 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 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

#104

I 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…

> Ubuntu's strategy to not let you upgrade some packages without upgrading the OS itself is insane.

you're doing it wrong

Re: Thank you, Ubuntu

#105
post #84

Earlier 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…

IIRC, they still dynamically link against system libraries. It's just that OSX isn't a moving target with respect to what is expected to be in the system in it's 'base' state of a specific version. So you dynamically link against everything that should be in the system in the 'base' state, and then all other libraries need to be self-contained in the .app directory. The problem with this on Linux is that: 1) the 'base' configuration is a moving target that varies across vendors and 2) most of the libraries/etc that would make up that 'base state' are things that people would want to upgrade/modify/whatever (thereby messing up your 'base state' that you were supposed to be able to rely on) (You don't have this on OSX because Apple is the one that controls most of the things in the 'base state').

Re: Thank you, Ubuntu

#106

I 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…

[deleted]

Re: Thank you, Ubuntu

#107
Yup, Ubuntu is awesome. After installing it for the first time, I never went back to other distros for my GNU/Linux desktops.

Too 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

#108

i 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…

I share your absolute hatred of the Ubuntu user community — from inane theming to blogspam with
 elements that contain huge blocks of sudo apt-get install…

Re: Thank you, Ubuntu

#109
regarding all rants in here, I simply cannot understand how could people complain so much about such a good product given to them for free.

Re: Thank you, Ubuntu

#110

Earlier 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…

On the contrary, you're acting like you desperately want to be a sysadmin by demanding to control which specific version of each package is installed.
Post reply on HN