Slashdot Mirror


Fedora 18 Installer: Counterintuitive and Confusing?

An anonymous reader writes "Igor Ljubuncic, former physicist and current IT Systems Programmer and blogger, reviews Fedora 18 with its new installer. In his role as alter ego Dedoimedo, the self proclaimed 'king of everything', Igor's Linux distro and DE reviews are often wry and biting and this review is no exception: 'You enter a world of smartphone-like diarrhea that undermines everything and anything that is sane and safe. In all my life testing Linux and other operating systems, I have never ever seen an installer that is so counter-intuitive, dangerous and useless, all at the same time.'" The non-linear installer interface does look like kind of confusing, at least from the screenshots posted.

8 of 458 comments (clear)

  1. Re:I must agree by Anonymous Coward · · Score: 5, Insightful

    No. Just no. It's perfectly fine to have an opinion, even a bad opinion, and not doing anything past the expression of the opinion. It's not his job to fix Fedora. It's not the job of the users to fix Fedora. It's the job of the team working on it. If someone wants to contribute, good for them, but to each their own. The whole "It's open source, so fix it yourself and shut up" is getting really old. I love open source, but I hate people with your attitude.

  2. Re:I must agree by quantaman · · Score: 5, Insightful

    You know what? If Igor thinks can do it better, then he should fork that thing and roll his own distro.

    Lots of people have something to complain about, but very very few pitch in and try to help or change things.

    'Shut up or fork it' is a criticism I regularly hear directed to people complaining about an Open Source project, and it's a really stupid criticism.

    The fact you can fork or even patch doesn't mean you lose the right to complain if you don't.

    Complaining offers feedback, it tells the devs what the issues are, both issues they didn't know existed and issues they didn't know were a big problem.

    The ability to fork is more of a check on the devs then a regular threat. It stops devs from doing really stupid things that might create a fork or drive people to a new one, and it sometimes lets two projects go in different directions to better serve the userbase.

    Remember, users are not the enemy, if you treat them like they are the enemy, well then you won't have enemies for long.

    --
    I stole this Sig
  3. Re:I must agree by atomican · · Score: 5, Insightful

    Remember, users are not the enemy, if you treat them like they are the enemy, well then you won't have enemies for long.

    This is more insightful than you think. It's also pretty damn obvious (but not to discredit you writing it, as it's still a good point as it's apparently not that obvious to a lot of people).

    If you treat your users with contempt, they will not deal with you any longer than they have to. Once they can find a way to live without you, they will piss off at the first opportunity. Unfortunately there are many people in the open source community who do think their users are idiots and treat them as the enemy when they complain about the direction some software is taking (GNOME 3, Ubuntu, etc). Not just the developers but OTHER USERS in particular treat people as the enemy because they don't agree with them. Why the fuck? Linux users are the minority species in the first place - the last thing we need is needless fighting amongst ourselves.

    Sometimes all a person can do is complain, but that doesn't mean the complaint is baseless. It has a use if it's part of a culmination of complaints as it shows user dissatisfaction. And that can be enough of a sign that things are going down the wrong path in itself.

  4. Re:I must agree by UltraZelda64 · · Score: 5, Insightful

    Don't worry, this same thing exists in proprietary/commercial software, where you are not only paying just for the privilege to even use the software, but you have to hope that their vision doesn't stray too far from you consider appropriate. See Windows 8: If someone slams it and the Metro interface, or even just changes to the way the traditional desktop itself functions, you can guarantee there will be people around to bitch because you're using your right to free speech to criticize a product... that you have to pay an arm and a leg for in the first place!

    Fuck them. If someone or something deserves a reality check in the form of a good slamming, then that's exactly what they should get.

  5. Re:No contribution = whining about a gift by Kenshin · · Score: 5, Insightful

    So basically what you're saying is that in order to have any right to complain about open source software you have to have knowledge, experience, and skill in programming? Because when you say "Why don't you submit a patch?", that's what you're implying.

    Newsflash: Not every user of FOSS software knows how to program. Nor should they need to know. Unless you want it to turn into some sort of exclusive little club, in which case the worldwide share of Linux would drop by a good 99%.

    Users aren't complaining because they want to be whiny or difficult. They're complaining because they see a flaw. If you want your software to be widely accepted, listen. If your software is just coding for self satisfaction, and you don't care about user adoption, then don't listen.

    --

    Does it make you happy you're so strange?

  6. Re:Or submit a patch or two by Anonymous Coward · · Score: 5, Insightful

    I've got a patch in Apache but it's not like I expect everyone to be able to do that. You do realize only a select set of people are competent enough to do this right?

  7. Re:I must agree by smash · · Score: 5, Insightful

    Actually apple write stuff that generally works.

    Find a mac and reinstall the OS on it some time. It is the epitomy of painless. It is safe by default and will not wipe out your data. It has a consistent UI.

    The problem is everyone copying the widget set Apple us, without doing any of the back-end engineering to make it work. IMHO the UI fluff on the mac is the LEAST impressive aspect of OS X - the underlying layers of Quartz, Core storage, fs-events, Grand Central, etc. are all far more impressive in terms of engineering - and while the muppets putting out Fedora are focusing on killing the advantages Linux has by reducing options in the name of UI simplification and BREAKING SHIT in the process, Apple is doing more work in the back end to bring stuff about like SSD caching that solves real world problems (e.g.. "i has an ssd and a hd and but don't want to manually manage storage").

    Linux devs! Stop breaking Linux to make it UI-simple. Make the back end stuff work properly.

    If i want to use something that looks like a Mac, it better WORK like a Mac underneath. Something that looks like a mac but doesn't work is not going to cut it. The UI is very much a secondary reason as to why I am a Mac user today, and used to be a Linux user prior to 2006.

    --
    I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  8. Re:Mint a good alternative for traditionalists by shutdown+-p+now · · Score: 5, Insightful

    If you wind up with the same packages, you're doing it wrong. The reason to compile from scratch is that you can tell the compiler to use optimizations appropriate for the processor you're using.

    Have you done profiling on any packages built with all those ultra-specialized optimization flags to see how much it actually benefits you?