Slashdot Mirror


If You Port It, They Will Come

An anonymous reader submits "An excellent rant^H^H^H^Harticle is up over at LinuxLaboratory.org, encouraging proprietary companies that make software for Windows to provide a full-featured equivalent for Linux. The argument being made that users aren't cheap skates, they will pay for good software. But many companies that port software to Linux will only ship stripped-down versions, leading to people not buying the software when they can buy the complete version for Windows, then the company not providing the software for Linux because it didnt sell. The argument is made that if the Linux version were equivalent to the Windows version, then people will buy it."

373 comments

  1. Yippee by smoondog · · Score: 2

    And in their next announcement, they encourage M$ to close shop for the betterment of mankind....

    -Sean

    1. Re:Yippee by N3WBI3 · · Score: 1
      Even though youre off topic Ill reply

      Your a typical hate American euro were damned if we do and damned if we dont. If we say 'thats it we are going after Iraq" the euros piss and moan about Americans not working with the world community. If we say ok Pakistan we will respect your soverignity, can you please help us get those who attacked us and are currently within your borders the same group of morons says we are using proxys..

      Get a life you euro loser..

      --
    2. Re:Yippee by spongman · · Score: 2
      He makes some valid points, but I find it rather funny that in the same breath he berates Microsoft for poor standards support and then bitches about how pooly the 'standard' software packages run on Linux.

      Maybe Microsoft doesn't support all the open standards (w3c, rfc, et al) 100%, but one thing it does do well is support its developers (developers, developers...) Most windows applications I have (including some 16-bit and DOS apps) still run on XP. Obvisouly there are exceptions: apps that make use of OS-specific features (either by necessity, or accident). But on the whole they just work. I remember one of the win95 developers telling me that in one particular win3.1 app that was using a very unorthodox method for finding the address of some system data-structure (instead of just calling the approved API), they had to add code to the kernel to patch the app to 'do the right thing' when it loaded.

      On the other hand, binary compatiblity on Linux just sucks ass. Library interfaces are constantly changing without recourse to backwards compatibility (libc is a prime example, as is the gcc3 debacle). This doesn't matter if all you have to do is './configure && make install', but for software vendors shipping binary-only installs it's a nightmare, and you end up having to support different versions for all the different, incompatible configurations that people have on their machines. It doesn't help that many distros have different ideas about where things should go and how to put them there.

    3. Re:Yippee by Anonymous Coward · · Score: 0

      Sure, go after Iraq...

      But don't just wave the fucking flag and be patriotic and Go USA in the comfort of your home. Sign up and go there and kill for yourself.

      So far I have not seen a single statement by the US government why they are REALLY longing to go after Iraq. What is it there that's so desireable? What is it that cannot be told to the world public?

      If you intend to start a war and cause a global recession just to get some cheap oil for your friends, at least fabricate some plausible excuses for doing so. Please.

    4. Re:Yippee by Anonymous Coward · · Score: 0


      I wonder who's the hater here...

    5. Re:Yippee by N3WBI3 · · Score: 1
      I am not saying we should or should not, I was resoponding to a 'hate amreica' post. And while I may not be in the military my Borther and his wife are, so dont think for a second my family would not be impacted by a war do you think I want me neices to be orphans?

      I am in the process of applying in the nuclear engineer program in the US navy, I may or may not get in its very competitive.

      As for the cheap oil, its cheap now a war would only make it worse. I am not going to get into if a war with Iraq is right/wrong here.

      read the friggen post I was replying to and read my reply. All i was saying is with many euros (abbreviation not an insult) american can do no right, if we co-operate with pakistan were a 'paper tiger' uning others to do our fighting. If we invade iraq because the UN has no stones we are unilateralist.

      --
    6. Re:Yippee by N3WBI3 · · Score: 1

      While in general I am not too fond of euros its in the same manner im not too fond of liberals in america. Its not a hate of the group its a hate of their politics, the people in the group I like just fine.

      --
  2. i dunno about this... by packeteer · · Score: 2

    ... winex seems to ork pretty good for most of my windows needs...

    --
    unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    1. Re:i dunno about this... by Istealmymusic · · Score: 2

      What is winex and how does it differ from WINE, why was their a fork?

      --
      "The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
    2. Re:i dunno about this... by Dunkalis · · Score: 1

      WineX is Wine, but its optimized for games. This means it includes DirectX support. It forked from Wine before Wine went GPL because many Windows games have copy protection, and much of that is closed. Transgaming needs to license the technology, but then they can't release the source. They would have to under the GPL, but under the original Wine license, they had the capability to do what they needed.

      Hope that helps.

      --
      Slashdot is a waste of time. I enjoy wasting time.
    3. Re:i dunno about this... by johnnyb · · Score: 2

      WineX is specifically aimed at the Linux gaming market. It was forked to make money (although they do from time to time re-incorporate patches into the main tree). CrossOver is similar, except that they are more active with their re-incorporation of patches.

    4. Re:i dunno about this... by packeteer · · Score: 2

      No, sorry your wrong. Winex was forked because the makers are under NDA. They used copy-protection circumvention devices (as in DMCA) but to do so legally they cannot give the code away. It was forked because the old WINE license required all source to be given away. They changed it and now can sell their product without breaking any laws.

      Winex DOES charge money but not for all things. If you dont subscribe you can download the CVS version which contains no copy-protection code and is pure source. For $5 a month you get constant software updates, ability to vote on development, and technical support. Also once oyu pay you get access to all the binaries that you cant get otherwise.

      So really in my opinion Winex is the best thing since emacs (an invention so useful it can almost replace sliced bread but i think thats a few patches away) ;)

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    5. Re:i dunno about this... by Genyin · · Score: 1

      Winex was forked because the makers are under NDA. They used copy-protection circumvention devices (as in DMCA) but to do so legally they cannot give the code away.

      BS. The forking long predates the inclusion of the safedisc stuff... they did it as their attempt to make money. They might be under something of an NDA, since they're licensing at least two closed commercial products (safedisc and installshield), but there is nothing preventing them from incorporating their changes into the main tree (whichever one is the main tree now...)

      The fact they don't merge their changes isn't wrong or anything, but they didn't start because of an NDA.

      Thank you.

    6. Re:i dunno about this... by johnnyb · · Score: 3, Informative

      packeteer:

      No, sorry your wrong. Winex was forked because the makers are under NDA.

      ***

      Nope. Sorrry. The fork was done simply to make money. I'm not saying that's a bad thing, but it is the truth.

      ***

      packeteer:

      It was forked because the old WINE license required all source to be given away.

      ***

      Again, incorrect. The _old_ WINE license is BSD, which means anyone can use it for any reason.

      ***

      packeteer:

      Winex DOES charge money but not for all things. If you dont subscribe you can download the CVS version which contains no copy-protection code and is pure source.

      ***

      Thus destroying your original argument. Remember, the source they give is under the _Alladin_ license, not the LGPL or BSD like Wine (Wine's new license is the LGPL, although I believe they are still maintaining a BSD tree).

      ***

      packeteer:

      So really in my opinion Winex is the best thing since emacs (an invention so useful it can almost replace sliced bread but i think thats a few patches away) ;)

      ***

      I won't disagree with you there. Actually, I think the release of Blender as open-source might be a _bit_ cooler, but maybe not. Also CrossOver Office is pretty cool.

    7. Re:i dunno about this... by damiam · · Score: 2

      You, sir, have the most annoying quoting style I've ever seen.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    8. Re:i dunno about this... by packeteer · · Score: 2

      Maybe i wasn't clear enough. You are right that the NDA was not the original cause of the fork. The thing about this issue is that now they cannot incorporate their code back into the main tree becasue they need an edge. As much as we dont like selling software it is required on a project like this to get some funding. Transgaming has a pretty good system going and personally this is how i would like to see pay software done.

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
  3. Yeah exactly!!!.... Just like Loki... wait a sec by Foxman98 · · Score: 1, Troll

    Yeah that's a great idea! I mean we should do this with games! Provide native linux versions! Just like that company Loki.... Wait a sec, they went bankrupt. Hmmmmmmmmmmmmm...

    --
    S.t.e.v.e.
  4. Release them on the same disc! by compupc1 · · Score: 4, Insightful

    Really what would be nice would be if companies would include both Windows and Linux versions on the same disc. The two versions can share most of their data files and resources -- only the executable portions of the applications need be modified. If both versions sit on the same disc, would that not solve the problems and lower long-term production costs? Plus it would force companies to make the two versions more similar.

    --
    -James
    1. Re:Release them on the same disc! by jeffy124 · · Score: 1

      IIRC, didnt many companies do this with Windows/Macintosh software? This actually saves a LOT on shipping costs (no need to separate the shipments) and eliminates the problem of a user buying for the wrong platform.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    2. Re:Release them on the same disc! by Drakonite · · Score: 1

      Unfortunatly, the companies would then have no idea how many people were buying the software to use on linux or on windows, and IMHO would assume that nearly all copies were bought for windows use. And in this wonderful capitolist society of ours, since there isn't a huge jump in profit from adding linux support, that will be the last time we see that company support linux.

      --
      Shoot Pixels, Not People!
    3. Re:Release them on the same disc! by BlueUnderwear · · Score: 3, Interesting

      Yes, but it would make the software company completely blind as for how many people use it for which platform. Windows proponents could still claim that nobody was actually using that Linux version that was also included on the disk, and their would be no sales figures to disprove them.

      --
      Say no to software patents.
    4. Re:Release them on the same disc! by Anonymous Coward · · Score: 0

      Mathworks with matlab already does it. I now definitely prefer matlab to octave.

    5. Re:Release them on the same disc! by ProfessorPuke · · Score: 1

      Not totally blind. Today's most popular games have an online component, from which the company can get more accurate OS data. However, Linux users are more likely to have internet access than most, so an online headcount would exaggerate their numbers).

      (Its interesting to wonder just how much data that could upload before getting accused of privacy violations- Blizzard got in trouble for that before- so an opt-in checkbox to "report statistics about your computer to help us plan future game development")

    6. Re:Release them on the same disc! by Cuthalion · · Score: 1

      The biggest problem with this, from a buiness point of view, is that now suddenly you have to wait for the linux version to deploy the windows version. Which is probably a mistake, financially. Releasing them separately avoids this problem.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
    7. Re:Release them on the same disc! by tmark · · Score: 2

      The only problem this would solve is the problem of costs associated with distributing two versions. But the cost of printing CDs in volume are minimal. Your solution does not solve the real problem, that is the costs associated with DEVELOPING and marketing the linux version.

    8. Re:Release them on the same disc! by jeffy124 · · Score: 1

      well, that's true. but, most shrink wrapped software asks for registration of some sort, some using a card in the box that you mail in and/or a form that appears during install that sends it over the internet. oftentimes the card asks questions about the platform or the installer will include that information. Things like OS version, CPU type, memory size, etc. It would be very trivial to do this with the software that article talks about.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    9. Re:Release them on the same disc! by Zaak · · Score: 1

      you have to wait for the linux version to deploy the windows version

      By starting the Windows development first, you've already revealed your lack of committed support for Linux.

      TTFN

    10. Re:Release them on the same disc! by Anonymous Coward · · Score: 0

      And how many people actually fill that crap out?

    11. Re:Release them on the same disc! by Cuthalion · · Score: 1

      Devoting equal resources to the linux version as you are to the windows version is basically like sticking your fingers in your ears and yelling "la la la la" instead of listening to any sort of demographic information (in the common case - there are products where this is not true, of course).

      Let's also make sure that the FreeBSD, Macintosh, BeOS, and QNX port are all done and QA'd before we release anything

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
  5. Yeah, right, what ever you say by davmoo · · Score: 2

    Corel released a full version of Wordperfect 8 for Linux. How many people actually bought it? Apparently not enough to make them want to update it to the current version.

    --
    I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
    1. Re:Yeah, right, what ever you say by Anonymous Coward · · Score: 1, Interesting

      Did you (the person who made the parent comment) even try to USE WP 8 for linux? It's existence highly supports the statements made by the guy who wrote the op. ed. piece ...

      I used it -- and the windows version -- and the issues of fitting into the envrionment, similarity of interface (just try and set up the printer in the linux version ...) they aren't even close ... ok, some things are close (menu layout) -- but like I said, this guy's views are right on when it comes to this kind of thing.

    2. Re:Yeah, right, what ever you say by shepd · · Score: 2, Informative

      Corel Wordperfect 8 for Linux was so horribly bad, I actually quit using it and moved over to StarOffice 5 instead. I'd rather use a bloated, buggy, fugly interface than a piece of software that is so confusingly laid out, and so very non-conformant to the OS it's running.

      Blech. It's no wonder that when M$ bought out Corel it didn't affect the Linux community one iota.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    3. Re:Yeah, right, what ever you say by oconnorcjo · · Score: 2

      Corel released a full version of Wordperfect 8 for Linux. How many people actually bought it? Apparently not enough to make them want to update it to the current version.

      Yeah it worked by working with wine and it SUCKED!!!! It was in no way as good as the Windows version. I was VERY disapointed with it and after I bought it, I recomended others to NOT buy it. After that, I had no respect for Corel as a "Linux" company.

      --
      I miss the Karma Whores.
    4. Re:Yeah, right, what ever you say by Spicerun · · Score: 1

      People didn't buy it because it was a full, but not current, Windows version of Wordperfect running on a Windows Emulator under Linux....not a full native Linux application that it could have been.

    5. Re:Yeah, right, what ever you say by Anonymous Coward · · Score: 1, Interesting

      I bought WP8. It worked fine. The problem was that they were a little ahead of the market. That was, what, four years ago, something like that. There's a lot more Linux users now than there were then.

      The other problem was that it was ported by another company, not Corel. Apparently Corel couldn't afford to pay them any longer.

    6. Re:Yeah, right, what ever you say by Anonymous Coward · · Score: 0

      It must be because MS fooled WP Corp. into believing that OS/2 was the wave of the future. Oops - that was the '90s excuse.

    7. Re:Yeah, right, what ever you say by jvy1106 · · Score: 1

      Well just for the record I am not a Anonymous Coward I just can not remmeber my acount name I am goin to make a new one. Anyways I would like to know how many people baught the windows version of WordPerfect 8. Ok they sold a few with prepackaged windows machines but other then that do you know someone who baught the Windows version of WordPerfect 8 I dont.

    8. Re:Yeah, right, what ever you say by davmoo · · Score: 2

      But that wasn't the point of the article. The article claims that if a company released a product for Linux that was comparable to their product for Windows, penguinheads would buy it. And contrary to several of the replies to my original message, Wordperfect 8 for Linux was NOT a scaled back copy of Wordperfect for Windows that ran under Wine. Wordperfect 8 was the full product that ran natively with Linux...no Wine was needed.

      Since I'm here anyway, even though it wasn't the point of the article, I'll anwer your question...how many people bought Wordperfect for Windows? Enough that Corel still supports the Windows version of the product and creates updates. A native Linux version is not available in the current version. So I'll ask you a question...which version sold MORE...Windows or Linux?

      --
      I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
  6. VMWare's Linux version by Dan+Aloni · · Score: 2, Informative
    I support these claims.

    Take VMWare for example. The Linux version is not only full featured, but is actually more robust and rigged with stuff like SCSI emulation.

    --
    0x2b or not 0x2b, the answer is -1
    1. Re:VMWare's Linux version by Dan+Aloni · · Score: 2, Informative
      What I forgot to write was, that I've heard more people considering to buy licenses for the Linux version than for the Windows version.

      My point is that individuals and companies are aware to Linux's robustness, and are willing to pay.

      --
      0x2b or not 0x2b, the answer is -1
    2. Re:VMWare's Linux version by Anonymous Coward · · Score: 0

      That argument could also be used to support the following statement:

      "There are more linux users that want to run Windows applications than there are Windows users who want to run linux applications"

    3. Re:VMWare's Linux version by kma · · Score: 1

      VMware is a bit of a special case, because it's inordinately difficult to clone. Had the plex86 project been successful, very few individual Linux users would be buying VMware Workstation. Even still, for months in 1999 the top few google hits on "vmware" were sites with pirated serial numbers.

      (Disclaimer: I work for VMware.)

    4. Re:VMWare's Linux version by Anonymous Coward · · Score: 0

      The windows and linux versions are the same. the windows version HAS SCSI support also.....

    5. Re:VMWare's Linux version by Wudbaer · · Score: 1

      What I forgot to write was, that I've heard more people considering to buy licenses for the Linux version than for the Windows version.

      IMO the reason for that is that in this very special case of VMWare a lot of people want to buy or buy the Linux version to run Windows apps on their Linux machines, not only to get a virtual machine for testing and development. The incentive to do so is much less for people running Windows. I don't know too many applications that do only run on Linux that don't also run in some form or the other on Windows or have at least adequate counterparts there.

      So VMWare might be a bad example, as it is very special (and both on Linux and Windows an excellent product).

    6. Re:VMWare's Linux version by Meat+Blaster · · Score: 1
      You've got to expect rampant piracy because the software has always been fairly unique, moderately expensive, and decent, ala AutoCAD, Windows operating systems, and Macromedia Flash. No doubt there's a lot of people out there who just wanted to dabble with the emulator but not to the point where they would, like, actually pay you for the thing. There are probably a number of those people in the Linux category because there are still a lot of people just dabbling with Linux at this point.

      With the increase in computing power and the number of people running Linux on a daily basis on their workstations, I have little doubt that legitimate usage of your product will increase (all other things being equal). It's even an application that can act as a catalyst for the growth of other commercial applications on Linux.

    7. Re:VMWare's Linux version by Anonymous Coward · · Score: 0

      Yes, both has SCSI support, but the Linux verion's SCSI support allows you to emulate it completely whereas the Windows version requires an existing SCSI physical device.

    8. Re:VMWare's Linux version by madhippy · · Score: 1

      VMware is an excellent product - on both Windows and Linux, but the Windows version just looks and performs better (in a UI sense).

  7. Re:Yeah exactly!!!.... Just like Loki... wait a se by BgJonson79 · · Score: 1

    I thought they said they went bankrupt because by the time they released a Linux game, it had already been out for Windows for a while and was simply cheaper to buy it for Windows at that point. If they were able to release at the same time (not their fault, as part of my understanding), they may well have no gone bankrupt (or lasted longer).

    --

    There are four boxes used in defense of liberty: soap, ballot, jury, ammo. Use in that order.

  8. Catch 22 of economics by Strych9 · · Score: 4, Insightful

    Linux has how much of the desktop market ? 10% ?

    Why would a company devote time and resources for only a 10% return where they could spend 100% effort into marketing to a 90% MS desktop market. Added to that whatever FUD that MS or such pulls out with GPL myths etc, and you will scare people away from developing for linux.

    And at the same time, if there were all the good ports of software for linux, I think a lot more people would have switched to it.

    A catch-22. I dont' know the solution

    1. Re:Catch 22 of economics by srhuston · · Score: 3, Interesting
      A catch-22. I dont' know the solution


      The solution might just be MacOS X. Granted I haven't used it much yet (just got my new powerbook), but with it being BSD on the backend, how hard could it be for them to port their code to Linux after porting to OS X? Hell, some enterprising person(s) might be able to write (if there doesn't already exist) API hooks to emulate or run Aqua in X, much like XDarwin does the opposite, so they wouldn't even have to port the graphics interfaces over.

      I'll admit I don't know much about the details of porting from one OS to another. However, if Office X now runs on what's basically a BSD backend, how hard would it be to port it again to Linux? (I won't hold my breath even if someone responded with 2 minutes as an answer)
      --
      Three dits, four dits, two dits, dah!
      Radio, radio, rah rah rah!
    2. Re:Catch 22 of economics by vadim_t · · Score: 1

      Heh, if a company considers it's okay to ignore 10% of its possible clients then I'm pretty sure it'll go bankrupt soon. How do you know that among those 10% there isn't a really big company that would buy a ton of your stuff?

    3. Re:Catch 22 of economics by IIRCAFAIKIANAL · · Score: 2

      If I was a shrink-wrapped sw developer, I would go for Windows first, then Mac (where the profit margin is much higher, if the stories are to be believed) and then I might consider Linux - however, I imagine the support costs for selling Linux software would be higher (the key word being *imagine* - I don't have any metrics to support this statement, so feel free to support/refute it :)

      When it comes to desktop software, Linux is always a distant third - which basically sucks.

      I don't think it's because people wouldn't buy it though - I figure it's because it would be difficult to support - though I don't know if it would be that much worst than supporting windows software...

      Wow, what the hell was my point again?

      --
      Robots are everywhere, and they eat old people's medicine for fuel.
    4. Re:Catch 22 of economics by Stween · · Score: 1

      I'd have to say 10% would probably be optimistic. 5% might even be optimistic.

    5. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      No it's companies that spend money on 10% of a market that's known to prefer free (as in no cost) software to buying it when they could be spending their resources on the 90% that buys softare that go bankrupt.

      How do they know that among those 10% there isn't a really big company? Because there aren't any really big companies using Linux for anything on the desktop.

    6. Re:Catch 22 of economics by Dunkalis · · Score: 1

      Carbon, OS X's C++ API, is pretty platform-dependent. OS X may have a BSD backend, but apps are not coded for it. They are coded for Carbon. Which, as I said earlier, is dependent on the PowerPC platform. Porting to Linux isn't as easy as you might think.

      --
      Slashdot is a waste of time. I enjoy wasting time.
    7. Re:Catch 22 of economics by timmyf2371 · · Score: 1
      I don't know much about porting from one OS to another either, but MacOS X runs on the PPC processors, whereas most linux boxes you'd want to run Office X on will be running on x86 boxes.

      From what I understand, it would require changes to the source code of Office X, and also a recompliation on the linux platform. Any prizes for guessing whether Microsoft will do this for Linux?

      Please feel free to correct me or add more info about this subject.

      Tim

      --

      Backup not found: (A)bort (R)etry (P)anic
    8. Re:Catch 22 of economics by Louis_Wu · · Score: 2, Insightful
      It doesn't matter how much of the total market uses Linux, it matters how much of your target market uses linux. If half of their target market uses linux then developing a version for linux does make sense. How much of the market does Apple have? Maybe 10%? But Macromedia puts our a very good Dreamweaver for it. And Microsoft ported Office, not just to Mac, but to the bleeding edge Mac OS X. (And it looks pretty, BTW. Though I think this Powerbook keyboard could be a bit bigger, I've got big hands.)

      You're right, it is a bit of a catch-22, but we must remember that the gross numbers are less important than the net numbers. Much like your gross income is less important than the net ammount you take home.

    9. Re:Catch 22 of economics by johnnyb · · Score: 2

      The Aqua API hooks are much harder than you make it sound. Aqua _is_ MacOS X. The BSD base is nice, but it's very little of what the non-server applications use.

    10. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      Of course if you use cross platform APIs (wxWindows or QT for example for the GUI) then it's just a matter of compiling for each...

    11. Re:Catch 22 of economics by tmark · · Score: 2

      Well, when Macs were more prevalent and less marginal then they are now - both at home and at the office - TONS of companies ignored them, and they probably constituted significantly more than 10% of a software company's 'possible' clients.

    12. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      The minute someone proves you can make real money by selling into the linux market, Microsoft will sell software there.

      The chances of this happening are non-zero, but exceedingly tiny. Every linux based business so far is about the size of (and has the same budget as) a small feature team at Microsoft.

      IBM, HP et.al. are not making money by selling into the Linux market, they are using it to get you to buy other stuff from them without having to pay a partner some royalty fee, or pay for an in-house development staff for their own OS work. In other words, they're riding on your back.

    13. Re:Catch 22 of economics by Chris+Johnson · · Score: 2
      I think it's the same few guys continually saying this- seems just a little bit psychotic to be talking about the 'zenith' of the Mac, and continually referring to it as a platform in decline, when the crazy thing is these guys tend to be pointing to the Performa era as 'zenith'... and claiming that the entire post-Jobs iMac era was all downhill.

      Man, gimme some of what you're smoking. I could _sell_ that for some really serious money :D

    14. Re:Catch 22 of economics by reallocate · · Score: 2

      Apple supposedly has about 5 percent of the market. Microsoft has already ported Office. Adobe and a very small number of competitors have the graphics design business wrapped up. Macromedia sells into the same market slice. Other than games, there is no market for software used in the home. Realistically, what's left that could be profitable?

      --
      -- Slashdot: When Public Access TV Says "No"
    15. Re:Catch 22 of economics by droleary · · Score: 3, Insightful

      Carbon, OS X's C++ API, is pretty platform-dependent.

      Wrong. It is well known that QuickTime for Windows includes large chunks of what is the Carbon API, and that some developers in the past hooked into it to provide Windows ports for some products. It is also well known that Cocoa had to be ported from the x86 in the first place, and had both white and yellow (i.e., OPENSTEP and Windows) versions.

      When it gets right down to it, it seems that Mac OS X is the platform all software should be developed on, and then ports can be readily done for Windows, Linux, and other deployment platforms. Believe me, nothing will improve software so much as a trial by fire with some very discriminating Mac users!

    16. Re:Catch 22 of economics by Micah · · Score: 2

      Actually, even though the Linux market is much smaller, there's less competition with other vendors there, so if you produce a quality program, you're pretty much guaranteed to get a good number of sales.

      I can think of several applications that would probably sell well on Linux... lots of edutainment type programs (Oregon Trail, etc), a Print-Shop type program that would easily create greeting cards and banners and posters, a good personal finance program (which TheKompany apparently has in Kapital), a QuickBooks workalike that really is as easy as QB...

      If ALL that software was available and hardware companies offered it as a preload option, seriously, why would more people not consider Linux?

    17. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      Linux has how much of the desktop market ? 10% ?

      Hahahahahahaha. 10%

      BWAHAHAHAHAHAHAHA

      Thanks for the laugh. Try less than 2%

    18. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      Linux has how much of the desktop market ? 10%?

      Try about 1% on average. Might be as high as 2% following the release of a new Linux Distro version when thousands of Slashdotters run off and download the ISO hoping that this version will be "the one" that finally frees them from their Windows prison. But fantasy fades away and is replaced with reality. A day or two later they are back to running Windows full time.

    19. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      Dunno, but I seriously doubt most linux users would pay for Win32 software on Linux. Most peopel switch to linux so they can get cheaper software.

    20. Re:Catch 22 of economics by Anonymous Coward · · Score: 1, Insightful

      > download the ISO hoping that this version will
      > be "the one"
      >
      You mean like Windows users stand in queues out of complete desperation? Give me a break, man. Linux ain't perfect, Windows ain't either and, guess what, nothing ever will be! So what TF are you talking about. I have seen more progress in one year in Linux than I have since 1995 in Windows-land. Windows-users seem to agree...strangely most of them don't even *want* the newer Windows'es...they stick with 98SE.
      >
      > But fantasy fades away and is replaced with
      > reality. A day or two later they are back to
      > running Windows full time.
      >
      Just because you seem to have to do this, doesn't mean everybody else does. Haven't run Windows for years now personally. OK I am the family geek, but guess what my two little one's are booting into *by choice* on their dual-bootup machine?! Funny, ain't it?

    21. Re:Catch 22 of economics by Random+Hamster · · Score: 1

      Assuming this is true, no rational person is going to base their business (and/or free as in beer or speech software that they care about people being able to use) on a back-door undocumented hack that lets them build Mac software for Windows. The back door could so easily disappear if Apple and/or Microsoft changed something.

    22. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      Who the fuck even cares about 10% ? /me throws a big reality brick at slashdot.

    23. Re:Catch 22 of economics by domninus.DDR · · Score: 1

      I dont understand; What's the conflict here? Just write in java.

    24. Re:Catch 22 of economics by prmths · · Score: 1

      windows prison?
      -- besides games, I'm fully content with linux these days, There are tons of good browsers, full-featured email clients, video players, quick and easy guis, support for just about every piece of mainstream hardware, openoffice is great for word processing and has been able to open every MSOffice document i've tried, every instant messenger protocol is supported, wine/winex runs a lot of existing win32 apps out there, dosemu works decently, there are emulators out for just about every console system that's emulated on win32, ---

      besides ease of installation issues (for the average user), commercial win32 games, and lib version problems with the packagers, i see no reason to stay with windows.

      in terms of porting software --- why not just use a set of cross-platform a/v and i/o libs for writing programs? (libSDL)
      -- does a great job -- and i dont see why someone doesnt make an addon lib that uses whichever widget set that is available on the system (gtk, qt, win32, aqua, plain old X, etc)
      seems like a pretty trivial thing to me... i've been writing cross-platform apps for quite some time... i usually make my own guis though (games -- most of the time i want a specific look)

    25. Re:Catch 22 of economics by Anonymous Coward · · Score: 0

      "Linux has how much of the desktop market ? 10% ?"

      Considering the many many millions of desktop computers, 10% isn't something to simply shrug at.

      There's plenty of stuff out there that only has a market of 10% out of the whole and they do fine. This would be adding to the existing 90% and providing while enabling a more complete solution for everyone.

    26. Re:Catch 22 of economics by droleary · · Score: 1

      The back door could so easily disappear if Apple and/or Microsoft changed something.

      You misunderstand my suggestion. All I'm saying is that real portability for desktop apps is not as difficult as many imagine. If Apple can write to a set of API that can get them on any platform they want, then so can you. In going that route, you're also probably best off starting with a Mac in the first place because that seems to be where the quality starts as well before it flows off to the other platforms. If Linux on the desktop still sucks after all this time (and, boy, it sure does) it might stem from the fact that most of the people going to Linux came from a pretty sucky desktop (Windows) in the first place. With the solid Unix core of Mac OS X, I look forward to seeing a lot of cross development that really improves the various open source efforts, but that sort of thing will take some time and require more Linux users to switch to the Mac in the first place.

    27. Re:Catch 22 of economics by imroy · · Score: 2, Insightful
      Why would a company devote time and resources for only a 10% return where they could spend 100% effort into marketing to a 90% MS desktop market.

      I'll tell you why.

      1. Because MS could decide that your neat little app is something that they'd like. They then either buy your company and fire the redundant employees, or they bundle (read "integrate") a wannabe clone with the next version of Windows/Office/Media Player/whatever.
      2. Because Linux is a stable platform. How many changes has windows been through in the last 5 years? Sure, Linux advances as well, but a lot of MS's changes are to disadvantage competitors or would-be competitors. See previous point about becoming a would-be competitor.
      3. Linux is an even playing field. Want to know how something works? It's all available for you to look at. Need more than that? Get on mailing lists or IRC channels. Hell, even hire one of the hackers yourself to guarantee a connection to the developers. You get "preview" access to betas and pre-release versions. Be ready when the next version of GNOME/KDE/X/the kernel/etc is released.

      My point being that MS and its monopoly is a formidable force to go up against, so you don't want to gain their attention.

      I don't know the answer either. I think that throwing Open Source software into the commercial scene (as is starting to happen) will shake it all up. Who knows what the result will be. We will probably find that certain types of software (niche apps, military) should be commercially developed, while other parts (OS, common libs, desktops, frameworks) should be community developed and Open Source.

    28. Re:Catch 22 of economics by smittyoneeach · · Score: 3, Interesting
      The minute someone proves you can make real money by selling into the linux market, Microsoft will sell software there.
      What scares me, AC, is that several world governments aren't so much interested in revenue input from software sales as they are in cost avoidance by going to open source.
      Will the US turn into a software Japan, where we knowingly overpay for services to keep our Ponzi scheme going, while the rest of the world collectively innovates us into the dust?
      Sure, that's a healthy dose of hyperbole. But I throw it out, not as a troll, but as a genuine question of whether or not we wear blinders.
      Linux's overall effect in the market (I say, without having done a lick of research) has been to drive down the cost of operating system software. Office and game software might be next.
      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    29. Re:Catch 22 of economics by tzanger · · Score: 2

      besides ease of installation issues (for the average user), commercial win32 games, and lib version problems with the packagers, i see no reason to stay with windows.

      I'd love to see Microchip MPLAB-ICE support for Linux... or even enough of a compatibility to work with WINE. The IDE works just fine but it can't talk out the parallel ports no matter what I try. Same with a lot of chip programmers (for either BP-1200 or the old Harrison Electronics' EMP-20). So close, yet so far for electronic development.

      Sure, Eagle works but there needs to be a completed sim and maybe some more fully-featured VHDL compilers. Or any kind of FPGA compiler for that manner.

      So close, yet so far for the electronics people. :-)

    30. Re:Catch 22 of economics by mark_lybarger · · Score: 1

      in case you haven't heard, the java gui toolkits/class libraries/packages/whatever just aren't there. there has always been, and continues to be serious usability from the java gui kits. they're not horrible, but they're not the win32/kde/gnome applications that work and feel the same. until we get java as the desktop platform, it's not going to be the same.

    31. Re:Catch 22 of economics by gujo-odori · · Score: 1
      I can think of several applications that would probably sell well on Linux... lots of edutainment type programs (Oregon Trail, etc), a Print-Shop type program that would easily create greeting cards and banners

      I don't know about the edutainment stuff (but then, I don't have any kids old enough to use a computer yet), but a good program for making cards and (better still) printing photos as well as the photo printing wizard in XP does it is a program I would pay for right now if it were available for Linux. I've been a Linux user for 5 years (exclusively Linux for most of that time) and in those years, no one has come out with a decent free program to do those things. In fact, I'm not aware of any program - free or not - for Linux that does those things. Somebody correct me (and gimme a URL!) if I'm wrong.

      I strongly favor Free and Open Source software and really believe it is a better way. I would favor a Free product over an equivalent proprietary product for this reason, even if it wasn't quite as polished as the proprietary one. This is not about money, though, it's about software freedom. If GPL software were distributed in source only form and you had to pay to get a binary and if I could not compile the source for myself, I would pay for the binary.

      I'm sure I'm by no means the only Linux user who believes that. A lot of boxed sets are bought by people who could download and burn their own ISOs, but want to support their distributor, I'm sure. I personally know several people who have done that. I have bought several boxed sets myself.

      You can make money selling Linux software, but as Micah points out, it has to be something that people need. It also helps a lot of it doesn't have a Free competitor out there. If there is a Free competitor, you have to be a lot better if you want to compete.

  9. Good Software?? by TalShiar00 · · Score: 3, Funny

    This article erroneously make the assumption that the windows version is good software :)

  10. OT, and trollish, and redundant.... by IIRCAFAIKIANAL · · Score: 1, Troll

    But I can't resist...

    for as long as you can get Windows to work, anyway

    Do Linux-only users seriously believe this? I have never had a problem getting Windows to work (other than NT on shitty hardware, but I had that problem with Linux too).

    I run WindowsXP primarily, but even when I was running Win98, I never had problems. Linux, on the other hand, ate my data one time (luser error on my part :).

    Honestly, it's stupid comments like this that make it more difficult for me to get others to try Linux. If anything, Windows is easier to get working than Linux nine times out of ten.

    Now, getting Windows secure on the other hand...

    --
    Robots are everywhere, and they eat old people's medicine for fuel.
    1. Re:OT, and trollish, and redundant.... by bilbobuggins · · Score: 2
      he means 'as long' as in keeping windows running. sure, windows might be easy to set up, but then how long does it run for?

      i am not making this up when i say this - i can tell exactly how long ago i got my new linux box: i type 'uptime' (roughly 73 days now).
      i've never met a windows machine in my life that can compete with that.

    2. Re:OT, and trollish, and redundant.... by Apreche · · Score: 1

      you haven't met mine, or my roomates, or the ones that are in the labs at school, or any of my friends...

      --
      The GeekNights podcast is going strong. Listen!
    3. Re:OT, and trollish, and redundant.... by IIRCAFAIKIANAL · · Score: 2

      Maybe the author meant to say "as long" as you can keep Windows running without a reboot, but the statement is ambiguous.

      In any case, when I run Linux I find I regularly have to restart X (thanks to shitty apps I tend to gravitate towards :), which as far as a user is concerned is the same as a reboot because they have to close all their open apps, save their data, etc.

      And don't get me started on X crashing :) My last Linux install was only rebooted twice for the whole 6 months I had it on that box, but I must have had to restart X twice per day thanks to shitty software. I don't blame Linux for this, anymore than I blame MS when "Dave's Crappy Freeware Tool" takes down explorer.exe.

      The only reason I reboot WindowsXP is security patches. The only place that it really bothers me that I have to reboot a box is a production machine at work (which is one of the reasons I feel Linux is superior as a server).

      My point is that for Joe User, getting Windows up and running is easier - as is maintaining it (major system failures notwithstanding, which are hard to deal with on any os). Anyone that says otherwise sounds dishonest and hurts the credibility of Linux.

      --
      Robots are everywhere, and they eat old people's medicine for fuel.
    4. Re:OT, and trollish, and redundant.... by Anonymous Coward · · Score: 0

      I've never had my Win2k box crash. It reboots for security patches only. Windows 98 was the last version of windows I would say really sucked. Even NT 4 is fine with good hardware.

    5. Re:OT, and trollish, and redundant.... by equiraptor · · Score: 1

      In the above quote:

      "for as long as you can get Windows to work, anyway"

      When I was running Windows 98 SE, I had to reboot three times a day. I kept everything updated according to the Windows update page, but Internet Explorer would crash almost constantly, and about three times a day, it would cause Explorer to crash as well, which forced me to reboot.

      I went to Windows 2000 Service pack 2. Much better, but still, about every other day, Windows would start reading from the hard drive, and NEVER stop. The only thing I could do was hit the reset button, which Windows doesn't deal with well.

      So I tried Linux. Wow. The only times I reboot are when I have something I need to do in Windows, and then I have to reboot multiple times just to get Windows to do what I want. Until I figure out winex, Windows will keep anoying me.

      Maybe Windows will consistantly boot, but it won't stay up long enough for me to get much done, therefore, I would much rather buy commercial software for Linux so I could use it for as long as I wished.

    6. Re:OT, and trollish, and redundant.... by Anonymous Coward · · Score: 0

      Who the fuck cares what the uptime on your fucking workstation is? It's the most pathetic version of geek dick wagging. It means abso-fucking-lutely nothing.

    7. Re:OT, and trollish, and redundant.... by Anonymous Coward · · Score: 0

      ummm... it was to prove a point about stability, genius. would you prefer i spout vague cliche's or use a specific real world example? hmmm...

    8. Re:OT, and trollish, and redundant.... by kirkjobsluder · · Score: 1

      I think that this is one of those arguments that is really trivial outside of server contexts. Most users don't care about uptime as long as rebooting a computer is a trivial task that provides an easy excuse to make a trip to the coffee pot or watercooler. My experience with Linux was that while as an operating system it was very difficult to crash, there were certain programs (Netscape 4) that could bring it screeching to a halt to the point where a hardware reboot was the easiest way to fix the problem.

      Early in running Windows XP and Windows 2000, I had some problems due to a bug in the bios, however since then the only unintentional downtime in one year has been due to power failures. As a result, I think that most of the FUD regarding the instability of Windows compared to other operating systems no longer applies to the current offerings from Microsoft. For the average user, one crash a month or even one crash a week is a relatively trivial nuisance (and I am probably overestimating the crash ability of Windows XP here.)

    9. Re:OT, and trollish, and redundant.... by Luke-Jr · · Score: 1

      Let's see.. back when I ran Win2k it crashed at least once a week... and over a period of a few months corrupted itself to the point where if I wasn't planning to move to Linux already, I probably would have had to completely reinstall. For one very annoying example, Windows Explorer didn't have a menu... oO

      --
      Luke-Jr
    10. Re:OT, and trollish, and redundant.... by Anonymous Coward · · Score: 0

      Many times. The most recent one involes my RAID card. Even with the vendor drivers, XP Installer corrupts the boot block and fails the first restart.
      I must use Linux to repair the boot sector to finish the Widows installation.

      Mike

    11. Re:OT, and trollish, and redundant.... by Anonymous Coward · · Score: 0

      Getting WinXP to work: Sure it works now, but wait a week and see what still works.

      Getting Linux to work: Turn on Computer. Select "Linux" from LILO menu. Login. Do Stuff. Log off.

      Sure linux takes a few days to learn, but look at the power, flexability, stability, speed, penguins and freeness.

    12. Re:OT, and trollish, and redundant.... by Equinox · · Score: 1

      Given this is /. I have to disagree...98 ran perfectly for me...only rebooted for hardware installation. I couldn't even 2k or NT4 to load on that machine. And linux on that box...well...I don't even think I rebooted for hardware upgrades. :)

    13. Re:OT, and trollish, and redundant.... by prmths · · Score: 1

      " he means 'as long' as in keeping windows running. sure, windows might be easy to set up, but then how long does it run for?"

      Back when I ran windows, I had to erase and re-install the OS every 3 months reliably... It was really getting sick.. seemed like it got worse every time i rebooted.. which was quite often...
      under linux ... i never have to reboot unless i added some hardware or want to recompile the kernel... and the system never 'spontaneously' degrades..

      i can keep a linux machine on and running reliably without rebooting much longer than i could keep a windows on my HD without killing it and reinstalling

      deltree /y C:\windows became my favorite command after a while...

      whereas -- here's my current uptime on my server:
      root:echoes:/home/admins/prmths# uptime
      2:12am up 311 days, 8:10, 1 user, load average: 0.00, 0.00, 0.00

      and that was when i added another hard disk before that it was another few hundred days

  11. Cheap skates ? by Krapangor · · Score: 3, Insightful
    The argument being made that users aren't cheap skates, they will pay for good software.

    You mean like these guys who posted serial numbers for the Linux version of Opera here at Slashdot ? (at an Opera article some months ago)
    And like these people who would rather download distro iso instead of buying a full distribution ?
    And like these people who would use OpenOffice because it's for free instead of paying a very moderate price for SunOffice ?
    There main arguments has in fact already proven wrong: Open Source users are unfortunately often cheap skates.
    This "stripped-down" argument is just a bad excuse for warezed Windows programs.

    --
    Owner of a Mensa membership card.
    1. Re:Cheap skates ? by FooBarWidget · · Score: 3

      What about the people who put cracks for popular Windows software on their websites?
      Or the people who would rather pirate Windows XP than buying it?
      Or the people who make a copy of the Office 2000 CD from their office and install it at home?
      Does this mean Windows users are cheap skates too? Then why do companies bother to develop for Windows?
      Remember this: do not generalize the entire population!

    2. Re:Cheap skates ? by quax · · Score: 1

      The money in the software business is with the corporate accounts. They don't tend to use warez. I think that a software business plan that targets and solely relies on the private home user is inherently flawed and not worth the paper that it is written on.

      Corel pitched in to early. If Linux ever manages to penetrate the corporate desktop market we will probably see Corel offering WordPerfect for Linux again.

    3. Re:Cheap skates ? by evilquaker · · Score: 1
      There main arguments has in fact already proven wrong: Open Source users are unfortunately often cheap skates.

      As opposed to Windows users who never trade warez or use freeware and always register their shareware...

      --
      To within half a percent, pi seconds is a nanocentury. -- Tom Duff
    4. Re:Cheap skates ? by oconnorcjo · · Score: 3, Insightful
      You mean like these guys who posted serial numbers for the Linux version of Opera here at Slashdot ? (at an Opera article some months ago)
      And like these people who would rather download distro iso instead of buying a full distribution ?


      Just because SOME Linux users are like that, it does not mean they ALL are. Every group has thier "cheap skates" (such as the people who pirate MS Office). If we judge the "whole" based on the "worst in humanity" then we would all be labeled pimps and prostitutes who kill just for the fun of it. BTW, I am not trying to imply that being cheap has anything to do with the "worst in humanity".

      --
      I miss the Karma Whores.
    5. Re:Cheap skates ? by aaarrrgggh · · Score: 2

      I never really believed that warezed products could actually be a viable means of promoting software... the same argument that people make for MP3 files... but now I find myself actually recommending purchase of a fairly expensive package after using an illegal copy for a month.

      People (individuals and frugal businesses alike) can't buy everything to just see if it will work for them. But, if it does work and offer value, then it is worthwhile to purchase the software!

    6. Re:Cheap skates ? by MisterBlister · · Score: 4, Insightful
      In the Windows world, though, there are so many potential paying customers that the cheapskate theives can get lost in the noise.

      Given just raw numbers, every desktop Linux user who steals software (for example, using a stolen-serial Opera) is equal to about 10000 (at least, maybe more) Windows users using stolen software.

      If Linux users want more support the community is going to have to hold itself to a higher standard.

    7. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      If we judge the "whole" based on the "worst in humanity" then we would all be labeled pimps and prostitutes who kill just for the fun of it.

      Funny. I would have thought we'd all be labeled politicians and police who pass and enforce stupid laws to keep from having to get real jobs.

    8. Re:Cheap skates ? by Shelled · · Score: 3, Insightful

      Not even decent as a troll, and your concept of proof-of-fact won't get you to the Nobel podium anytime soon. In seven years of using and supporting MS software, I rarely meet anyone outside of businesses who purchased Windows or the Office suites. Games - yes, core - no. Most 'borrow' from work or friends. Windows users are no less inclined to part with cash than Linux users, it's just the latter come by their software honestly.

    9. Re:Cheap skates ? by nempo · · Score: 1

      Me, cheap?, no. I download my distro because I have the bandwidth to do so, this goes faster then buying it from some online store. If I had a dial-up I would probably buy it to since the phone bill goes up pretty fast.
      Why download OpenOffice instead of buying suns product, hmm lets see, not counting the above reason, last time I heard suns staroffice was based on openoffice so by using openoffice I get a more up to date piece of software.

      --
      --- No, english is not my mother tongue.
    10. Re:Cheap skates ? by Jason+Earl · · Score: 2

      Yes, when Linux starts to gain significant numbers of desktop users, Corel will undoubtedly weigh in again with a Linux version of PerfectOffice. However, by then it will be too late. In fact, it's too late already. People making the switch to Linux on the desktop are not going to be interested in PerfectOffice. OpenOffice is Free Software, and for those who feel they must pay for their software they can buy the OpenOffice compatible StarOffice. OpenOffice will guarantee that PerfectOffice gets squeezed out of the low end, and StarOffice will suck up those that want to pay for their office suite.

      The article missed the most important reason why commercial software vendors should port their software to Linux. The easiest way to slow down the development of a GPLed competitor to your software product is to release a Linux version. Already there are entire software categories where a commercial Linux offering has little chance of gaining traction. Mozilla, for example, pretty much guarantees that a commercial web browser isn't going to do well under Linux (sorry Opera). Likewise OpenOffice has pretty much blocked the office suite niche. StarOffice might work, because it is OpenOffice compatible, inexpensive, and somewhat better than OpenOffice, but you can forget about Corel ever selling a lot of Linux licenses. Even if Linux does end up on a significant amount of desktops the Office suite installed by default will be OpenOffice. In fact, you have to look pretty hard for a mainstream desktop application that doesn't already have a strong Free Software equivalent. When Linux makes its big move on the desktop people aren't going to need Quicken, Photoshop (unless they do pre-press work, and even then...), Winzip, and a whole host of other packages that Windows users have gotten used to paying for.

      Just look at the examples that the article used. How many people use Dreamweaver or IBM ViaVoice? Hardly anyone. Both of these tools are limited to small niches. Windows has been the dominant desktop platform since before Windows 95 came out. Of course there is going to be software packages that are available for Windows that don't have Free Software equivalents. In the long run, however, that isn't likely to matter. Linux fits the needs of an increasing number of folks, and it is free.

    11. Re:Cheap skates ? by lightcycler · · Score: 2

      "If Linux users want more support the community is going to have to hold itself to a higher standard."

      I'm obliged to force my own moral values on anybody who downloads a set of software free from the internet? Exactly how many people must I convince?

      As the author said, the Windows empire was built by thieves, installing microsoft software without payment. But people still develop for windows. Go figure.

    12. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      Music CDs play on all platforms and it would seem to me that the overwhelming majority of Linux users seem to think that it's not wrong to rip copyrighted material and pass it around the Internet.

      Why would it be any different with commercial software? They would just come up with another one of a myriad of excuses (too expensive, I wouldn't have bought it anyway, XYZ company is just a bunch of greedy b*stards, etc.) to justify theft of the product.

    13. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      >Download a distro instead of buying a full distribution

      If I can get it for free (legally) why should I pay for it.

      >And like these people who would use OpenOffice >because it's for free instead of paying a very >moderate price for SunOffice ?

      Both these office suites suck. Why should I pay for something that sucks ?

    14. Re:Cheap skates ? by MasterOfMagic · · Score: 1
      You, too, can become a mensa member !

      I didn't know that Microsoft Fanboys owned Mensa...
    15. Re:Cheap skates ? by novas007 · · Score: 1

      Why would one pay for Staroffice when Openoffice is free in all senses and more up to date? Use a bit of logic- the only reason to pay for Staroffice would be to get the support that Sun provides. If you don't need the support, you can use Openoffice. This also applies to your distro iso argument. Posting serial numbers is inexcusable, but don't lump logical choices in with your rant. You don't pay for software you don't need.

      --
      To smash a single atom, all mankind was intent / Now any day the atom may return the compliment
    16. Re:Cheap skates ? by MobileC · · Score: 0

      OpenOffice is a different product to SunOffice.
      I purchased the 5.2 Star Office on CD.
      I downloaded OpenOffice.
      I purchased Slackware 7.0.
      I purchased VMware.

      I get the best product for the job.
      If I have to pay for it then I do.
      I will look for a "free" option but will not d/l warez.

      --

      Fran
      :):):)
      1st 1st Poster of the new Millennium!

    17. Re:Cheap skates ? by quax · · Score: 1

      I don't think companies purchase StarOffice because it is incrementally better than OpenOffice but rather because:

      1) they want reliable tech support
      2) the product has been tested by a vendor
      3) warranties (granted the DMCA pretty much frees vendors from giving any, but if SUN is smart they give some warranty anyway)

    18. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      Agree. The reason I changed from M$ to Linux was that nearly everything was free. I am a "cheapskate" who doesn't want to pay M$ for crappy software that has a free Linux equivelant. If Corel, AO-HELL, or some games ported their stuff to Linux, sure i'd buy it, because its made by a commercial company. I don;t believe in have free-lance programers paid for developing their software on an Open-Source OS, though.

    19. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      > the Windows empire was built by thieves,
      > installing microsoft software without payment.
      >
      I agree, that even a pirated copy of MS software is just another brick in the MS-Palace. But let's also not forget, that the empire was built mainly by completely removing any kind of alternative option BUT Microsoft, even in the event where the user made it clear that s/he did NOT want MS-anything. They, MS, still got paid the same amount of money from the OEM although the hard drive was left blank as they did if MS-everything was installed. Check the contracts MS had with OEM-companies and I show you some people who should just like mobsters be life-long in jail for criminal extortion!!

    20. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      > Posting serial numbers is inexcusable
      >
      Actually it's the *use* of them in lieu of purchasing the product, that does the financial damage, not the mere posting of the numbers. Small, but important difference.

    21. Re:Cheap skates ? by Jason+Earl · · Score: 2

      Sun has priced StarOffice reasonably enough so that I imagine that the companies that do take them up on their offer will probably get their money's worth. In fact, I nearly bought a copy myself. What held me back was the fact that it contains non-free software. I have a hard time encouraging vendors to bundle non-free software with GPLed software.

    22. Re:Cheap skates ? by MisterBlister · · Score: 2
      I agree, that even a pirated copy of MS software is just another brick in the MS-Palace. But let's also not forget, that the empire was built mainly by completely removing any kind of alternative option BUT Microsoft, even in the event where the user made it clear that s/he did NOT want MS-anything. They, MS, still got paid the same amount of money from the OEM although the hard drive was left blank as they did if MS-everything was installed. Check the contracts MS had with OEM-companies and I show you some people who should just like mobsters be life-long in jail for criminal extortion!!

      Uh, chicken and egg. Obviously Microsoft would have been in no position to be a "heavy" on OEMs until they already owned the market. So maybe you're dumb!

    23. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      WTF is SunOffice?

    24. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      >Given just raw numbers, every desktop Linux user who steals software
      >(for example, using a stolen-serial Opera) is equal to about 10000 (at
      >least, maybe more) Windows users using stolen software.
      >
      Who cares about Opera when most of us who use linux use Mozilla or some other browser? It's you Windows freaks who keep harping about Opera when the majority of linux users could care less about it.

    25. Re:Cheap skates ? by Anonymous Coward · · Score: 0

      Your arguments are pretty convincing. A couple of observations I would make are:-

      1. MS makes its money more on corporate use of its software than from private users , after all who wants to pay hundreds of dollars for Word out of their own pocket. MS is probably more concerned with corporate privacy in Asia than loosing Linux users who wouldn't pay MS prices for Windows anyhow;

      2. Most Linux users DO think that all software should be free, and act accordingly. How many software companies actually make money out of Linux applications ? Even companies producing popular distros fail regularly;

      3. Look at BeOS, superior to Linux for the desktop, yet once it became a "free release" in the cut down Personal Edition 5, it encouraged people to believe if the OS is free so should the software be. End result more and more BeOs users but no-one seemed to buy any software, and BeOs died.

      Prediction: no one is going to make much money soon from Linux on the desktop except for RedHat and maybe because Linux will become a major server player.

    26. Re:Cheap skates ? by DrCode · · Score: 2

      It's corporations that spend the money. My previous employer paid several hundred $$'s/year for MSDN for me (which I didn't want), but I had to buy my own $40 copy of Linux.

    27. Re:Cheap skates ? by Rick+the+Red · · Score: 2
      I'm running OpenBSD on my firewall, because after reading here and there I came to the conclusion that it might be a better choice for a firewall than Linux. I downloaded the files (no ISO, remember) and so far I'm happy with it. My plan is to buy the CDs of the next release. Am I a cheapskate because I didn't buy the version I'm using now?

      I downloaded several Linux distributions before settling on RedHat; subsequently I bought two version of RedHat, 5something and 6something. Am I a cheapskate because I didn't buy all those other distros I tried before I settled on RedHat? Am I a cheapskate because I didn't buy every 5.x and 6.x release?

      Remember, if I wanted to try Windows NT 3.5 on a server, and if I liked it go to NT 4.0 when it came out, I'd have had to buy both NT 3.5 and NT 4.0 -- and I might not have done the upgrade to 4.0. If I wanted to try Windows 98, Me, and XP Home before deciding which one is best for my mix of DOS and Windows games (yes, I still play Wolfenstein -- don't you?) I would have shelled out well over $500 for one PC.

      Just because people take advantage of open/free software's free-as-in-beer licenses doesn't make them cheapskates, and it certainly gives the Open Source businesses a leg up on the competition. If I couldn't try Mandrake or SuSE for free-as-in-beer I'd really be locked into RedHat, and all three would suffer (competition makes them all better).

      --
      If all this should have a reason, we would be the last to know.
  12. ACs are not karma whores by Anonymous Coward · · Score: 3, Interesting


    I can't help but get the feeling that companies like Real Networks, Adobe, Macromedia and yes, even IBM think that us penguins are all just about the cheapest birds on the entire face of the technology ecosphere, or whatever Microsoft is calling it these days (oh yeah, they think we're cheap, too). At the same time, Linux, one of the flagship products of the open source/free software movement, is such a buzzword that all of these companies - and many others - want to somehow associate themselves with the community. As a result, we see things like Real Player, Adobe Acrobat, IBM's ViaVoice and other popular programs being ported to Linux. This all sounds great on the surface, but truth be told, these products are only wannabe imitations of their fully functional cousins that work wonderfully under Windows (for as long as you can get Windows to work, anyway).

    Since a large number of Linux users are at least a wee bit more technical than the average Windows user, we're all aware of this sort of strange 'fleecing-that's-not-really-a-fleecing'. We can't call it a fleecing, because we don't pay for a lot of this software. But we're aware that the Linux versions of many software titles just don't work like they do under Windows. In some cases, it's subtle. In other cases, the software comes with a disclaimer that "features x, y and z don't work under Linux". In some other extreme cases, the Linux version is so different that it's given a completely different version name to indicate that it's been stripped. Then the executives look down from their ivory towers and wonder why we don't buy their software. To top it all off, they use this sluggish market performance (read: poor excuse at an attempt to support Linux) as justification to discontinue their line of Linux products. In the meantime, they've gotten their good press, and placed a chip on the word 'Linux' on their Buzzword Bingo cards.

    Well, this situation just sucks, and I'm here to tell the commercial software companies: 'If you port it, we will pay'. I talk to other Linux users all the time who say to me: 'If Company X ported Product Y, I'd pay full price for it'. I can't even begin to count how many copies of 'Dreamweaver for Linux' Macromedia would sell if it became available. If ViaVoice for Linux was as good as it is under Windows, I'd be using it now instead of typing up this story in Mozilla. I'm just not going to pay for a cheap imitation. I can get a cheap imitation for free! Freshmeat is loaded with, among many other wonderful things, free knockoffs of popular software, or cool little tools that you can combine to get the job done. I'll work through that before I justify making crap versions of decent software just so a company can say 'we support linux', when that's not really the case.

    Linux, for me, is a choice I made. It's my operating system of choice. It doesn't mean that I'm cheap or poor or that I refuse to pay for software. It means that I have some shred of independent thought, and maybe even a bit of intelligence. It means I'm not stupid enough to pay $400 for an inferior OS so I can check email and surf the web when I can do all of that and 1,000,000 other things for absolutely nothing. However, if Windows was as fast, secure, stable and reliable as Linux, AND had all the applications under the sun, I'd probably pay for that, too. It's not really about hating Microsoft, though they're fun to pick on, and it's not about being unbelievably cheap. It's about having a choice and using the two brain cells I have to make and justify a decision.

    So if I'm willing to pay for software, why not just run Microsoft on one of my 7 home machines and pay for software to run on it? Well, because Windows is *not* as fast, reliable and stable as Linux - and don't get me started on support for standards. What am I paying for then? The ability to run Dreamweaver? On an OS that, even after 17 years and countless versions still doesn't come close to being stable, reliable or secure (or fast, or standards compliant...)? If I did this today, I'd be paying $350 for Dreamweaver, and $300 for XP. That's $650 to run one piece of software.

    If this sounds like I'm implying that I don't use Dreamweaver *only* because it runs on an inferior OS, then you're hearing right. For 75% of the things I'd use it for, like this article, Dreamweaver is overkill. However, in the penguin's constant pursuit of 'more power' and 'killer apps' and 'more features' and stuff like that, if it ran on Linux I'd buy it for the 25% of the time that it would actually be the right tool for the job (that, and I'd be basically voting with my dollars in support of Macromedia's move). This assuming it wasn't a cheap knockoff of Dreamweaver, of course... see above.

    As with many things in the open source world, the "State of the Source" is changing. Software like the GIMP, Mozilla and Apache is getting better. Documentation for open source titles is becoming as copious as for Windows-based software. There are as many books on PHP as there are ASP. As many books on Apache as IIS, and they just keep coming (O'Reilly has one coming about 'Building Apps with Mozilla' - mmmmm). Paying for support has also become a very real, viable option for open source software. There are plenty of programs out there that install with a click of the mouse - user friendliness makes tremendous leaps daily. As the components of the open source software market begin to (more closely) mirror the rest of the market, a vendors *time* to market in this arena will become more and more critical. So I say to you, Macromedia, Adobe, IBM, Roxio, Real, Apple (Quicktime, Hello?): Port your stuff while you still have a chance to get my money. I'm less likely to *look* for a free alternative if I know I can get the real thing for my OS of choice (again, assuming it works). We're really not too poor or cheap to pay for good software. We're just too smart to pay for really *bad* software, and many of us are technical enough to know the difference.

    1. Re:ACs are not karma whores by Anonymous Coward · · Score: 0
      Hey Moderators!

      ...fuck

      ...dude just cut-n-pasted THE EXACT ARTICLE UNDER DISCUSSION

      ...modded up to (2, Insightful) so far!

      ...this crack you smoke, where can I get some? I could use it.

    2. Re:ACs are not karma whores by Anonymous Coward · · Score: 0
      "if you port it [to Linux], we will pay"


      It is intresting how anxious you are to pay
      for software? But did any of you send a check to
      GNU, to Apache, or to Perl when you got your software??


      As for not paying for software and being a "cheap bird",
      that is a complement! Let the idiots pay for software, we
      at Linux have found heaven and would rather not
      pay for software, but we should at time make small
      donations to GNU. An important component of freedom is
      not having to pay. At least I think so.

    3. Re:ACs are not karma whores by Anonymous Coward · · Score: 0

      If you want a machine to use with commercial software why not use a Mac. It comes with a pretty, easy to use OS, with good availability of commercial software. As a bonus you can run Linux/BSD etc.

  13. DUH by ljaguar · · Score: 5, Insightful

    Holy crappy developemental platform Obvious man!

    Which came first?
    Poor Linux port sales or poor featured linux port? or...

    Not so cool environment for commercial programs??

    Let's face it. Linux programs are high upkeep projects. Wrote a motif software? People call it ugly. Wrote your own widget? People still bitch. Wrote it in GTK 1? Gotta upgrade to GTK 2 now. Nevermind all those bitching KDE users. Go ahead, write it with QT3 and the fancy KDE3 integration. I'm still bitching; I use windowmaker. It's x86 only? Mac linux people whine. It doesn't work with the latest glibc? It's redhat only? WTF is this .rpm only thing? Why aren't you taking advantage of XRENDER? I want my aa fonts, dammit. Where the ALSA version? It doesn't cut and paste right! (It never will. As long as gnome and kde doesn't work perfectly with each other, it ain't working on one of them.)

    Think of all the varieties of linux. To cater to every single one of them out there, we need exactly what we have now: open source projects with volunteers and an active community. That doesn't sound like commercial software to me.

    1. Re:DUH by iomud · · Score: 2

      Good call, linux is such a moving target it makes it difficult (read: costly) to support. Especially when there are so many environmental variables to deal with. That being said, I use macosx.

    2. Re:DUH by Dunkalis · · Score: 2, Interesting

      I can run GTK1 and GTK2 apps side by side on WindowMaker. I can run KDE apps on WindowMaker. If you have a big enough Mac Linux audience, you can cross-compile it to a Mac. Statically link a fail-safe binary, and have another one linked to stuff you can assume your audience has. I run SuSE and Red Hat RPMs on Debian, no problem. If its not compiled for ALSA, we have OSS emulation. I'm able to cut and paste between every single one of my applications, and these include Qt, GTK, Xaw3d, Motif, and the Athena widget ones! Select text, middle click. Done.

      If you run a relatively modern distro, you should be able to avoid all of these problems.

      --
      Slashdot is a waste of time. I enjoy wasting time.
    3. Re:DUH by MisterBlister · · Score: 3, Interesting
      To some degree you are right that these issues are getting handled, but its still going to take a long time for the perception of things to catch up with the reality. Consider that as a Windows programmer, the UI code you wrote back in 1995 still works unchanged with updated look and feel if you used the standard Windows control APIs. The same code under UNIX/Linux was likely using a long-since abandoned widget API and to keep it looking up to date would have gone through multiple UI rewrites.

      Gnome and KDE are both great projects, but its going to take a couple more years before they are as attractive a platform to developers as Win32 is.

    4. Re:DUH by ljaguar · · Score: 1

      Yes, and I use opera (QT) under windowmaker on slackware 8.

      But people still bitch. People bitch when they see motif, because it's ugly. People bitch at OpenOffice because it's ugly with it's own widget. (But few say it out loud, because OO is their poster child for open source.) People bitch when an app is still in GTK1 when they are enjoying GTK2 goodness. People want AA fonts. People will be irritated when an old commercial app wants OSS but it's been deprecated.

      It's not that it won't work. My two most frequent apps are gaim and opera, GTK and QT.

      But I don't enjoy the fact that widgets are different.

      It's about not having the polish that commercial apps are supposed to have. And no matter what the company do, commercial apps will not fit in. (Just having two major desktop environment guarantees it.) And once it gets stale because the widget gets rewritten with new API (gtk1 -> gtk2), it's obsolete. win32 hasn't changed that much.

      I'm not criticizing open source or linux. I like linux. I don't really miss commercial software.

    5. Re:DUH by Anonymous Coward · · Score: 4, Insightful

      I completely agree. It's too hard to support software on Linux. I don't think "GUI apps" for Linux are going to fly for quite a while now.

      I've been trying to run my business on Linux for a while, but the pain to do the following keeps XP on my laptop until I can afford OS X:

      * CD label printing

      * CD burning (half the GUI tools out haven't been updated to include support for +24X CDRWs -- yeah, it's just a flag, I could go into the source and change, but my ancient copy of Padus DiscJuggler doesn't give me this trouble -- it's nice than any CD burning app around)

      * Accounting. You run a business, you need accounting. Invoices, packing slips, debits and credits. Linux apps aren't there yet, at any reasonable price.

      * A GUI ftp client -- gFTP has trouble with directory uploads.

      * Label printing -- I ship a lot of packages. Label printing is more of a pain in Linux than on Windows. For this, I'll give Linux props -- high-priced commercial apps will do this fine. On Windows, it's easier on the low end.

      Old media support in Linux is pretty good, newer media support isn't. GUI controls on Windows tend to be better -- workflow considerations in more complicated applications tend to be better thought out.

      Text-based apps and server software still rules on Linux/BSD though.

      I think Apple has a great chance here. They have the best of both worlds -- a commercial, proprietary layer for commercial software to exploit. Native guts for *NIX apps. If they broaden their hardware and lower their pricing, they should be able to grow nicely. They may not care about that though.

    6. Re:DUH by Anonymous Coward · · Score: 0

      These all sound like a laundry list of reasons to DISTRIBUTE SOFTWARE AS SOURCE! Becuase then, people cant complain, becuase if it doesnt work the way they want it to they can change it, or pay someone else to change it for them.

      If the goal is goof software that gets jobs done OPEN SOURCE *IS* the better model.

      Only the goal of making loads of money while making the bare minimum of a product jives with the commercial model..

    7. Re:DUH by Darren+Winsper · · Score: 2

      I think with version 3.0, KDE has started to mature and stabilise as a development platform. In many cases, updating your code for KDE 3 is just a few small changes, as opposed to GTK/GNOME 2, which has had a major rewrite. KDE already went through this with version 1->2, but back then there were far less KDE apps as there are GTK apps now. Hell, Evolution isn't going to see a GTK2 port for quite a while yet.

    8. Re:DUH by Dunkalis · · Score: 1

      GNOME and GTK, as a whole, have finally matured. According to some documents on the GNOME website, all new versions of GTK+ and GNOME will be backwards compatible, but they won't take advantage of newer features unless their creators add them. Thats gonna be a godsend.

      --
      Slashdot is a waste of time. I enjoy wasting time.
    9. Re:DUH by Beetjebrak · · Score: 1

      AxyFTP is for you, sadly you're right about the others.. however label printing packages COULD work using Wine.

      --
      Learn from the mistakes of others. There isn't enough time to make them all yourself.
    10. Re:DUH by Anonymous Coward · · Score: 0

      "* A GUI ftp client -- gFTP has trouble with directory uploads."

      Filerunner. Sure, it's a bit ugly, but it works just fine.

      "* CD burning (half the GUI tools out haven't been updated to include support for +24X CDRWs"

      So, don't use that half. Use Xcdroast.

    11. Re:DUH by lowe0 · · Score: 1

      What about the goal of making software usable by the masses?

      Do you really think the average person can use a compiler as well as you or I?

    12. Re:DUH by Anonymous Coward · · Score: 0

      AxyFTP is for you, sadly you're right about the others.. however label printing packages COULD work using Wine.

      I'll take a look at AxyFTP. Feel free to kick me here, but one addition to modern GUI FTP clients that I'd miss with AxyFTP or Filerunner (thanks for the suggestions) is editing directly through the FTP client. Once you've changed your source, it's a quick way to make changes and test.

      I might try the Wine suggestion -- you're right. Most of these apps are still designed for Win 98.

      "* CD burning (half the GUI tools out haven't been updated to include support for +24X CDRWs"

      So, don't use that half. Use Xcdroast.


      Downloading as we speak. It looks good. Thanks for the suggestion. I've been through practically ever other KDE (koncd, etc) and GTK (eroaster, cdbakeoven (G?), etc) and GUI app (which would actually be fine) around. I appreciate the suggestion.

      As an aside, I feel like I loved linux a lot more about 3-4 years ago, when window managers were extensions of text apps and GUI tools were mostly limited to web browsers. Linux has been maturing (what with the path to KDE3 and GTK2) but the churn has been leaving the linux experience a mite in the dust.

      Perhaps as things settle down a little and apps get to go through a few revisions we'll see better quality apps.

      My general feeling is that Windows GUI apps are better, but the Linux interface concept (strong ties to the CLI) is inherently better.

    13. Re:DUH by rseuhs · · Score: 2

      Konqueror supports ftp out of the box and with the upcoming KDE 3.1 release will support a ssh/scp client, that is much better than ftp. ("fish:/", check it out, it's great. Because every Linux-box comes with ssh/scp preinstalled it's *the* ideal solution to quickly share files between boxes without having to install/configure NFS, SMB or ftp.)

    14. Re:DUH by Anonymous Coward · · Score: 0

      Yeah, KDE's so attractive as a platform - all you have to deal with is the constantly changing ABI (that's B, not P) because of the C++ use!

      GNOME has committed to a stable API/ABI for the entire life of the 2.x series. KDE changes every other week. Why do you think TheKompany statically links its binaries with Qt (another culprit) and doesn't bother with KDE at all these days. Software developers should avoid KDE like plague - license swamp, expensive per-developer licenses that are more expensive that Microsoft, shitty coding and compatibility nightmares. Lovely. Why do you think Sun picked GNOME?

    15. Re:DUH by Micah · · Score: 2

      Good points, but it's not nearly as bad as you make it sound. At least not anymore.

      Linux Standard Base, people....

    16. Re:DUH by 13Echo · · Score: 2

      I'm sorry, but you guys must mistake Windows 2000/XP for being a platform that can run all DOS and Windows 32 code.

      Oh, wait a minute... It can't.

      So basically, your remarks mean squat. Windows apps from only a few years ago fail to run. Some games still don't work in Windows XP.

      In most cases, yes, they will work. But so will older apps on Linux. All old Linux apps run on my machine, as do all new apps. Only *once* has an app failed to work on an upgrade- Opera, which requires an old version of QT? Technically, I could have solved it by downloading the version that included the linked libraries.... *Ahem*? Did you hear that? INCLUDED. Like most Windows apps do, you can include libraries and link against them. Instead though, I opted to install QT2.x alongside my 3.x/KDE 3 installation.

      I never have any problems.

      It sounds like you guys are more people trying to spread bullshit lies about something that doesn't really exist. Really, must you berate other products because you don't understand them?

      I have plenty of karma, so do what you will. I'm just sick of these trolls spreading doubt and lies among everyone.

    17. Re:DUH by rikkus-x · · Score: 2, Informative

      > Wrote a motif software? People call it ugly.

      Then write it for Qt and it will work (and look+feel right) on Windows, Linux and MacOS X. Time to port ? Recompile.

      > Wrote your own widget? People still bitch.

      I presume you mean widget set. Of course they will bitch. That's a stupid thing to do.

      > Wrote it in GTK 1? Gotta upgrade to GTK 2 now.

      Most Linux dists use KDE as their desktop. Write your code
      for Qt. If you can't bring yourself to write C++, use the C, Objective C, C#, Java or Python bindings.

      > Nevermind all those bitching KDE users. Go ahead, write it
      > with QT3 and the fancy KDE3 integration. I'm still bitching;
      > I use windowmaker.

      Ah, another person don't know the difference between a desktop environment and a window manager. See the end of the startkde script - it tells you how to change which window manager is used. I wouldn't advise Window Maker though - it doesn't support the NET WM standard.

      > It's x86 only? Mac linux people whine.

      If it's x86 only, you need to port some of your asm or you need to correct some little bugs. Not hard.

      > It doesn't work with the latest glibc?

      If not, you have some problems with your coding practices. Either that, or you are writing some very low-level code, in which case you are quite used to dealing with such problems.

      > It's redhat only?

      Are we talking about Redhat using a version of GNU C++ which is incompatible with everyone else and not endorsed as a release by the GCC team ? Well, we have Redhat to thank (or not) for that. If I had been a Redhat user, I would have immediately become an ex-user.

      > WTF is this .rpm only thing?

      1. Most Linux distributions use RPM.

      2. RPMs can be used on all Linux distributions. Those that
      don't support it 'out of the box' are just being awkward.
      If you use such a distribution, it would be great if you'd
      ask the developers to support RPM out of the box, so those
      of us trying to get Linux onto people's computers don't
      have to face awkward questions about packaging.

      Or to put it another way, I don't care how technically superior some non-RPM brand of package management is. If you're putting out a Linux distribution that doesn't support RPM, you're holding back adoption of Linux by making it more difficult to package for.

      > Why aren't you taking advantage of XRENDER? I want my aa
      > fonts, dammit.

      If you're writing Qt code, you already are.

      > Where the ALSA version?

      Are we talking 'pro' audio apps here or just wanting to play
      music ? If you want to play music, use libao (see xiph.org) which gives you cross-platform support for sound output. It works well, too. As for 'pro' audio, well, ALSA is approximately ready to provide support, but not everyone is using ALSA 0.9x. Also, it's pretty bad to have to ask your users to patch their kernel just to provide low enough latency for pro audio, so we're a way off it being viable to port such apps.

      > It doesn't cut and paste right! (It never will. As long as
      > gnome and kde doesn't work perfectly with each other, it
      > ain't working on one of them.)

      They do. Gnome 2 + KDE 3 talk to each other just nicely and
      will continue to do. There's a standard in place now. Sorry we didn't get it right first time.

      Rik

    18. Re:DUH by spongman · · Score: 2

      Most programs that use the Win32, Win-16 or DOS APIs will run fine on XP/2K. The apps that have problems are those that step outside the bounds of those APIs: writing directly to hardware on DOS/Win16, using undocumented/kernel APIs, drivers, VxDs, etc...

    19. Re:DUH by cheekyboy · · Score: 1, Interesting

      Solution is to just start a new desktop system, like apple did with OSX, but you still run the old software. THe new system should be well developed and great etc....

      But its too late, we have win32/.net and we have OSX, developers dont want 3!!!!

      The real solution is to just give up, dump gtk/motif/x all that crap, and just go with win32 gui apis subsystem (ontop of X or a new GDI) or OSX gui apis, ie gnustep.

      But think about it, MS could port explorer.exe and subsystems to linux/X and it would like identical to XP, but they wont.

      --
      Liberty freedom are no1, not dicks in suits.
    20. Re:DUH by Anonymous Coward · · Score: 0

      Dude, you are a total dolt. What a freak.

    21. Re:DUH by jandrese · · Score: 2
      CD burning (half the GUI tools out haven't been updated to include support for +24X CDRWs -- yeah, it's just a flag, I could go into the source and change, but my ancient copy of Padus DiscJuggler doesn't give me this trouble -- it's nice than any CD burning app around)
      May I suggest gcombust? I've actually had better experiance with it than both EZCD Creator and Nero. I also love how it actually tells you the NUMBERS when you're trying to pack a CD instead of putting some inprecise bar on the screen. The "Optimize" button has come in handy several times as well. Oh, it supports burners up to 100x.
      --

      I read the internet for the articles.
    22. Re:DUH by Zrech · · Score: 1

      I like the way that you posted XP/2K there is a HUGE difference in what will run in 2K to what will run in XP. Take NFS5 for instance (there are many many other programs but thats just one of my favs and the reason I dont use 2K)

    23. Re:DUH by Zrech · · Score: 1

      Great post, I could not have put it better myself.

    24. Re:DUH by meekjt · · Score: 1

      What do you mean WindowMaker does not support the NET WM standard?

    25. Re:DUH by steveha · · Score: 2

      I like to use Gnome Toaster for CD burning. It works very well for me.

      http://gnometoaster.rulez.org/

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    26. Re:DUH by nathanh · · Score: 2
      Let's face it. Linux programs are high upkeep projects.

      The problems you listed for Linux are also on Windows. Multiple widget sets: OWL vs Win32 vs MFC. Cut and paste: OLE or DDE or COM. Packages: multiple third party suppliers. Latest glibc: Windows developers invented the phrase "DLL hell".

      ANY program written for ANY platform is high maintenance. Windows changes just as often and just as much as Linux. Apple are also guilty of making radical changes to MacOS. So yes, maintaining applications is hard. But no, it's not a unique difficulty of Linux.

    27. Re:DUH by Anonymous Coward · · Score: 0

      >What about the goal of making software usable by the masses?
      >Do you really think the average person can use a compiler as well as
      >you or I?
      >
      >
      The masses (including *YOU*) can go to hell.

    28. Re:DUH by Darren+Winsper · · Score: 2

      Eh? KDE only breaks binary compatibility with every major release. 3.1 will be binary compatible with 3.0 programs. I've seen this in action.

      There is the GCC problem, but with a bit of luck 3.2 will provide the much-promised stable C++ ABI.

      Qt 3.0.5 was an exception. I'm not sure of the exact reason, but I think it was a pretty major bug they fixed.

  14. And this is news because.... by fm6 · · Score: 2

    Jeez, why does anybody pay attention to such an ignorant rant? Wishful thinking is not news. So maybe Linux users are willing to pay for their apps. Big deal. So are Mac users, and we all know many ports that platform has.

    1. Re:And this is news because.... by Jonathan · · Score: 2

      So maybe Linux users are willing to pay for their apps. Big deal. So are Mac users, and we all know many ports that platform has.

      I'm no rabid mac fan, although I use them occasionally, and despite what non-mac people may think the answer to your question is "a hell of a lot more than you think; certainly way more than for Linux". For example, the article in question was whining about the lack of a Dreamweaver port for Linux. There is, of course, a Macintosh version of Dreamweaver.

  15. Yeah right by alienw · · Score: 3, Insightful

    Face the music: there are not enough users on Linux to justify having any developers work on a port of, say, Photoshop. It would take millions of dollars to port, and nobody will buy it. Given that Linux has maybe 0.5% of the desktop, and that maybe 1% of that will ever buy software that costs more than $30, I doubt the expense is justified.

    How about promoting more useful projects like Wine/Winelib instead? A company with even marginal resources (Codeweavers) can do wonders with Wine, such as run MS Office and MSIE quite well. If some other company spent some more resources on improving it, it would be able to run 90% of the apps out there, including Photoshop and all the other stuff. It would also have a good chance of increasing that 0.5% market share to something more reasonable.

    If you still don't believe me, just consider what would happen if Adobe ported Photoshop to Linux. 10 or 15 people would actually buy it. It would get press coverage. And then, nothing would happen and no other company will bother porting anything. Kind of like what happened to Loki.

    1. Re:Yeah right by Anonymous Coward · · Score: 1, Insightful

      >Face the music: there are not enough users on Linux to justify having
      >any developers work on a port of, say, Photoshop. It would take
      >millions of dollars to port, and nobody will buy it.
      >
      >
      You face the music. Unlike the Amiga and previous OS's Linux is in a unique position. We don't need Windows developers to port their software over to linux for a varity of reasons. 1) Linux started out with a large software base (Unix) to begin with. Why do you think archiving formats like arj and pkzip aren't commonly used in the linux community? Same goes for Windows applications. Most of the people running linux aren't big fans of Windows newsreaders/mailreaders like Agent and the rest of that crapware. That's why there never really been a effort mounted by the linux community to get linux ports of that software either. The truth of the matter is that the vast majority of linux users don't pay attention to the Windows software market anymore, especially the Windows Shareware market. Why should we? We've created a OS/Userbase that moving in a diffrent direction than that of the Windows userbase. Why should we burdon ourselves with the dead weight of ported Windows applications?

    2. Re:Yeah right by be-fan · · Score: 2

      Face the music: there are not enough users on Linux to justify having any developers work on a port of, say, Photoshop. It would take millions of dollars to port, and nobody will buy it. Given that Linux has maybe 0.5% of the desktop, and that maybe 1% of that will ever buy software that costs more than $30, I doubt the expense is justified.
      >>>>>>>>>>
      Actually, given the number of development houses that are switching their workstation's to Linux, stuff like Photoshop is what has a market on Linux. What really won't sell on Linux is home user stuff, like Mavis Beacon's Typing Tutor.

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:Yeah right by kgroombr · · Score: 1

      Last I read, Linux now has the #2 spot on desktops slightly edging out the Mac. Although 5% isn't much, it is the only OS that is slowly grinding away at M$'s turf.

    4. Re:Yeah right by Anonymous Coward · · Score: 0

      How about promoting more useful projects like Wine/Winelib [winehq.com] instead?

      How about making a Linux based Desktop that doesn't suck? Apple did it with FreeBSD (Mac OS X), so why can't "they" (developers) do it with Linux?

      And for God sakes stop making distributions. There's enough already!! RedHat, Gentoo, TurboLinux, Suse, Debian, Slackware, Lycoris, Caldera, ... just to name a (very) few.

      Create one distribution that comes with a Desktop that is actually useable (i.e. Not like any distribution that currently exists) and one that has a set of professional tools that all work together and have a common interface (i.e. like Apple's i[Programs]). Do this (proprietary or not) and you'll have a Linux user base worth marketing to. Until then, sorry... you guys just don't matter. Time to face reality.

    5. Re:Yeah right by Shippy · · Score: 2, Insightful


      If you still don't believe me, just consider what would happen if Adobe ported Photoshop to Linux. 10 or 15 people would actually buy it. It would get press coverage. And then, nothing would happen and no other company will bother porting anything. Kind of like what happened to Loki.


      No, I don't think this is like Loki. The problem with Loki is that they would release their games a year or so after the game was released originally. By that time, everyone who _really_ wanted the game went ahead and bought the Windows version. So, you had to pay $30 for a game that was already old.

      I have two Loki games that run better than the Windows versions did, but I bought them when they were marked down to $10 because I already owned the Windows versions and didn't want to spend even more money on a game that I'll hardly get to play. If a publisher releases a game for all platforms right off the bat, then the people who want to run Mac, Linux, or Windows can get whichever version they wish.

      Neverwinter Nights is also a great idea. Sure, they don't have the Linux version done yet, but when they finish it, all of those people who purchased the Windows version will be able to download and run the Linux version. Hopefully it will run well. Loki did a great job on their ports. The key is either the original publisher writing cross-platform code or another publisher making a deal with the original to co-develop and release at the same time.

      If Photoshop came out for Linux or even M$ Office, I would consider purchasing them both. I personally don't find the GIMP very intuitive to use and I don't think the documentation is all that great (although I really like script-fu). As for Office, people are pushing OpenOffice, but I don't think it's quite up to the caliber of M$ Office. I would really love for them to be able to do with OpenOffice that Mozilla is able to do with respect to IE. Mozilla kicks the socks off of IE! Also, I really am against giving Micro$oft any of my money.

      I have no problem with paying for good software for Linux. If I had to purchase Mozilla, I would have happily sent in $30 for a license. It's just that good.

      --
      -Shippy
    6. Re:Yeah right by alienw · · Score: 1

      The ones that are switching were previously using expensive UNIX-based solutions. People are switching from SGI Irix and Sun to Linux - yes, because PCs are cheap. They've already had 90% of the software they need ported, anyway, and they don't need Photoshop. However, Linux is not yet a threat to Windows or Mac, because it simply can not run the right combination of programs for users to even consider switching. It's a chicken and egg problem: the users have no incentive for switching other than minor price differences and ideology, and the developers won't bother writing anything until there is a user base that is ready to buy their programs. There either needs to be a very strong incentive for users to switch or a portability solution that would allow developers to port their stuff over easily (like Wine). Yes, it could be solved without Wine, but it would involve Adobe, Macromedia, and countless others dumping major cash into the platform (which won't happen for sure).

    7. Re:Yeah right by alienw · · Score: 1

      Actually, Apple's solution is very, very far from FreeBSD. They don't use very many parts of it in their OS. The core is Darwin, and on top of that is a Display PDF-based GUI and all kinds of stuff. It's somewhat UNIX-compatible, but it doesn't really use UNIX much internally.

      In any case, I don't think simply making a good desktop and even porting a few apps to it is enough. Apple did that, and are they gaining users? Yes, but very slowly. They'll never get any major market share, simply because their machines are expensive (price/performance ratio) and the benefits aren't very significant to a typical Windoze user. Yes, the iPrograms are nice, but users don't really care much about convenience or elegance. They mostly care about getting work done and having fun - how elegantly they do it is not very important.

      Yes, linux certainly needs to be improved, but the main problem that needs to be tackled is the lack of applications, and not the lack of polish. If you could run as many programs as you could on Windows, you would probably consider switching. If you can't, it doesn't really matter whether it's polished or not. That's one of the reasons why Apple is losing right now.

    8. Re:Yeah right by alienw · · Score: 1

      What you say is true, but you're overlooking an important point. Ports are very expensive to develop, unless the program has been designed to be portable from the ground up (like Quake3 or NWN). Companies can not really afford to develop ports for a niche audience. Adobe knows that if you use Photoshop, you will buy WIndows. It's not the other way around. Therefore, they have zero incentive to port the program, which is why it would not get ported.

      Also, if the company doesn't want to pay for the development of a port out of its own pocket, it would have to sell the port for the full price, which is one of the things you frown upon. If you had Windows versions of all the Adobe tools ($10k+), would you consider switching to Linux and pay for the same software again? Highly unlikely. So how would Adobe pay for the port?

      I'm not saying I don't pay for software. I just have serious doubts that there are many people out there who would pay $600 for a Linux version of Photoshop.

    9. Re:Yeah right by blixel · · Score: 2

      If you could run as many programs as you could on Windows, you would probably consider switching.

      I guess you've never heard of www.freshmeat.net

      You are so wrong it's not even funny. There are plenty of applications to go around in the Linux circle. The problem is they all SUCK!! They have no "polish" or "elegance" as you put it, and that DOES matter. Take a look at Windows or Mac. What makes them successful isn't the number of applications available on those systems, it's those few "killer apps" that make them successful. 90% of the users are using the same applications. If you think I'm wrong, just think about what KDE and Gnome are trying to do. They are trying to bring that common Desktop to the 90% of the users. Get a clue man.

    10. Re:Yeah right by alienw · · Score: 1

      Get a clue? No thanks, I have one. The truth is, it is very difficult to develop a complex system as free software. You can't develop a Photoshop replacement, a Quicken replacement, or an Office replacement (not just Word and Excel, but Access and the rest) as free software, simply because much of it is not coding, but rather design and ergonomics and basically the amount of money put into it.

      A killer app can only bring popularity to a new system when you can do on it everything you could do on its predecessor. When Linux can run Photoshop, Office, Quicken, and 90% of the other applications, then you can talk about a killer application.

      Please note that every version of Microsoft's software is backwards-compatible with almost every other version. Do you seriously think this is not one of the major reasons they are so successful? Do you think people would switch to WinXP if it couldn't run programs for Win95?

      In any case, backwards compatibility is job #1, and replacements don't really cut it. People want to use (initially, at least) MS Office and not (star|open)office or abiword. Which is what my point originally was.

  16. There's one by Apreche · · Score: 3, Informative

    error in that logic. People who use linux are too cheap to buy an operating system, they aren't going to pay for software. They will always seek out the free/open source alternative. Star Office now costs money, so a lot of people switch to Open Office. There is a group of wealthy/affluent/well off linux users who would pay for it. But how many people bought quake 3 for linux? I bet there are more people running quake 3 with wine than bought the linux version. And both version are the same game.

    Linux users are a unique market in that they are a group of people who disliked the mainstream product, and rather than buy a different one, they made their own, and they share it with the world at no cost. No matter what you try to sell them, someone isn't going to like it and will make their own and share it. There is only one way to break into this market. Say a company like Adobe gives away illustrator/photoshop for free for linux. And charges for the windows version. For home users only (not businesses). And let's say these version were just as good if not better than the windows/mac versions. I guarantee a decrease in use of the gimp over a period of months. The gimp is good, just photoshop is better, its the best in fact.
    The next step is to wait until people switch away from windows just to use the free and maybe better version of photoshop in linux. At this point release a new version with lots and lots of new features and upgrades, and charge 50$ for it. Not 500$. No home users will ever pay 500$ for software, they will just pirate it.
    Now you have people at home using linux and and photoshop and adobe making money off of them. The same people will become used to linux/photohsop at home they will switch away from windows at work. Now all the companies will switch to linux/photoshop (even though photoshop for a busniness costs 500$) because its a better version of a program that is important to their business, and their employees are more proficient with the linux version. Even at 500$ photoshop/linux is cheaper than photoshop/windows.

    Photoshop is just an example. And this is just one possible scenario. But I see it as a very easy way to get more linux users and better software for linux. As well as bringing much needed revenue into the open source community.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:There's one by FooBarWidget · · Score: 2

      There's an error in YOUR logic. Windows is installed on nearly all PCs. Installing Linux will *save no money at all*. "people who use linux are too cheap to buy an operating system" is flawed logic, because Windows is already installed in the first place!

    2. Re:There's one by nd · · Score: 1

      People who use linux are too cheap to buy an operating system

      It's pretty hard to read your whole post when you make a statement like this right away.

      You're wrong on many levels. Many Linux users use it for technical reasons, without concern for cost. Also, if being "too cheap" were the real issue, it's not that difficult to pirate Windows. Finally, there are people out there using Linux that ARE paying for it (to Red Hat et. al).

      Who moderated this crap up?

    3. Re:There's one by KiwiSurfer · · Score: 1
      Star Office now costs money, so a lot of people switch to Open Office. There is a group of wealthy/affluent/well off linux users who would pay for it.

      There is a flaw in that logic: It is very hard to find a retail shop which sells StarOffice for Linux - or indeed many other softwares for Linux. Shops always have the Windows version but rarely stock the Linux versions.

      Therefore, since the Windows versions are easy to obtain, they sell better as opposed to Linux versions which dosn't sell cos manyb shops don't sell these in the first place.

      - James

    4. Re:There's one by xamel · · Score: 0

      I bought the Linux version of Quake 3

      --
      GOD DAMNIT , MODERATE ME!
    5. Re:There's one by shnarez · · Score: 1, Informative
      Quote the poster:
      But I see it as a very easy way to get more linux users and better software for linux. As well as bringing much needed revenue into the open source community.
      huh? bring "revenue into the open source community"? what? the only people getting the revenue would be adobe. and photoshop isn't open source. so how's the "community" getting the "revenue"?
    6. Re:There's one by lightcycler · · Score: 1

      "People who use linux are too cheap to buy an operating system"

      I guess that counts my $90 mandake distribution then: too cheap to pay? How about the second mandrake boxes set I just bought for my sister? Or the debian CDs I bought online (twice?)

      Let's make this very clear: if you want to find people too cheap to buy an operating system, try looking at windows users.

    7. Re:There's one by Anonymous Coward · · Score: 0

      Quake 3 is a terrible example. You can download the Linux binaries from ftp.idsoftware.com, you know. So, that screws up that example.

      Now, had you picked most any commercial game other than Quake* and Unreal* (Rune, Mindrover, Alpha Centauri, Creatures 3, etc.), you would have been correct.

    8. Re:There's one by amokk · · Score: 1

      Let's make this very clear: if you want to find people too cheap to buy an operating system, try looking at windows users.

      Yeah, it's not like they pay for windows when they buy their name-brand pre-loaded computers.

      --
      I think, therefore I am an Atheist.
    9. Re:There's one by 13Echo · · Score: 2

      Easier than the Internet? Well that's new. I can download OpenOffice faster than I can get out the door to my car.

    10. Re:There's one by 0x0d0a · · Score: 2

      I own Quake 3 for Linux, don't own it for Windows, don't use office suites because I think they suck, and feel that Photoshop is not better than the GIMP in all areas (though it does do some things better).

      Guess I don't fit the profile too well.

      I use Linux for different reasons. I just like the UNIX environment. It's kind of nice to save money on all your software. It's *really* nice that if you hear about a piece of software, you can just go use it. No reading reviews, no paying or ordering or waiting. Just download and use.

      I don't understand why the open source community *needs* revenue, as you claimed. The open source community has been happily existing for a long time as academics and hobbyists writing code for each other. Why should these coders, who are mostly doing this because they like neat tech projects, blow the same amount of time to support complaining end users who think they're dealing with corporate tech support?

      This isn't elitist, or at least I hope it's not. I love it when someone else decides to take the plunge and really likes Linux, likes learning their software inside and out. But I don't think that the mindset of most desktop users is likely to do the open source community much good.

      Actually, I take one bit back. I do like getting drivers for hardware, and there needs to be a certain number of users available for a company to do that. But I can buy a piece of hardware in just about any arena and have some brand available that makes a really top-notch open source driver available. That's enough to make me happy.

    11. Re:There's one by Trogre · · Score: 1

      People who use linux are too cheap to buy an operating system, they aren't going to pay for software.

      This is a gross overstatement. At my place of work, and at home, we use Linux not because it is cheap (free), but because it is the best tool for the job. Period.

      This does not mean that we should or do expect all applications to also be free, in fact we have several licensed packages installed, again running on linux.

      Some applications we have no need to buy, such as Photoshop (the GIMP does everything we need in that department) and Office (openoffice does a better job than MSOffice, imo), but commercial analysis packages such as Matlab and Mathematica are a worthwile investment for R&D.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  17. Bunk. by xenoweeno · · Score: 3, Insightful

    The argument being made that users aren't cheap skates, they will pay for good software.



    Users, including me, will pay for good software up to and no further than the point when equivalent, if not better, freeware/open source/[insert other it's-free license here] software comes along.


    1. Re:Bunk. by Dog+and+Pony · · Score: 2

      D*mn straight. Like Linux, and Apache, and ... erm... yeah, those others that probably exist.

    2. Re:Bunk. by Joe+Tie. · · Score: 1

      Users, including me, will pay for good software up to and no further than the point when equivalent, if not better, freeware/open source/[insert other it's-free license here] software comes along.

      Exactly. As an example I was initially happy to see that fireburner had a Linux port, remembering using it years ago in windows. After downloading the demo though, I had to wonder why anyone would pay anything for it. Let alone $50, when there were open source products that had far more functionality. I'm all for more products in Linux, but they have to offer functionality above what is available for free. Not just a little bit better, but a lot better if they're going to make up for the fact that I can't tweak the source to my own prefrences.

      --
      Everything will be taken away from you.
    3. Re:Bunk. by Jeff+DeMaagd · · Score: 2

      >>The argument being made that users aren't cheap skates, they will pay for good software.Users, including me, will pay for good software up to and no further than the point when equivalent, if not better, freeware/open source/[insert other it's-free license here] software comes along.I need that runs under Linux.

  18. Not for me, thanks by AirLace · · Score: 5, Insightful

    I'm a Linux user, and I wouldn't consider myself a cheapskate. However, while I spend a considerable fraction of my annual income on new computers, hardware and geek toys, the total amount I spend on stand-alone software is £0.00.

    This isn't because I'm 'cheap'. Nor is it the case that I pirate software instead of buying it. The fact is, I don't need to buy software. Some packages, like virus scanners and Windows performance enhancers are obsolete on Linux anyway, while other programs like Microsoft Word have sufficiently powerful and free couterparts (I use TeX myself, but others say great things about OpenOffice).

    At the end of the day, the only other killer app for my computer is Web browsing and e-mail, with which Mozilla and Evolution cope gracefully.

    If other Linux users have a similar computing environment to mine, then I would go so far as to say that porting proprietary software to Linux, whether full-featured or cut-down, is redundant. This may not be what the new generation of younger (and often naive) Linux 'advocates' want to hear, but the truth is that Linux is doing just fine without proprietary consumer software. If you are trying to convince the software firms that there could be a flourishing market for their tools on Linux, you are probably not telling them the entire truth.

    1. Re:Not for me, thanks by ljaguar · · Score: 1

      And that's exactly what I say. I'm also the one to say that Linux don't really need to take over the world. Kinda like how manual transmission people don't shove their stick down automatic transmission people.

      You don't care for commercial programs. I don't care for active promotion. I say if you think linux is too hard, you aren't the kind of person to be using it.

      But food for thought:

      If we are too lethargic in the promotion of linux, it may die. If there are not sufficient enough new recruits, it may start a vicious cycle in that there will be no new developers. Once it's stale, people may stop using it entirely.

      So while one maybe content and see the blind promotion as too radical and evangelical, they are important piece of the puzzle.

      So don't be too content and remember that you can only be content with high quality open source programs because of many volunteers who gave their time and talent. And the people who demand commercial programs for linux had a big part in making that happen.

    2. Re:Not for me, thanks by Anonymous Coward · · Score: 0

      This may not be what the new generation of younger (and often naive) Linux 'advocates' want to hear

      Sorry old man. But you are the one who's obsolete. Reminds me of the group of sour old men I use to work with who thought all these "crazy" and "fancy" concepts like Object Oriented Programming and Relational Databases were just a passing fad and that everyone would go back to COBOL eventually.

    3. Re:Not for me, thanks by Anonymous Coward · · Score: 0

      > Some packages, like virus scanners and Windows
      > performance enhancers are obsolete on Linux
      > anyway
      >
      Funny you mention it...was just talking to a Windows-using but interested-in-Linux co-worker of mine and pretty much the first question he asked me after the general "What is Linux" questions was: "Does it have a Defragger?". Aside from the fact, that on ext2 there's no need for it, I absolutely believe, that Linux *needs* a defrag program that looks like the Windows one anyway, even if it doesn't do diddlysquat and is a complete dummy graphics front-end! Defragging is half a sport and half a game, just like Solitair and Windows users switching to Linux feel lost without it! So give it to them already!

  19. Logical fallacy by Istealmymusic · · Score: 3, Insightful

    Only Linux users will buy it. I'm tired of #include linux/network.h, we need full, cross-platform Unix games. Not Linux-only.

    --
    "The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
    1. Re:Logical fallacy by khuber · · Score: 1

      You can just remove that since network.h doesn't exist...

    2. Re:Logical fallacy by FooBarWidget · · Score: 2

      One word: SDL

  20. Why Loki was Screwed... by sterno · · Score: 2

    The problem that Loki faced was that people who are gamers have big beefy windows machines so that they can play the vast majority of games that Loki didn't port. There was no reason for a person to wait months just to get the Linux version when one could have the windows version immediately that would work on the system you already had.

    Taking the example from the article, a product like dreamweaver is not prone to the whims of gamers. I, for example, develop exclusively on a linux system. To have to use any windows app is a pain in the butt because I either have to run the bloated VMWare, dual boot, or have another computer to work on. I tried to get Dreamweaver running under wine but that wasn't a success.

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Why Loki was Screwed... by Anonymous Coward · · Score: 0

      Dreamweaver sucks ass. Trust me, you aren't missing anything.

  21. Corel Draw for Linux sucks. by Anonymous Coward · · Score: 0

    We bought a couple of licenses for this and it sucks SOOOO much compared with the Windows version (which a workmate showed me on his laptop). No updates and a bloody WINE hack. Was definetely not worth the 350 EUR we paid for it.

  22. How long again? And why not WINE compatible? by Drakonite · · Score: 1

    So... how long is it until a freeware GPL'd clone of the software is created that is good enough for most people, causing no one to buy the comercial software? Too fast for comercial software to be profitable, and too slow for it to be around to stop people yelling about the comercial software not available. What I would really like to know, why don't some of these companies test their apps under WINE and put a big sticker on the box saying "WINE compatible" ?

    --
    Shoot Pixels, Not People!
    1. Re:How long again? And why not WINE compatible? by Luke-Jr · · Score: 1

      Probably because WINE compatibility changes. Some apps that worked in WINE a few months ago don't anymore... Not sure why not tho

      --
      Luke-Jr
  23. Surprising lack of business sense by quax · · Score: 1

    At my company we conduct a yearly survey of our customers to find out in what direction to take our software development.

    As soon as it became apparent that a large enough number was asking for Linux we ported the full range of products to Linux - no further questions asked.

    (Of course it helped that we already offered our products for other UNIX platforms.)

    I would expect other software companies to adapt a similar approach, but I know that - for whatever reason - many lack such a systematic market evaluation. This always puzzled me. Seems to me to be a surprising lack of business sense.

  24. RIGHT by Anonymous Coward · · Score: 0

    Linux users expend so much energy on LInux because IT COSTS MONEY, RIGHT?

    I'm sure the software that COSTS MONEY will do GREAT on the LINUX system because it COSTS MONEY.

  25. I would love to buy MS Office by Anonymous Coward · · Score: 0

    After using MS Office with both crossover and vmware, I would love to buy a native MS Office without the problems of the previous two (one is buggy the other is slow).

  26. Buzzword is as buzzword does. by tlambert · · Score: 2

    To paraphrase Tom Hanks as ``Forrest Gump'', "Buzzword is as buzzword does".

    "At the same time, Linux, one of the flagship products of the open source/free software movement, is such a buzzword that all of these companies - and many others - want to somehow associate themselves with the community."

    Yes. For marketing purposes. Not to actually *do* anything productive. And it's about time the Linux people wised up to this fact.

    It's like the staunch Democrat, whi won't pass up an opportunity to get his picture taken with the President of the United States, even though that president is a Republican. Or the staunch Republican, who gets his picture taken with Teddy Kennedy, to put on his Christmas cards.

    Do these people vote the way that the pictures, now on their desks, would imply that they'll be voting? No.

    The entire point of endorsing something that's a darling of the trade press is to get trade press as a result of the reflected glory, that would be more expensive to buy elsewhere, under other circumstances.

    -- Terry

    1. Re:Buzzword is as buzzword does. by timothy · · Score: 0, Offtopic
      Terry wrote: It's like the staunch Democrat, whi won't pass up an opportunity to get his picture taken with the President of the United States, even though that president is a Republican. Or the staunch Republican, who gets his picture taken with Teddy Kennedy, to put on his Christmas cards."



      Terry, not every Santa Claus is portrayed by Teddy Kennedy -- only the ones with the rosiest cheeks and noses.

      timothy

      --
      jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  27. Cheap, How can that be? by (v)Jargon(v) · · Score: 1

    I don't know about you but i feel that using Linux and free software for a long time has made me into a "cheap skate" when it comes to software. But it makes sense not to pay, since all good software is too expensive. Who do these companies think we are!

  28. You all have the WRONG version of WordPerfect. by aussersterne · · Score: 3, Informative

    All of the responses below are about WordPerfect 9 for Linux, which was indeed based on Wine.

    WordPerfect 8 for Linux, which was available at least a two years before then, was a native Linux application based on Motif and worked very well indeed. It's the same application released by Corel for a number of different Unix systems.

    It was as cheap as $29.00 at the local CompUSA by the time WordPerfect Office 9 for Linux was released, and yet it still wasn't selling.

    --
    STOP . AMERICA . NOW
    1. Re:You all have the WRONG version of WordPerfect. by Anonymous Coward · · Score: 0

      So you're talking about a 5 year old (or older?) product? How many people ran Linux back then. 1000? 10,000? That's nothing compared to today, and it's wrong to compare todays potential with early experiments from the previous decade.

    2. Re:You all have the WRONG version of WordPerfect. by Alan+Shutko · · Score: 2

      Actually, WP8 was usable, but did have a number of bugs (mostly graphics and printing related), had very annoying and limited printing setup, required libc5 when many people had libc6 and didn't even know what to install to get libc5, and had basically no support from Corel beyond the C_Tech program. And when there were bugs, all we could do was report them to Corel and tell users "There's been no schedule announced for a service pack at this time."

      There never was a service pack. Fixes were made, but the only way to get them was to get Corel Linux OS deluxe, and if you were using WP8/Server edition, you were screwed, as the fixes weren't released for that.

  29. Marketing, not ranting, needed by Josh · · Score: 1

    Programmers tend to use the word 'marketing' as a synonym for some combination of salesmanship, b.s., and evil intentions. In reality, marketing is about figuring out who might buy a given type of product and what combinations of product, product message, price, etc. would appeal to different groups of potential customers. Marketing is needed to figure out, for example, if Linux games sell badly because a) not enough users, b) the games released long after MS-Windows versions so potential customers already have a copy, c) games more buggy than MS-Windows counterparts, d) minimal distribution channel and advertising for Linux version, or e) Linux game lovers don't pay for commercial software. Someone who wants to answer this type of question needs to start with real research, not speculation. Doing this kind of research is hard because the answers may depend on posing the questions correctly.

  30. Joel Spolski gets it... by jjohnson · · Score: 1

    ...with his comments on why software vendors don't port to Mac: they can't expect to sell enough on such a minority platform to cover porting costs.

    The author of the rant seems to assume that if he pays the same price for the linux version, and if linux users purchase it in the same proportion as Windows users, then the development costs of the Linux version will be covered. They won't be. Linux has less than 4% of the market share that Windows does for desktops. A company has to sell several times as many Linux copies, proportionally, the recoup its investment in the port; that's extremely doubtful, even if Linux users could be counted on to purchase it at all, which is doubtful to begin with.

    --
    Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
    1. Re:Joel Spolski gets it... by mgkimsal2 · · Score: 2

      A company has to sell several times as many Linux copies, proportionally, the recoup its investment in the port;

      You're assuming the development costs are equal for both platforms. They might not be. Much of the logic/flowcharting/data structure thinking/planning will be done once, regardless of code implmentation. The coding *shouldn't* be so time consuming relative to the planning that the planning is totally insignificant.

    2. Re:Joel Spolski gets it... by jjohnson · · Score: 1

      If the costs were equal, then the vendor would have to sell twenty-five times as many copies, proportional to the linux user base, than he would have to sell Windows copies. I agree that the Linux costs should be lower, but unless the Linux costs are one-twenty fifth or less the windows costs, then the vendor still has to sell more copies, proportionally, to justify the port.

      Personally, I doubt that Linux users would buy even half (proportionally) what Windows users would.

      --
      Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
  31. DVD Player and other sofware for Linux by Anonymous Coward · · Score: 0

    I would have bought a DVD player for Linux a long time ago if one would be available. Every time I go to CompUSA I'm looking for software for Linux but I can't find any. So I ended up not byuing any software in the last 3 years expect Red Hat Linux. So am I one of the guys who doesn't spend money for software? NO. If there would be something worth to buy for me at home, I would buy it even if it would cost some money.

  32. Unreal Tournament 2003 Linux Demo by javilon · · Score: 1, Offtopic

    You can grab it here:

    ftp://ftp.stenstad.net/mirrors/ut2003/UT2003-Dem o- Linux.sh.bin

    This is One of the excellent games that will be released for Linux. This one and whatever Carmack does are the flagships of PC first person shooters. And both run in Linux. Things are improving quick.

    Go support them. I did buy my copy of Return to Castle Wolfenstein for linux. And I will buy Doom III packaged for Linux if they sell it. This way they can tell that there is a Linux market.

    --


    When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
  33. DVD Player and other sofware for Linux by Anonymous Coward · · Score: 0

    I would have bought a DVD player for Linux a long time ago if one would be available. Every time I go to CompUSA I'm looking for software for Linux but I can't find any. So I ended up not byuing any software in the last 3 years expect Red Hat Linux. So am I one of the guys who doesn't spend money for software? NO. If there would be something worth to buy for me at home, I would buy it even if it would cost some money.

  34. Users pay for free software? by tshak · · Score: 2

    The argument being made that users aren't cheap skates, they will pay for good software.

    Unless they are Linux users. I know so many people that would rather download RH for free (or buy the CD for $4 and get it shipped) then pay for it. The entire mentality is different. I'd rather this argument be made for OSX.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    1. Re:Users pay for free software? by Anonymous Coward · · Score: 0

      OK, I'm confused... first you say:

      they will pay for good software.

      Unless they are Linux users


      Then you say:

      I know so many people that would rather download RH for free, then pay for it.

      OK, so you have a problem because the people you know download it before they pay for it?

      But they're STILL paying for it - and from what you're saying here, they're Linux users before they pay for software..

      Exactly what are you trying to say here?

    2. Re:Users pay for free software? by tshak · · Score: 1

      s/then/than/

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  35. bad to distrubute software for linux?? by dracon32 · · Score: 1

    No matter what, Linux will never be as popular or wide-spred as windows is. Users as a whole arn't neccassarly cheap-skates. We're all broke-ass and will pirate software. In either case, Linux will never be as popular as Windows. Therefore, propritary software companies will not make software for Linux. Linux in the world is considered an alternative. I mean, don't get me wrong, Linux is an excellent OS and etc. But there is no market place for Linux

  36. And by Anonymous Coward · · Score: 0

    > then people will buy it

    Thus grabbing the Linux desktop market, with that huge 2%!

  37. Re:Yeah exactly!!!.... Just like Loki... wait a se by Anonymous Coward · · Score: 0

    >Yeah that's a great idea! I mean we should do this with games! Provide
    >native linux versions! Just like that company Loki.... Wait a sec,
    >they went bankrupt. Hmmmmmmmmmmmmm...
    >
    >
    Loki went bankrupt because the market for PC Gaming is dying out. You're not going to get Linux users who are mostly people who have been turned off on the idea of PC Gaming to run out and buy PC Games.

  38. True in my case by IvanCruz · · Score: 1

    I payed for Kylix 1 (equivalent to Delphi 5) and I will upgrade to Kylix 3 very soon.

  39. Linux Users are teh ultimate cheapskates by Krueger+Industrial+S · · Score: 1

    Look at the story from a couple days ago -- people complaining that you shouldn't have to pay for a meeting room to hold Linux User group meetings. Every time a company tries to sell Linux software they get bashed for it.

  40. That's a trivial savings by JohnTheFisherman · · Score: 2

    You can get lower quantities of CDs (~1000) pressed with inserts and jewel cases for around a buck a piece, and I don't mean CDRs. Saving $1 vs. having a whole separate or multifunction development team to redo significant portions of the application....they would have to sell a ridiculous number of applications to recoup that.

    It's not the material or recurring costs that are the problem.

  41. Forgot by Krueger+Industrial+S · · Score: 1

    to include a few ^H^H^H^H in my post so that I can pass ^H^H^H^H as a true Lunux hax0r

    1. Re:Forgot by Anonymous Coward · · Score: 0

      What exactly does H^H^ etc. stand for?

  42. Port to more than Linux by ByTor-2112 · · Score: 2

    As a BSD user, what really annoys me is the *lack* of support for non-Linux systems. A LOT of software is so simple that building it for *BSD should be trivial. Take the Flash plugin for example... No way would that be difficult to port for BSD.

    Nearly all this software runs fine with the Linux emulation... But you know what? A lot of times the Linux binaries/libraries themselves are unstable, plus it takes up extra space.

    On many fronts, BSD and Linux are similar. If you stay away from include/linux and the asinine /proc system you should be OK.

    End rant. :)

    1. Re:Port to more than Linux by RazzleDazzle · · Score: 1

      Where is your proof?

      --
      ZERO ZERO ONE ZERO ONE ZERO ONE ONE! Just brushing up for my next big invention: Ethernet over Voice (EoV)
  43. Author needs to make up his mind by Osty · · Score: 2, Interesting

    The author makes some interesting (though debatable, and sometimes flat-out wrong) points, yet while he declares that "I'm here to tell the commercial software companies: 'If you port it, we will pay'," implying that this is targeted towards commercial software companies, the article is written as a rant (as the Slashdot article notes), which is definitely the wrong way to get the attention of commercial software houses. The author needs to make up his mind. What is the goal here? Is it to rant and rave about the lack of quality commercial software for Linux? If so, then don't try to represent the rant as a plea to ISVs to properly port their software. Is it a plea to these ISVs for proper and consistent support of Linux? In that case, the author needs to lose all the inflammatory points (the not-so-subtle insinuations that you're a moron if you use Windows, the incorrect information on the stability and performance of current versions of Windows, and so on). At least he didn't stoop to the level of slashbots and use such derogatory terms as "Windoze", "Winblows", "Microsuck", and the like. Had he used one of those, his credibility would've been completely shot, rather than just undermined and on shakey ground.


    What this author really needs to do, if he cares about influencing ISVs to seriously consider the Linux market segment is do (or commission from a trusted third-party) a study on the purchasing habits of primary Linux users. It's all well and good to assert that people you know are willing to pay for software, but it's anything but concrete. I can make the assertion that Linux users I know are not willing to pay for software and it would be just as valid.


    Author, make up your mind! Are you preaching to the choir, or are you trying to get your points heard? The two are different, and what flies with one generally won't fly with the other.

  44. Re:Yeah exactly!!!.... Just like Loki... wait a se by mojowantshappy · · Score: 0

    Just like id and just like epic games.

    --

    This page was generated by a Barrel of Circus Midgets, and that is the way I like it!!!

  45. Re:that is such bullshit by Anonymous Coward · · Score: 0

    There's a million linux weenies?

  46. Re:Yeah exactly!!!.... Just like Loki... wait a se by ergo98 · · Score: 1

    Do you have some metrics to back that ridiculous claim up? You know, something that refutes, for example, that PC games sold $6 billion worth last year, compared to $5.4 billion the year prior (I use last year as a) I'm too lazy to look for stats, but I found those immediately, and b) that was the period in which Loki operated).

  47. Unfortunately... by felixsang · · Score: 1

    The reality of the situation is that they don't come. One shining example of this is the Quake ports to Linux.

    A while ago me and a friend looked into the feasibility of possibly starting a non Windows game company where our focus would be on Linux and Mac products. It only took us about a day of research to decide this was a bad idea. One of the main factors actually was a Carmack post in a Slashdot thread where he mentioned that the Quake III Linux port only made enough to cover the port costs. I'm not Carmack, and only in my wildest dreams would I ever make a game that sells as well as one of his. If they can't do it, I think you'd be hard pressed to find some one who can.

    Another factor was a discussion I had with member of a local studio about thier ports to Linux via Loki ( I am going to avoid naming the entities involved, sorry ). This game made them a ton of money on the windows and even mac versions, as well as got them some game of the year awards for a strategy game. When asked specifically about thier linux port I was told "It tanked horribly. We'll never make that mistake again." And the interesting thing is that the Mac version made money, but Macs don't have a whole lot more market share.

    Maybe in the future we'll be able to try and look into it again. But right now it isn't a possibility.

    1. Re:Unfortunately... by evilquaker · · Score: 1
      One of the main factors actually was a Carmack post in a Slashdot thread where he mentioned that the Quake III Linux port only made enough to cover the port costs.

      Correct me if I'm wrong, but didn't Q3 for Linux come out well after the Windows version? The reality is that most people who are really into games dual-boot, so if the Windows version comes out first, that's what they'll use. I bought the Linux version because I didn't mind waiting for it (actually, my girlfriend bought it for me at the dollar store...). When we see a game released for Windows and Linux at the same time (with the same features!) is when we'll get a fair estimate of how big the Linux games market is.

      And the interesting thing is that the Mac version made money, but Macs don't have a whole lot more market share.

      But they also have a different architecture... so the Mac market doesn't have the dual-boot factor.

      --
      To within half a percent, pi seconds is a nanocentury. -- Tom Duff
    2. Re:Unfortunately... by ProfessorPuke · · Score: 1
      Correct me if I'm wrong, but didn't Q3 for Linux come out well after the Windows version?


      I think you're wrong- at the very least, the downloadable demos of Quake3 for Mac and Linux were released a long time before there was a Windows one available. That was a ploy by idsoftware to give those platforms a little boost (and maybe convince a few fans to try booting to Linux to check out the game).


      Afterwards, I really think the 3 platforms were released to stores simultaneously. Can't be sure that individual stores were in a rush to push linux boxes to the front of the aisle, but of course they stocked it (the publisher paid them, after all)


      Unfortunately, at that time, 3d driver support for linux was very lacking (still is). Linux quake3 didn't sell much at all- I just grabbed a metal-boxed copy from a big stack of linux versions, $1.99 each. They'd put stickers on them to explain how to download the windows executable and copy over the data files.

    3. Re:Unfortunately... by Ranger+Rick · · Score: 1

      Of course, your examples are all games, which are a rather special case in the software industry. Most games only have a life of 6 months or so to make 95% of the money. And games' target audience are the people *least* likely to put Linux on the desktop -- well, second least. Most gamers like to tinker at least a little. The every-day mom or dad user is the least likely, since they have no reason to switch.

      Anyways, what's much more likely is porting things that corporate users would use. If a web design company can pay $700 for Windows + DreamWeaver for their employees, or $300 for Linux + DreamWeaver, all else being equal, they'll pick the cheaper.

      The author's point is that right now, all other things aren't equal. Most Linux ports of useful commercial software are incredibly half-assed.

      I don't know if I agree with him that there are enough people that will buy the Linux versions that it will be worth the effort, but I do know that out of the many examples you could give, games are the least likely to succeed.

      Linux is finally on equal (or better) terms in the server world, after many years of work. Only now is it starting to be looked at on the corporate desktop. There are still a number of steps that have to be made in the commercial world before things move seriously to the desktop in the kind of numbers that will have game sales support development on Linux in any reliable numbers.

      --

      WWJD? JWRTFM!!!

    4. Re:Unfortunately... by evilquaker · · Score: 1
      Afterwards, I really think the 3 platforms were released to stores simultaneously.

      That's not what the comments from this old story indicate. For example, the top post (threaded, highest scores first) claims that the Windows version came out a month earlier and was $20 cheaper.

      --
      To within half a percent, pi seconds is a nanocentury. -- Tom Duff
    5. Re:Unfortunately... by Anonymous Coward · · Score: 0

      No, that's wrong.I waited for the Linux version, and bought it too. It took a couple of months longer here in Norway, and cost about $20 more, I think. In the meantime I used a pirated version (only for LAN gaming and bots).

      For the extra $20 and two months waiting before I could play on the Internet I got the special edition metal box the game came in, and the nice warm feeling of supporting a Linux game company. Early buyers of the Windows version got the metal box at no extra cost.

      What I'm trying to say here, is that there was no good reason for buying the Linux version. I could have bought it for Windows and downloaded the patches for the Linux version. No wine required there! So basically, those who waited for Quake 3 for Linux were screwed. But beeing screwed often leaves that nice warm feeling of supporting some more or less deserving bastard.

  48. You defend the WRONG kind of product. by fireboy1919 · · Score: 2

    Umm...no. I bought Corel Linux from CompUSA to try it out. It came with Wordperfect 8, and a huge manual.

    I read through the manual a bit, and was slightly impressed. Then I realized that other products for Windows and Linux do the job better, so I didn't use it.

    Abiword, Kword, and OpenOffice suit my needs, and I like it better. I also like the fact that I can compile it and upgrade it; I'm not stuck with version 8. I therefore have had no motivation to buy WordPerfect.

    So here's the real thing:
    1) Make a product for Linux in an area of the market that isn't already dominated by free software.
    2) Make sure people actually use such a product.

    Do you think Nero would have any success making CD-RW software in Linux, when CD-Record is already as capable?

    On the other hand, adaptec would do quite well if they made quasi-binary UDF drivers for Linux, because nothing else (that works) exists.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
    1. Re:You defend the WRONG kind of product. by aussersterne · · Score: 3, Insightful

      Perhaps AbiWord, KWord or OpenOffice Writer work for well you, but none of them even begins to compare with WordPerfect for professional writers or secretaries -- give me a break, the functionality simply isn't there!

      The area of professional-quality office software is not dominated by free software in Linux -- frankly, there isn't any! OpenOffice is finally starting to come close with the 6.0 release, but still suffers on the stability and format compatibility front. I still use WordPerfect for Linux every day and crossover office when I need to use MS Office.

      There are no Linux equivalents. For a big writing project or serious work, give me WordPerfect 8 over AbiWord or KWord any old day. AbiWord and Gnumeric? KWord and KSpread? I repeat -- give me a break. Obviously you are a computer professional and not a professional in some other industry... a word processor is a word processor is a word processor, but there are inifinite shades of nuanced difference between bash 1.14 and bash 2.0, right?

      And by the way, I'd buy Nero for Linux in a heartbeat.

      --
      STOP . AMERICA . NOW
    2. Re:You defend the WRONG kind of product. by Anonymous Coward · · Score: 0
      For a big writing project or serious work, give me WordPerfect 8 over AbiWord or KWord any old day. AbiWord and Gnumeric? KWord and KSpread?

      Having written a 100+ page document before, I'd take LaTeX over Word, WordPerfect, and all others.

    3. Re:You defend the WRONG kind of product. by Anonymous Coward · · Score: 0

      >On the other hand, adaptec would do quite well if they made
      >quasi-binary UDF drivers for Linux, because nothing else (that works)
      >exists.
      >
      >
      If you have actually used those Windows UDF drivers you'll know that they don't work all that well either. Only a idoit would use them for something serious like creating reliable backups.

    4. Re:You defend the WRONG kind of product. by Anonymous Coward · · Score: 0

      Just try to teach all the non-technical people at your company how to use LaTeX. (I actually use LaTeX, and it's very nice, but it's not for the timid.)

    5. Re:You defend the WRONG kind of product. by Robert+The+Coward · · Score: 1

      Under This Vain. I used Wordperfect for Linux and it sucked badly. I have been using linix since slackware kernel 1.3 back in the days before slackware had version number and redhat since 4.0 and I needed help getting Wordperfect installed and never ran right.

      As for Whether or not Nero would have any success depends on what Nero Did. If that made software that ran as well as there windows version with all the options enabled then I would bye it for about the same as the windows version maybe a little premium. If they made a version that took 2 Hours to install and once installed never worked well and had only the same options as XCD-Roast then yes I wouldn't by nero.

  49. Sure it is by Anonymous Coward · · Score: 0

    You go right on believing that.

    Have you ever developed a serious cross-platform application that had anything more than a trivial user interface?

    Dev & test costs for stupid and seemingly trival things like clipboard management and print preview will rapidly chew up any potential gain you might get from the vanishingly small market share.

    Of course, if you're writing a free app, you don't do any of those anyway so...

  50. Where's the proof ? by tmark · · Score: 2

    The argument being made that users aren't cheap skates, they will pay for good software.

    Whether or not MOST users are cheap skates is obviously debatable. It seems clear, for instance, that very many - if not most - copies of MS Word are not paid for.

    But I really wonder how one can possibly try to make an argument that there is much of paying market for 'good' Linux software, in particular, when Linux and all the licenses underlying it has from the start been about being 'Free'.

    I'm sure there are a more than a few people here who have paid for Linux software. But can there really be enough willing-to-pay users out there to support the often immense costs of porting software to Linux, when so few companies were willing to shoulder the risk of porting Windows software to the Mac at the Mac's market-share zenith ? Especially when you consider the Free Software manifesto that underlies Linux culture ?

  51. don't want commercial software corruption by khuber · · Score: 2, Insightful
    I don't want commercial software on Linux and I don't want to pay for commercial software on Linux. I'd rather use free software even if it's not quite as good as a commercial equivalent. In many cases free software is better anyway.

    Commercial software is an antithesis to the primary advantage of the Linux platform: openness. If you try to make Linux into just another delivery vehicle for commercial software you will fail because Microsoft and Apple are far better at creating operating systems for that purpose. Loki already bit it and many other vendor attempts to release commercial software on Linux have failed.

    Linux is a niche market with a lot of users that will not pay for commercial software because the software is not worth the cost (monetary or freedom) to them.

    Run Windoze if you want to pay money for software you can't modify. I use Windoze to run games, for example.

    -Kevin

  52. not needed by g4dget · · Score: 2

    You don't see that much commercial software for Linux because Linux has many of the mainstream software categories reasonably well covered with free software. No, you don't exactly get MS Office or Adobe Photoshop, but you get applications that are functionally pretty close. It's primarily niche and specialty software for which it makes sense to make a Linux port--and that software is being ported--software like Matlab, design software, embedded tools, etc.

    1. Re:not needed by Strike · · Score: 1

      And an honorable mention niche software would be PTC's Pro/Engineer software, which runs for more than pretty much every other piece of software mentioned in this discussion COMBINED ... PER SEAT.

  53. Software that needs to be ported URGENTLY by Anonymous Coward · · Score: 0

    Macromedia Flash
    Macromedia Dreamweaver
    CorelDRAW
    Adobe Illustrator
    Adobe Photoshop
    Adobe PageMaker
    AutoCAD
    Microsoft Office

    I would buy them without even thinking...

  54. Re:Cheap skates ? How about a choice? by psyklohps · · Score: 1

    Supose somebody offers you a coice between two brand new cars of the same model with the only quality of the radio being the difference. The car with the crap radio is free while the car with the Clarion head unit will cost full price. Which one will you choose?

    The free one of course! Why pay for something if the same person is also offering it for free?

    As for the people who posted the Serial #'s on ./, there are always assholes in the world.

  55. Linux needs a new standard by linzeal · · Score: 1

    Why not set a gaming library set standard that will be by default reverse compatible?

  56. Not until Linux gets a modern GUI by barjam · · Score: 1

    Linux will never have a chance on the desktop until it gets a new GUI, not the current mess it has now.

    Barjam

    1. Re:Not until Linux gets a modern GUI by Anonymous Coward · · Score: 0

      Are you done letting Bill Gates fuck you in the ass?

    2. Re:Not until Linux gets a modern GUI by Anonymous Coward · · Score: 0

      no

    3. Re:Not until Linux gets a modern GUI by Anonymous Coward · · Score: 0

      Ever tried to develop for more than one GUI at a time?

    4. Re:Not until Linux gets a modern GUI by tempfile · · Score: 1

      XFree86 is an inflexible pain in the ass, granted, but with a few helper applications, or a bit of experience, it's usable even for non-techie users.

  57. Isn't Linux software better anyway by IWX222 · · Score: 1

    As both a Windows and Linux user, i've always felt that there was no need to port software across the platforms. There is a way of doing things with windows (eg MSIE) and a way of doing it in Linux (eg Konqueror). I have never wanted MSIE for Linux or Konqueror for MSWin. As the two OSs are aimed at different groups of users, porting is unlikely to ever work - and nor will it be necessary.

    --


    .sig me!
  58. I am so sick of hearing this! by SlashChick · · Score: 4, Insightful

    Forgive the rant, but this NEEDS to be said.

    Do you REALLY think that everyone running Windows has these same problems? Do you really think that someone at Microsoft sat there and said, "Well, you know what, maybe we'll just make life miserable for everyone. How about we program a BSOD to occur with random frequency somewhere between every 3 and 5 days, just so people don't get too used to that 'stability' thing."

    Hello! Earth to Linux user! You have a driver problem. Most Windows boxes do NOT have these problems, and if they do, the person using the box calls up his/her computer person and it's fixed the next day. Go check your system log (you DO know where that is in Windows 2000, right?) and figure out what's causing the problem. Then troubleshoot it and fix it.

    I swear, Linux has a problem with a driver and you guys are out there doing everything from installing driver after driver to freakin' recompiling the kernel. Windows 2000 has a problem and your first response is "Wow, Microsoft sucks! I don't know what to do! Um, how about I just complain on Slashdot about how much Microsoft sucks!"

    Here's a hint: Learn how to troubleshoot your system (besides upgrading to Service Pack 2, because that probably won't fix a driver problem. You did listen to those warnings about installing unsigned drivers, right?) If you've looked at the system log and really can't figure out what could be causing the problem, go get on Google Groups and hit up the microsoft.public.* newsgroups. There are some really great people on there who volunteer their time to help you with problems like this.

    So yes, that's my rant, and I decided not to post anonymously because I really think more people need to hear this. Mod me down as a troll or whatever, but you know if the guy was having the same problems with Linux, the person who posted the solution (even if it WAS just "RTFM") would get modded up. :-/

    1. Re:I am so sick of hearing this! by MasterOfMagic · · Score: 1
      Hello! Earth to Linux user! You have a driver problem. Most Windows boxes do NOT have these problems, and if they do, the person using the box calls up his/her computer person and it's fixed the next day. Go check your system log (you DO know where that is in Windows 2000, right?) and figure out what's causing the problem. Then troubleshoot it and fix it.


      Of course, using the same machine in Linux with drivers not written by the manufacturers, but by hackers, we don't have random crashes. I don't think you can blame every BSOD on a driver problem. The people that write the drivers usually know more about the hardware than people that produce drivers for the Linux kernel seeing as they know all of the details for that particular hardware.

      Of course, since I don't have Windows on this machine anymore, I can't test this theory, can I? :-)
    2. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 0

      AMEN

    3. Re:I am so sick of hearing this! by Frank+of+Earth · · Score: 2

      Mod this up! Good work SlashChick

    4. Re:I am so sick of hearing this! by vadim_t · · Score: 1

      Yup. I do. Let me think about the computers I know.

      My main one:
      Win98: won't shutdown properly, will blue screen every few days
      Win2K: VB will crash when run by a normal user, works as Administrator. System freezes often. All the annoyances that come with SMB.
      Linux: Works fine

      Server, Linux: Works fine, froze after a month of uptime, probably because it's in my wardrobe with almost no ventilation.

      Brother's computer: blue screens, freezes, won't shutdown, got better after I removed 23 spyware programs

      Friend's computer: about the same

      At work my computer with Win2K works fine, but then it doesn't have almost anything installed. The other computers freeze/blue screen every few days. We had to reinstall a couple.

      So yeah, everybody has problems. Windows kinda works until you start installing stuff. And then it starts breaking. But somehow I have 717 packages on my main Linux system and it works just fine.

    5. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 1, Insightful

      Again, lack of troubleshooting skills on your part.

      Download the Windows 98 Shutdown Supplement from Windows Update. That will fix your Win98 problems. This update, by the way, was released at least two years ago, so if you had bothered to keep up on patches, you might have not had that problem.

      Your system is freezing? It's most likely a hardware problem. Usual cause: poor ventilation. Download a CPU temperature monitor and keep it handy.

      In Windows NT/2000/XP, every time there is a BSOD, it logs the cause to the syslog. Figure out what driver is causing the problem and update it. Voila, fewer problems. I really hope you do not call yourself a system administrator...

    6. Re:I am so sick of hearing this! by vadim_t · · Score: 1

      Okay, I have the lastest service packs and updates for everything, my temperature is almost always at 37-40C, my main computer is well ventilated. All the drivers are the latest ones. I ran a memory checker (memtest86), it says it's fine.

      BTW, I don't see where I mentioned patches, so I don't see how did you think I didn't install them. All those computers are up to date. The only difference is that Linux works and Windows fails every few days.

      There's no BSOD in Win2K, it just freezes. I'm mainly a programmer, but my administration skills aren't too bad, I think. My 3 Debian systems are working just fine and I almost never have to touch anything on them.

    7. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 0

      OK, i am sicking of hearing this... REALLY !!

      This is a ultra rant.

      If u use Windows2000 and think it is problem free, then

      1 you are not a sys admin OR
      2 you are using this system for lite tasks (email, web surfing, a little multimedia or devlopement)

      If you are developing on Win2000 and you feel like it is problem free then you are either badass at garbage cleanup or you are ignoring the memory leaks.

      But come on, the parent to this post is in crack-ville or they are just ignorant. How many sys admins out there have had to uninstall/reinstall the tcp/ip networking multiple times trying to get decent network performance back (I know if u are using DSL with w2k you have to do this)?? AND THE PRINT SPOOLER, JESUS !! Does that thing get freaked out or what (slow performance, uninstall print driver, reinstall driver, printer comes back to life). WAKE UP PEOPLE, DON'T IGNORE THE FACTS. When win2000 came out, it was like WOW, IT DOESN'T CRACH NEAR AS MUCH AS WIN9X AND IT IS NOT AS FINICKY AS NT, beleive me, i was really happy for all of our power users. BUT YOU CANNOT DENY the reliability and flexability of Linux.

      Win2K is a nice OS, but it has its weak spots and any sys admin or power user KNOWS IT. Don't ignore it and act like Linux users are WAY OFF BASE.

      Sometimes i feel like their are a few real sys admins make comments and then there a bunch of sys admin want-to-be's who have a nice mac or windows setup and act like that any who has problems with these systems are stupid.

      WAKE UP.

      IF you don't know what i am talking about, then you ARE NOT A POWER USER. In Other words you are using you computer lightly.

    8. Re:I am so sick of hearing this! by lexus99 · · Score: 1
      "You did listen to those warnings about installing unsigned drivers, right?"

      Yea, I listen to them, but being a sysadmin of nearly 70 windows peecees, I have tons of problems with them, and out of the many many pieces of hardware I've installed on Win2K, I RARELY find a manufacturer's driver that is actually signed. Gimme a break!

    9. Re:I am so sick of hearing this! by 0x0d0a · · Score: 2

      Oh, for chrissake. Your point is good that Linux deserves equal blame for driver problems is good, but your claims are silly. Fixing Windows problems can be much worse.

      I swear, Linux has a problem with a driver and you guys are out there doing everything from installing driver after driver to freakin' recompiling the kernel.

      A troubleshooting approach that isn't available on Windows.

      Go check your system log...in Windows

      Which keeps *much* less diagnostic information than the UNIX system log, and frequently has messages that are downright unhelpful.

      Here's a hint: Learn how to troubleshoot your system

      I consider myself a reasonably competent Windows troubleshooter, and yet I still think that you have far more ability to track down problems on Linux than on Windows.

      (besides upgrading to Service Pack 2, because that probably won't fix a driver problem)

      Frankly, I don't understand why you're claiming that. Stuff like, say, the kernel has quite an impact on drivers, and Service Packs frequently have a new kernel.

      You did listen to those warnings about installing unsigned drivers, right

      This is Microsoft propaganda. I've worked with Microsoft's "code signing" system before, and getting something signed involves basically no QA on anyone's part. The only reason Microsoft wants widespread code signing is to strengthen their control over Windows. An unsigned driver is not necessarily any worse or better than a signed driver.

      go get on Google Groups and hit up the microsoft.public.* newsgroups.

      Online Linux help eclipses online Windows help. I've seen people spend hours in real-time conversation helping people out in #linpeople and other places.

    10. Re:I am so sick of hearing this! by prmths · · Score: 1

      well -- in most cases it's hackers --- the nvidia drivers under linux are awesome.. (besides the drivers not being GPL) i really wish more companies provided drivers....even if closed source...
      and it'd be really nice if they provided source so they could be incorporated into the kernel

      i really dont see the point in not making drivers open source... why would releasing information on how to interface to a sound card, video card, or whatever need to be so proprietary and secretive?
      most sound cards are just like all other sound cards with a few differences or addons here and there..
      same with video..
      and openGL, which most cards support... is open source.. so why not the drivers?

      bah
      makes no sense to me...

    11. Re:I am so sick of hearing this! by equiraptor · · Score: 1

      "Do you REALLY think that everyone running Windows has these same problems? Do you really think that someone at Microsoft sat there and said, "Well, you know what, maybe we'll just make life miserable for everyone. How about we program a BSOD to occur with random frequency somewhere between every 3 and 5 days, just so people don't get too used to that 'stability' thing."" No, I don't think everyone has this problem, but I think many people have problems that they can't find solutions for. No, I don't think its a conspiracy theory, I'm not that parinoid. "Hello! Earth to Linux user! You have a driver problem. Most Windows boxes do NOT have these problems, and if they do, the person using the box calls up his/her computer person and it's fixed the next day. Go check your system log (you DO know where that is in Windows 2000, right?) and figure out what's causing the problem. Then troubleshoot it and fix it." Guess what... I called my computer person. I talked to many computer people. No one could fix it. They all said we can't tell what's going on, Microsoft won't release the meaning of that error message. "Here's a hint: Learn how to troubleshoot your system (besides upgrading to Service Pack 2, because that probably won't fix a driver problem. You did listen to those warnings about installing unsigned drivers, right?) If you've looked at the system log and really can't figure out what could be causing the problem, go get on Google Groups and hit up the microsoft.public.* newsgroups. There are some really great people on there who volunteer their time to help you with problems like this." I'm not sure how good I am at troubleshooting my system, but I know people who have been troubleshooting systems since card readers were used to input programs. No one, from the old experts to the new "techies" could hellp me. And no, I'm not using an unsigned driver. Sorry. Sorry I don't know enough about Windows to fix their buggy code. Sorry I know people who can fix buggy code in Linux, and therefore get fixes quickly. Sorry I dont like using Windows. Why is it my fault? Email me with ideas if you want, SlashChick. I'd like Windows to stop having those problems. But, if you dont help, I've given up. My patience is used up. Give me something that works.

    12. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 0

      Fixed the NEXT DAY?

      If you have a driver problem with Linux, post to the kernel dev list, and you'll get a flood of helpful responses back within an hour or two, assuming you wrote a sensible bug report in the first place.

      I've had a personal E-Mail reply from Alan Cox in a few *minutes* before, despite the fact that he is really busy most of the time.

      The problem with most people who say, "Oh, you Linux users, you criticise Windows all the time, but it works better for me", is the fact that you've probably used Windows for at least 4 years - oh, yes, lets see, the oldest Microsoft OS you mention is *NT 4*. How long ago did you use THAT? No wonder you know your way around Windows, and have little trouble fixing anything.

      Now, somebody gives you a Linux CD, and you install it. I'll be charitable, and say you use it for, what, two weeks? Then you start moaning about how it doesn't work very well. WRONG! You don't know how to use it. You might THINK you do, because you're knowledgable about computers in general, but I can assure you that you do NOT know ANYTHING about Linux having used it for a couple of weeks.

      Also, you make it seem like re-compiling a kernel is hard work. Wrong answer again. How difficult is it to:

      * Decompress an archive
      * Run a script that prompts you to select the options you want
      * Run a script that runs a compiler
      * Run another script that runs a compiler, if you use modules
      * Move a file from one location to another
      * Edit a text file
      * Run a program, probably with no options.

      That is all you do to compile a new kernel, and install LILO. Just because you don't know what the actual commands are, you say, "No way! Too compilcated! Way beyond the average user!".

      Now, let's say you want to install a hardware device, other than a network card, which is handled completely differently to any other hardware device, in NT4. Over to you - explain it in simple steps.

    13. Re:I am so sick of hearing this! by Billly+Gates · · Score: 2
      Drivers are a pain but why should some of them run in kernel space to begin with? Also the rant on drivers was a bug oops a feature on Microsoft's part for switching most of the graphics subsystem into the kernel for WindowsNT 4.0. In NT 3.51, the graphics drivers did not for the most part run in kernel space like most unix's. Also the driver models used really suck as well as raid configuration. Unix systems are alot more flexible.

      I believe Windows2000 fixed most of the graphics card problems. Windows boxes are getting better but they are still buggy. SMB is a terrible protocol, everything is so tightly integrated for use with other (expensive)Microsoft products, and Microsoft has no ethics. However Linux is making the same mistake by ignoring Ken Thompson's advice on not to do frame buffers and putting graphics in ring0. But my point it that a bad graphics card driver should not take down a system. It use to be this way in Linux before 2.2x.

      I am not a drooling on the mouth linux zealot but I really do believe Windows( especially NT 4)crashes due to tens of thousands of bugs and very poor software design. I do not agree that a point and click interface is appropriate for a server. Also NT 4's VM will cause the kernel to panic if its overloaded and as proof of everything being thrown into the kernel argument, go to a Windows2000 laptop and try to ping it with its Infer-red connection. The IR program will crash the system because its in the kernel. What a piece of cr*p. Your right about Microsoft not intensionally crippling their products but I believe they prefer superior benchmarks over stability for marketing reasons and its just hwo MS does things since the days of DOS and Win3.1. For example they throw IIS into the kernel and used a kernel level patch for the infamous mindcraft benchmark showing NT4 beating Linux. The only way we can compete is to add kernel level HTTP support. They also do not know how to design a multi-user os. For example, how do you admin a remote NT 4 sytem? The gui was designed to have the adminstrator actually sit down in front of it. Microsoft is learning its lessen now by including terminal services which are still buggy and puting all of the admin tools in the mmc. Still behind unix. Remember that most MS programmers learned how to hack in DOS and not Unix. I thought I remember seeing a comment here that Microsoft does not like hiring anyone over 30. In DOS this was how to program everything and until recently only cs majors and engineers even had access to unix.


      We do have a right to bash it. I think they learned the hard way about what an enterprise OS is really about and the next server version of Windows will be better. I just believe its instability is not caused by just driver problems. Windows apps (especially Microsoft ones like Exchange) are another cause of bsods. Hmm probably more kernel level stuff going on.

    14. Re:I am so sick of hearing this! by curious.corn · · Score: 1

      Well, it's always the same story and may I say you don't have historic perspective? Back in the old days Linux developers maintained blacklists of HW vendors and products that didn't have published APIs, documentation, etc...
      Just as commercial sw vendors don't port exes to Linux, so many hw makers didn't give a damn about drivers (or documentation to let someone else do the dirty job).
      All the drivers you get in a linux tarball are reversed engineered, extracted out of poor documentation and on the field "oh, this kernel panic reveals an insane undocumented register interface to this hw; this patch will cure the problem".
      Just like samba worked itself out of the irky rpc, smb, domain architecture of M$ (and don't forget that for Win2000 domains we are out in the cold because of undocumented fundamental proprietary extensions) so linux managed to support your stinky RAID card.

      Sometimes this process reveals nasty details like the fact that the thing doesn't implement the job in hw but in sw at the driver level (hello, Promise anyone?) or that the company signed NDAs to technology they should expose if documentation had to be written (because they never considered publishing anything but binary drivers, they never designed the product to consider anything in between public).

      All this is a consequence of the WiIntel strategy: do it SW (OS locking), our HW will do the job making shure you waste those MHz (CPU sales); and of those companies that bought into it.

      Today I see changes: HP makes PS printers (more expensive of course but not too much and after all I'm not asking my ailing Celeron 300A to rasterize a PDF in 1200 dpi) that are PnP with Linux (thanks to OsX of course! It's a UNIX, it has some conventions to respect that are the same all across the family). Matrox and Nvidia hand LibGL.so and kernel interfaces to their HW. Perhaps in a future release, they'll design their HW to wrap up their IP behing open interfaces (I think this is Nvidia's point in their graphic compiler).

      The HW and SW we have today were built under the Wintel monoculture when no alternative was available. Linux managed to survive and proved that it's not a platform to scorn; this created an alternative to define an interoperability design. Next, hw and sw will rethink their products in a new perspective that will play nicely with anything you want (say AtheOS); we'll get programming interfaces in pdf from corporate websites, just like that 15 year old pin-printer that carries the whole bunch of ASCII codes and graphic mode instructions in the back of it's manual.

      When that will happen, M$ is gouig to have a great deal of competition... even more that what it gets today. ;-)

      --
      Mi domando chi à il mandante di tutte le cazzate che faccio - Altan
    15. Re:I am so sick of hearing this! by swillden · · Score: 1

      Try it.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    16. Re:I am so sick of hearing this! by Vantage13 · · Score: 1

      Actually I'd be careful about recommending that patch.

      A friend of mine was working on a customers' comptuer and installed that patch (since he was installing all available patches and fixes to make sure the machine was up to date). Of course after installing that patch the machine would not shutdown properly. However, it wasn't having this problem BEFORE the patch was installed.

      So after installing a patch that was supposed to fix that problem it actually caused that problem. After hours upon hours of reasearch, updating, etc, the only way to get it to shutdown properly again was to wipe it, reinstall and NOT install that patch... Strange but true...

    17. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 0

      Yep, BTDT. They released a second version of the patch a few weeks later that corrected the problem on both occasions.

      Patches for 2000 and XP tend to be more mature, anyway. I don't recommend sticking with 98 at this point.

    18. Re:I am so sick of hearing this! by Robert+The+Coward · · Score: 1

      Yes and No. I do tech support all day for windows and also mantain my several PC for Relatives and can tell you that most of the 9x system become unstable after 3 to 6 Months doesn't make a difference what type of Hardware running on. As for 2000 it is much more stable have been running in on several machines for about 1 year and it just works with the normal daily reboots to keep the windows zombies process down. How every it to has problems. Every day I see system less the 6 Month Olds running XP Both Versions that are already unstable. Yes it can be hardware related or that fact that there childen have installed software that made there machines that way but do go telling me that windows it that great because it isn't.

    19. Re:I am so sick of hearing this! by Anonymous Coward · · Score: 0
      Go check your system log (you DO know where that is in Windows 2000, right?)

      Umm no, I don't actually. But that's probably because the last version of Windows I used as 3.1

  59. Not so feasable by psyklohps · · Score: 1

    The problem lies with there are so many variables for coding a widely accepted Linux version. Do you use Alsa or OSS? Do you use GTK or QT or Motif? These are all factors that major companies don't want to deal with because it's too costly to acomidate for the various different Linux users.

    Even if all Linux users went to a standard API it still wouldn't make a difference. For all of the little jobs we have open source projects that will do just fine: Abiword, Gimp and the like. But there is no equivilant for QuarkExpress for linux. Quark just rocks. Even if Express was ported to Linux, there would be a problem with fonts, or printing or something that isn't the same across all Linux boxes like Quark can expect from windows.

    Personaly I would love to see Sonic Foundry's tools ported to Linux and have them work as well as their windows counterparts. Vegas Video rocks. It's a poor man's AVID. It's beats the pants off of any other prosumer NLE that I have tried. And it works with ACID files. How cool is that? But it will never be. WHY? Because Windows has made it easy to make multimedia application with their codec and DirectX APIs. Why hasn't linux done this yet? It wouldn't be that difficult and would open the barndoor for easily upgradable applications. I have been advocating this for years an nobody want's to hear it.

    Thank you for reading this rant. You may now flame.

    1. Re:Not so feasable by pr0t3uS · · Score: 1
      But there is no equivilant for QuarkExpress for linux.

      You should give Scribus a try.
  60. The best practice... by Blowit · · Score: 1

    ...Would be that if companies will offer both a Linux and Windows version, they should bundle BOTH ports onto one CD. This way the customer will get a version for BSD (Screw Linux) and another version for Windows on the same CD. This will encourage cross platform usage and encourage the use of BSD since they have paid for it. However, only ONE version can be active at one given time.

    --
    *Headline News* censorship shuts down the Internet! More at 6PM!
  61. no by applejacks · · Score: 1, Interesting

    You have to offer what the customer needs. A linux version of Warcraft 3 is not what we need. Besides, the game companies should handle that. To bluntly say they can't is another discusion entirely. Loki tried to cash in on the idea that offering Linux specific versions would make them a profit. It want. The way the Unix user thinks is that it should come along with the Windows and Macintosh versions. Can't milk a cow unless she's had a calf.

    Corel's Wordperfect was nice. Many people cut their teeth with Wordperfect. Then society was saturated with the demand that all documents be in Microsoft Word specific format. Classes were taught at colleges pushing you to accept Word. Soon there was no more need to keep Wordperfect on the lab machines. Demand went away. Mercy sakes, software isn't a religion.

    Maya probably sales good. I do not know how successful they are. Yet Maya is an industry standard for the Movie making people right? I think the real problem stems from the idea of squeezing everything you can out of your customers. Takes money to make money. Quality is another issue. Software isn't an assembly line. Because contrary to what the industry is preeching about code reusablity, deadlines, and specification you really have to be meticulous in writing software.

    Each project needs to be built like a Bentley, by hand. I'm not sure they still build them like that though.

    Just what was on my mind, feel free to bitch i know you will. :)

  62. I use Linux and I DO buy software. by aufecht · · Score: 1

    I buy games, lots of games. If I go to Best Buy to pick up WarCraft III and there is a Linux version, I will buy that before I buy the Windows version. Now I would hope they would both be in the same box. But the point is that I do buy software. As far as being able to download your own linux distro free of charge, I have more than 30, probably closer to 50 burnt discs that I have collected over the years of various linux distros. Well, I was in Best Buy recently and decided to pick up SuSE 8.0. I have never regretted it. I would argue that MOST of the software that end users use at home consists of browsers, cd-burning software, games. Who actually buys Norton Antivirus 2002? Most of the big name software under Windows is being used illegally. I have had discs given to me by Windows users with hundreds of the most up to date music programs, graphics programs, cd-rw programs, antivirus, publishing, etc. etc.. I use none of it. Most of it is overkill. Let's face it. Your average user is not going to pay $1000's of dollars for software when they can get it for free, and I mean the Windows version. If you are smart enough to use the advanced functions in these programs you are smart enough to do a warez search. Windows users are just as cheap. Most of the software is overkill. The money being spent on these programs is being spent by business and education. These groups use Windows MOST of the time. I don't know exactly why, but that is the way it is. As an example, I am taking C++ from a graduate of a school that I know uses unix, linux predominantly in their teaching. We are being taught with Visual C++ and a crap of a book that makes no mention whatsoever of anything but Winodws. Why? I don't know why. Maybe the software vendors don't make Linux versions because Microsoft would have their ass if they did. Maybe my school doesn't use Unix because they got some crazy discount from Microsoft and a lot of hand holding. It's a difficult subject. There is more to it than end users. A lot of it is political and if we have learned anythning about politics here in the US it's that money talks. Those that have the money call the shots. There is a company on the West Coast with A LOT of money and I think they decide what is put on the shelves and what we are offered, and don't give me that it's available for Mac shit either. Microsoft owns them too. ohhh, it's getting hot in here.

  63. uh by Anonymous Coward · · Score: 0

    Score:-1, incoherent

    1. Re:uh by Anonymous Coward · · Score: 0

      I think it was something about building Bentleys out of Corel with Word Perfect, and then selling them to Linux users.

    2. Re:uh by applejacks · · Score: 0

      precisely!

  64. I'd buy that for a dollar! by Dunkalis · · Score: 1

    I buy software. I like buying good software. I'd buy good software for Linux. I like free software, but I'm no zealot. If anyone could guide me to some good useful pieces of commercial software for Linux that a high school student could afford, I'd buy it, if I had a need for it.

    --
    Slashdot is a waste of time. I enjoy wasting time.
  65. If we aren't cheapskates... by Alex+Reynolds · · Score: 1

    ...then why won't these companies make software on feature parity for other platforms, say, like Mac OS X or 9?

    For the same reason that they don't do it for Linux users: we're cheapskates who don't want to pay for the labor of others, when it comes down to it.

    Let's be honest about what this is really asking for...

  66. He's right - but hopefully not in the long run. by Qbertino · · Score: 2

    Linux lacks serious regognition as a professional Plattform in large areas. That's a fact.
    For example, with the Macromedia Dreamteam ported to MacOS X it's a shame they haven't started talking about Linux yet.
    But there's another problem:
    With the dotbomb just behind us, the market of software for Computer professionals is quite thin and I presume that lots of proprietary software isn't so much of a license to print money anymore. They're are 2 way's the future could go:
    1. Eventually the software companies catch on and come out with software for Linux, or
    2. OSS catches up more and more even in the Multimedia field and we've got nothing to worry about.
    I actually would kinda like number 1 to happen early and the vendors getting the curve to change to a more service orientated culture. There is a lot of Software out there that would 'deserve' a solid plattform like Linux.

    And, please, spare me the "Gimp is the OSS Photoshop alternative' crap. You don't no shit about what you're talking about.

    --
    We suffer more in our imagination than in reality. - Seneca
  67. We will come? by taozilla · · Score: 0

    I have bought more versions of linux then I have ever bought Windows. The problem with the boxed sets of distros is that 8.0 is in the stores and 8.2 is available as a download iso. The distribution network is terrible.

    Another argument to look at the article is the commercial software which is available. For example take Vmware, everytime you build the kernel vmware flips out.

    The problem with linux as a commercial alternative to windows is that there is no default configuration. When was the last time anyone compiled the OSX or windows kernel?

    I have never left linux alone after installing it, have you?

  68. Re:There's one...Look, He's Wrong! by reallocate · · Score: 2

    Nope. Not every Linux user is too cheap to buy software. Lot's of people buy the OS itself in nice little shrinkwrapped boxes. Before I got broadband access a few months ago I'd purchased box sets of, I suspect, every RedHat version since 5.2, a number of SuSe versions, ditto Slack and Mandrake. I've also purchased a few commercial Linux apps, all of which fell into an immediate state of disuse -- they weren't good enough.

    The problem with selling software into the Linux market, expecially desktop software, is the same problem that has afflicted the Unix market for more than a quarter of a century: There is no market. I.e., a typical Unix/Linux installation already has just about everything that a savvy Unix/Linux user wants in the way of software. Remember, this is the crowd that considers the editor space fully occupied by vi and emacs, and defines word processing as post-processing the code you added to your ASCII text.

    If a company conjures up an honestly innovative idea for a piece of desktop software -- not a port, not an office suite -- that is worth taking the risk of paying people to develop it, they'd be foolish not to go after the largest market.

    --
    -- Slashdot: When Public Access TV Says "No"
  69. Good Adobe by be-fan · · Score: 2

    Actually, Adobe's Acrobat is quite full-featured in the Linux version. It supports CoolType and everything.

    --
    A deep unwavering belief is a sure sign you're missing something...
  70. Economics and OS-X by walterbyrd · · Score: 1

    Since only 1 desktop in 400 runs linux, it just doesn't make economic sense for many companies to port to linux.

    Maybe OS-X will help change this. If you're going to write something for BSD, you might as well port it to linux.

    1. Re:Economics and OS-X by Jonathan · · Score: 2

      Maybe OS-X will help change this. If you're going to write something for BSD, you might as well port it to linux.

      As a Linux and occasional Mac user, I think that this would be neat if possible, but really, most of the work in porting a typical app is in the user interface, which would be completely different between Linux and OS X.

  71. too-GPL by Lord+Bitman · · Score: 1

    Might some[many] companies be unwilling to port those full-featured programs because having the full features would require being able to interact with certain code which they most certainly do _not_ want to look at, for fear of legal ramifications forcing them to open up _all_ of their code?
    As more companies start to see linux as an oportunity, we will probably see these "stripped-down" versions more. In windows, the option is simply to pay a licensing fee, which cuts into your profits a bit, and then you can make sure your code works with the code that's there. The alternative, linux, has the potential to cut into Vastly More of the profits. A product may come out incredibly superior, but the makers dont really care about that if the superior product is a branch-off which they have no control over and due to branching make no money from.

    I dont know specifics, just a theory.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
    1. Re:too-GPL by spitzak · · Score: 3, Informative
      The problem with that theory is that there is no GPL code needed to write the program. You are free to use LGPL libraries all you want, and except for a single example where RMS is being an ass (readline) the makers of the code have done a very good job of putting things that are useful for other software under the LGPL while GPL'ing end programs that cannot be used by another program except to duplicate the function.

      You can also read every detail of every part of Linux and every GPL program and use this knowledge to improve your program so it works better with them and you still are not violating any licenses.

      Any program with "same functionality as the Windows version" that is violating the GPL means the Windows version is violating the GPL, too. If it is not, take the non-violating code out of the Windows version and put it in the Linux one!

      The main reason functionality is missing is due to proprietary libraries on Win32, actually. If you can't get the source or you are not allowed to port the library to Linux, then you have to cut the functions out.

  72. We're not ready yet. by Anonymous Coward · · Score: 0

    First we need a standard, good, fast, easy to program and unbloated windowing system.
    Then someone should write a standard, good, fast, easy to use and unbloated rapid application development system.

    Let alone the war between Gnome and KDE, and in my opinion none of them should win, the only rapid development system that deserves some credit in the Linux world is Kylix. Yeah, but Delphi 4 under a 333MHz 128Mb RAM Windows machine is still twice as fast than Kylix on a 1 GHz 1 Gb Linux box.
    This make me think that we still have a hell lot of work to do before even thinking to be ready to port most Windows applications to Linux.

  73. Re:Yeah exactly!!!.... Just like Loki... wait a se by Anonymous Coward · · Score: 0

    It was the dumb shit who ran the co. Thats why they went belly up.

  74. Word Perfect 7 for Linux contains a time bomb by Anonymous Coward · · Score: 0

    As of January of 2002 the filter application used by Wordperfect 7 for Linux to output old MS word documents quit working. Basically it outputs a text file asking the user to send money to the now defunct company that produced the filter. I have since switched to OpenOffice.

  75. I've said it before... by rongage · · Score: 2, Interesting

    I've said this numerous times before, and I'll continue to say it until someone at AutoDesk and/or Intuit listen up and actually pay attention...

    When AutoCAD and QuickBooks have Linux versions available, I will gladly and immediately purchase them. Yes, they must be equal to or better than their Windows counterparts (well, duhhhh).

    Does anyone from AutoDesk or Intuit even read these pages???

    --
    Ron Gage - Westland, MI
    1. Re:I've said it before... by Animats · · Score: 2
      It's "Autodesk".

      AutoCAD used to be supported on multiple platforms, including Mac and Sun systems. Release 13 was the last release for UNIX, though, and that was a long time ago. Mac support was dropped at the PowerPC transition, because the PPC's narrow FPU (64 bits on the PowerPC, 80 bits on the PC and 68K) created a cross-platform incompatibility. Now, only Windows versions remain.

  76. How can they make it equivalent... by Anonymous Coward · · Score: 0

    when it is made to run on an inferior OS. It is like asking for an expensive car stereo system for a go kart.

    Ah but as long as these companies have the freedon to do what you want them to I guess it is ok.

  77. People aren't cheapskates? by forgoil · · Score: 2

    The easier it is to warez something, the more people will warez it. If you open source a mass distributed piece of software it will be garanteed to be compiled by someone and be easy to get without paying. I know that I haven't paid a cent for any linux related software, and I never will pay for it, regardless of how great the software will be.

    People rather upgrade their computers, buy something for their girlfriend (or if they are a girlfriend themselves, they probably will buy something for themselves;) j/k), see a movie, buy a DVD player, anything but pay for software.

    Anyone who comes up with a good way to sell software, I salute you, but I think that something extraordinary needs to take place before people will fork(money); for software. Most of us grew up beliving "it isn't really stealing" and a lot of people still hold those values. That is what has to change, not versions of software for linux. It is no easier to develop large pieces of software for linux than any other platform.

  78. Maybe the wrong place? by E_elven · · Score: 1

    What never ceases to surprise me in these articles/studies is that they're always published on a site with 'linux' in it's name. Why don't they publish them at msdn, Forbes, Time, New York Times or somewhere useful? :)

    E

    --
    Marxist evolution is just N generations away!
  79. Perspective by buchanmilne · · Score: 2, Insightful

    As with many things in life, your opinion will depend greatly on your perpsective.

    To my knowledge (which may be biased living in a so-called third-world country where software is really expensive), the biggest customer of commercial software is big business.

    Granted, quite soon open-source solutions will extend from the file/print/web/mail server to the desktop, and include the basics the average administrative user needs (email, documents, spreadsheets, simple databases).

    But, currently there are no real solutions for the business-critical software that actually pays the bills (unless you do web design or server hosting, which may not pay the bills either).

    Coming from a mechanical engineering background, the software that we spend the real money on (one license can often pay the entire balance of all the other non-technical software) are things like 3d associative Computer Aided Design Software, software for Finite Element Analysis, Computational Fluid Dynamics.

    I imagine other high-tech industries will also have software they depend on, for which there is currently absolutely no viable open-source solution.

    Fortunately, a lot of this software does already run on free OSs (notably all the CFD software I listed, and also most of MSCs structural analysis software), and Pro/E will apparently be coming soon. But, of course, there were not ports from windows, rather ports from commercial Unix (in many cases, so were the windows versions).

    The problem for us is that we can't migrate until all the tools one person will use are available, since work often requires interaction between at least two pieces of software. But, presently Pro/E is the biggest piece missing, and we hope that this will be addressed by the end of the year.

    Then, we only need to replace the stuff the use, but I think that's going to require a different kind of solution, unless it's easy to port VB on MSSQL software to linux.

    Please, don't do other linux (and OSS) users a disservice just by stating that all your home computing needs are catered for by current OSS software, thus there is no need for proprietary commercial software.

    Having more linux users around is a good thing, since that will mean that hardware vendors and website designers will have to take notice, and hopefully the number of HTML emails will drop ;-).

    The quickest way to do that, is to ensure that businesses can migrate easily to linux/OSS without losing the functionality they currently have, at which point they will start to see the additional advantages they hadn't considered.

  80. Linux Killer Apps by N8F8 · · Score: 2

    Somehow I don't see the Holy Grail for Linux as some company porting an existing product. The Real Holy Grail for Linux will be developed for Linux and in Linux. Some say it's slready here and it's called Apache. I still think the killer client app is waiting to happen. I just don't know what it is. Considering the way the industry is going, it way be somthing to attract customers scared of DRM and wanting to share files securely.

    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
    1. Re:Linux Killer Apps by Kirruth · · Score: 2
      The Real Holy Grail for Linux will be developed for Linux and in Linux.

      Definitely. I am very wary of relying on corporate support to move Linux and its application portfolio forward, especially for end users. The last time something like this happened was the Internet itself, where a universal, open set of standards became the subject of "the browser wars" when the tech-corporations weighed in.

      --
      "Well, put a stake in my heart and drag me into sunlight."
  81. Re:Yeah exactly!!!.... Just like Loki... wait a se by The+Analog+Kid · · Score: 1

    Yes, I am a pc gamer. I have no idea what your talking about. I play pc games everyday, I only wish more were made for linux. I'm stuck in windows. I have a windows computer, and a linux, problem is I have to beef up the windows to play games(I know I shouldn't be giving Windows the privilage).

  82. What keeps me booting up windows by mrbuttle · · Score: 1

    Is an easy to use, easy to configure, telephone answering machine/ fax program and Quicken. I know some have used quicken under wine, but I've been searching for a long time for a Linux TAM solution, and the only thing that looks remotely close to what I want is PrimaFAX Pro . Has anyone used it? Is it worth $99 for home use? I can find zero reviews.

    1. Re:What keeps me booting up windows by Anonymous Coward · · Score: 0

      Are you stupid? Hylafax and http://www.linuxnetmag.com/en/issue6/m6raccess1.ht ml

      learn how to use google id10t.

    2. Re:What keeps me booting up windows by mrbuttle · · Score: 1

      Google? what's that? How do you spell it? Do I need to use 1's and 0's in place of i's and o's?

  83. Re:Cheap skates ? How about a choice? by Anonymous Coward · · Score: 0

    I'd take the free one, rip out the radio and put a new one in there.

  84. You Port It, They Will Come.. by Frank+of+Earth · · Score: 2

    200+ comments with the basic of subject of:
    Why MS sucks and Linux Rulez"
    or
    "Why Linux rulez and MS sucks"
    or
    "I have a Mac, so screw them all"
    or
    "Who really cares, use what's best for what you need" - me

    I have Excellent Karma, so what the hell.

    1. Re: You Port It, They Will Come.. by pr0t3uS · · Score: 2, Funny
      "Why MS sucks and Linux Rulez"
      or
      "Why Linux rulez and MS sucks"

      Seams like MS sucks either way.
    2. Re: You Port It, They Will Come.. by Frank+of+Earth · · Score: 2

      laf! Good Point.. damn subconscious

  85. Mod parent down by Anonymous Coward · · Score: 0

    What a bunch of completely useless, random and totally irrelevant thoughts.

  86. free software/open source by Sunnan · · Score: 1

    Just release it as free software and someone will port it. Or better yet, hire someone to do that, too.

  87. Well.....I donno.... by ONOIML8 · · Score: 2

    In my (limited) experience every Windows box does have those problems. Honestly I haven't seen one yet that could run for more than several hours, doing real world stuff without it's world comming to a crashing halt.

    Oh I've tried. I've sent Windows boxes to many who claimed to be experts to have them fix 'em up. No dice.

    I'll agree that it's not some conspiracy, just lousy quality control. The Linux advantage is that someone who experiences the problem has the option of getting under the hood and taking a stab at fixing it. Most Windows users will never have that option.

    --
    . Quit playing Monopoly with Bill. Switch to one of many non-Microsoft products today.
    1. Re:Well.....I donno.... by mcb · · Score: 1

      I've used windows and linux for several years now. The only time i've had major problems with windows were...never. Occasionally adding a new motherboard requires a reinstall, but who gives a shit. I like to format when i upgrade my hardware anyway. And try XP, i leave my desktop on for weeks, with some sweet aim online time to prove it.

    2. Re:Well.....I donno.... by swillden · · Score: 2

      I like to format when i upgrade my hardware anyway.

      Why?

      Don't give me a glib answer, think about it. What is it in your experience of using computers that has convinced you that it's nice to start completely clean from time to time?

      And try XP, i leave my desktop on for weeks, with some sweet aim online time to prove it.

      Weeks? My desktop uptimes are measured in months, and my server uptimes are measured in years.

      Of course, my buddy who works on mainframes can measure the uptimes of a couple machines in decades. It helps when you can upgrade hardware without shutting down...

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    3. Re:Well.....I donno.... by BCoates · · Score: 2

      I use Windows at home and at work. My computers and most of those around me have uptimes determined by how often the hardware changes or the power goes out--and unlike the parent poster, I don't go to any heroic efforts to keep everything pristene, just avoid horrible background software like virus-scanners and spyware.

      Maybe you're using a windows 98/NT 3.51 era version? They're somewhat less reliable.

      --
      Benjamin Coates

    4. Re:Well.....I donno.... by mcb · · Score: 1

      why? cause my disk fills up with shit that i dont need.

      sorry my power doesn't even stay on for months at a time, nor does my cable. i have no need not to reboot in months, even weeks is stupid, i just figured i'd cite it cause uptime seems to be so important to linux fags.

    5. Re:Well.....I donno.... by swillden · · Score: 2

      why? cause my disk fills up with shit that i dont need.

      Ahh, so the problem is the lack of good package management tools. Windows does suck in that department. However, I suspect that the real reason you like to reformat is because, like all Windows users (including me), you learned that over time Windows systems tend to degrade and that a clean install just runs better.

      sorry my power doesn't even stay on for months at a time, nor does my cable. i have no need not to reboot in months, even weeks is stupid

      Power problems I can understand. My laptop has better uptimes than my desktop for that reason (my server is on a UPS -- it's used by a fairly large number of people, so uptime *is* important on that machine).

      The point about uptimes, though, is the fact that it really *is* nice to have a system that (a) doesn't need to be rebooted every time you change some configuration item or install some piece of software and (b) doesn't crash. The former is just about convenience; the latter can be really, really important if you do real work which you can't afford to lose.

      linux fags.

      Ahh, but, as I can easily see, you're 14 and have no real work to do. Else you're a really slow learner. In either case, here's a tip: pointless epithets like the above do *not*, in fact, add any weight or force to your arguments. Quite the opposite.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:Well.....I donno.... by mcb · · Score: 1

      actually i'm 20, and arguing over the internet has no purpose. i'm not going to convince you of anything, and you aren't going to convince me of anything. it doesnt matter if i point out how nice a configured windows xp box is, stability-wise and most importantly, quality software to run. i have used linux, still do, in concert with windows. i've been using linux for several years and am more than competent. i still prefer windows. although saying none of this matters because it doesnt change the fact that you prefer linux. thats fine with me of course, you can have it.

    7. Re:Well.....I donno.... by swillden · · Score: 2
      I had and have no intention of convincing you of anything, nor does it matter to me one bit what you use or don't use. When you've spent enough time around geeks you'll understand that we argue just to argue :-)

      I jumped into this thread to correct a misperception and to point out that you have been subtly trained by Windows that reformatting periodically is a Good Thing, rather than a waste of valuable time. I don't care if you use Linux, Windows XP or OS/2, for that matter. Accuracy is still important.

      Just to reiterate, BTW, the misperception in question is that multi-week uptimes are a significant achievement. They're not. Rather, they're a minimal achievement that only seems significant because it's pretty new in the MS world. Some of the guys I work with consider all UNIXes to be inadequate from a stability point of view. To them, UNIXes are marginally useful OSes and Windows OSes are nothing but toys. Yeah, they have a pretty skewed worldview, but so do you. I'm just trying to broaden your mind a bit. At age 20 you're a student (whether in school or not) and mind expansion should be your major goal at the moment.

      One comment about the way Windows trains you to reformat occasionally: Most Linux distros do as well, but they do it for a different reason -- OS upgrades. The Linux distro that I mainly use, Debian, believes that upgrades should be seamless (i.e. no need to shut down running applications and no need to reboot), and there are tight, cruft-free, current Debian installs out there that not only haven't been formatted for five years, they've only been rebooted two or three times (kernel upgrades to require a reboot). How much time do you think that saves?

      Of course, the commercial UNIX guys take upgradability for granted, and the mainframe guys expect to add processors, add storage, replace hardware, install a new OS, etc., all without even stopping their running batch processes. Like I said before, they like to measure their uptimes in *decades*.

      It's a big world out there. Don't constrain yourself unnecessarily.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  88. But as KDE, Gnome and Mozilla demonstrate by Anonymous Coward · · Score: 0

    it is not possible to create useful and featureful software for the linux desktop/consumer market. The missing tools and development frameworks mean that time to market for developing linux sofware prohibitive. Besides most applications are creaed in Visual Basic and machine converted to C++ for compiling ... a lot of software development companies have no one on staff that can type.

    Besides, Linux is only for the server room ... and not even there either really since it doesn't support .NET ... face it kids Linux was cool and cutting edge for about 18 months now the game is over. IT IS IMPOSSIBLE FOR COMPANIES TO DEVELOP COMMERCIAL SOFTWARE FOR LINUX - TECHNICALLY IMPOSSIBLE: THEY DON"T KNOW HOW AND THAT'S UNDERSTANDABLE. LINUX IS REALLY HARD TO USE let alone develop for .... sheesshh those poor developers.

  89. Re:great... by Luke-Jr · · Score: 1

    If there was a native Linux port of Nero, I know that I (and many people I know) would use it. As far as I've seen, none of the CD writer GUIs can compare with Nero. And I don't like the idea of burning from a console :p

    --
    Luke-Jr
  90. Mod parent up by Anonymous Coward · · Score: 0

    I swear, Linux has a problem with a driver and you guys are out there doing everything from installing driver after driver to freakin' recompiling the kernel. Windows 2000 has a problem and your first response is "Wow, Microsoft sucks! I don't know what to do! Um, how about I just complain on Slashdot about how much Microsoft sucks!"

    +5 Informative/Interesting

  91. software prices by knkx · · Score: 0

    a good amount software is over priced. nobody wants to pay $20 for a shareware irc client, nor do they want to pay $20 for a 'simple' shareware game. if developers would cut prices by 50% or so, they shouldn't have too many pirating problems. if an over priced windows program was ported to linux and some of it's features are gone, do you really think a person is going to pay for it?

  92. tH15 b3 d@ 94@t3sT neW5 0v @Ll by Anonymous Coward · · Score: 0

    I can't believe that 1337 d0odz are still around^H^H^H^H^Hlive today. I bet you wear your pants around your knees and a cap on at the officially trendy and 'different' angle of 41.3 degrees. Come on people, show a little self dignity and stop acting like a bunch of parrots

  93. Re:Yeah exactly!!!.... Just like Loki... wait a se by Anonymous Coward · · Score: 0

    And just think of all you chumps who sent them $40 to 'help them out'. Suuuuuuckers!

  94. WE DO: Re:Release them on the same disc! by cjustus · · Score: 1
    We release versions of our software under Windows, Linux, Solaris & Mac...

    Several things help us to do this:

    • We build a server-based product (web-based application environment - no gui...)
    • We develop in Java...
    • Developers work under whatever platform they like, so the software ends up getting executed / tested on many platforms throughout the development life cycle...

    Because of these factors, we're able to release identical (functionality wise) versions in parallel... Our companies background makes support (important factor!) a non-issue as well..

    Overall I would say that sales ratio breaks down as:
    Windows:Linux:Solaris
    75:5:1

    Probably wouldn't make sense from a business perspective as a pure port if Linux isn't already a major part of your development life cycle... But we've got members of the team (including myself), who've used Linux pre 1.0 and really belive that the OS is superior to Windows...

    Plug (our bug tracking software) is @ http://www.fastbugtrack.com/

  95. Re:just buy a 2nd PC shmucks by cheekyboy · · Score: 0

    Man for the price of photoshop you could buy a brand new PC, so why would a linux user buy PS? If he has the $, he will buy a new dedicatad new machine as well.

    If computers cost $9000, then the OS is important, but if a PC costs $299, it doesnt matter so much any more.

    (Btw these two minutes waiting between posts suck)

    --
    Liberty freedom are no1, not dicks in suits.
  96. ^H^H^H by Proc6 · · Score: 2, Funny

    The ^H^H^H thing was funny^H^H^H^H^H kind of funny, the first 10^H^H 2 times someone did it. Now it's getting really old.

    --

    I'm Rick James with mod points biatch!

  97. AMEN by Anonymous Coward · · Score: 0

    AMEN. Can you say OpenSource..

  98. Well... we did and... by Anonymous Coward · · Score: 0

    I was co-founder of a company and we attempted this. We wrote our (enterprise level) software for both Windows and Linux and distributed both via shrink-box and online purchasing. The absolute major issue that we had was that while the Windows customers were relatively easy to cut purchase orders for our software while the Linux people pretty much would do everything they could to get/use our software without paying. 90% or more of our Linux contacts wanted our software for free (whether a 'trial' version, a 'student' version, or some other equivalent version that would let them use our software for free). We had many tell us they would use an inferior product to ours rather than pay for ours, simply because it *was* free. They would sacrifice usability, stability, and functionality (which almost all our contacts agreed our product had in its favor) in order to use the free software. You can't start a business to design/develop/maintain a product for people who won't pay for it and expect to stay in business.

    Our model was a relatively small up-front cost and most of the money we wanted to get was yearly support contracts (which is supposed to be the type that I see a lot of folks on this board expounding on the virtue thereof).

  99. Software industry is too cozy! by Anonymous Coward · · Score: 0

    Back in the old days, when Windows was born, companies had to take a gamble and write software for windows, hoping that Windows would catch on. It's not like Windows was a hit overnight. So my point is that software companies need to take the 1st step and take a gamble, port to linux. People talk about Loki going bankrupt, that's one example and I'm sure there's just as many companies that went bankrupt writing software for Windows. Right now Linux use is growing in the corporate environment, some commercial software is going to need to be ported. I believe that Linux ports will start at the corporate level and continue onto the home desktop level. As far as Open Source and shaky standards, I think Linux has all the pieces, they just need to fall into place and lock like a puzzle.

  100. Nothing new by Shotgun · · Score: 2

    Shit guys. They were saying the same thing about OS/2 for years before it finally died enough for me to move on. Of course, the difference here is that there isn't an IBM to kill Linux, so we can keep going as long as we like. But let's quit whining about the big commercial companies not supporting our little movement. That don't give a damn about us, and frankly and could care any less than that for them.

    --
    Aah, change is good. -- Rafiki
    Yeah, but it ain't easy. -- Simba
  101. I Disagree by Anonymous Coward · · Score: 0

    I think this is silly, even if every company offered fully functional versions of their software for Linux most people would still not switch. Face it, Windows and OSX are thousands of times simpler and easier to use than Linux...and most people are scared enough just to use their microwaves. Until Linux is intuitive and easy to install and setup the majority of people are not going to use it...especially not at home. It doesn't matter how much software is available...people are going to go with what's easy to use and right now Windows is easier.

  102. All Linux needs is CAD and games. by The_Dougster · · Score: 1
    Face it, most of the commercial software out there is to make up for some deficiency in Windows. Linux, on the other hand, has tons and tons of software that can do about whatever you want. Why should I buy some commercial app when there are probably a hundred free ones that are superior anyways.

    Linux is lacking in CAD badly. If IMSI were to release TurboCAD 8 Professional for Linux, I would buy that soo fast...

    And the other is games. With NVidia cards and kickass OpenGL, OSS sound, and SDL, Linux finally has what it takes to be a major gaming system.

    I wouldn't say that Linux users are cheapskates, I'd say that most of them are just broke. I used it for years when I was a peniless college student. I couldn't really afford anything at all, and I was lucky to have a computer of my own to run Linux on.

    Nowadays I buy Linux stuff. Next on my get list is Neverwinter Nights (when the client is released and not before) and probably Majesty. I already have a legit copy of about every other commercial Linux game ever made. My cdrom case looks like a Loki warehouse. The fact is, I have all the Linux games there are that interest me. I'm waiting for new ones now, and still playing the old ones.

    --
    Clickety Click ...
  103. Re:Not for me, thanks QWZX by Anonymous Coward · · Score: 0

    Aside from the fact, that on ext2 there's no need for it,

    Um, do you know what a defragger does? Apparently not, unless you somehow think that ext2 "magically" defragments itself.

  104. It's better than what's available on *nix by Anonymous Coward · · Score: 0

    Honest to God, I've tried. I spent hours trying to get KWord to fucking print in US Letter format. It won't. No way, no how, it chops the top off with a huge bottom margin, or it chops the botton off with a huge blank top margin. And try printing with any other KDE app... Kate, the utterly useless text editor that won't save in ASCII, gave me about 17 pages of garbage when I tried to print "test" - uh, good job, guys, do you use printers at all? The printer setup is slick and easy, but that doesn't help much when the apps won't work. Abiword prints fine, but you have to type "lpr -P drivername" in a little box each session. Same with OpneOffice. How about a "configure printer" box where you only have to set it up once? I got Linux on all the servers, and was going to migrate the office stuff to work-alikes from our old Win98 stuff, but there are no work-alikes - the Windoze shit prints without any hassles, the Linux stuff puts up a hell of a fight for every damned page of every document. Jeezus, if you want world domination, you need to make this shit work in an office setting. Someone let me know when KDE gets their shit together and can print to 8.5x11-inch pages. And, KDE guys, lose the cutesy Knames for everything, K? When I'm looking for something like a calculator, I'm looking for something called "Calculator." The name Kate has no editor connotations at all, I have no idea what Noatun is about... it may be geek-cool to make up weird names for things, but it's hurting acceptance in real-world office settings.

    Gnome may be the geek desktop of choice, but it's much worse than KDE for office use. Tip to Linux developers - if you're writing a business app, the Qt library is your friend. For real. Nobody sane is going to put Gnome on an office desktop in the real world.

  105. I have little confidence in this idea. by person-0.9a · · Score: 1

    > encouraging proprietary companies that make
    > software for Windows to provide a full-featured
    > equivalent for Linux.

    Lessee, I work on software that make Windows act more like Unix.

    I'm guessing no matter how good the code or what level of cheapness Linux users exist at, I'm not going to get a boat load of Linux customers willing to pay me for a bash shell, X Server, or nfs client.

  106. Who are you calling cheap? by Nailer · · Score: 2
    People who use linux are too cheap to buy an operating system, they aren't going to pay for software.

    Bullshit. You're clearly begging the question. Most Linux users I know spend a lot of money on their computers, software, books, and other things. Most people I know who use Linux do so because its the best tool for the job.

    But how many people bought quake 3 for linux?

    29,000, IIRC. Do some research. At a time when NVidia didn't have any Linux drivers, that's a good number.

    Linux users are a unique market in that they are a group of people who disliked the mainstream product, and rather than buy a different one, they made their own, and they share it with the world at no cost.

    I didn't make my own. I just used whatever was best for the job. In my case, that happened to be Linux.

    No matter what you try to sell them, someone isn't going to like it and will make their own and share it.

    That might be true, but will their own be any good? If not, I'll gladly pay for something better if its worth it.

    In the last year, I've spent the following on Linux related products. In each case their were no cost alternatives, but I picked the best tool for the job.

    • Red Hat Certified Engineer Training
    • Codeweavers Crossover Plugin
    • Codeweavers Crossover Office
    • Wolfenstein 3D
    • WineX
    • Jedi Knight II to play under Winex.
    • Quake 3 Team Arena
    • vast quantities of books and Linux publications
    • As soon as UT2003 retail comes out, a copy of that too.
    • I might also buy Opera 7. Again, if its better.


    I would much rather pay Apple for the pleasure of running Quicktime under Linux than pay Codeweavers for the ability to run a non-native version

  107. I have bought and would buy more by Anonymous Coward · · Score: 0

    But there is no Loki anymore. Alas.

    I have four Loki boxes in my bookshelf. I've never bought so many games on any previous OS I've used. All the games I had were warez on Windows, because that's the way it goes. Of course I no longer have those 'cos I use Linux.

  108. Quake 3 in WINE? by Anonymous Coward · · Score: 0

    Are you mad? Quake 3 is a native port to Linux. That's right. Buy the Windows CD and install the Linux point release and copy the data over from the CD. Wow. Hard stuff.

    Oh, same goes with the Linux release. In fact, it had a sticker on the tin that said that you can run it in Windows also - just download the Windows point release and install it and copy the data over from the CD.

    I hate people who run to Wine without even LOOKING for a fucking Linux port first.

  109. Re:Not for me, thanks QWZX by Anonymous Coward · · Score: 0

    ext2 does not fragment as badly as some other file systems. For the Linux home user, there is no practical need for a defragger.

  110. The reason why... by frankjr · · Score: 1

    ...most commercial Linux software fails or is never ported in the first place is because it probably isn't easily available to them or for some other reasons. First of all, it's not easy to get Linux software. Many places sell Linux distro's (usually Redhat or Mandrake, and every once in a while you'll find Suse around)... but how many places actually sell Linux apps? Only Electronics Boutique in my area sold Linux apps, and it was only for a short while. Really, the only way you can get a commercial Linux app is to order it off the internet. I don't buy it for the same reason I prefer to enter Barnes and Noble or Books-a-Million rather than Amazon.com... It is just much simpler to enter a store than to order something online, especially for me, since I'm only 17 and I don't have a credit card. Also, when I go buy software or hardware, it usually ends up being something that I have read about online and when I saw the product in the store, I just bought it. With buying things online, I have to get my dad's credit card numbers (which he has no clue as to whether the billing address is the warehouse, the store, the house, the post office box, wherever)... It is just way too much hassle, especially if you have to make a return. It just isn't worth it, even if it is Linux software. If there was something that I especially did want, then I would have already bought it. I think it's crappy that I have to pay twice for something that I already have (although in win32 form). I'd pay something like $10 for some Linux binaries (if it's at the store, of course), but I would not pay full price again for a game. Mac users would buy ports that were released way later because they can't have it on their computer simply because it wouldn't work at all, while a Linux user simply needs to see how it runs in wine or do a simple reboot into Windows (which takes only a couple of minutes). Also whatever is ported simply isn't appealing to me. Loki did a lot of ports, but they couldn't do everything under the sun, and so their selection was quite limited. I know a few games that I would have bought (I don't buy Windows software anymore), but they weren't ported during Loki's existance, and probably the only thing I would have bought from them was Descent 3, and I probably wouldn't have bought it anyway due to the reasons listed above. Quake 3 and Unreal Tournament I can download binaries for, so I didn't give a damn about Quake 3 for Linux in the cool-looking tin box. Also, sometimes there are suitable substitutes. I don't need WordPerfect. AbiWord, KWord, or OpenOffice already suit my needs perfectly. I only touch word processing software when I need to type up something that will have bold text or a footnote. I don't need Photoshop; for when I need something with a little more power than MS paint I use GIMP. There is a lot of free software that may not have as many features as the commercial versions but are still useful, useful enough that while it may not be suitable for you but it is for me, so I don't go out and buy those programs. Also, in response to all those complaints about Linux users being cheap and saying that "hey, they won't buy distro x but would rather download it!", well, it only makes since that if you can legally obtain it for free, why not? Why buy Redhat 6.0 at the store, when you can get 7.2 (or whatever the latest version is, I don't know, I use Gentoo), for free? It's called being smart, I don't buy outdated distros with tech support I would never ever use. So really what I really want is a wide selection of software for Linux, that can be bought at the store, and the games that I really want sould ship the same day as the Windows version. Only happens in utopia, of course, and unless this happens, the commercial Linux software market will not do well.

  111. Faulty assumptions by foolip · · Score: 1

    The writer makes the faulty assumption that a GNU/Linux user will use the "best" software if it is available at a low enough cost. But the fact is that many GNU/Linux people make this choice for partly ideological reasons.

    Although the free (speach, !beer) software is often "better" (technologically, sometimes user-friendly-wise) I (and many others) would not use an even better version if it were not free software -- even if it were available at zero price.

    Richard Stallman would certainly talk about making a sacrifice or resisting the temptation -- and I agree.

    I do not use Macromedias Flash player for Linux even though I miss out on a lot of stuff on the internet because it is not free software. I tell myself that if the source of information (website) cannot be bothered to make the information available to everyone in a standard format then I do not want part of that information -- I will turn to someone who cares about my freedom instead.

    Summary: I does not matter if Photoshop is made available for GNU/Linux at zero price -- I would still not use it if it were not free software.

  112. Clipboard by FooBarWidget · · Score: 2

    > (It never will. As long as gnome and kde doesn't
    > work perfectly with each other, it ain't working
    > on one of them.)

    Oh please, not again! Clipboard has been fixed ever since KDE 3.0!!! How hard is it for people to remember that?!?!

  113. Licences by Flossymike · · Score: 1

    I think that Linux users are MORE likely to pay for software packages they want than Windows users, Linux users actually care about licences, and in my experience Windows users do not (in a home enviroment anyway)

  114. Re:great... by fireboy1919 · · Score: 2

    So you'd pay just for a frontend? Hmm...

    Anyway, I think gcombust is pretty similar to Nero. At least enough for my tastes.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  115. Build it and we'll come isn't the whole story. by CodeShark · · Score: 2
    *sigh*

    If we could only get corporate America to see that there is more to Linux culture than the dangers and or merits of the GPL [start obligatory flame war here...] in reference to their legacy code.

    OS zealotry aside, we're not just a "give it to us free, give us the source, build it and we will come" community.

    Without reference to the benefits of the open source licenses which I heartily believe in, I for one would gladly put a rather large number of programming hours into a closed source project free of charge, even if I had to sign an NDA non-compete and everything, just to see the tools I would like to use on a non-MS box.

    Say for example, a Linux version of a home-design product. Or the Lotus SmartSuite. Or a MIDI sequencer/music stenography program suite that integrates well. Or a voice control module, just to name a few.

    My point, challenge, and question is, what do we have to do to get the 'zuits to listen when we say "let us help you succeed in a market unfettered by Microsoft?"

    --
    ...Open Source isn't the only answer -- but it's almost always a better value than the alternatives...
  116. Re:Yeah exactly!!!.... Just like Loki... wait a se by Anonymous Coward · · Score: 0

    >Do you have some metrics to back that ridiculous claim up? You know,
    >something that refutes, for example, that PC games sold $6 billion
    >worth last year, compared to $5.4 billion the year prior (I use last
    >year as a) I'm too lazy to look for stats, but I found those
    >immediately, and b) that was the period in which Loki operated).
    >
    >
    The market for PS2 games alone clobbers the PC Gamimg market. It's also where you'll find the vast majority of Linux users who still buy and play games. Toss in the various Nintedo game sales figures and you get a PC Gaming market that *NOT* attracting new customers and losing old ones at an ever increasing rate.

  117. what, you don't like 1337 5p3e@K d0oD? by Anonymous Coward · · Score: 0

    for those that lack the neurons, this is just another example of the kind of bs talk that kiddies pump out to 'look' cool and 'appear' tech savvy. When I was in school, we had idiots like this who wrapped their entire existence around ensuring hey had the approved car, stereo, music, clothes, speech, etc in order to 'look' cool. Sad thing is, I keep getting stories of how many of them have not changed.

  118. IF, they would have done Java2 ... by Anonymous Coward · · Score: 0

    ... then it would be ready for linux, osx, solaris, ... without any changes !

    Sad to see that linux guru still consider Java as a foe and not a friend to slowly reopen the client software market ... realy sad !

    -4R34'.

  119. Yes. I at least will by Lumpy · · Score: 2

    And the sad part is that when I finally found out that Corel had draw available... I cant buy it... They dropped it like a hot-potato. WHY?? They wrote it, it worked, what the heck is so hard and expensive to sell bare CD's on their website? nooo, they just say "it's not offered anymore." which forces people to start looking for it elsewhere (Warez) I luckily found a legit copy on E-bay but what about the 30 others that I know that want it? Their only recorse is to find a warezed copy.

    If a company makes an app for linux, they CANNOT bail on it in 2-3 months because of bad sales.

    In today's day and age.. selling your old/no longer supported software on the website costs almost nothing and is nothing but a slower revinue stream. and if your product is for an operating system that isn't forced on the people that bought their computers, you really should be selling it longer.

    Software companies have no idea how to sell software anymore... They need to pick up copies of Byte magazine and other computer magazines from 1979-1984 and do what they did.. Software doesnt have to be obsolete 10 minutes after you ship it... let it take time and mature and bring in alot more money.

    --
    Do not look at laser with remaining good eye.
  120. Re:great... by Anonymous Coward · · Score: 0

    >If there was a native Linux port of Nero, I know that I (and many
    >people I know) would use it. As far as I've seen, none of the CD
    >writer GUIs can compare with Nero. And I don't like the idea of
    >burning from a console :p
    >
    >
    Xcdroast for Linux is far better than Nero. It's far more flexible and the fact that it uses opensource software like cdrecord for it's burning engine means that you'll never have to worry about having crippled versions of software like Nero dumped on you.

  121. Re:Yeah exactly!!!.... Just like Loki... wait a se by ergo98 · · Score: 1

    The ratio between console games and PC games is the same as it's been for years, with both making steady gains. I'm not claiming that PC gaming is more lucrative, but rather that the claim that Loki didn't do well because everyone abandoned the market is absurd: The computer gaming market continues to grow, not contract.

  122. Simple direct-media layer by gnugnugnu · · Score: 1

    One word: SDL


    SDL, Simple Direct Media Layer isn't that at least three words? Err four ... ;)

    SDL rocks, and Frozen Bubble is too much fun
  123. Re:Of course by Enahs · · Score: 2

    That's such a bullshit argument anyway. The Loki ports were almost all of older games, it wasn't clear that the Linux world either needed or wanted games, and, doggone it, if you had used Corel's "ports" you'd understand what was wrong with them. I'd be willing to pay for a nice graphics editing suit as long as it didn't suck.

    --
    Stating on Slashdot that I like cheese since 1997.
  124. Just use Java by Anonymous Coward · · Score: 0

    And never touch a native method, and you'll be fine.

    My GUI programs run on linux, mac, and windows without recompiles or problems. They don't segfault either.

    Java ownz joo.

  125. Well yeah by fm6 · · Score: 2
    "...the answer to your question is "a hell of a lot more than you think; certainly way more than for Linux".
    True enough. Perhaps MacOS's apparent application problemis magnified by the fact that the Mac platform has to be popular enough to make a profit for Apple. And I've heard it said that the disappearance of just a few crucial apps -- most of them from Microsoft! -- would be all that it takes to push the platform in oblivion.