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."

124 of 373 comments (clear)

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

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

    3. 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
    4. 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.

    5. 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.
    6. 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. 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 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.
    2. 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.

  4. 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 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
    2. 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.
    3. 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.
  5. 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
  6. 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 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.
    3. 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.

    4. 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.

    5. 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.

    6. 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

    7. 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"
    8. 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!

    9. 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?

    10. 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.

    11. 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
    12. 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. :-)

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

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

  8. 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 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.
    3. 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!

    4. 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.

    5. 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.

    6. 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.

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

    8. 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.

    9. 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!

    10. 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.

    11. 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.
  9. 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.

  10. 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 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.

    5. 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.

    6. 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.)

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

    8. 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.

    9. 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

    10. 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...

    11. 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.
    12. 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
    13. 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.

    14. 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.

  11. 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.

  12. 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 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...
    2. 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
    3. 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.

  13. 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 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.

    3. 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.

  14. 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 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.

  15. 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.

  16. 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 FooBarWidget · · Score: 2

      One word: SDL

  17. 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
  18. 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

  19. 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 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.

  20. 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.

  21. 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
  22. 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.

  23. 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.
  24. 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. :)

  25. 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.

  26. 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.

  27. 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
  28. 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 ?

  29. 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

  30. 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.

  31. 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 Frank+of+Earth · · Score: 2

      Mod this up! Good work SlashChick

    2. 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.

    3. 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.

  32. 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
  33. 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"
  34. 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...
  35. 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.

  36. 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.

  37. 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.

  38. 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."
  39. 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

  40. 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 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.
    2. 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

    3. 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.
    4. 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.
  41. 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.

  42. 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.

  43. ^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!

  44. 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
  45. 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

  46. 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?!?!

  47. 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!
  48. 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...
  49. 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.
  50. 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.
  51. 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.