Slashdot Mirror


Microsoft Attacks Linux With Retail-Training Talking Points

DesiVideoGamer writes "Over at Overclock.net, a user has posted screen-shots from Microsoft's 'ExpertZone' training course entitled 'Linux vs. Windows 7.' This course is available to BestBuy employees and will make them eligible for a $10 copy of Windows 7 upon completion." The screenshots linked show at least some creative interpretations of the state of Linux vs. Windows on a wide range of things, from media playback and video conferencing to ease of updates to (of all things) keeping your PCs "safer." Most of the claims, though, aren't concrete enough to be perfectly refuted. Writes DesiVideoGamer, "I think I now know why, when I enter BestBuy, the employees say the odd lies that they do."

116 of 681 comments (clear)

  1. Sign me up... by Frosty+Piss · · Score: 5, Funny

    This course is available to BestBuy employees and will make them eligible for a $10 copy of Windows 7 upon completion.

    I'll take the damn course if it'll get me a $10 copy of Win 7.

    --
    If you want news from today, you have to come back tomorrow.
    1. Re:Sign me up... by Mr.+Freeman · · Score: 5, Insightful

      I can get a free copy of windows 7 and I don't have to take any bullshit propaganda course.

      It's completely unethical for bestbuy to go along with microsoft on pushing this course onto their employees. Though I can't say I'm surprised.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    2. Re:Sign me up... by Gruff1002 · · Score: 2, Interesting

      It's all about the almighty dollar. You think there aren't kickbacks involved.....

    3. Re:Sign me up... by NotBornYesterday · · Score: 5, Funny

      "Kickbacks" is a dirty word. The Microsoft world prefers "back-end rebates" and "spiffs".

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    4. Re:Sign me up... by lukas84 · · Score: 2, Insightful

      Err, selling Windows Netbooks over Linux Netbooks makes perfect sense for them. They're more expensive and thus have higher margins.

    5. Re:Sign me up... by Dyinobal · · Score: 3, Funny

      They also prefer the word "Rimjob"

    6. Re:Sign me up... by Runaway1956 · · Score: 5, Funny

      Why is parent modded troll? If this were the Catholic Church, or the Church of Mormon proselytizing for members, Americans would go after them for violating our freedom of religion laws. If this were a Democratic maneuver for market share, the Republicans would be up in arms. But, it's alright for MS to recruit people to lie to consumers. Parent should be applauded for exercising restraint when he uses the word "unethical".

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    7. Re:Sign me up... by jack455 · · Score: 2, Insightful

      Exactly. I have a sales background and think this is funny. They're implying that win7 vs linux is a reasonable choice. They're talking about built-in support for devices which people might remember having to install a cd to run. If people even know what Linux is I'm sure it was from someone (probably more knowledgable) saying Linux is more secure even if it was followed up by a critique of Linux. My friend that I work with as a sysadmin is very pro ms but wouldn't buy half the stuff in these slides.

    8. Re:Sign me up... by NotBornYesterday · · Score: 4, Informative

      More expensive doesn't always mean higher margins. That's only the same if the markup is proportional to the cost, which it often isn't.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    9. Re:Sign me up... by NotBornYesterday · · Score: 4, Insightful

      I noticed several mild comments in this thread hit with -1, Troll. I think the MS astroturfers have mod points. The joke is on them; if they use up their points now, there will be nothing left later when the really nasty anti-MS stuff comes out.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    10. Re:Sign me up... by Bigjeff5 · · Score: 2, Insightful

      My problem with the repository system is there is a ton of stuff that is not in the repository. If you want it, it can be a pain in the ass to get it.

      For heaven's sake, it's 2009, why the hell do I have to friggin compile every damn piece of software that isn't in a repository? Windows figured this out decades ago, if you're compiling it into a binary, why do you need to compile it in the first place?

      Granted, that last statement shows a little ignorance of the way Linux works, but seriously, why hasn't the Linux community come up with a simple install script/storage container that packs all the dirty stuff into one neat little package for easy distribution? As it is now you have to dump a tarball into directory, run a few scripts while crossing your fingers that all your libraries match up, then make the binary. If something goes wrong and you don't have the time or knowledge to fix the scripts then you're stuck. It's bullshit.

      As wonderful as the repository idea is - frankly I love that everything is right at your fingertips - it is completely unnecessary with Windows, because Google works just fine as a repository. Click the link and you're installing the program, no mess no hassle. And if you wanted to set up a repository, it would not be hard, it would be little more than a database of .msi files, which install automatically.

      Frankly, some kind of unified one-step scripted install structure, preferably all in a single container, that actually worked as intended would catapult linux on the desktop by leaps and bounds. It would make so many things easier. Developers would have to use it, though, or it would have to be dead simple to convert current asinine scripted installs to it, else there won't be packages for it and the whole thing would be dead before it started.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    11. Re:Sign me up... by Anonymous Coward · · Score: 5, Funny

      Like Windows 8...

    12. Re:Sign me up... by vivaelamor · · Score: 2, Interesting

      I'm looking forward to when PackagetKit development picks up pace. Currently it's pretty horrible to use compared to Synaptic but with features like PolicyKit integration it looks to be the future.

    13. Re:Sign me up... by SanityInAnarchy · · Score: 2, Interesting

      For heaven's sake, it's 2009, why the hell do I have to friggin compile every damn piece of software that isn't in a repository?

      Mostly because the people who provided that software didn't know what they were doing. I just untar things not in a repository.

      For heaven's sake, it's 2009, why am I downloading and executing random, untrusted binaries from the Internet as the standard way to install software on Windows?

      As it is now you have to dump a tarball into directory, run a few scripts while crossing your fingers that all your libraries match up, then make the binary.

      If by "run a few scripts" you mean "exactly the same scripts for every single package", fine. I mean, it's going to be ./configure && make && make install.

      Where I think you're confused is the library dependencies. Generally, when I download the source package, they'll also give me a list of '-dev' packages I need to install on Ubuntu. And it's a hell of a lot easier to do than trying to compile something on Windows.

      As wonderful as the repository idea is - frankly I love that everything is right at your fingertips - it is completely unnecessary with Windows, because Google works just fine as a repository. Click the link and you're installing the program, no mess no hassle.

      No security.

      And if you wanted to set up a repository, it would not be hard, it would be little more than a database of .msi files, which install automatically.

      And dependencies. And reverse-dependencies. And automatic updates. And third-party repositories.

      No, if you wanted to do it right, you'd probably start with Windows Update -- except Microsoft has that locked down against third parties.

      Frankly, some kind of unified one-step scripted install structure, preferably all in a single container, that actually worked as intended would catapult linux on the desktop by leaps and bounds.

      Bullshit.

      See, there's really no way such a system would see any wider adoption than any existing package manager. In other words, we already have this, and it's called dpkg. And you can, in fact, click a dpkg in a web browser, and expect it to work -- or even click an apturl, and it'll pull it through the repository, rather than the browser.

      The absolute worst any modern desktop user has to do is run some commands -- that is, copy and paste something from a website into a commandline.

      Somehow, I don't think that this is The One Thing(TM) that is holding Linux back. I'm going to say it's instead the lack of applications, the less-than-perfect Wine, the fact that it's unfamiliar, and the fact that most people aren't getting it preloaded.

      I can think of a few ways to make the repository system better. But they don't involve mirroring the absolutely retarded way that Windows and OS X handle software installation.

      --
      Don't thank God, thank a doctor!
    14. Re:Sign me up... by SanityInAnarchy · · Score: 4, Interesting

      Why hasn't anybody come up with the Linux equivalent of the .dmg file?

      Linux had disk images for long before OS X did, and it's a terrible way of distributing software.

      Seriously, I think you've been brainwashed a bit by the Apple flashiness. Think about what's going on here:

      1. Click download link
      2. Open DMG file
      3. Drag app from DMG to Applications
      4. Drag DMG drive to trash
      5. Drag DMG file to trash
      6. Empty trash

      Every non-technical Mac user I know never gets to step 3. They get to step 2, say "Oh, there's my app!" and double-click it. Which means they run Firefox out of a disk image for years at a time, and never upgrade, because the DMG is read-only and Firefox won't auto-update itself.

      Compare to:

      1. Click the apt-url link
      2. Follow the instructions
      3. There is no step 3, nor any files to clean up.

      In other words, the reason there isn't the "Linux equivalent to the DMG file" is because what we have actually is better, and easier to use, when it works.

      --
      Don't thank God, thank a doctor!
    15. Re:Sign me up... by cp.tar · · Score: 4, Insightful

      At any rate, does anyone think Microsoft is giving Linux too much publicity? There's people out there that wouldn't dream of running linux, and when they're asking questions wouldn't it be easier to say "I don't know, never heard of it" then have some tech person jump all over them with a barrage of answers?

      They tried that.
      First they ignored Linux. Kept saying it wasn't a threat.
      Then they ridiculed it.
      Now they are fighting it.

      You know what the next step is, right? (It's not PROFIT!, but it's not far either.)

      --
      Ignore this signature. By order.
    16. Re:Sign me up... by FlyingBishop · · Score: 2, Informative

      I think the MS astroturfers have mod points.

      That's pretty clear. I've noticed it on Reddit a good bit too. At least there though, I don't think the administration has been bought out. After that Blizzard fanboy piece they ran the other week, Slashdot has me more than a little concerned.

    17. Re:Sign me up... by Zero__Kelvin · · Score: 4, Informative

      "Wait until you have a problem with a library when you're making/installing an app, and it's a library that generally needs to be an older version (why wasn't it backwards compatible? who knows?), which is impossible because you have other apps that require the newer version."

      I'm not about to wait until hell freezes over. You see, in Linux, it is entirely common to have multiple different versions of shared libraries and they all coexist just fine. Every single point you made in every post in this thread was blatantly wrong, and shows that you are either a complete moron, haven't tried to use a decent Linux distribution in years, or are a straight M$ shill. Since you are offering up blatant lies about both Linux and Windows, and they all favor the virusOS, I'm betting on the latter.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    18. Re:Sign me up... by bigtomrodney · · Score: 2, Informative

      That already exists and is centre-stage in a leading distribution:

      YMP (Yast MetaPackage)

      It's a nice idea, it's a bit better than floating rpms or debs but I don't know if I'm entirely sold on it. It's been around for a few years and I haven't seen any of the other distros picking it up, so that might say something about it. There is apturl but I know I've never used it or even had the opportunity.

      --
      I never get used to these constant resurrections
    19. Re:Sign me up... by pohl · · Score: 4, Interesting

      Your response is either obtuse or ignorant. The post you're responding to is clearly not seeking an ABI that is merely stable for him, but rather an ABI that is consistent and stable for the entire platform. Suggesting that he sticks to one particular version for himself does nothing to enable him to walk into a store and know that any arbitrary piece of software would work on his system.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    20. Re:Sign me up... by Sir_Lewk · · Score: 4, Insightful

      This will probably get me modded to hell by the FLOSSies, but what the hell, I got karma up the wazoo.

      And this is where I stop reading. Saying things to this effect just so you look like a martyr and get modded up is about as old as sliced bread.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    21. Re:Sign me up... by gbarules2999 · · Score: 2, Insightful

      That entire post could have been summed up by saying, "Release less often." Good advice, but dear lord, we get it already.

      Also, few things annoy me more than a post that not only assumes the community won't like it, but points it out in the first sentence. "I'm gunna get moded tro11." Cool. Congratulations. Does that make what you're about to say any more valid? No? Then delete the line.

    22. Re:Sign me up... by TimSSG · · Score: 2, Interesting

      This will probably get me modded to hell by the FLOSSies, but what the hell, I got karma up the wazoo. You guys want to know why it makes sense to push Windows over Linux on just about everything? One sentence-lack of a stable ABI.

      Wow, did windows built stop using ever newer version of Visual Studio?
      Or, did they switch to an non-Visual Studio compiler?


      Because Visual Studio ABI for C++ changes with each version of Visual Studio.
      I like GCC where the ABI is more stable.

      Tim S.

    23. Re:Sign me up... by vadim_t · · Score: 5, Insightful

      Go into a shop, but a webcam, take it home and find that the drivers don't work with the customer's version of Linux they run. You have no idea which one they run, it'll probably be Ubuntu but even then, which version?

      Things don't work like that in Linux.

      You don't insert a CD with webcam software. If webcam is already supported by the kernel, then you plug it in, and it works without any extra messing with stuff. The "if" is of course the problem, but if there's no driver in a recent distro then it's quite likely none exists at all. Fortunately webcam support is very good these days and I've never heard of a webcam that didn't work.

      Regading "which version", it doesn't matter. Ubuntu/Kubuntu/Xubuntu all support the same hardware. Other distributions of a similar date are unlikely to show any significant differences. You can often see Linux logos on network cards, because the driver is in the kernel, so all distributions get it from there.

      Linux does things differently here, and frankly I prefer the Linux way.

      The Windows way is: The manufacturer provides their own software and driver, possibly for hardware that's not really their own. Manufacturers like Logitech often sell cameras not only by their technical specs but by the software included with them. For instance, the more expensive Logitech cameras have software that will let you stick a beard on your webcam image in Mr. Potato head style, even though the ability has nothing to do with the webcam itself.

      The Linux way is: The chip manufacturer's (hopefully) provides specs. Kernel supports the chip, supporting at once both the Logitech and the Creative webcams using the same hardware, possibly covering 10 different webcams with the same driver. This means that the users of all of those get unified, and if Logitech contributes a bug fix, Creative users get it too. The kernel provides the same interface for all webcams, so that so long it works, the software doesn't care what you have. If you want to stick a beard on yourself, you look for a program that will do that on Linux (haven't looked), which will work both with the most expensive and the cheapest USB1 webcam you can find.

      And that's what I like about the Linux way: The webcam is just hardware and works and such. It doesn't come with some gaudy and buggy piece of software to change settings. Every webcam works with the system in exactly the same way.

    24. Re:Sign me up... by Bralkein · · Score: 5, Insightful
      I don't really agree with what you're saying, but you make a fair point so that's fine. However:

      So please FLOSSies, quit with the "it a M$ conspiracy!" crap

      Even if what you said is correct, if MS are being a bunch of underhanded arseholes then I think Linux/Free software people have the right to blast them for it. If Microsoft have concocted a scheme to feed lies to people trying to make an informed purchasing decision (and some of the things they say are patent lies) then it doesn't matter if Linux has no stable ABI or even if Linux kills your pet dog, MS are in the wrong and people can reasonably call them out on it if they want to.

    25. Re:Sign me up... by strangedays · · Score: 4, Insightful
      I think the poster has a significant point.

      I have been a linux user for many years, various distros; I recently decided to get myself an up to date Ubuntu capable laptop, that would run wifi, etc without 4 hours of installing ndiswrapper or other weird stuff from odd sites.

      Clearly I can order a box from a specialized builder, but I was curious to see of that could be bypassed, apparently not.

      So far I estimate I have spent at least 4 hours trying to identify a laptop I can simply walk in and buy from Sams Club, or any major store, and expect it to run Ubuntu and have the devices work.

      This is not something Jo Internet should even attempt, or be expected to figure out.

      Hardware compatibility lists are basically obscure and useless, and often outdated. The detail is way inadequate.

      I like many HP laptop boxes (price quality choice mix is good), but there are so many variants and so little detail on the installed chipsets, no sane person should try to figure it out. Both dell and HP seem to have recently (quietly) walked away from providing ready to go linux on their sites.

      So what does the linux community expect Jo Internet to do, randomly buy a laptop and hope it works, until an update breaks it silently?

      My Girlfriend (yes, really) recently had a working laptop (HP Pavilion) with working wifi connection (probably the most critical item for most laptop users) which was silently broken by an Ubuntu upgrade. It took me several hours to find the necessary changes, download stuff and fix the driver, security is unavailable. Not acceptable and not someting Jo Internet will do.

      I agree with the posters comment that the purist view of open source is impractical in the real business workld of patents and hostile trolls.

      If there there was a usable and stable binary interface, and the distro's included the install of closed source drivers, then rational self interest will take over and the hardware manufacturers will release drivers, to enable increased sales of their gadgets.

      Clearly there will be anticompetitive actions, which will probably be quietly ignored by our open source hostile and arguably incompetent/corrupt DOJ, (the ludicrous never ending failure of the war on drugs shows the DOJ has no idea what supply and demand even means). Supply and demand always wins in the end. Anticompetitive actions don't really matter in the long run, unless we choose to think they do.

      The problem is not linux, or any distro, or the boot, or the desktop, or Gnome vs KD; The problem is that the wise and ancient Self Appointed Benevolent Dictators For Life have slowly become Self Appointed Barriers to Success.

      This is a common problem in any form of endeavour, when successful it can grow far beyond the capabilites of the original inventors;

      Dear SABDFL's, you have won, the future is going to be open, so take the bows, polish up your egos, do the lecture circuit, write books, FOSS is here to stay, many thanks; now, please let the rest of us do business in the real world.

      Please don't misunderstand me, I am not saying we give up the ideals of open source software and the real freedoms and security it provides.

      Is enabling closed (redistributable) device drivers a slippery slope?

      Not really, it is a necessary evil, so lets not get paranoid, just allow it carefully in the legal licensing and Distros.

      I agree with parent post that we need to provide a hybrid? closed source + open source license structure and a usable Binary Interface, so hardware manufactureres have the business incentives to provide working

      We all want Jo Internet to walk into a store, look for the fat penguin on the box and know the gadget will just work.

      Eventually, there will have been so many boxes sold because of the fat penguin, that business folks may be willing to open source drivers, if that really even matters, (it does not matter to Jo Internet); but until that bright shiny morning arrives, we should simply make it a no brainer for the device driver manufacturers to release working drivers, because it increases their profits.

      --
      There is no god; get over it already! Never exchange a walk on part in the war, for a lead role in a cage.
    26. Re:Sign me up... by chill · · Score: 3, Insightful

      Sorry, I disagree. Webcam drivers and the like DO NOT BELONG IN THE KERNEL. The V4L (or V4L2) ABI should be stable enough where vendors can provide userland drivers and the kernel people shouldn't be worrying about it AT ALL. Specific device drivers have no business being in kernel space. The various ABIs should be stable over the major version numbers: 2.4.x, 2.6.x, etc. The current way is dangerous, sloppy and one of the major reasons Linux has issues like this with off-the-shelf hardware.

      I mean, they did that for printers, why not every other piece of hardware?

      --
      Learning HOW to think is more important than learning WHAT to think.
    27. Re:Sign me up... by SanityInAnarchy · · Score: 2, Informative

      Is it really any different clicking on an apt-url from some unfamiliar website?

      Yes.

      An apt-url is a URL to a package that is already in the repository, which means at least there's some minimal assurance that someone associated with Ubuntu or Canonical has looked at it, and some strong assurance that it hasn't been modified since then.

      What about legitimate authors who didn't jump through the hoops to get their software into all the various repositories and packaging systems? Should they not be trusted simply because they didn't sign up with Canonical?

      Pretty much. Ubuntu is community-maintained, and it's really not that difficult to at least get into the "universe" repository.

      Of course, unlike the iPhone, it's always possible for the user to go around this, and I agree, it could be made easier than it is -- but it is pretty easy. I gave an example somewhere here involving Chrome -- it's a deb which sets up a repository as it's installed.

      Now, you could make the case that downloading a random deb from the Internet is just as bad as downloading a random exe. But the point is, the capability is there if it's needed -- and most often, it makes much more sense to use something from an already-trusted repository.

      All those -dev packages? Those are libraries that need to be on your Linux box in order to make the program. If, for some reason, the program you are trying to install cannot use a newer version of a library and you need that library for other software, you're quite thoroughly fucked.

      Well, no, it's just gotten harder. Generally, you can pass an argument to ./configure to tell it where to find headers, and there can easily be multiple versions of a library installed -- that's why the .so files have version numbers on them.

      I also can't remember the last time that happened to me.

      MSI and DMG files have dependancies built in.

      This has two major disadvantages:

      First, it's just extra space, bandwidth, RAM, and cache. That last one is still not cheap.

      And second, it makes it difficult to globally patch a vulnerability in such a library. Example: OpenSSL is likely to be used in a number of packages. The only way to patch it in all packages on, say, OS X, is to not bundle it and pray Apple includes it in the OS -- then it'll be handled by Software Update.

      Updates are a single extension file (with MSI files anyway).

      What does "extension file" mean, in this case?

      And where is the option for me to tell my system to update all MSI-based apps I have installed?

      I'm fairly sure this does not exist for OS X apps.

      What would you suggest for me now? Got any more commands that will magically fix a retarded install method?

      Contact the maintainer?

      Your complaint here is that it doesn't work with newer libraries. But this is, again, similar to expecting a Win98 app to work in Windows 7. It often will, but sometimes it doesn't. Even when Microsoft pours blood, sweat, and tears into backwards compatibility, it's often working around a bug in the original app.

      It's also worth mentioning (again) that the blame for this falls squarely on the shoulders of the app developer. Just as you would scream bloody murder if a Windows app required you to download Visual Studio Express and compile from source -- but you wouldn't be blaming Microsoft.

      Of course it's not The One Thing(TM) holding Linux back, you'd have to be an idiot to think that. But you've got to have your blinders on pretty tight not to see that it would definitely improve the situation for Linux on the desktop.

      I agree that the situation could be improved.

      However, the methods most people suggest amount to "Copy Windows" or "Copy OS X", which would be a serious regression in many wa

      --
      Don't thank God, thank a doctor!
    28. Re:Sign me up... by Alex+Belits · · Score: 4, Insightful

      I see. "Stable ABI" is the new "Gimp doesn't support CMYK".

      Both false, of course -- CMYK is supported by each and every color printer driver, plus color separation plugins, Linux ABI is stable enough that Quake 3 runs on any current x86 Linux box, neither has even a slightest degree of relevance for users.

      --
      Contrary to the popular belief, there indeed is no God.
    29. Re:Sign me up... by gbarules2999 · · Score: 2, Insightful

      Jo Internet is never going to install an operating system anyway, so why does it matter?

    30. Re:Sign me up... by hairyfeet · · Score: 3, Insightful

      The reason I added that is I have found if I don't instead of having a discussion on the subject i get 30 posts that are a variation of "M$ suxorz! U is teh newbz! CLI is leet and roxorz! Go back to Windblowz LOL!" and I have found putting that line at the first seems to take some of the fun out of it therefor the twitters don't spambomb the post. Sorry if it offends you, but if there weren't so many zealots of ALL camps here, and instead of mod wars we could all discuss things rationally, then it wouldn't be necessary.

      And I still stand by my post. Does anyone honestly think you could walk up to the geek squad guy or the guy working the counter at Wally World and say "which items here work with Linux?" and they would have a fricking clue? That is why I won't sell Linux, even though I think for my customers that simply surf and watch vids it would be a better solution. Because there is simply no way for me to tell them which items are safe to buy for their PC, and which are not. With a stable ABI I would have Linux boxes on my shelves RIGHT NOW, as I could simply tell them "you see this cute fat penguin? Yeah, isn't he cute? His name is Tux the Linux penguin. Just look for Tux on the side of the box and you are good to go".

      And this has NOTHING to do with releases. Because if they only released every three years but insisted on making everything from the kernel on up a moving target, like it is now, then it simply would be just as worthless than if they released every week. With a stable ABI it wouldn't matter what you did to the kernel, because I wouldn't have to worry about that, only the ABI. More improtantly with Windows I can hand it to them knowing that every single item sold in Best Buy, Staples, and Walmart all "just work". No research, no "device foo is broken by update Y", no crawling forums before every purchase, it all just works. There is NO REASON why in 2009 Linux couldn't be the same, with a stable ABI I am willing to bet my last dollar that you would see little Tux logos spring up on everything.

      But ultimately the choice is up to the community. Only by throwing a shitfit and demanding a stable ABI will this ever change. if it stays the same as it is now I predict we will be talking in 2015 about "next year is the year of the Linux desktop" while Linux sits at 2% and Win8 is on everything. And guys like me STILL won't be able to sell Linux machines, because even buying the simplest piece of hardware at retail will be a giant minefield for the customer. I believe Linux has what it takes to be a real force in the desktop market, and spur real change and innovation. But this will happen ONLY if guys like me and retailers like Best Buy can tell their customers "look for the Tux penguin on the box" instead of "I have no clue whether that will work or not. You will have to go to forum X and research it". In 2009 this is simply inexcusable, and will continue to keep Linux in the basement adoption wise.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    31. Re:Sign me up... by rnaiguy · · Score: 4, Insightful

      Fortunately webcam support is very good these days and I've never heard of a webcam that didn't work.

      HAHAHAHAHA!

      I spent ~3 months trying to get my philips webcam working in Ubuntu 9.04. By the end of it, I had only managed to get it to show an image that looks like the output of an infrared camera, and a blank screen in skype. In the end I had to go back to my older webcam, which still requires me to run skype with a script to preload some v4l component.

      The webcam support is getting better, but it sure as hell needs work.

      Lets not even start on the hell i went through this last week getting my tv tuner working, which was "supported" according to linuxtv.org.

      I still prefer linux, but every time i go through something like this, a part of me wishes I had gone for dual-booting with windows.

      These are the kinds of things I think people will want to do more and more with their computers in the future, and if the linux setup experience is not easy, people won't want to deal with it and retailers sure as hell won't want to deal with all the complaints and tech support.

    32. Re:Sign me up... by jra · · Score: 2, Interesting

      OV-519 JPEG based cams are a bit of a bitch to get working; no one wants to put JPEG code in the kernel.

      Someone does RPM it for SuSE, but the hunt took me almost 2 hours.

      But, really, the problem here is that you're going to the wrong Best Buy stores.

      Heh.

    33. Re:Sign me up... by gbarules2999 · · Score: 3, Insightful

      You're so fast to argue and attack that you've forgotten that I agree with you. I suspect most of Slashdot would as well, despite what you may assume.

      While I agree with your discussions of the stable API, I disagree that it is the cause of Linux' downfall. Linux will not win any time soon, not because of any technical reason, but because Microsoft controls the entire computer market. Stable API will not change that fact. Device support, which is very good at this point, will also not change this fact. Maybe device creators would care enough to slap a Tux logo on their device if most of the computer consumers weren't ignorant and couldn't tell you the difference between a stick of RAM and a pop tart. Even if Linux had a stable API that was easy to code for, I doubt may device creators would care, because their users are all in Windows, completely oblivious to anything else that might be occurring around them.

      And you're wrong - whining about "I"LL GET MODDED DOWN TROLL" is just a lame, idiotic line that only makes you look like you're sticking your neck out to piss someone off, which, of course, is the very definition of a troll. I'm sick and tired of this new fad that Slashdot seems is goes through, which is mostly a mentality that everyone here thinks Linux is perfect. No, they don't. Nobody does. The fanboys might argue that there is some validity and play the devil's advocate, but in the long run you're basically alienating yourself from everyone that might potentially agree with you, which is everybody. What we need is some quiet, calm discussion of Linux' flaws that doesn't involve flaming or pre-emptive flaming, neither of which is going to happen because everyone who doesn't use Linux on Slashdot seems to think all Linux users consider their operating system perfect. Yelling "FIRE" before there's a fire is just stupid.

      While we're on that topic, Linux' flaws:

      -Audio is a mess, and Pusleaudio is not the band-aid that will cure it; at least not in the state it is in. It doesn't help that distros can't package it correctly, but there are too many switches and levels for even the most simple of tasks.
      -Package management is wonderful, but we need to standardize the damn things. I vote for Apt-RPM. Choice is good and wonderful, but not when it is considering package formats. Just pick one so we can finally just post a "Linux" binary on the web that works with every package management system seamlessly. How kick ass would that be?

      These two can be fixed now, and if anyone's awake at Red Hat, Debian or Canonical I suspect they will be. After that, Linux must simply wait and bide its time, adding features and fixing bugs until a government agency wakes up and slaps Microsoft for their ridiculous monopolistic behaviour they've gotten away with for decades. The missing link is the OEM's (who have all been bullied or paid into submission), because the average user won't install Linux on their machine anyway - no matter how easy it is, most users don't understand the concept because they've been taught that computers = Windows. Until the point where ignorance is no longer accepted, nobody can crack the barrier, and Linux will not win.

    34. Re:Sign me up... by DavidTC · · Score: 4, Informative

      You have no idea how 'Linux drivers' even slightly work, do you?

      No piece of hardware ever comes with Linux drivers. Maybe a few barely-supported things a decade ago, but not any recent stuff.

      This is because, unlike Windows, Linux doesn't expect hardware manufacturers to make their own shitty drivers that crash all the time because they're a hardware company and don't know how to write software.

      Something like 90% of Windows blue screens post-Windows 98 are because of third-party hardware drivers. XP onwards stopped applications from being able to crash Windows, but there's not a damn thing it can do about shitty drivers. Now they have this 'certification' thing that works somewhat, but hardware companies are not software companies, and still cannot write good software.

      This is why Linux drivers come with the kernel, and why kernel developers write them. Of course, the company is free to write their own and submit it to the kernel devs, but that's the distribution point, not some driver CD.

      There is nothing stopping hardware manufacturers from saying, in the requirements, 'Linux kernel 2.6.4 or greater', and many, of course, actually do.

      In fact, Linux is basically the only OS that you can be sure hardware devices that worked on a version of it in 2000 still work on modern version, which makes your entire premise absurdly idiotic. Linux may sometimes suffer by not having the absolutely newest hardware support, but it has about 10x the backwards compatibility that Windows has. The devices that used to be supported under Linux but are not anymore are probably countable on two hands, whereas there's plenty of XP stuff out there that will never get signed Vista drivers, just like there was plenty of stuff under 98 that never got XP drivers.

      This is because the company is in charge of updating them, and they don't give a flying fuck about supporting hardware they don't sell anymore. In fact, they'd rather that old hardware didn't work, because they've got some new stuff to sell you. Whereas with Linux, the kernel people are in charge of keeping the driver updated, and hardware will only stop working if some kernel APIs change enough to break it and no one bothers fix it so it gets removed. (Recently, Linux lost the ability, as it redid its entire IDE/PATA/SATA/SCSI support to be in one unified driver, to read MFM hard drives. Aka, pre-IDE. No one seemed to mind.)

      It's somewhat hilarious to hear anyone talk about a 'kernel ABI' on Linux. Man, the Windows kernel ABI and API changes every release, making all hardware manufacturers update, or not, their drivers. Whereas 99% of Linux drivers are already in the kernel, and just change along with it and keep working. It's only the companies that insist on releasing their own drivers that have problems.

      Now, WRT to software ABI, there's a valid concern. Or, at least, it was. A long time ago. Nowadays it's trivially easy to release commercial software for Linux that works fine. You put an install script on a CD, you have that either use the package manager (either dpkg or rpm, you can include both on the CD and use whichever one the OS is) or you don't bother with that and just put it in it's own /opt/ directory. Then you stick icons in the right place for Gnome and KDE to pick them up.

      If the libaries it needs aren't found, you can install your own, either compat libs for the entire OS, or just in your own directory.

      Anyone who can't package software for Linux and have it work on any full-fledged Linux distro made in the last five years shouldn't be writing software.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    35. Re:Sign me up... by iYk6 · · Score: 2, Informative

      Linux ABI is stable enough that Quake 3 runs on any current x86 Linux box

      Quake 3 is a game. It is an application. It is not affected by the unstable Linux ABI.

      The unstable Linux ABI means that if a hardware company is going to make a driver for Linux, then it has to update it frequently, and that new drivers may not work in old kernels, and old drivers may not work in new kernels. It is a serious problem, and is partially responsible for generally poor hardware support from device manufacturers.

    36. Re:Sign me up... by petrus4 · · Score: 2, Insightful

      If by "run a few scripts" you mean "exactly the same scripts for every single package", fine. I mean, it's going to be ./configure && make && make install.

      The GP is an end user. The autotools triple is too difficult for end users. You're asking him to put his bottle in the microwave, set the timer for it, and take it out all by himself. You're supposed to do that, and then jam it in his mouth, and then burp him when he's finished.

      Oh and by the way, unless you do that, Linux won't universally supplant Windows, which for some inexplicable reason, the Linux community is desperate to make happen.

      No security.

      The GP is an end user. End users don't care about security. At all. They especially don't care about security, if security in any way compromises their ability to gain the kind of effortless, instant gratification described above.

      The absolute worst any modern desktop user has to do is run some commands -- that is, copy and paste something from a website into a commandline.

      The GP is an end user... You already know how that's going to go, don't you? ;)

    37. Re:Sign me up... by DavidTC · · Score: 2, Informative

      Sorry, but I have to laugh. You really should take off your glasses with one lense tinted rosey, and they other completely blocked out. Real linux software doesn't "just work", especially hardware.

      The subset of 'software' that is 'hardware' is pretty small. In fact, no software is hardware.

      Actual software, however, works fine. Companies don't have any problems producing commercial software that will work on any distribution.

      And as for actual hardware (Not software that is hardware, whatever that is.), it works just fine. As I said, Linux sometimes doesn't support the newest hardware. You have to check before you buy.

      OTOH, it supports a heck of a lot older hardware, stuff there will never be a Vista or Windows 7 or any 64-bit Windows driver for. And Linux will eventually get drivers for new stuff, whereas those OSes won't for the old stuff. (As the hardware manufacturers have no incentive to make drivers for hardware they don't sell anymore.)

      Again, pretty funny. Sorry, but even open source companies can't get stuff to install consistently across even the most popular versions of linux without resorting to custom install work.

      Erm...did you just argue that companies need to use installers to install things? Also, Linux companies need to resort to CD burners to burn CDs! Why didn't I mention that?!

      Um, yeah. You need write an 'installer', or set up a third party one, to, you know, install. As opposed to Windows, where you need to, um, do the same thing. Hrm.

      A lot of the stuff you'd have to set up in the installer for a Windows program, you simply set it up in the package, and it's all handled as part of the OS instead of the installer having stub programs it installs to, for example, uninstall the program. So all you really need is a fancy dialog box saying 'Install blah? Yes/No' and, if Yes, run a single command based on the distribution.

      I.e, instead of a myriad of third party installers like in Windows that handle a bunch of stuff automatically, Linux distros come with that built in, for free, and it's got more features like 'automatic updates' also.

      Granted, there are two competing ones of those, the 'rpm' system and the 'deb' system, but it is trivially easy to convert a package back and forth, or make it for both, or, heck, there are tools that let you directly install one sort of package under the other system.

      Of course, who knows what's happening in your imaginary universe, where the instructions to install Linux software probably start with 'mount your CD', which you probably think Linux users still do.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    38. Re:Sign me up... by Tyler+Eaves · · Score: 2, Informative

      Try getting ATI drivers to work on a recent kernel and call me back. The drivers are usually at least 3 months behind the kernel releases. (See also the great Ubuntu Jaunty ATI clusterfrak.)

      --
      TODO: Something witty here...
    39. Re:Sign me up... by hairyfeet · · Score: 3, Interesting

      Well considering I went from +5 to negative 2 in under 1 hour, i guess the mods don't agree with you. Only a fool would say that groupthink isn't VERY strong here at /., and I am no fool. Say that Apple is expensive, that Linux has problems, or that Windows doesn't always suck balls and watch your karma burn baby. Just for placing the post you responded to I have had no less than 4 posts on different subjects suddenly modded down. I have no doubt for daring to respond to you I will be modded down yet again, so say what you want, the evidence says otherwise.

      That doesn't change the fact that without a stable ABI there is simply no way for me to tell my customers what is safe and what isn't to buy. Customers aren't gonna rush home and do research just to buy a new gadget, and they certainly aren't gonna walk around Best Buy with a pen and paper writing down models numbers to research, yet that is EXACTLY what they have to do to buy anything at retail with Linux? It is 2009, WTF? Are Windows drivers great? Nope, in fact I have seen some seriously sucky drivers in my day. But they work, so that my printer prints, my cap card captures, etc. They may be bloated or buggy but i don't end up with a paperweight. My printer? paperweight. Wireless in my laptop? paperweight unless I want to run completely unsecured (no thanks). Can I walk into the Best Buy down the road and replace them? Nope, because without doing research first I have a good 70% chance of being in the same boat i am now, and that is simply unacceptable in 2009.

      So while I agree that pulse is shit and package management needs to be standardized, again that is rearranging deck chairs while the boat goes down. Until there is a simple and easy way for Joe normal to walk into a retail shop and pick up hardware without needing to spend hours on forums first, well then there simply isn't much of a point. Bundling kills any price gains that Linux has over Windows, because unless your name is Michael Dell you can't compete on bundles. Likewise with support contracts, which are a corporate thing that home users will never go for. They need a way to walk out of my shop and go "I'd like to pick up a new printer to go with this new box" and just walk into any store and buy with confidence. With Windows I can tell them to look for the "Works with Windows x" logo, with Apple the Apple logo, with Linux they are SOL. And as long as everything from the kernel on up is a moving target, so trying to write a binary driver is like hitting a dartboard with a bumblebee, that will never ever change. There is simply no way to certify a piece of hardware, because the next update could break it all and put you back in the same boat.

      But you watch, even though the two of us are having a nice civil conversation on our opposing views on the subject, just like the other posts this will be modded to hell for daring to oppose groupthink. ever since they screwed up meta modding here on /. the quality of posts with differing viewpoints are frequently buried, and the trolls are getting thick. Just witness the fact that the first 20 or so posts are now variations of "nigger" and faggot" posts, whereas in the past all we would get is the occasional GNAA or Penisbird ASCII art. Damned shame to see this place become another Digg.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    40. Re:Sign me up... by hairyfeet · · Score: 2, Insightful

      Since I have been modded down all over the place for daring to respond you may not see this, but I'll answer anyway. Where in there did you see Windows drivers are good? I didn't say they were great, hell I didn't even say they were good, I said they work. The printer prints, the fax faxes, the wireless connects. With Linux if it don't work out of the box you are SOL.

      And as I said go to Best Buy, Staples, and Walmart with a pen and paper and check for yourself. You are talking about MAYBE 30% of the devices carried supported, and that is if you count the ones that take 2 pages worth of CLI hoops, the wireless that won't let you have WEP, much less WPA2, and the ones were "support" is some driver written for a completely different piece of hardware that YOU are supposed to 'tweak" to make work. Does anybody think Joe normal could pull that amazing feat off? hell I have 15 years in IT and I wanted to fling my laptop across the room after trying for 2 days to get WPA to work on my wireless. hell I couldn't even get the damned thing to stay connected or see the WAP half the time.

      So how do I sell Linux boxes? How do I let customers walk out that door when there is less than a 30% chance that whatever they pick up at the big three retailers will actually work with their new box? How do i explain to them that for saving $50-100 on the price they have to research some funky forum for the rest of that machine's life? I WANT to be able to sell Linux. I think the Linux security model is much more appropriate for those that only surf and do videos. But unless they never actually allow the thing to update I can't even guarantee that the hardware that is on the thing will continue working without hours of searching and CLI hoops, and I certainly have no way of telling them what they can/can't buy at the big three retailers, because inventory changes all the time, and things that worked with Ubuntu 8 may not work with Ubuntu 9, etc.

      I say it is 2009 and this kind of craziness just don't cut it anymore. You could get away with stuff like that when Win9x would BSOD half the time when you plugged in the USB device. But now folks are used to WinXP, where they haven't seen a BSOD in ages. They are used to nice GUIs, and easy to install drivers, and shopping for hardware that you can simply look at the label for a few seconds and toss it in the basket. I think if Linux can fix this one major SNAFU that Linux adoption can really take off, as its better price and security could sell it. Not to mention the new desktops are damned nice, with lots of cool features. But that simply won't sell if they can't even buy a fricking printer without studying first. The Windows drivers may not be great, but they DO work. With Linux shopping for even the most basic hardware can be a minefield of incompatibility and frustration. And THAT is what I am saying simply HAS TO change or Linux simply won't ever break out and hit mainstream.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    41. Re:Sign me up... by bloodninja · · Score: 2, Interesting

      Where did you get the Skype v4l script from? Please share!

      I have been fighting with Phillips, MSI, and Logitech webcams and can get none to work, even in the latest Kubuntu (9.04). And of course I have to explain to family members who want to see my daughters online that they still cannot, and when they ask why not I have to mumble some excuse so _Linux_ does not look bad.

      Webcams are interoperability devices and so long as they are not "supported" in Linux, other users will only ever hear the word "Linux" when we are telling them why something does not work.

      --
      Lock the wife and the dog in the boot of the car.
      Return one hour later.
      Who's happy to see you?
    42. Re:Sign me up... by walshy007 · · Score: 2, Insightful

      a stable ABI is not equal to a certification program, which is more so what you would like.

      Linux already has the largest in-built hardware support of any os, only as you correctly point out you won't know if it works until you try it. So why not test against a standard kernel and if it works give it the linux stamp you so want?

      Because the vast majority of hardware manufacturers, especially in the home markets, are NEVER gonna give you their code. It simply isn't in their best interests and it opens them up to the risk of litigation by patent trolls

      The card vendors no, the chipset manufacturers, the majority of them will give you specs if you demand them, why wouldn't they? the people purchasing the chipsets for use in cards need the specs to effectively use them. This is how most of the drivers in the linux kernel for random hardware is made, there are only a few notable hold-outs.

      Having the drivers in kernel and frequently audited and updated is one of the linux kernels biggest strengths, running closed source random code in kernel mode from third parties is a serious security and stability risk. Most modern windows blue screens aren't caused by windows, but by shitty divers written by third parties.

      Still, I think you should perhaps gather, that having a stable ABI will do sweet crap all in regards to linux driver uptake, and that what you really want is a linux hardware certification program, which would solve the peripheral problems you've mentioned, once a piece of hardware is supported in the linux kernel, that support is very very rarely removed.

    43. Re:Sign me up... by rnaiguy · · Score: 2, Informative
      I can't recall where i found this (in a forum somewhere), but this is the entirety of the "script" i use to launch skype (it would be easy enough from command line, but i like a desktop icon to click):

      #! /bin/sh
      LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

      this is the only way I can get skype to work right, and it does the job for my cheapo EZonics III webcam.

    44. Re:Sign me up... by jhol13 · · Score: 2, Insightful

      BULLSHIT!

      MPT008 was dropped when moving from 2.4 to 2.6.

      Peracom USB Ethernet adapter stopped working while in the kernel. This is because the device driver writers could not test it, and most likely "did not give a flying fuck". Apparently "No one seemed to mind".

      Windows kernel ABI changes in every major release - i.e. every few years. Linux ABI changes in every minor-minor release, i.e. every month. This is especially painful for out-of-distro FOSS devices.

      And last but not least: there is no good way to get a driver into the kernel tree. There are webcam drivers for which the chip maker has helped to create drivers - still not in the kernel. New laptop (e.g. EeePC) - no way to get the drivers to the kernel tree a month after launch and obviously cannot put in before launch.

    45. Re:Sign me up... by glitch23 · · Score: 2, Interesting

      I'm sick and tired of this new fad that Slashdot seems is goes through, which is mostly a mentality that everyone here thinks Linux is perfect.

      That's the *only* issue you have with the slashdot crowd? Wow, you give them too much credit. How about the fact that many people mod down because of disagreement?

      --
      this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
    46. Re:Sign me up... by westlake · · Score: 2, Insightful

      The missing link is the OEM's (who have all been bullied or paid into submission), because the average user won't install Linux on their machine anyway - no matter how easy it is, most users don't understand the concept because they've been taught that computers = Windows

      You don't have to bully anyone into producing for the platform that has 95% of the global desktop market.

      The OEM system install has been the gold standard in the consumer market for close on to thirty years.

      The computer is sold under a warranty. It works as advertised or it goes back to the seller for a refund, repair or exchange.

      Computers=Windows because Windows=Software.

      Everything in FOSS. Everything in proprietary and closed source.

      Product available at every price point.

      Freeware. Shareware. Online distribution. Retail boxed.

      The classics of MSDOS and Windows PC gaming at $5.99 and $10. Gog.com DRM free. Ready to run on Vista and Win 7.

           

    47. Re:Sign me up... by mysidia · · Score: 2, Informative

      "Open source drivers don't have this problem."

      Sure they do. When the driver is distributed sepately and not integrated in the kernel, it's a PAIN to keep the driver when 'yum updating' your kernel, you have to go grab kernel source again and recompile the driver.

      It takes 6+ hours of extra work, just because you can't simply use the existing driver binary with the new kernel.

      Moreover, most major hardware vendors aren't willing and don't want to distribute drivers as open source. For various reasons; mainly for support concerns, 3rd party licensed code, OEM'ed parts in the hardware, and proprietary hw details source would reveal.

      Many of them deliver binary drivers that only work with specific kernels.

      Or they deliver a driver, and you have to compile a special 'wrapper' kernel module to load the driver.

      Again, you've got to spend the 3-6 hours of extra work every time you 'yum update' your kernel, you've got to manually go get the kernel sources, prepare a build environment, and compile the module against the new kernel, before it will even be willing to load the driver.

      Btw, all this reflects extremely negatively on the Linux kernel and strongly discourages hardware vendors from trying to support it.

    48. Re:Sign me up... by Epsillon · · Score: 3, Insightful

      Ignoring them doesn't work because they feed off of each other, leading to some enormous threads with very little content beyond "{insert object of affection here} FTW!" What seems to put a stop to them is that rare beast, the highly gratifying post that looks at both sides of the free/proprietary issue objectively, examining the true reasons for the current state of software, i.e. all software sucks, usually an edifying read that immediately rings true to all but the most fanatical and blinkered supporter of one camp or the other.

      For example, a true Linux user is never going to be happy with the system, in the same way an objective Windows user is going to find flaws and niggles each and every day and can probably be found reading others' experiences and nodding sagely at the sorry state of whatever bit of software has caused regressions. Being able to discuss these flaws logically without exaggeration and hyperbole marks the intelligent and encourages continuous improvement. I know my own system of choice has huge flaws at present - Java is a complete mess and the new lockd seems to be incompatible with the last iteration causing headaches between 7 and 8 in NFS environments, two major issues off the top of my head from my own testing and there will be more.

      What encourages the fanpersons is arguments between obviously sane, sensible and intelligent people who can be objective but have fallen into the trap of becoming defensive over a single issue, such as opening with an unnecessary dig at the zealots which only serves to stir them up. Perhaps the answer is to be a bit more selective in choosing enemies, don't poke those that you have already identified with a stick at every opportunity and be a little more tolerant of those who just may be capable of objective thought?

      Oh, and who modded the parent flamebait? Can you honestly say that there are no people using Slashdot's comments just to fan the flames as the parent hints? Can you even honestly think for one moment that there isn't a solid core of Linux/Windows/OSX users for whom the operating system is more important than the facilities it provides and who will hear not a bad word against the object of their affections or who feel superior to those who disagree with their choices? Please, let's have a dose of reality here for a moment.

      --
      Resistance is futile. Reactance buggers it up.
    49. Re:Sign me up... by NotBornYesterday · · Score: 4, Interesting

      I don't know what'd be funnier: Microsoft actually paying people to spend time on Slashdot, or people like you who believe this is even a plausible story. It makes Slashdot appear very important, I know. But it isn't.

      They in fact do pay a PR firm (Waggener Edstrom) handsome amounts of money to do lots of stuff, including recruiting shills to "independently" review and blog favorably about their products, including conducting pro-MS Twitter campaigns, and the list goes on. Microsoft's history of astroturfing various forums in an attempt to influence opinion (directly or through PR lackeys) is well-known. The idea that they wouldn't deign to waste their time on slashdot is either deceitful, disingenuous, or naive. We may not be as big or important as Microsoft, but yeah, they've heard of us.

      Based on years of reading/posting here, I'd say the above-mentioned mods were out of the norm. They might be just statistical noise, or quite likely enthusiastic MS fanbois, but there is a reasonable chance that MS or their flunkys had something to do with it. There isn't much difference between a fanboi and an astroturfer anyway.

      Slashdot stories and commenters have screamed MS is going down for years, and they're doing better than ever now.

      Better than ever? Their flagship desktop OS is a flop and losing ground to competitors on all sides; their profitable Office offerings are under attack from several entities such as Sun, Google, and what may be a patent troll lawsuit; their merger/takeover attempt with Yahoo was repeatedly spurned; the EU's ankle-biting has gotten fiercer as of late; their browser, despite a recent and belated decision to properly support industry standards, is steadily losing marketshare; in a booming world of online music distribution their music service failed miserably; and their overhyped mobile platforms aren't gaining much traction.

      They may still be the 800 pound gorilla, but that doesn't mean they are a healthy gorilla

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    50. Re:Sign me up... by vadim_t · · Score: 2, Informative

      I don't like the ABI thing. ABI means more closed drivers.

      I like how it is currently. Once a driver goes in the kernel, it remans there. So long anybody is interested, it remains maintained. My cheap, ancient Quickcam Pro remains supported in the latest Linux kernel. In comparison, support is inexistent in 64 bit Windows versions, and there's nothing to do but buying a new webcam.

      This is again why I prefer the Linux way. In Linux the user's interest drives the development. In Windows, it's the manufacturer, who has an economic incentive not to support hardware from 10 years ago, so that you need to buy a new product.

    51. Re:Sign me up... by NotBornYesterday · · Score: 2, Informative

      Although the first sentence is true, the last is certainly not true - even if the more expensive product has a lower markup in proportion to cost, it may still have a higher margin.

      It may have more gross profit dollars, but the margin will be lower. Margin is a ratio. Specifically, it is gross profits divided by revenue. The gross profit dollars on a large item may be larger than the gross profit dollars on a small item with a larger markup, but the margin itself will be lower.

      Example:
      Cost of $9, markup of $1, GP $1, revenue of $10
      Margin = $1/$10, or 10%

      Cost of $95, markup of $5, GP $5, revenue of $100
      Margin = $5/$100, or 5%

      I might make more GP dollars on the big-ticket items, but I for every dollar I invest in big-ticket inventory, I make less profit back as a percentage of my investment. Items with lower cost but higher markup (like cables and service plans) help bring the overall margin% on the deal up.

      If Company A needs overall margins of 6% to survive, but competition on its big-ticket items drives margins down below that, the only way they can afford to justify selling that item and stay in business is if the sale of the big-ticket item drags along enough add-on sales to bring the overall margin to an acceptable level.

      In computer distribution, I've often seen Windows sold or even below cost, with back-end rebates making the disty partner almost whole at the end. The Windows 95 launch had some shenanigans like that.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    52. Re:Sign me up... by shewfig · · Score: 2, Insightful

      Speaking of printers in Linux:

      My fiancee just had me print a document for her, because she hasn't figured out how to add the printer to her XP netbook. (No CD drive) OTOH, adding that same printer to my Linux netbook was quick & painless.

      Adding this printer in Windows requires either:
        a) installing the "enhanced" software that came with the printer, or
        b) downloading an installer for the same bloated crapware from the vendor's website - if you can find it.
      If I want to download just the driver, that's not an option.

      The infrastructure built into XP via Windows Update implies that the printer manufacturer could register the driver with MS and make it magically work, but oddly enough, manufacturers seem to prefer not to do this. Apparently, it's easier for them to ship dubious 3rd-party crapware than it is to get MS to host their driver.

      ("Crapware" in this case is defined as software which adds several seconds to my boot time, takes over 5% of my system memory, and _requires_ me to perform actions in a manner inconsistent with the standard ways Windows would do it for any other vendor. Extra credit if it crashes.)

      In short, it is interesting to me that, going with Linux, I had less user effort, a more consistent user interface, and a more stable / faster system.

      YMMV, this is anecdotal evidence, etc... but so is a lot of the MS-provided FUD. I bought the printer from Fry's (best price per feature - and it's Brother, which arguably isn't obscure), my fiancee's netbook from Best Buy, and my netbook from t3h internet.

    53. Re:Sign me up... by sumdumass · · Score: 2, Informative

      That is only true if the product as a whole is ignored and each individual component is analyzed. Taken as a whole, the laptop or netbook, if the cost of providing an operating system is $0 compared to $99, then the inverse is true.

      We aren't buying components off the shelf and assembling the devices at home. We shouldn't look at the costs that way when it's offered as a complete package.

    54. Re:Sign me up... by jipn4 · · Score: 2, Interesting

      Webcam drivers and the like DO NOT BELONG IN THE KERNEL.

      They perform high performance I/O, hence they belong in the kernel.

      Specific device drivers have no business being in kernel space.

      Everybody else puts them there; why shouldn't Linux?

      Most attempts to move them out of kernel space have failed miserably. The latest big failure was when Apple turned Mach into a monolithic kernel.

      FWIW, Linux probably has some of the best support these days for user mode drivers, but few people bother.

      I mean, they did that for printers, why not every other piece of hardware?

      You're confusing two different meanings of "driver". The actual printer driver (the thing that ferries bits to the hardware) is in the kernel on Linux; it's usually a generic USB driver for printer class devices. There is another "driver" there--the renderer--but that is irrelevant to this discussion because it's a completely different kind of software that just happens to be called a "driver" as well.

  2. And.... by Manip · · Score: 2, Insightful

    So what?
    Linux vendors would do exactly the same thing. Who is to say which OS is safer for example? It entirely depends on what metric you use to measure it. If for example you look at number of "hacker" style compromises then Linux is the worse but if we're looking at automatic spyware infection then obviously Windows is almost the only OS in that category.

    I don't blame Microsoft for selling their products. That is what a software company SHOULD do. The only reason these are "stories" is because people [incorrectly] feel Linux is a community effort and that any attack on Linux is an attack on this community. But when you look at the people who donate MOST Linux code you'll quickly discover that Linux is about as community as Windows is...

    So really this is just a slam at the Linux Vendors who have the cash to answer it...

    1. Re:And.... by wumpus188 · · Score: 5, Funny

      I think Slashdot pretty much qualifies, no?

    2. Re:And.... by Mr.+Freeman · · Score: 4, Interesting

      "That is what a software company SHOULD do."

      No, a company should not slander their competitors to do more business. Propaganda results in an overall decline of the happiness of almost all consumers.

      Consumers that are too ignorant to know any better will believe the ridiculous claims of "windows is safer than Linux" and "Linux is hard to update". (apt-get upgrade <-- 10 times simpler than windows bullshit update system). These consumers buy the product, have a bad experience with it (sales guy: Yeah, win vista will run fine on this laptop with POS specs!) then are forced to take the advice of these companies as complete lies and do their own research.

      Consumers that know enough about this nonsense in the first place walk into the store with the (unfortunately correct) idea that everyone is lying to them and thus all advice needs to be disregarded.

      Now, this means that if a consumer wants to buy some product and walks into the store and sees another similar product with a similar price they must then leave the store, research it, and then decide which to buy. It would help both the consumers and the store if the sales people could HONESTLY and ACCURATELY answer "what's the difference between these two products". Instead of "Well, this one is more expensive, so I get a larger commission, so you have to buy this one."

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    3. Re:And.... by NotBornYesterday · · Score: 5, Informative

      Linux vendors would do exactly the same thing

      Except that they don't. Not like this.

      Who is to say which OS is safer for example? It entirely depends on what metric you use to measure it

      Like, say, which is more prone to being part of a trojan-infected zombie botnet scamming info for identity fraud and/or spreading spam?

      I don't blame Microsoft for selling their products. That is what a software company SHOULD do.

      If they can't sell their product without bullshitting (or at least keeping it to a tasteful minimum), isn't that a condemnation of their own product?

      The only reason these are "stories" is because people [incorrectly] feel Linux is a community effort ...

      Actually, they are stories because this is an attempt to bullshit people, and people hate being bullshitted. People on slashdot especially hate seeing people who might not know any better being bullshitted by a cynical, self-serving marketing group. I don't mean to absolve other tech companies (most, if not all, do the same or similar), but Microsoft has long occupied a special place in tech history as one of the most blatant bullshit-marketing organizations ever. I personally have been involved in tech distribution for about 15 years, and no other vendor comes close to their level of arrogance or deceit. I've been to an RSA conference where Microsoft astroturfed a whole session that was promoted as a balanced and impartial hack-off, but instead was a scripted Windows lovefest. I've seen Microsoft flat-out lie to peoples' faces. I've seen them ship free product to people who didn't order it to inflate their "install base" of a particular item.

      These are stories because in an industry saturated with kool-aid and known for marketing gross exaggerations and lies, Microsoft stands out as the worst.

      --
      I prefer rogues to imbeciles because they sometimes take a rest.
    4. Re:And.... by cwgmpls · · Score: 5, Insightful

      I'm tired of this attitude of "It's okay to lie because the other guy is lying too. In fact, I can lie louder than him". That is exactly what has our government so polarized and dysfunctional. We've gotten to the point of saying nothing is true, there is two sides to everything, and we need to hear both sides, no matter how untrue their arguments are. Telling the truth doesn't seem to count for anything anymore.

      Some of these items Microsoft are just flat lies. Selling a netbook as a gaming machine. Saying Windows is easier to upgrade (I can upgrade ALL of my applications on Ubuntu with one click, for a price of $0.00). They are lies and we should call them out as lies. And if you see a Linux vendor lying, we'll call them out for their lies too. But saying all points of view are equally valid and it is okay to lie because the other side lies is morally and intellectually bankrupt.

    5. Re:And.... by Zero__Kelvin · · Score: 2, Insightful

      "Who is to say which OS is safer for example?"

      Any educated person who knows all the facts and isn't a moron?

      "But when you look at the people who donate MOST Linux code you'll quickly discover that Linux is about as community as Windows is..."

      You had too go pretty far out of your way to broadcast your stupidity with that little gem. Now off you go little troll ...

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  3. Ask Jack Schofield! by David+Gerard · · Score: 4, Funny

    I'm thinking of buying a netbook as a second machine for net access and mobile broadband. Should I get one with XP or can I run Linux?
    M Shuttleworth

    Linux has an apparently friendly front end, but is very demanding if you go any deeper. Linux is like the Mooncup: a nice idea, but messy and not for the squeamish. In fact, Linux can be likened to a Mooncup-using redhaired hippie girlfriend who lives in a house in the country she built herself from twigs and has very strong ideas on how everything should be and has all her original body hair. The sex is fantastic, but only if she thinks the astrological conditions are perfect. The house has a hand-dug latrine, so she's propped a toilet bowl on top and thinks that's "user friendliness."

    No, no. You would far prefer Windows. That's like a nice normal bottle-blonde girlfriend who has a proper office job and dresses cleanly from Primark and has a sweet smile and lives in a proper bedsit and knows everyone and how to act normally and is accepted in society. She gets headaches a lot and fits of rage where she smashes everything and there's an odd smell of decaying human flesh coming from the drains and the toilet backs up every now and then filling the entire block with sewage and bits of bodies, but this is entirely normal and nothing to worry about.

    My four-year-old PowerBook G4 is putting itself into sleep mode and refusing to wake up. It gives a very unfriendly beep and a black screen when it is turned on. Taking out and replacing the memory will eventually bring it to life.
    S Jobs

    This is a known fault in the Macintosh line, where the keyboards were dipped in vats of herpes virus before being shipped. Mac OS X is well known to induce symptoms similar to tertiary syphilis in long-term users -- ask anyone with Mac-using friends. The G4 has an old PowerPC chip, and is obsolete because Apple has long since moved to Intel chips. So at least you can run a proper operating system like Vista on the new ones.

    I have a PC bought from Dell, a proper computer company, and am running Microsoft(tm) Windows(tm) Vista(tm) Service Pack 1(tm). It's the best operating system ever in the entire universe and I can do anything those annoying Mac users and Linux nerds can. And Windows 7(tm) will be even better! I don't have a problem, I just wanted to tell you this to piss off those annoying anti-Microsoft trolls who keep commenting on your Guardian column.
    J Schofield

    This is an excellent start to a perfect computing experience. Make sure you have only genuine Microsoft software on the system, and donâ(TM)t ever use Firefox in case your penis shrinks -- Internet Explorer 8 guarantees you will get many useful email offers for a greatly increased penis with incredible sperm production capability. Also, Google will invade your privacy and put pictures of you masturbating on Google StreetView, so only use Bing. Happy surfing!

    --
    http://rocknerd.co.uk
    1. Re:Ask Jack Schofield! by Dr_Barnowl · · Score: 2, Insightful

      redhaired hippie girlfriend who lives in a house in the country

      Sign me up for Linux...

  4. Sales Sales Sales Sales by lukas84 · · Score: 5, Insightful

    Sales and Marketing people have always been people incapable of coherent thought or doing honest work. They'll do whatever they can to get more money. The only thing worse than them are Executives.

    But that's just how the world works, there's no use in lamenting this. It's certainly interesting to see this, but there's no need to act like this was some big surprise. Every company acts like this. A society composed of only honest people doing honest work probably wouldn't work - nobody has tried yet, though.

  5. Re:Biggest point of them all by Frosty+Piss · · Score: 2, Insightful

    What's the cheapest way of getting Windows 7? Buy a new computer.

    This is true. But...

    With pre-loaded Win 7, all you get is a worthless "restore" CD. Running Windows really does require a full install CD unless you don't mind losing everything while reinstalling, which you *will* have to do now and then.

    --
    If you want news from today, you have to come back tomorrow.
  6. Re:Biggest point of them all by negRo_slim · · Score: 2, Insightful

    No profit in free.

    I disagree.

    --
    On the Oregon Cost born and raised, On the beach is where I spent most of my days
  7. Linux on the Dekstop by GMThomas · · Score: 2, Insightful

    I don't hate Linux (in fact, I run it on all of my machines), but this is why Linux has not become popular on the desktop.

    The first reply to the topic says this:

    "Um WOW. THeir full of them selves. And if something dose not work with linux you can compile your own code and make it work."

    It's this kind of mentality that keeps Linux from becoming more accessible. Imagine that you install Linux for your mom, and she can't get so and so program to work, so you tell her to just go into the source and edit a few things and recompile it. That's just not going to work.

    --
    You are now manually breathing.
  8. Inconcrete replies? by phantomfive · · Score: 3, Insightful

    The way to refute an inconcrete reply is with an answer that is equally inconcrete. For example, in one of the slides, they say "Windows is safer than Linux." The quickest way to refute it is to laugh. You don't even need to answer. If they try to hit on an emotional level, hit back on an emotional level. Once they come back with a more concrete assertion, you can begin refuting it on a more concrete level.

    "Windows is safer because it has parental controls." Ooh, check out that argument, a clear attempt to change the subject. A typical geek will start by trying to think of any Linux software that can handle parental controls, and if there isn't one, start thinking of ways to write scripts and set permissions that will simulate it. Easier way to handle it is to smirk slightly, and say, "yeah, like that will keep hackers out." Roll your eyes. Don't let them get away with ridiculous arguments.

    On the other hand, Microsoft is right in some of their points, Linux has fewer games available, Linux has less software available, Linux has fewer drivers available. Those are my biggest complaints with Linux too. In fact, they may be my only complaints.

    --
    Qxe4
  9. Software Freedom Day at Best Buy by Statecraftsman · · Score: 5, Interesting

    If anyone's interested in going to a local Best Buy on 9/19/09 with CDs and flyers and encouraging people to try gnu/linux on their laptops before they buy, visit http://trygnulinux.com/sfd09

    If Microsoft thinks it's a worthy battleground, perhaps we should as well.

    1. Re:Software Freedom Day at Best Buy by cwgmpls · · Score: 4, Insightful

      Nice idea. But your "Software Freedom Day" is two weeks away, and you don't even have a proper website? That is why Windows and Mac will always win over Linux, they both have some concept of marketing. Linux struggles with marketing. Not that marketing has anything to do with the quality of software. But marketing has everything to do with people knowing about it.

    2. Re:Software Freedom Day at Best Buy by blackraven14250 · · Score: 3, Funny

      while(marketing > quality){
      quality--
      }

    3. Re:Software Freedom Day at Best Buy by Draek · · Score: 3, Insightful

      It reminds me of the RIAA and indie labels. You may have a better product, for a better price, available under less restrictions and in more convenient formats, and Joe Average *still* buys the other guy's product simply because he assumes that more money spent on marketing means a more polished end-product, and when he finds out how shitty the product they bought is, they only think "gee, if this is so bad, the other product must really suck!".

      Like many indie labels, however, while Linux would benefit from the extra market-share of the drooling masses, they're doing just fine so far and so there's little practical reasons for us, people who know better, to worry about it.

      Best of luck to the guys participating in Software Freedom Day. I appreciate the work you guys are making, but personally I'd rather laugh at the incompetent masses rather than educate them. I'm an elitist, lazy bastard like that.

      --
      No problem is insoluble in all conceivable circumstances.
  10. Re:Linux? by negRo_slim · · Score: 2, Insightful

    Linux in its current state on the desktop cannot compete with Win7. OS X can and does.

    How exactly does OS X compete on the desktop once you consider even marginal gaming? Look at the department store value bins, the $10 section. People want their cheap maddens, their cheap puzzle games and for some reason their cheap Ghost Recon... Seems like DirectX is the de facto standard.

    Outside of this one very specific issue I see both OSX and Linux as great alternatives to Windows. But unless Flash games are your end all be all none of these even try to compete. (and yes I am aware of what titles are available on these platforms, but it's far from an impressive list for either of them.) Once linux/mac software is available at Wal-Mart, then we might be talking.

    --
    On the Oregon Cost born and raised, On the beach is where I spent most of my days
  11. Re:Biggest point of them all by lukas84 · · Score: 2, Informative

    Can't say i ever had to do that with recent versions of Windows.

    May 2005, ThinkPad R52 with Windows XP
    December 2006, Upgraded ThinkPad R52 to Windows Vista
    March 2007, Replaced ThinkPad R52 with T60 running Windows Vista
    December 2009, Replaced ThinkPad T52 with W500 running Windows Vista
    Juli 2009, Upgraded W500 to Windows 7

  12. what is this 'buy' by fermion · · Score: 2, Interesting
    I didn't think you 'bought' MS Windows, so how can some have confidence and know exactly 'what they are buying' when they are buying nothing, but licensing a product that can be revoked, or modified, or additional constraints can be placed on the use of the product. MS Windows is licensed, and one of the greatest benefits of *nix, to use the vernacular, is that one has choices. One can take out features that are not needed and recompile the kernel. One can add device drivers.On can even move to another machine without fear of the MS police going after you.

    I recently updated a machine that had not been used in about a year. This machine is on a site license, using the standard MS products. In the update i was greeted wth the MS Office anti-piracy update, and warned that if I did not update I would not know if I had a pirated copy, and that if I did there might be security implications. Of course we had spent a great deal of money acquiring the software, and the update reminded that no matter what, MS could pull the plug at any time, and they would not consider this properly licensed software valid until I added this spyware to my machine.

    The cool thing is that Google is taking this licensing deal to the next level with the cloud. The cloud, at least in it's free form, is not all that useful for people who want a little more control over their computers, but for those who are raised MS, it is the next logical step. For all those that have focused on the simplified MS development model, and MS controlled software and hardware, I wonder what they will do in if google has all the software on the backend, and users just have chrome laptops.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  13. It's Best Buy's choice by ouder · · Score: 2, Interesting

    I am sure Best Buy is getting paid well for this, but ultimately it does hurt their reputation. One reason people go to a store like Best Buy is for information. If they get a reputation for giving out bad information then a lot of the reason for going there disappears. Granted, the typical reader of Slashdot probably doesn't need a lot of advice, and we probably know how to get better prices elsewhere. However, we do talk to a lot of people who are thinking about buying computers. I am thinking at this point it is probably better to go to Wal-mart where people assume the clerks know nothing about the products than it is to go to BestBuy where management is encouraging employees to give out bad information. I know there will be a lot of flames about the clerks at Best Buy being stupid, and people who rely on them are even stupider. However, I do know some Best Buy employees, and some of them are pretty sharp.

  14. Re:WoW on a Netbook? by Lonewolf666 · · Score: 2, Informative

    WOW has rather modest hardware requirements. That makes it one of the few current games that might run well on a netbook. This said, I would not buy a netbook with the intention of playing games.

    --
    C - the footgun of programming languages
  15. That was a good example. by zippthorne · · Score: 4, Insightful

    I liked this one:

    Linux is safer than windows

    The Real Facts:

    • There's no guarantee that when security vulnerabilities are discovered, an update will be created. Users are on their own
    • There is no ability to set parental restrictions

    Are they talking about Linux or Windows? I thought it was quite clever that they could be referring to either, while implying that linux is the inferior one.

    --
    Can you be Even More Awesome?!
  16. Re:Linux? by Ma8thew · · Score: 2, Insightful

    Once linux/mac software is available at Wal-Mart, then we might be talking.

    You mean like this?

  17. Re:Linux? by SerpentMage · · Score: 5, Interesting

    I work in the financial market....

    I called Microsoft a Zombie corporation (and warned several months ago that MSFT earnings would suck even though most traders were optimistic) and have a neutral rating on them. BTW I am not making this stuff up. I happened to have started in the tech industry (still write quant code to this day), but moved to quant/algo trader/junior trader.

    The real problem with Microsoft is that its operating system division is dragging down the entire corporation. Windows 7 is not great. I upgraded a Vista machine (HP tablet) and have to say, not bad, but I only upgraded because Vista was so bad. Would I upgrade my XP machines? NOT A CHANCE!!!

    I also use Linux and have to say I am very impressed. Perfect? Nope, but very usable. I actually now prefer the Ubuntu fonts to read. Quite nice.

    Apple, and Linux are going to devour Microsoft. The cycle has truly started. And once Chrome gets rolling Microsoft is going to have its hands full.

    Look at the reality:

    1) IIS cannot and has not beat Apache (even after a complete decade). The fact that a product can beat Microsoft is not widely talked about by Microsoft. Notice how Microsoft stopped talking about its IIS?

    2) IE is getting stomped! You cannot deny it, but IE is getting beat by Firefox, Chrome (my preferred) and somewhat Safari.

    3) Microsoft has completely lost the mobile business and is getting pulverized by the likes of Apple, Palm, and RIMM. Even Nokia has smelt the direction of the wind with the new N900. They know what is happening and are positioning themselves.

    4) Java is STILL around. It used to be Microsoft could come out with a development language or environment and the world would bow to Microsoft. Java is still kicking and arguably is doing very well standing its own ground.

    Microsoft has some major issues and Windows 7 will show that things will not work...

    When the stock market sniffs the lack of Windows 7 follow through MSFT is going down! Right now the market is divided hence its stock price just keeps rolling around treading water. But when that balance sheet keeps grinding down MSFT is done! I am thinking you will probably be able to pick MSFT shares around the low teens next year.

    Normally it would be a bit higher, but the selling will be relentless as people will want to get out of their positions (incl the MSFT employees)

    How do you solve this?

    1) Fire Ballmer and top management
    2) Make a base Windows OS open source (no frills). Not for Linux trumping purposes, but if the Windows OS horse dies the entire corporation goes down...

    Windows has become a yolk for the entire Microsoft corporation... In the past it was a blessing, now its a curse...

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
  18. This is why I don't shop at BestBuy by DaveM753 · · Score: 4, Interesting

    It's great that BestBuy wants to make money and that one of the ways they can make money is to "partner" with companies, like Microsoft, that will pay them to lie. That's Capitalism for you.

    It's also a prominent reason that I, and most of my friends, don't shop at BestBuy. We all know we'll be lied to from BestBuy. It'd be great to go up to a salesperson and feel confident that any questions will receive carefully considered, honest responses. But, what we get are push-products-sold-by-Company-X-because-they're-our-partner responses. So, unlike 1999 when I went to BestBuy once a week, now I go there maybe once every year. I just don't like their B.S.

    Well, that and their policy to DEMAND I listen to their spiel about extended warranties, with no regard to whether or not I, the customer, want to hear that crap.

    1. Re:This is why I don't shop at BestBuy by dogfolife69 · · Score: 3, Interesting

      I was at best buy the other day and i heard of the the sales people almost scaring the lady customer into buy their "geek squard" services.... stating that her machine would have the blue screen of dead and would be unsecure allowing hackers to get into her machine if she didnt get the service.... the customer asked if this happens to all computers, and she was like "yes" i almost felt like going over and saying, you dont get that on a mac or linux machine, but i was in a rush

  19. Reading selectively by MaizeMan · · Score: 4, Funny
    I'm sorry, all I got from your post something about linux and:

    redhaired hippie girlfriend ...The sex is fantastic

  20. DOJ? by Tablizer · · Score: 3, Interesting

    Isn't this against the spirit of DOJ's settlement with MS? This shouldn't be allowed when on anti-trust probation.

  21. Ubuntu has more updates... by msclrhd · · Score: 2, Insightful

    ... because it updates *everything* (the operating system and all installed applications that come from the distribution).

    And the "cannot tell what updates are required and which are optional" comment in Linux is ridiculous. In the update manager on Ubuntu (checked on 9.04), it clearly shows updates with "Important security updates", "Recommended updates" and "Other updates" listed, with a description of the changes.

  22. My problem by Mascot · · Score: 4, Interesting

    I don't have much of an issue with the list itself. Obviously it's heavily biased, but I see nothing on there that can be called an outright lie.

    My problem is the purpose of BestBuy sending staff to a presentation like that. It's specifically intended to give staff arguments to persuade customers to buy Windows. When the real goal of the staff should be to identify each customer's needs and guide them based on that.

    It's one thing to make mention of a more expensive product to see if there's a chance of an upsale, it's quite another to be as one-sided as this presentation is. Whether the staff will recite that presentation to any and all customers, or simply use it as input for any customer that asks for examples of why to pick one over the other, remains to be seen. But I have a feeling....

    1. Re:My problem by sammyF70 · · Score: 3, Interesting

      Depends on how you define "help documentation". Compare linux errors with windows'. And seriously, the offline help in windows has never given me any useful info so far .. but maybe it's just me.

      Other points (I'll paraphrase, as I obviously can't copy&paste):

      • "your customer doesn't need to relearn the things they want to do" : lie, unless the customer is already using Vista.
      • "Your customers know exactly what they are buying" dubious to say the least, unless someone explains to them exactly what the difference between each version of win7 is, and what the difference between XP, Vista and Win7 is. Let's be lenient, and just say they have their head up their arses
      • Camera, iPod, MP3 Compatibility? incredibly high for Linux at least for cameras and mp3.
      • Printers and Scanners compatibility? been a very long time since I found a printer or USB scanner not working out of the box in Linux (you know.. without first getting the drivers from the manufacturer's site) ->
      • Software Compatibility : you'll probably call it shady. I still can't run XScreensaver in windows (meaning : "Compatibility" is a complete useless term without context)
      • 'Windows Live Essentials' interestingly it's "not supported" and not as I first read "unavailable". So, using Firefox in Windows to access Hotmail is probably not supported neither.
      • "The games your Customer Wants (e.g. WoW)" : really bad choice of game, cause for Wow it's an outright lie.
      • "Authorized Support", Cannonical, RedHat, Mint, ... enough "Authorized Support" for many Linux distros. (so, yes, it's a lie)
      • "Video Chat on all major IM Networks", indeed. Skype runs perfectly, but I never could get a video chat running in MSN.

      Ill pass the dubious use of "compatible" without context again, I'll just point out that at the price point of Photoshop for non-student, I'd rather say that its legal incarnation isn't THAT common.

      • "Windows work with more software and devices", probably, but not sure
      • "windows 7 still provide the same great experience they are familiar with"? ever seen someone used to XP fight with Vista? It's actually funny
      • The next one is really dependent on how you understand the sentence "Users can do what they want on their PC" ... if they mean that the user has more freedom, then it's an outright lie (DRM anybody?)
      • "Linux requires a lot of time to maintain" -> lie. So much a lie actually, that I press people who call me more than three times because they have problems with their Windows installation to install Ubuntu or Mint (yes, I install it for them, of course) because it uses less of MY time as they call less often and there is practially no maintenance
      • "It can be unclear to user whether .. or are optional" -> lie. It's written in big fat bolded font to which category each update belongs (at least in Ubuntu and Mint .. but they attacked Ubuntu directly, so here it goes)
      • "there is no guarantee .. blablabla... users are on their own" -> lie ( proven by past experience.) Actually, a patch will probably be available faster than it would have been if the same security issue had been found.
      • "there is no ability to set parental protection" -> lie. MintNanny, for example (included in the mint distro on install)
      • "no step-by-step tutorials" they don't talk about whether they are on- or offline, so I still maintain it's a lie.
      • "because there are many versions of linux .. blalala" -> not an outright lie, but Oh! so close.
      --
      "DRM is like the Ford Pinto: it's a smooth ride, right up the point at which it explodes and ruins your day."-C.Doctorow
  23. The sad state of electronics retail... by damn_registrars · · Score: 4, Insightful

    The fact that this course is offered to BestBuy employees - and apparently only BestBuy employees - says something about consumer electronics retail in 2009 in the US. When I worked at CompUSA (pre - 2000) I frequently went to vendor-sponsored "classes" where they would give us food, beer, free hardware/software, etc, for listening to their pitch. We generally went there and found that there were also BestBuy, CircuitCity, and even OfficeMax or OfficeDepot employees, depending on what was being sold. Now of those five retailers (including CompUSA) only BestBuy remains a significant factor in consumer elecrtonics sales.

    I'm surprised that Microsoft apparently didn't even think highly enough of Microcenter to invite them. I guess they are still rather small fish (in terms of market presence) at the moment.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  24. Microsoft must be desparate or by Johnny+Loves+Linux · · Score: 4, Insightful

    they don't believe in their own product.

    Why do I say that? Because you don't see BMW giving free training videos to car salesmen comparing their cars to say GM or Chrysler or Ford, do you? BMW lives or dies by the quality and reputation of their products; they don't need to "educate" salesmen about their products. This smells of a desperation move where Microsoft must believe their Windows 7 doesn't compare favorably with Linux on netbooks, so they have to try to convince the Best Buy personnel, who let's face it, don't know as much about hardware and software as they know about marketing products, to push the Windows 7 stuff onto customers.

    There have been some studies of performance of Windows 7 beta vs. Linux on netbooks which either have not have been clear win for Windows 7 or worse, have shown Windows 7 in an unflattering light. As for citations, the web sites that I can recall are Phoronix.com, and OSNews.com.

    I mean trying to "educate" Best Buy sales people and having Windows 7 "House Parties" sounds a little pathetic don't you think? Did Microsoft do something similar when XP came out or even Vista?

    1. Re:Microsoft must be desparate or by westlake · · Score: 2

      Why do I say that? Because you don't see BMW giving free training videos to car salesmen comparing their cars to say GM or Chrysler or Ford, do you?

      You won't see the BMW training video unless you are a BMW salesman.

      But BMW does "educate" their sales force.

      That is instinctive in any business that has a sales force - and the automobile manufacturers have been masters of the game since 1896.

      New BMW Adds Put The Competition In Their Place

    2. Re:Microsoft must be desparate or by phantomfive · · Score: 4, Funny

      I don't know about that, but I do know when my brother was working at a Ford dealership, after about three months he was 100% convinced that Ford cars were the best cars out there. On every level. The Ford GT was better than a Corvette. A Ford Focus was better than a Toyota Corolla. The Mustang was better than any other muscle car in the world. He still didn't have much good to say about the T-bird.

      A few years after he left, he is now willing to consider other cars, like the Mazda speed-3. So I don't know what they do in dealerships, but it's sure working.

      --
      Qxe4
    3. Re:Microsoft must be desparate or by DavidD_CA · · Score: 2, Insightful

      That's because people who sell BMWs tend to work for... BMW dealers.

      There isn't much of a threat of a BMW salesperson selling an Audi or Lexus.

      A more accurate comparison would be an electronics retail store that sells Sony, Panasonic, and 10 other brands. And in that case, you can bet that the manufacturers do everything they can to get them to sell their product.

      When I worked for an Internet Service Provider, we sold circuits from many other first-tier companies such as NewEdge and Covad and AT&T. You can bet they all tried their best to "sell" us on their products. That ranged from contests to classes to newsletters to parties.

      If you don't think that AT&T, Verizon, Sprint, and MetroPCS are doing the same thing at Best Buy, then either you're mistaken, or these stores are missing out on a great opportunity.

      --
      -David
  25. About them saying Windows 7 "Meets Expectations" by supersloshy · · Score: 3, Funny

    "Aww, dangit! I got a BSOD again! Well, I knew it'd happen..."

    --
    "Our country is not nearly so overrun with the bigoted as it is overrun with the broadminded." -Archbishop Fulton Sheen
  26. Re:Linux? by SerpentMage · · Score: 4, Interesting

    No, I will not upgrade my XP... At least right now the odds are against it.

    Let me tell you about something we did...

    We used to run Windows 2000 server. And then one day we needed to install it on new hardware. Did not work. So I got the idea and said, why not create a VMWare partition and install Windows 2000 on it and run exclusively Linux servers...

    That was 3 years ago! And we still run Windows 2000 server. Recently they tried to install Windows 2008 Server as a virtualized server OS and it sucks completely... But the positive experience with the desktop making us to think about shifting to Linux on the desktop.

    Right now the traders have 2 Windows machines and 1 Linux desktop machine. Thus far no problems...

    But what we do know right now is that whatever desktops they need, if it involves a native Windows installation it will be the cheapest version with the work horse being Linux.

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
  27. Syn-app-store-tic by tepples · · Score: 2, Insightful

    I'll tell Linux how to beat M$: make a app store. I know, stupidly obvious, but there isn't one built into ubuntu.

    I'm running Ubuntu 8.04 on my laptop, and System > Administration > Synaptic Package Manager looks a lot like an app store.

  28. Wow by Nemyst · · Score: 2

    I have to say I'm a heavy Windows user and like Windows 7 a lot, but these kinds of campaigns really disgust me. And I was thinking about buying W7...

  29. when is Windows... by Locutus · · Score: 4, Insightful

    When is Windows not like Windows?
    When Microsoft ships a new version.

    When is Windows just like Windows?
    When Microsoft ships a new version.

    You all know that Windows 7 is not like any kind of Windows most people are running but as you should have seen if you RTFA, Microsoft's army of marketing droids still likes to tell people that it's Windows so you know it.

    Besides this telling the world+dog that Microsoft is fighting Linux, look at the first mention of netbooks and Linux. The page title is about netbooks but the bullets are on PCs. They are being real careful to not allow the netbook to be labeled a special device or market segment and want it to be considered a limited function PC. The reason why is because if people think of the netbook as another device like say, an iPhone, they know that all the smoke and mirror tricks claiming having Windows is better goes out the windows. Peg the netbook as a little computer and people will think that having Windows on it is a good thing to do and if you put anything else on it, you'll have less functionality. The reality is, these resource constrained devices do more with Linux because Linux and OSS does better and can do more in these small devices. Think about it, you don't see Window XP, Vista, or Windows 7 on smartphones or MIDs devices.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  30. RIM jobs by tepples · · Score: 4, Funny

    No, BlackBerry users are the ones who wish for a RIM job.

  31. this is going to be fun by FudRucker · · Score: 2, Funny

    i am going to go in to bestbuy every week and wear down the employees with every talking point i can muster showing Linux is better, they will be running to mcdonalds asking for employment applications after i get done with them.

    --
    Politics is Treachery, Religion is Brainwashing
  32. Microsoft Expert by MrKaos · · Score: 3, Informative
    FUD Factory.

    Pity the bandwidth of the site was exceeded - could not see the piccys.

    --
    My ism, it's full of beliefs.
  33. I am tagging this goodnewseveryone by Vexorian · · Score: 3, Interesting

    Yeah, that's right. Because this means that MS is that something the whole FOSS community has done these last years has worked and MS now actually feels threatened by it and the need to train salesman into fighting it. It is also good news because after all, there is no such thing as bad advertisement, and this is just going to spell out "Streissand effect".

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
  34. Re:restore CD was:Re:Biggest point of them all by Zero__Kelvin · · Score: 2, Interesting

    "however many windows boxes are compromised by poorly informed users."

    This is entirely impossible, because Windows "just works." It's easy to install software (10 out of 10 virus writer's agree), and it's secure (as long as the network cable is unplugged, and you don't power the box on).

    Let me ask this? If it is the user's fault and not the OS, why doesn't anybody have to reinstall Linux due to "OS rot" ? Perhaps you didn't think Linux has users too? And no, not all Linux users are technically inclined. I have many contacts who use Linux and need it to just work because they don't know what to do if it doesn't. I think I got one call last year from one person. Everybody else is sailing along just fine, and they are the same caliber of user as the Windows users you are blaming.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  35. Re:Linux? by Beelzebud · · Score: 2, Insightful

    Actually you've proven nothing here. Your whole argument is just to brand people he knows as communists (like his grandparents..) with nothing else to back it up.

    You're like Joe McCarthy without any power...

    Guilt by association doesn't cut it. Especially when you have nothing to prove the BS you're spewing. If Obama were a Marxist you'd be able to point to direct examples of why that is the case. You can't, because you're just a right-winger with an axe to grind.

  36. Re:Linux? by David+Gerard · · Score: 2, Funny

    The Windows 7 drinking game:

    • One shot for every "ethnic" face in an install graphic.
    • An extra shot if it's pasted over the head of a white person.
    • One shot for every white face pasted over the head of a non-white person.
    • One shot for every program with the Office 2007 "ribbon" toolbar stuck on it completely inappropriately.
    • One shot for every exciting "new" feature thatâ(TM)s been in Mac OS and Linux for the past five years.
    • An extra shot if the exciting "new" featureâ(TM)s been in Mac OS and Linux for the past ten years.
    • One shot every time you reboot during the install.
    • One shot every time the system asks to reboot just because it feels like it.
    • Two shots every time it reboots even though you said "no."
    • One shot every time it refuses to let you access a file even though you, as administrator, created it.
    • Drain the bottle if there's an actual feature that makes Windows 7 so much better than sticking with XP that you'll spend actual money to get it.
    • A bitter mouthful every time the system blue-screens.

    (Source link)

    --
    http://rocknerd.co.uk
  37. Re:Where's my debating hat..? Oh yeah, on my head. by thetoadwarrior · · Score: 2, Funny

    There are women on the internet. They go to Oprah.com to talk about having their periods and shopping on the computer that a man bought for them.

  38. More exposure for LINUX - Its a win win situation by future+assassin · · Score: 3, Insightful

    Seriously if MS has to teach BestBuy employees sales pitches to keep people from LINUX you know LINUX has made an impact on the average joe. All this will do isput the name LINUX into more peoples minds. It'll make people ask questions like.. Whats up with LINUX if BestBuy is trying to show me how much better W7 is VS LINUX? If they are trying to tell me W7 is the best compared to LINUX then LINUX must be up there? Maybe its good enough for me to try it out?

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  39. 32bit to 64bit transition by janwedekind · · Score: 4, Interesting

    Eric Raymond has an interesting article (2006) where he argues that big changes on the software market can only occur when there is an industry-wide switch in the hardware. According to Eric Raymond the window of opportunity created by the transition to 64bit platforms closes (has closed) in 2008. However I still see Windows Vista PCs on sale with 3GByte of memory because 64bit Windows lacks driver support and 32bit Windows can only address 4GByte of memory (minus 1GByte to address the graphics card AFAIK).

  40. good sign by jipn4 · · Score: 5, Insightful

    This is a good sign. The fact that Microsoft feels it necessary to attack Linux at the retail level shows that Linux is becoming more and more of a factor in the computing mainstream as well. Thanks, Microsoft, for supporting Linux.

  41. Re:I can agree on some points by miro+f · · Score: 2, Insightful

    ubuntu. hands down, I tried a few different distros and ubuntu was the one that just worked. I install it on my laptop and every piece of hardware works with no issues. Plus any issue you have a quick google solves 9 times out of 10.

    --
    being vague is almost as cool as doing that other thing...
  42. Switched to Desktop Linux -- everything works by originalhack · · Score: 2, Interesting

    I've been using Linux on servers for years but always used M$ on the desktop. When my MB blew and XP wouldn't run on the new one, I started using Ubuntu Desktop. Everything worked... generally with less drama than Windows. My DVD writer with Lightscribe worked, my laser printer worked of course. My Brother 5890 MFP scans and prints even though I can only get it to print from XP (It won't scan to XP... who knows why?).

    I've been using Openoffice every since Word 2000 inexplicably stopped working on my XP machine even with a full reinstall. The only thing that was missing was Visio. Fortunately, my old version of Visio (which won't work on Vista) will work just fund under Wine on Linux... also without any messing around.

    I used to be an advocate of Linux for people who didn't mind fiddling. Now I would suggest it for people who don't want to have to fiddle, so long as they don't need to get help from their local Windows-Geek.

  43. It's not about a "stable ABI" at all by dbIII · · Score: 2, Insightful

    Because the vast majority of hardware manufacturers, especially in the home markets, are NEVER gonna give you their code

    They don't have to. Just ask Nvidia about that one.

    Demand a stable ABI

    With MS Windows everyone copes with "you need service pack 4 to run this software" or other indications of a moving target. That's the way a lot of consumer and small business software is. At the big end of town vendors just specify RHEL4 or whatever. In nearly every case the "stable ABI" is there anyway since the applications don't care about the kernel, they just care whether certain libraries are there and they certainly behave in a much stable way than the DLL hell you get in systems without library versioning. So the linux distribution uses version 5 of the library and the application uses the totally incompatible version 2 - no problem, a half decent distro will give you the old version as well in some legacy package and a half decent application installer would include the old library as well. If neither is half decent it takes a few minutes on the net to track down the old library. There is no DLL hell, you have both libraries on the system and the application uses the one it was intended for.
    So the answer, oddly enough, is that for applications you have a far more stable environment than on MS Windows and many hardware manufacturers have been dealing with the kernel side for a decade. The reality is not what you imply but simply resources. It takes effort to port things to different platforms no matter what they are. On the kernel side there are a lot of people that will happily put in time to support new bits of hardware, but for various reasons (such as fear of competition or legal action) some hardware vendors will not release the information required to do this. It's not about a "stable ABI" at all.

  44. Propaganda from Microsoft to Staples Employees by bootup · · Score: 3, Informative

    http://ixnotes.wordpress.com/2009/09/06/microsoft-propaganda-handed-out-to-staples-employees/ I thought while we're talking about it I'd post these images of Microsoft's propaganda they've been distributing to Staples employees. Numerous lies like greater compatibility than GNU/Linux-when most of the older hardware won't work with MS Windows Vista. GNU/Linux is compatible with more hardware than any operating system in history. It may not work with some of the latest and greatest-but for the most part it works better. I don't spend 3 hours fiddling with installing my printer drivers. I plug it in- and it just appears as an option in whatever program I need to print with. The learning curve for GNU/Linux is generally not as high as it is for MS Windows Vista. Unlike what they claim MS Vista and MS Office 2007 software which customers would buy if they got Vista is more cumbersome, has a reduced feature set, is slow, lacks important features like PDF support, and so on. GNU/Linux has better support generally than MS Windows. GNU/Linux supports stuff out of the box whereas with MS Windows users hand to install lots of bloated software, drivers, and waste time figuring out how to use it. GNU/Linux on the other hand can generally be had without such support headaches. Once you're introduced to shut down, applications menu, saving in different formats, and exporting to PDF it is just simpler. Getting devices to work in MS Windows can require modification/and or troubleshooting. Hardware rarely works out of the box. Microsoft want's you to believe that GNU/Linux netbooks have a higher return rate. The fact is that some manufacturers screwed up their GNU/Linux introductions to customers and their particular return rates were higher. Overall GNU/Linux is on par with MS Windows.

  45. Re:I took this course and it's really not a big de by mysidia · · Score: 2, Insightful

    Linux vs Windows is a fun debate that many nerds are interested in, due to Linux's special status, and many nerds have a passion for it, Slashdot is news for nerds, hence the article.

    I'm sure most of the others are low-key debates like the merits of consumers buying Halo over Blizzard Starcraft, Epson over HP printers, Fujitsu VS TDK CD-Rs, or Mitsumi VS Samsung DVD-ROM drives, or VI vs Emacs are of little interest to most.

    Those would be of interest to some, but probably not most slashdot readers.

    But i'm sure if Intel put out some seriously negative propaganda about AMD CPUs, or nVidia put out some seriously nasty propaganda about ATI video cards, or HP put out some negative propaganda about Dells or Apples, massive numbers of slashdot readers would be concerned....

    Much like they'd be if MS was involved. The bigger / more monopolistic the company, the more scandalous it is to put out negative propaganda about attempted competitors.

    Because it's seen as a clearer abuse of monopoly power to quash attempts by weaker companies (or the community, in the case with Linux) to compete.

  46. Not in my experience by foxylad · · Score: 2, Informative

    Your point seems to be that you can't be sure particular hardware will work with Linux. I haven't used Windows for several years so I can't comment on hardware issues with XP/Vista/W7, but I do know that on the 5 laptop/desktop computers in my household, every one "just works" with Ubuntu. Not a single hardware issue - not with a just-released printer/scanner from a supplier not known for their Linux support; not with the no-name PCMCIA wifi card one older laptop uses; or any of the built-in wifi adaptors.

    I don't have access to unbiased datasets on this issue (I suspect that no-one does), but from my personal experience, this is a non-issue.

    --
    Do as you would be done to.
  47. Re:Don't host pictures on fucking photobucket by mwolfe38 · · Score: 2, Informative
  48. Alternate site. Bandwidth exceeded. by chickenrob · · Score: 2, Informative

    http://quaoar.ww7.be/ms_fud_of_the_year/569458-microsoft-attack-linux-retail-level-probably.html Photobucket quota exceeded here is another place to see the screenshots

    --
    People say my sig is the best thing about me.