Slashdot Mirror


Software Piracy Will Get Worse

gollum123 writes "According to a study done by the Business Software Alliance (BSA) and research firm IDC, it is likely that software piracy will continue to expand as the Internet grows. Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal. But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion. Countries with the highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia while United States, New Zealand, Austria, Sweden and the United Kingdom had the lowest."

484 comments

  1. Growing Trend? by lecithin · · Score: 5, Interesting

    "software piracy will continue to expand as the Internet grows"

    In other news, the porn industry is getting larger as the Internet grows as well.

    Web attacks are on the rise too.

    http://slashdot.org/comments.pl?sid=147388&cid=123 49249

    Increased Users = Increased Users (for good or bad)

    Is this news?

    The question should be "Has software piracy increased disproportionately to Internet User growth?

    I don't know.

    --
    It could be worse, it could be Monday.
    1. Re:Growing Trend? by Frit+Mock · · Score: 2, Interesting


      mhhh ...

      software piracy will decrease with FOSS expanding ;)

    2. Re:Growing Trend? by mph_az · · Score: 2, Interesting

      Doubt it. As long as there are "professional" applications that you can pirate for free, no one is going to want OSS apps (that they percieve as being inferior to what they're pirating).

    3. Re:Growing Trend? by b0r0din · · Score: 4, Insightful

      Wow, so the BSA is reporting that piracy will continue to grow. We all know how objective and unbiased a report created by an anti-software piracy group must be.

    4. Re:Growing Trend? by JudicatorX · · Score: 5, Insightful

      Nope, because (at least for the BSA and its ilk):

      NumberOfPiratedApps == (NumberOfComputersSold * ExpectedAppsPerMachine) - NumberOfAppsLicensesSold

      Since OSS apps tend not to be sold, or recorded in some other manner, the 'expected' piracy will go up.

      --
      "It is a good divine that follows his own instructions" - Portia, The Merchant of Venice
    5. Re:Growing Trend? by megalomang · · Score: 1

      The question should be "Has software piracy increased disproportionately to Internet User growth?

      Considering a vastly disproportionate amount of the internet growth and projected growth are in those 2nd and 3rd world countries (Vietnam, Ukraine, China, Zimbabwe and Indonesia) that don't care about piracy or don't enforce piracy laws, then the answer to your question is undoubtedly "yes".

    6. Re:Growing Trend? by Bwian_of_Nazareth · · Score: 5, Funny

      What's the bracketing here? ((anti-software) (piracy group)) or ((anti (software piracy)) group)? I prefer to pretend it is the former one.

    7. Re:Growing Trend? by Anonymous Coward · · Score: 0

      Linux is free. Windows is "Professional". Which would you choose?

      Choose wisely.

    8. Re:Growing Trend? by B'Trey · · Score: 5, Insightful

      That's why no one uses Apache - because they can pirate Microsoft's IIS. MySQL and PostgeSQL have no users because you can pirate SQL Server or Oracle.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    9. Re:Growing Trend? by sweemeng · · Score: 1

      you the the cost of getting original software there?

    10. Re:Growing Trend? by Frit+Mock · · Score: 3, Insightful

      ... well at least the formulae is not only inapropriate for FOSS ...

      I would guess that hardware in general "decays" much faster than software (licences).

      numberOfComputersSold and numberOfAppsLicensesSold are disjunct and putting them into any correlation is renders all results false.

      I for one replaced my computer 3 times in the last five years, but I did not "replace" my MS-Office 2000 licence. Even more I don't expect that I will replace it with Office 2006 ...
      (On the other hand I replaced my tax-software every year, but this is the only exception I am aware of, where software decays faster tan hardware.)

      The BSA realy should revisit their math ...

    11. Re:Growing Trend? by MightyMartian · · Score: 1

      Nonsense, the question is when will the Four Horsemen of the Apocalypse; RIAA, MPAA, Software Patents and Microsoft, ride into your living room, beat you over the head with your pirated DVDs, force you to eat the hard drive that contains a pirated copy of Office and shove the portable MP3 player with all those Bittorrent-downloaded songs on it up where the sun don't shine.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    12. Re:Growing Trend? by eno2001 · · Score: 4, Insightful

      DISCLAIMER: Just replying in general, not directed at mph_az:

      Sadly, there is some truth to this. A lot of people associate "no name brand" = inferior. In one of my recent comments I complained about the whole free iPod/freeMac Mini/free Sony PSP phenomena. People are more than willing to do ANYTHING to get a free name brand product associated with an image and an easily recognizable logo. If someone did a "freeMicrosoftOffice.com" site, there would be just as many people jumping on that bandwagon because they KNOW Microsoft. They KNOW Office. However, try and do a "freeOpenOffice.org" site and you won't get any bites from the mainstream. This is a problem in the FOSS camp. Marketing is a horrible thing because of how much of a grip it has on the mainstream person. It can be used to control their opinions, their purchases, even who they vote for. People don't want to think. They want something that "just works" and brand name stuff is sold as "just working". Since piracy appears to be "free" access to name brand stuff for many people, they are happy to continue either willingly or ignorantly breaking the law.

      In reality, there are few differences in functionality between FOSS applications and their commercial counterparts. Where there is a difference is in how much work you need to do to acquire the FOSS stuff vs. pirated commercial apps. Assuming you're a mainstream user who only barely knows how to use WinZip (that you haven't paid for) and double click on SETUP or INSTALL.MSI files... All you have to do to acquire pirated software is:

      1. Run P2P program and search for app
      2. Download ZIP, RAR, or other compressed version of app
      3. Expand archive of app that you downloaded
      4a. If it's self contained, just create a shortcut and run the main application EXE.
      4b. If it's an installer, just run it.
      5. If it's not cracked (I assume most pirated stuff is cracked) then you might need to look for a crack or regcode generator
      6. Run app and be on your way...

      To acquire a FOSS app (assuming you're using a really dumbed down version of Linux):
      1. Search for an app that does what you want (usually 98% success these days)
      2.If they have precompiled binaries in RPM or other packaging format, download and install that
      3. You may need to search for and upgrade or install other dependencies (stuff you need to have before you can install the main app)
      4. If you can't get binaries and it's a source only distribution, then you need to grab the tar.gz or tar.bz2 archive
      5. Expand the source archive
      6. If it's following the standard './configure && make && make install' procedure then you should do that now. If it's uses some other compilation method, then you have to read up on that adding to the complexity
      7. You might also need to follow up with library dependencies/version issues, etc...
      8. If there isn't a tar.gz or tar.bz2 archive, you might need to use CVS to download the current source tree which might be broken since it's in development...
      9. Once you've gone through all this, then you need to verify your installation and see if the app works as expected.
      10. If you needed to update libraries, you could run into apps that are now broken and need to be recompiled against the new versions of the library meaning more downloads, etc...

      Which way do you think Joe Average Mainstream is going to go?

      --
      -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
    13. Re:Growing Trend? by Frit+Mock · · Score: 1

      ... even more, noone uses firefox, because they can pirate IE ... wait a minute ... noone wnats firefox, because they can pirate Windows ;)

    14. Re:Growing Trend? by Anonymous Coward · · Score: 0

      That mentality applies only to large businesses. Small businesses and individual users don't care whether the app is sold for money, freeware, or shareware, nor do they care whether the source is available or not. They choose the software based on two things: word of mouth and marketing. If an OSS app or a freeware is marketed well or famous enough, people will use it.

    15. Re:Growing Trend? by B'Trey · · Score: 0, Offtopic

      NumberOfPiratedApps == (NumberOfComputersSold * ExpectedAppsPerMachine) - NumberOfAppsLicensesSold

      "==" is a comparison operator. You want an assignment - a single "=".

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    16. Re:Growing Trend? by Frit+Mock · · Score: 1


      What Excel do you use?

      !? ;)

    17. Re:Growing Trend? by JayJay.br · · Score: 1

      FTFBlurb:

      "Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal. But within five years, that number could boom to two-thirds(...)"

      So, I'm not sure it has, but the trend shows it would.

    18. Re:Growing Trend? by mattyrobinson69 · · Score: 1

      To acquire a FOSS app on debian in KDE:

      1: Click K
      2: Click system
      3: Click package manager
      4: Enter root password
      5: Click search
      6: Enter search terms
      7: Tick box next to selected application
      8: Press apply

    19. Re:Growing Trend? by Anonymous Coward · · Score: 0
      2.If they have precompiled binaries in RPM or other packaging format, download and install that 3. You may need to search for and upgrade or install other dependencies (stuff you need to have before you can install the main app)
      When was the last time you used Linux? I haven't manually downloaded an RPM [or, more accurately in my case, a deb] (much less manually tracked down dependencies!) for *ages*. Debian's repositories contains such a vast range of apps (most of which can be installed with *less* steps than in your Windows version) that I've never had to go elsewhere for my software needs, ever. Well, except for UT04, the installer for which is identical to the Linux version.

    20. Re:Growing Trend? by Anonymous Coward · · Score: 0

      Exactly. I use Excel. I know of Excel, Lotus-123, and the spreadsheet part of OpenOffice, all by word of mouth. I hear Lotus-123 is dead so I didn't even try it. I tried OpenOffice but it was too much of a resource hog. So for now I stick with Excel, not because it's made by MS or non-OSS, but because it's the best of the ones I tried.

      Now Firefox is a different story. I know of IE by default and Firefox by word of mouth. I've switched to Firefox because I like it. And it's not OSS either, it's made by Netscape or whoever's bought them... I think, but who cares, it's the best of the ones I know of, and that's all I care.

    21. Re:Growing Trend? by emilv · · Score: 1

      ...and which one do most people choose?

    22. Re:Growing Trend? by Fulcrum+of+Evil · · Score: 1

      I noticed that the process for installing a packaged FOSS app is about 3 steps long, so we should probably be spending more effort on increased visibility and package manager usage. You also left out the part where your P2P app gets a trojanned version, or something that claims to be office, but is garbage instead.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    23. Re:Growing Trend? by Bimo_Dude · · Score: 3, Insightful
      I respectfully disagree. I would recommend comparing apples to apples (Commercial apps on Windows to FOSS apps on Windows - not FOSS apps on Linux).

      Unfortunately, at this time, Joe Average Mainstream is not likely to have a Linux box on which to install the OSS applications. If Joe Average User was using Linux, (s)he'd already be using FOSS anyway. Therefore, the steps to acquire and install a FOSS app would be:

      1. Go to Sourceforge or Google and search for app
      2. Download ZIP, RAR, or other compressed version of app
      3. Expand archive of app that you downloaded
      4. Double-click "setup.exe," "install.exe," or "[whatever].msi"
      5. Run app and be on your way...

      The point I am trying to make is that, IMHO, the slow adoption of FOSS is not at all related to ease of installation.

      Also, downloads from a Sourceforge mirror are usually much faster than through p2p anyway. Perhaps this, coupled with the "fear of IP lawsuits," could be used to turn more and more people towards using FOSS.

      --
      "Teleporting Rodents with D-Cell Battery Displacement" theory -- IgnoramusMaximus (692000)
    24. Re:Growing Trend? by thundercatslair · · Score: 1
      I use gentoo and installing a program takes about a tenth of the time it takes to install something on windows.

      for gentoo
      1)go to gentoo's package database and seach for what I need
      2)emerge whatever. Wait a while then it is done

      for windows
      1)search google for what I need and hope I'm not flooded with shit
      2)download and install, find out that I need to buy it.
      3)have to search for crack and possibly install virus too.
      4)hope crack works then maybe it will work.

      I don't know about you, but I would much rather take the free and easy way.

    25. Re:Growing Trend? by maddys_daddy · · Score: 0, Redundant

      WHAT??? You're a moron. Check this link out for some stats on Apache servers in use vs. MS servers. Apache FAR outnumbers IIS. And MS's SQL implementations are so insecure as to render them practically irrelevant. How about thinking before putting fingers to keyboard next time.

    26. Re:Growing Trend? by Anonymous Coward · · Score: 0

      I think we need a -1 Failed to Recognize Obvious Sarcasm

    27. Re:Growing Trend? by Anonymous Coward · · Score: 0

      Potions of extra healing, food and a blessed unicorn horn will work against the three h... Oh wait...

    28. Re:Growing Trend? by majmcdonald · · Score: 1

      I think a better example would be MS Office - I know more people that have pirated copies of MS Office than people who use Open Office. In fact, most of them don't even know Open Office exists.

    29. Re:Growing Trend? by reidbold · · Score: 2, Funny

      Oh my god you're right! Apache is /more/ popular than IIS! How could a joke on slashdot not actually be true?

      --
      -Reid
    30. Re:Growing Trend? by tricorn · · Score: 1

      BSA is absolutely right, piracy will continue to grow. More and more companies will take GPL software, base products on it, and refuse to release the source. This MUST be stopped! Thanks, BSA!

      Seriously, it does make you wonder how much of the supposedly "pirated" software is actually FLOSS , e.g. that any machine sold without a proprietary operating system is automatically reported as being a pirate copy of Windows.

      I'll bet they make a lot more money extorting money from businesses and governments for "piracy" based on poor record keeping than they'd get if they could actually make their software copy-proof, especially when a case could be made that making it copy-proof would actually lower their legitimate sales.

    31. Re:Growing Trend? by Anonymous Coward · · Score: 0

      You ... umm ... missed the sarcasm. Sorry.

    32. Re:Growing Trend? by Master+of+Transhuman · · Score: 1


      Moron, most people don't choose, because the vast majority of Windows users have NEVER HEARD of Linux.

      Yes, the average user is a moron who can't read newspapers or surf the Web or even watch TV news, apparently...

      Just about every person outside of my computer classes at City College (and most of them in the Windows classes) have never heard of Linux. If they have, they're amazed it has a GUI interface.

      Showed off Xandros screenshots from their Web site to a female classmate just this Monday. She'd never heard of Linux before listening to me all semester compare Windows 2003 Server to Linux. (The teacher and I have fun insulting each other's OS choices - he's a cool Windows-only consultant.)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    33. Re:Growing Trend? by The+Jonas · · Score: 1

      I think a quick mention of Metcalfe's Law and Network Effects is in order here.

    34. Re:Growing Trend? by whoppers · · Score: 1

      What about offshoring and competing on a global scale with companies overseas that pirate the same apps we pay for? We need a level playing field.

    35. Re:Growing Trend? by Anonymous Coward · · Score: 0

      Moron, most people don't choose, because the vast majority of Windows users have NEVER HEARD of Linux. Yes, they have, they just really, honestly, actually don't care.

    36. Re:Growing Trend? by Deekin_Scalesinger · · Score: 1

      It is amazing that you call the PP a moron.

      --
      "As the intrepid kobold companion continues his journey, he begins to wonder... if priests raises dead, why anybody die?
    37. Re:Growing Trend? by Anonymous Coward · · Score: 0

      That's an equation; a comparison operator is entirely appropriate.

      An equation is an expression that is asserted to be true.

    38. Re:Growing Trend? by fafaforza · · Score: 1

      In that same report, the BSA do show that the percentage of all used software that was pirated dropped in 2004 from 2003. I do not recall the numbers, but the percentage drcrease was there, albeit a small one.

      But in absolute dollar terms, as the entire software industry grew, so did piracy.

    39. Re:Growing Trend? by purple_cobra · · Score: 1

      Yeah, really. In other news, the Cheese Manufacturers' Alliance have released a report stating that eating cheese is good for you.
      The first thing that kids should be taught in secondary school is 'follow the money'.

    40. Re:Growing Trend? by arminw · · Score: 2, Interesting

      ...But in absolute dollar terms, as the entire software industry grew...

      I wonder how many commercial software vendors went bankrupt because of "piracy" of their stuff? Overall, they all seem to be making plenty of money. Maybe this "piracy" can be thought of like the common cold or mosquitoes --- you'll never eliminate them, but keep them under enough control to not be an overwhelming problem. MS has begun to address the problem in some of the "third world" countries by making lower cost software available there. If a common piece of software cost a half a years wages here in the USA, I think there would be way more piracy and people like Bill Gates would not be nearly as rich.

      --
      All theory is gray
    41. Re:Growing Trend? by Deekin_Scalesinger · · Score: 1

      Um, Firefox, and its parent Mozilla, IS open source. http://www.mozilla.org/about/

      --
      "As the intrepid kobold companion continues his journey, he begins to wonder... if priests raises dead, why anybody die?
    42. Re:Growing Trend? by Anonymous Coward · · Score: 0

      hmm.... you forgot about the modifier for:

      every estimated comm. software torrent download

      every estimated search on google for 'warez' 'windows' 'office' 'cdkey' or 'serialz'

      1/2 the estimated total of blank cd's sold world wide, because the bsa/*aa naturally assumes that blank cd-r's are evil and half are used to pirate softwre, the other half, music/movies (**)

      users on p2p network (x) number of files available; just because they *could* be downloaded by each and every one of them.

      and naturally, every download, every search, every whatever is most definately a lost sale (valued at current manufacturer's retail prices). which normal, rational human beings know is a pile of b.s.

      if forced to decide between spending hundreds of dollars or not, most folks would still choose not to, and migrate towards free alternatives.

      now, if the huge software vendors slashed their prices to a more reasonable and affordable level for the mass-consumer market, say by 90% or so, then they would pretty much kill the free software movement except for the hard-core developers and enthusiasts.

      drastically reduced pricing is the only way to eliminate piracy as being as big a problem as bsa/*aa claim it is.

      there's three ways this issue can play out...

      (affordable pricing)
      'bloody hell, office is only 40 bucks, why should i take a chance and download it off of www.warezRus.ru, when i can get the real thing for a measly 40 bucks?'.

      OR

      (currently)
      'bloody hell, office is 400 bucks, where can i find it a little, err. cheaper? ahh. thanks mate!'

      OR

      (imaginary no piracy world)
      'bloody hell, office is 400 bucks, period. you can't get it anywhere else for less or nothing. where can i find an affordable or free alternative? www.sf.net you say? gee. thanks mate!'

      (**) aren't there royalties or something built into the price of cd-rs that goes back to content providers? if that's the case. i'd argue that any pirated content ON a cd-r has been dutifully paid for through the extra fees tacked on to the purchase of the media it's recorded on.

    43. Re:Growing Trend? by pantycrickets · · Score: 2, Insightful

      I don't understand how or why people can't grasp that it is simply a matter of people using what they already know how to use. A company will not use open source software on the desktop because hiring people who know how to use it will be too hard, training them to use it too expensive. Nearly everyone knows Office, so they will stick to that.

      Likewise, if you are a user at home wanting to learn skills that will be valuable to a potential employer, knowing the employers strategy of sticking with what works, you will learn Office.

      The system supports itself, and it always has.

    44. Re:Growing Trend? by Kharny · · Score: 1

      I think the question should be, is there really a loss here, or is it just like a lot of mp3 downloading where the user would never have bought the stuff if it wasn't available for free.

      --
      Make a man a fire and he will be warm for a day, set a man on fire and he will be warm for the rest of his life
    45. Re:Growing Trend? by Minna+Kirai · · Score: 1

      To acquire a FOSS app (assuming you're using a really dumbed down version of Linux):

      What a remarkable assumption.

      With skills like that, you could also prove that bicycles are faster than airplanes, because assuming that the pilot has both hands cut off, he won't fly very quickly at all!

    46. Re:Growing Trend? by pantycrickets · · Score: 1

      If you need something that simple, you could go somewhere like download.com where all of the licensing (if any) is very clearly spelled out.

    47. Re:Growing Trend? by Anonymous Coward · · Score: 0

      Yes, but at the moment OpenOffice is "pretty good". There are plenty of things I still miss from MS Office when using it. That being said, given it's cost, it's a damn good substitute, and certainly better than stealing the MS software.

    48. Re:Growing Trend? by Anonymous Coward · · Score: 0

      You can pirate Oracle? Hook me up with a torrent!

    49. Re:Growing Trend? by jhoger · · Score: 1

      I had no idea using RedHat was still that bad! Is it really still as unpleasant as it was 5 years ago?

      Quick, switch to Debian Unstable, or some variant of it.

      -- John.

    50. Re:Growing Trend? by colinrichardday · · Score: 1

      Used software or used commercial software? In the former case, how do they include FOSS?

    51. Re:Growing Trend? by mschaffer · · Score: 1
      I predict that...

      ...a baby will be born in India and China

      ...the sun will rise tomorrow

      ...politicians will screw their constituents

      ...

      ...and software piracy will increase

    52. Re:Growing Trend? by hairyfeet · · Score: 1

      You're also forgetting the "cool' factor.If something is "bad or wrong"it adds a cool factor of 4x.See prohibition or pot for examples.Plus if the FOSS guys want joe sixpack to use it,It better not be anymore complex than clicky-clicky.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    53. Re:Growing Trend? by B'Trey · · Score: 1

      No, the equality comparison operator is used when you're checking to see IF an equality exists, not asserting that the two are equal. It's almost always used in a conditional or loop. The GP post wasn't asking or checking to see if the two sides of the equation were equal. He was stating that the left side of the equation (NumberOfPiratedApps) is determined by the formula on the right side of the equation. The two can never be unequal, since the left side is defined by the right side, so it's redundant to compare them to see if they're equal.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    54. Re:Growing Trend? by Anonymous Coward · · Score: 0

      My prediction:

      Software quality will continue to decline.

    55. Re:Growing Trend? by MicklePickle · · Score: 1

      I agree with this. The ratio is probably proportionate. But then again, how on earth did they obtain these statistics? It's all guesswork. They don't really know the number of people pirating, because it's all subvertive. If they did know exactly how many people were pirating, then they would know who was pirating and who wasn't. But they don't. It's like trying to count all the rocks bigger than a fist on the moon.
      This quote says it all really: 'Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal. Note the work estimated. That's such a throw-away line.

      --
      -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
    56. Re:Growing Trend? by Anonymous Coward · · Score: 0

      That's the way it's used when programming, but my intepretation of the post was that it was using C notation to express something conceptually mathematical, not writing a program.

    57. Re:Growing Trend? by ookaze · · Score: 1

      Sadly, I disagree with nearly everything you say. I don't even understand the logic of what you write, or your strange facts.
      I agree only on the fact that usually, "people associate 'no name brand' = inferior".

      But I still wonder why the mainstream would bite a freeOpenOffice.org, when OpenOffice.org is already free : this is just stupid.
      It could only smell of bootlegs.
      People don't want to think perhaps, but I know that in computing, most people depend on some people opinion to choose for them and install things for them. Because sure enough it does not "just works" like so many people with brain damage want us (or me) to believe. I know Windows cause a way of thinking similar to amnesia (because there are so many problems, most people forget they had a problem, even 2 minutes after having dealt with it !!!), but this is too much !
      For example, I bought a Creative MuVo N200 device as a gift for my wife, the sort of "just works" device you talk about. I plugged it in the USB port, and it was recognised and instantly accessible (just works) on her KDE desktop. Now it came with a CDROM and a installation manual. The Windows installation says to NOT plug it before installing some software on the CDROM, and talked about reboots, OMG !
      And I don't understand the 'just works' argument for pirated software. Surely it is much harder to install than the real thing.

      Your differences of functionality between FOSS apps and their commercial counterparts smells of FUD.
      Sorry to tell you that in fact, the pirated stuff is FAR MORE work. Let me correct you please :
      Pirated software :
      1. Search for an app that does what you want
      2. Run P2P (I'm kind here, assuming that the hassle for installing this is cleared) program and search for app
      2. Download several ZIP, RAR, or other compressed version of app, because you are NOT sure of what you will get
      3. Wait for days
      4. Expand archives of apps that you downloaded, once you found a good one, delete the rest (beware that you have an antivirus running)
      5a. If it's self contained, just create a shortcut and run the main application EXE.
      5b. If it's an installer, just run it.
      5c. If it's an ISO, just burn it and then uh ...
      5...
      5 finally. Well, you will have to read the instructions coming with the warez when there are some, you will have to know so much thing actually, that you will be unable to install it unless it has an installer. Actually, I never saw a newbie able to install a warez unless it came with an installer, so you will be stuck without one anyway.
      6. If it's not cracked (I assume most pirated stuff is cracked) then you might need to look for a crack or regcode generator. How to know if it is cracked : the newbie won't know, he is stuck way before anyway. How to crack ? You have to read the instructions (well, it has defeated the just works and "newbies can't read" argument way before anyway)
      7. Run app and be on your way...

      To acquire a FOSS app (assuming you're using a really dumbed down version of Linux):
      1. Launch package manager and search for an app that does what you want (you will automagically get the latest version for your distro)
      2. Click install. It will download all dependancies, check, and install the software, and fast, because it comes from dedicated FTP servers
      3. Run app and be on your way ...

      Which way do you think Joe Average Mainstream is going to go ?

      I know already. My brothers hard disk drive started to crash four weeks ago. Apart from games that they BOUGHT, everything on the Windows partition was warez (my fault), the system and data partitions were separated. Now I made them reinstall the latest Mandriva on their new hard disk drive (with my help to keep some place for Windows), and I let them install the Windows XP on the same machine. This was 2 weeks ago, XP is still not installed, and everything they had warez for is available free on Linux.
      They actually discovered installing Windows XP was too hard for them, compared to installing Mandriva.
      And I guess that installing a commercial app (Windows XP) is easier than installing warez.

    58. Re:Growing Trend? by eno2001 · · Score: 1

      Well... that's the first time I've been accused of FUD. Especially funny since I'm a hardcore Linux user and can't stand Microsoft at all. I'm going on my experience with Redhat/Fedora vs. Windows XP. I know I have to work a lot more to get what I want than I do on Windows, but... I don't mind that. Keep in mind though.. I HATE PREPACKAGED SOFTWARE. I would rather compile from source when I want an app. So, perhaps I was wrong about some of the things I said because I have zero experience with package managers other than the 'rpm' command in Redhat/Fedora. I pretty much avoid the GUI for administrative tasks because I think it takes away from a person's technical edge. It's nice to know how to maneuver your way through a GUI, but it doesn't take that long to figure it out even if you've never seen it before, so why bother trying? I like to know what's happening behind the scenes. I don't want to just point and click. And I think EVERYONE should follow this method. It's more empowering than just pointing and clicking on a bunch of stuff. The only time I use a GUI is when some file managment I want to do would be to time consuming using the CLI. Everything I've seen that's been made to do things "easier" winds up crippling the user's knowledge. That's why I left Windows in the first place.

      --
      -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  2. Shareware by dnoyeb · · Score: 5, Funny

    And I've got a shareware program thats been downloaded thousands of times but nobody has sent me $20. I have lost 100s of 1000s of dollars to this theft! I need legislation!!

    1. Re:Shareware by Phanatic1a · · Score: 4, Funny

      Meanwhile, this call for legislation has scared off many potential users of your shareware program, so there are now thousands of people not downloading your software. If your asked-for legislation passes, that means you've robbed yourself of hundreds of thousands of dollars in income.

    2. Re:Shareware by LordNimon · · Score: 3, Funny
      Meanwhile, this call for legislation has scared off many potential users of your shareware program

      Now that's what I call wild, unfounded speculation! I'd mod you a troll if I had points.

      --
      And the men who hold high places must be the ones who start
      To mold a new reality... closer to the heart
    3. Re:Shareware by Anonymous Coward · · Score: 2, Funny

      This thread will stand forever as a monument to missing the joke.

    4. Re:Shareware by NichardRixon · · Score: 3, Insightful

      Exactly. Statistics like these always assume that the "pirates" would be buying the software if they couldn't get free copies. That's a ridiculous assumption.

    5. Re:Shareware by Anonymous Coward · · Score: 5, Funny

      at least you didn't charge $40 the thefts would have cost you even more.

    6. Re:Shareware by goldspider · · Score: 0

      Not "exactly"; not even close.

      With shareware, people are typically free to download a crippled version of the full program.

      If they like what they see in the shareware version, they are encouraged to pay for the full version. They are not simply entitled to it.

      In fact, I'd say thge shareware model largely fizzled out because of the freeloaders who weren't willing to pay for a product they obviously wanted.

      In other words, what happened to shareware is a perfect example of what piracy can do to innovation.

      --
      "Ask not what your country can do for you." --John F. Kennedy
    7. Re:Shareware by NichardRixon · · Score: 2, Insightful

      You've missed the point. If I write a shareware program and receive no registrations, then complain that I've been cheated out of = $(#downloads * $registration) I've made an invalid assumption. The same is true when software companies count the number of pirated copies of their programs, (however they come up with that!), multiply that number by the retail price and claim that this is the amount of money they've lost to theft of their product.

    8. Re:Shareware by nine-times · · Score: 2, Insightful
      What are you talking about? I've bought 3 pieces of shareware from small developers in the past 2 months. Companies like Microsoft, Apple, Adobe, and Macromedia all distribute time-limited or feature-crippled trial-versions of their software.

      People don't pay for crappy shareware... well, because it's crappy. Maybe some people sometimes download cracks or serial numbers to get around registration schemes, but that's really not different from normal "piracy".

      I think what really happened is you saw a shareware explosion around 10 years ago right when computers were getting popular and everyone tried their hand at writing software. A lot of the crappy developers died off and a lot of the developers making good/successful software got more professional (or bought out by bigger companies, or bigger companies made competing products and drove them out of business).

      Additionally, I'd guess many of the developers who had been writing shareware (but didn't care much about profits) probably switched over to open-source models so that they could attract other developers to help them. Also, there were some who realized their products weren't really worth enough to try to force people to pay anything, and switched themselves over to "donationware".

      But I don't see how the shareware model "fizzled out" or why that's "a perfect example of what piracy can do to innovation".

    9. Re:Shareware by Genom · · Score: 1

      In fact, I'd say thge shareware model largely fizzled out because of the freeloaders who weren't willing to pay for a product they obviously wanted.

      So, let's say I download shareware program "X", which has a 30 day trial, after which I'm asked to pay $30 or stop using it. I use it for 30 days. Then:

      a) I stop using it because I don't believe the price they're asking is fair, given my 30 day experience with the program. I proceed to look for other options.

      b) I stop using the program, because within that 30 days I found a free/OSS program that does 90% of what "X" does, for free, and will serve my needs.

      c) I stop using it, because I already have a better program. I used the 30 day trial to compare/contrast the two and make an informed decision.

      In which of the above circumstances have I "freeloaded"? In which of the above circumstances have I cheated the author of the software? None.

    10. Re:Shareware by InvalidError · · Score: 2, Insightful

      In many cases, this "piracy" ultimately turns into free publicity - hobbyists and students do not have $50k/year to spend on annual licenses for high-end engineering software but when they do get a job in a related field, they are more likely to nominate the software they are familiar with.

      Engineering students probably "cost" milions apiece in this fashion and I suspect the industry at large would actually get hurt very badly if the industry managed/bothered to perfectly enforce copy protection.

      If Microsoft managed to implement perfect copy protection, it would very likely start losing market share like there was no tomorrow - since its products are generally overpriced, people would look for more affordable alternatives (such as Linux), the competent user base for the alternatives would grow, facilitationg migration away from Microsoft products and accelerating market share erosion.

      So, perfect copy-protection for commercial software is very much like paying to commit suicide.

    11. Re:Shareware by shmlco · · Score: 1
      True. If the user HAD purchased the program they're using the company would have had that revenue. And that's a never-ending debate, because some, if copying had NOT been an option, would have purchased the program. The question is what number?

      Take a program like Photoshop. If someone copies and uses it, Adobe didn't get any dollars for it. And neither did the companies who make PhotoPaint, Image Studio, ACDSee, or any of the other cheaper alternatives. Why would he buy cheap when the best is "free".

      What's worse here is that there are free alternatives (GIMP,Picasa), but they choose not to use them either.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    12. Re:Shareware by AmberBlackCat · · Score: 1

      If he catches somebody uploading it, he can charge $40,000 for it.

    13. Re:Shareware by Jane_Dozey · · Score: 1

      This is probably because their need for a graphics package is NOT great enough to either pay for a full license or learn how to use an unfamiliar program.

      --
      Silly rabbit
    14. Re:Shareware by shmlco · · Score: 1

      I'm not sure that being cheap or lazy is sufficient rationalization...

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    15. Re:Shareware by RedWizzard · · Score: 1
      In fact, I'd say thge shareware model largely fizzled out because of the freeloaders who weren't willing to pay for a product they obviously wanted.
      The way I see it, the shareware model has fizzled out because you can usually find freeware apps of similar quality.
    16. Re:Shareware by CptNerd · · Score: 1
      If your asked-for legislation passes, that means you've robbed yourself of hundreds of thousands of dollars in income.

      That means he can sue himself for the lost sales!
      3. Profit!

      --
      By the taping of my glasses, something geeky this way passes
  3. Insightful research! by c0ldfusi0n · · Score: 5, Funny

    "According to a study done by the Business Software Alliance (BSA) and research firm IDC, it is likely that software piracy will continue to expand as the Internet grows."

    In other news, scientists established today that the bigger a container gets the more it can contain. Still no cure for cancer.

    --
    A computer makes it possible to do, in half an hour, tasks which were completely unnecessary to do before.
    1. Re:Insightful research! by hnile_jablko · · Score: 0

      HERETIC!!!!

    2. Re:Insightful research! by Ecko7889 · · Score: 1, Offtopic

      The cure for cancer is not worth the money it takes. Cures are not the answer, atleast to those providing the "longevity medication". The RIAA can't sue for millions once the piracy scheme is over, they will have to find reasonable ways to actually make money. Only then will they stop making B$.

      --
      $sig$
    3. Re:Insightful research! by JustNiz · · Score: 1, Flamebait

      The drug companies DON'T WANT to cure cancer.
      They want to keep selling drugs that mitigate the symptoms.

      The 'charities' that are collecting money for a cancer cure don't want it either because then they'd have no reason to exist.

    4. Re:Insightful research! by Txiasaeia · · Score: 2, Informative
      "The 'charities' that are collecting money for a cancer cure don't want it either because then they'd have no reason to exist."

      Glad to see you took off your tin foil hat long enough to post here. Most of the people I know who work (or volunteer) at charities do so because they have personal experience with the said charity. For example, an aunt of mine volunteers with the Canadian Cancer Society because (guess what?) she has cancer.

      Just because you don't volunteer anywhere, doesn't mean you need to be cynical about those who do.

      --
      Condemnant quod non intellegunt.
    5. Re:Insightful research! by the+unbeliever · · Score: 1

      Reread his comment.

      He's not bashing the volunteers, but rather the organization they're volunteering for.

    6. Re:Insightful research! by porcupine8 · · Score: 1
      It's still bullshit.

      The March of Dimes was founded to eradicate Polio. Well, it worked, so did they shut down? No, they expanded to eradicate other birth defects and childhood illnesses.

      The ACS or other cancer organizations would be pleased as punch if a cure for cancer were found. Of course, most likely you can't cure "cancer," only specific types of cancer - and there are some with 80+% cure rates. Does that mean nobody researches those ones anymore? No, now they have a boatload of survivors living decades after treatment and they have to figure out how to help them cope with the long-term side effects of treatment. Plus, they've gotta try to prevent cancer in the first place. So even if you "cure" one type of cancer (or all cancers), there's still plenty of work to be done. Those charities aren't going anywhere for a good long time.

      --
      Warning: Apple/Nintendo fangirl. Likes her electronics cute & cuddly. May be rabid.
    7. Re:Insightful research! by Txiasaeia · · Score: 1

      The organisation is usually *founded* by people who have direct experience with cancer (for instance). I don't think anybody wakes up one day and says to himself, "I think I'll create a charitable organisation for AIDS resaerch."

      --
      Condemnant quod non intellegunt.
    8. Re:Insightful research! by utexaspunk · · Score: 1

      The drug companies DON'T WANT to cure cancer. They want to keep selling drugs that mitigate the symptoms.

      What. Ever. - Do you realize how much money one could make if one had the cure for cancer? Everyone is pretty much guaranteed to get cancer if something else doesn't get them first, so everyone will need the cure. They will probably need it multiple times, since there likely won't be a generic "cancer vaccine" or whatever but separate cures for different types of cancers. Cancer cures will be worth TONS. You have no idea what you are talking about.

    9. Re:Insightful research! by the+unbeliever · · Score: 1

      How is it bullshit?

      There are plenty of charitable organizations that are fiscally mismanaged by inept or dishonest administrators. The organizations were founded for good reasons, and may do a lot to help people, but if you look at the books of many organizations, less than 20% of donations on average go to actually achieving their goals.

    10. Re:Insightful research! by dgatwood · · Score: 1
      You could make a lot of money... for seven years. Then unless you happen to find something that makes the drug unsafe, the FDA opens it up to generic brands.

      The drug companies have a very vested interest in the status quo.... If you develop a treatment, by contrast, when the FDA opens it up for generic knock-offs, you just release a newer, more effective treatment, and nobody cares about the old one.

      Of course, that argument applies a lot more to AIDS than cancer (where there have been a lot of cures for specific varieties).

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    11. Re:Insightful research! by porcupine8 · · Score: 4, Insightful
      Oh, I don't doubt that - but you shouldn't generalize to all charities from a few bad ones. Having a personal crusade against PeTA, I know full well that some "charitable" organizations are extremely dishonest and misuse money left and right.

      That's very different from the original assertion: The 'charities' that are collecting money for a cancer cure don't want it either because then they'd have no reason to exist.

      If you're going to claim that ALL (or even a significant majority) of cancer charities are dishonest, you should really back up that claim. Especially since the claim doesn't have anything to do with simple mismanagement of money; it's more an accusation of pure greed at the expense of those they claim to help. Sure a lot of charities waste money through inefficiency and bloat, but on a large scale it's really only a minority that are flat-out deceitful and ill-intentioned.

      --
      Warning: Apple/Nintendo fangirl. Likes her electronics cute & cuddly. May be rabid.
    12. Re:Insightful research! by senatorpjt · · Score: 1

      How did Bill Gates get AIDS and malaria?

    13. Re:Insightful research! by freakmn · · Score: 2, Funny

      I hear that his software is prone to viruses coming in through the backdoor. I guess there's a chance he might have the same vulnerability...

      --
      warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
    14. Re:Insightful research! by Anonymous Coward · · Score: 0

      IF Bill Gates were to have malaria and AIDS, I would guess it would be due to him getting bit by an infected mosquito while fucking an infected monkey...

    15. Re:Insightful research! by qkslvrwolf · · Score: 1

      I've never understood why making a lot of money for just seven years is insufficient for people. Especially since the big brand name companies can make it just as cheap as the generics if they so desire. And still sell it for more because of the name-brand recognition you've spent seven years building, so that your profits remain high (although, granted, not as ridiculously so anymore) This same problem can really be extended out into politics. Libertarians and other fiscal conservatives would argue that market forces will drive the necessity and shit will get done. But large corporations like pharmeceuticals have figured out how to manipulate market forces by doing exactly this....developing a half-ass band-aid for something over and over and over again. Personally, I'd like to see the government develop these treatments, and then release the formulas generically. If you go with the assumption that the point of government is to help shield the weak from the strong, I think that this is a case that fits. Personally. IMHO.

      --
      Or have you only comfort...that stealthy thing that enters the house and guest then becomes host, then master - KG
    16. Re:Insightful research! by karnal · · Score: 1

      You, my friend, need some funny points.

      --
      Karnal
  4. Yvan eht nioj? by garcia · · Score: 1

    The BSA hopes to launch more education programs, policy initiatives and enforcement efforts in an attempt to lessen piracy.

    So instead of "Yvan eht nioj" we will have "Yvan eht sab" so that children can rat out their Communist parents?

    Bleh.

    1. Re:Yvan eht nioj? by Anonymous Coward · · Score: 0

      Bas the navy?

      That makes no sense whatsoever.

    2. Re:Yvan eht nioj? by garcia · · Score: 1

      Yeah. Asb eht nioj. It's all good :)

    3. Re:Yvan eht nioj? by Anonymous Coward · · Score: 0

      Foo the bas, barcia! Foo the bas...

  5. On the subject of software piracy. by Haiku+4+U · · Score: 1, Funny

    If this is the case,
    why bother with serial
    schemes, cracked in moments.

    1. Re:On the subject of software piracy. by Anonymous Coward · · Score: 0, Funny

      Your haiku is off
      Check the last line please
      it contains more

    2. Re:On the subject of software piracy. by TripMaster+Monkey · · Score: 2, Funny


      You are one to talk
      Seems your second line is flawed
      You are filled with shame

      --
      ____

      ~ |rip/\/\aster /\/\onkey

    3. Re:On the subject of software piracy. by kniLnamiJ-neB · · Score: 1

      While haiku is dumb
      Haiku4u is correct
      Third line should have 5

      --
      Windows isn't the answer... it's the question. NO is the answer!
    4. Re:On the subject of software piracy. by Haiku+4+U · · Score: 1, Funny

      I have checked the line
      you may want to see about
      a dictionary.

    5. Re:On the subject of software piracy. by Haiku+4+U · · Score: 0

      Contemporary
      Haiku - Some of the old ways
      are left behind. w00t!

    6. Re:On the subject of software piracy. by Fjornir · · Score: 1

      I was once told sir,
      That sanriu is the word
      If nature is absent.

      --
      I want a new world. I think this one is broken.
  6. its all true by Anonymous Coward · · Score: 0
  7. Crazy predictions by rgmoore · · Score: 5, Insightful

    Is it just me, or do the numbers not add up? On the one hand, this:

    Currently, about one-third of software used is illegally made copies. ... Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004.

    seems to suggest that the worldwide market is about $100 billion dollars per year. On the other hand, this:

    But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion.

    says that they're expecting it to be worth about $300 billion in just five years. Are they really suggesting that the worldwide market is going to triple that quickly? There are really only two things that could cause the market value to grow that fast: increased hardware sales or increased prices. I don't see Intel or AMD planning on tripling sales over the next five years, so I have to assume that most of that growth is expected to come from massively increased prices. Is it any wonder that piracy would be likely to grow, too?

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

    1. Re:Crazy predictions by Anonymous Coward · · Score: 5, Insightful

      And in how many of these countries does the $ estimate of piracy outstrip their GDP? Sheesh - if someone in the US pays $100 for software there's no WAY someone in Zimbabwe can afford the same $100 for the same software...

    2. Re:Crazy predictions by delta_avi_delta · · Score: 2, Insightful

      As with music and movies, pirated software does not necessarily imply a loss to the market. I may buy some very cheap pirated software, say a knock off version of Cubase, in a Russian shop for a couple of rubles, but that doesn't necessarily mean if the knock-off hadn't been available, I would have bought the full-priced item.

    3. Re:Crazy predictions by ThosLives · · Score: 5, Interesting
      You're right that their numbers don't make sense. The one assumption they have is that they could sell the entire volume out there at its current price to come up with the "value" of pirated software. This is fundamentally flawed, as the value of the software that is currently pirated isn't the price of the software, it's the risk involved with the piracy. I've said it before, but it's not possible to claim damages based on unpurchased resources - especially when the resources are not scarce.

      I think software businesses need to go back to basic economics: the value of non-scarce resources is very low. I think that the only way for the software industry to remain viable is not to be strict on piracy but become a service industry: we will write programs and support it for a fee. Basically this means anyone can use the software, but new software won't be written and existing software won't be supported without payment. Because the actual executing code isn't scarce, it has very little value: the value is in creating that software and keeping it running.

      This is very similar to the *IAA issues: the value isn't in the distribution of the art, but in the experience of listening to it and having new music created. This is why I think that software isn't a "real" commodity but a service. (Also why I think information should not be property - information is not 'scarce' and so cannot be effectively managed using concepts of property. There might be another way to manage it, but it's not with property protection laws).

      Anyway, I could go on, but the fundamental thing here is that "unrealised sales" is not equivalent to "lost revenue". Lost revenue is simply poor accounting or "we got less than we did before". The software industry, even if piracy increases, will probably still continue to post revenue gains. So their complaint is "we won't have high enough revenue gains" not "we will have revenue contraction".

      --
      "There are a dozen opinions on a matter until you know the truth. Then there is only one." - CS Lewis (paraprhase)
    4. Re:Crazy predictions by Rakshasa+Taisab · · Score: 1

      The day RIAA, MPAA and BSA report loses to piracy exceeding global BNP can't be that far ahead...

      It's according to wikipedia now at $44.000 billion and they estimate $200 billion will be lost to software piracy...

      --
      - These characters were randomly selected.
    5. Re:Crazy predictions by alexhs · · Score: 1

      You need to look to the numbers the other way.

      Legal software market is currently $66 billion
      In five years they expect it to be $100 billion.

      Quite reasonnable growth, probably taking inflation into account.

      Now about piracy... How can you think those aren't made-up numbers ? ;)

      --
      I have discovered a truly marvelous proof of killer sig, which this margin is too narrow to contain.
    6. Re:Crazy predictions by stlhawkeye · · Score: 1
      says that they're expecting it to be worth about $300 billion in just five years. Are they really suggesting that the worldwide market is going to triple that quickly?

      I agree, it's a pretty optimistic claim but not without merit. It seems to us, in industrialized nations, that software markets wouldn't grow so quickly. But do you think the software market in the United States tripled between, say, 1983 and 1988? What about between 1994 and 1999?

      In 1980 there were 724,000 personal computers in service. By 1980 there were 7 million. That's tenfold growth in 5 years. By 1990 there were 20 million. Threefold growth. By 1995 there were 50 million. 250% growth. By 2000 there were 138 million. Again, about 250% growth. And in 2005, we're pushing 200 million.

      That's hardware. The demand for software probably is increasing more rapidly because your typical computer contains more and more software. How many applications were running on those 750,000 machines in 1980? How many do you run on a current machine?

      The numbers seem outrageous but if you look at the trend, it's not impossible or even unlikely.

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    7. Re:Crazy predictions by stretch0611 · · Score: 4, Insightful

      "We failed to meet our sales quota. It must be because of piracy" --- Quote by chicken little who was interviewed for this story.

      Seriously, businesses think piracy is to blame for soft product sales, they fail to think of free and cheaper alternatives, lack of interest, or people that are fed up with their buggy crap that they pass off as software.

      And then there is Micro$oft. In the US, almost every PC comes with their software. I doubt anyone other than a geek knows how to get a computer without the latest edition of WinBloat.

      Microsoft has had so little piracy due to its exclusive deals with hardware vendors that it had to invent new methods of piracy. M$ has said that if you donate your old hardware to a school that you can't donate your software. Then M$ audits the schools for compliance. ($40 billion in cash and they still want to rape the educational system)

      --
      Looking for a job?
      Want your resume written professionally?
      DON'T USE TUNAREZ!!!
    8. Re:Crazy predictions by megarich · · Score: 1
      While piracy is a problem, you know the numbers will be skewed to make it look worse than what it is. I mean what sounds better "in an estimated 5 years, 1 in 50 software will be pirated copies" or "2/3 will be pirated"?

      And I'm going to complicate manners more about the "value lost" by factoring in that equation how many people wouldn't of bought the software in the first place. Lets say someone pirates and use the $500 + Adobe Photoshop. Lets also say this person can't afford that price to begin with and never would of bought it anyways had he/she needed to pay for it.

      Or another example someone may of considered buying a software but instead of wasting all that money for something may not like, they got a pirated copy, tested it out, decided it was junk and never bought it.

      There's just too many variables involved to ever really get an accurate figre....

    9. Re:Crazy predictions by Anonymous Coward · · Score: 0

      Software cannot be a service until it no longer has disclaimers that remove all the legal responsibilities.

      As it is right now, a piece of software doesn't have to do anything at all and has no legal libilities if you read the license.

    10. Re:Crazy predictions by rnturn · · Score: 1

      ``Is it just me, or do the numbers not add up?''

      No. It's not just you. I was puzzled about the chart that I saw showing that certain areas had a lower piracy rate from one year to the next but a larger dollar figure for the losses. I guess that means that the folks in those areas aren't bothering to steal copies of Windows any more but have moved on to using stolen copies of more expensive software like Oracle, SAP, JDEdwards, etc. Either that or the BSA uses similar formulas as the RIAA and MPAA to come up with the amount of their members' "losses".

      --
      CUR ALLOC 20195.....5804M
    11. Re:Crazy predictions by Anonymous Coward · · Score: 0

      An increase from $67M to $100M (obvious arithmetic omitted) in *licensed* software is merely 50% over five years. Far more modest. On the other hand, when you use the new math, *illegal* SW sextuples! Now I know the growth area to invest my $$, illegal software.

    12. Re:Crazy predictions by danila · · Score: 1

      You should read between the lines. China will grow somewhat economically in the next five years. So it would make sense to claim that instead of not selling 5 dollars worth of software per capita BSA will be not selling 50 dollars worth of software per capita. By multiplying the amount of software not sold by population BSA arrives at the estimated losses from piracy.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    13. Re:Crazy predictions by Aidtopia · · Score: 1

      Is it just me, or do the numbers not add up? On the one hand, this:

      Currently, about one-third of software used is illegally made copies. ... Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004.

      seems to suggest that the worldwide market is about $100 billion ... per year.

      You're assuming equal distributions of revenue and copyright infringement. The article pointed out that piracy rates vary dramatically in different parts of the world. It's also likely that software prices vary by market. Thus a pirated copy in one market may be have been valued differently than one in another. I don't think we have the data here to conclude that the market is $100 billion.

      In fact, a little web searching yields a variety of values. One estimate I saw was $230 billion back in 2003.

    14. Re:Crazy predictions by rawb · · Score: 2, Interesting

      It's like living in a world where food costs $50 per meal, and then when people begin to grow their own food in their own gardens, the revenue lost to farmers is extraordinary!

      Of course, if food didn't cost that much, maybe poor people would be able to afford paying for it instead of sitting on our streets begging for money.

      If you sell 5 handbags at $5,000 a piece, you make $25k revenue and pay very little for expenses. If you sell 5000 handbags at $5 a piece, you do a lot of work and notice less profit (more materials, more labor cost, same revenue, less profit). Of course, this leaves plenty of people without handbags, which doesn't matter for handbags, but the market works the same way for other products.

      How do we have people starving in our country, while our government gives our farming industry subsidies to stay alive, and STILL manage to destroy surplus food?? Not that this has anything to do with the topic of course.

    15. Re:Crazy predictions by Tenebrious1 · · Score: 2, Funny

      says that they're expecting it to be worth about $300 billion in just five years. Are they really suggesting that the worldwide market is going to triple that quickly?

      Wow, looks like it's a good time to become a sofware pirate! Profits for software pirates will triple this year! Better quit my network enginer job and get in while the gettin's good!

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
    16. Re:Crazy predictions by Crim-Prof · · Score: 2, Interesting

      It is the same thing we do in copyright-infringement research (e.g. movie/music piracy, though I refuse to title my articles as such). Most of the research that is done by the BSA, American Life Project, and even the MPAA uses a prediction model that takes year Y, applies the growth prediction, and then evaluates the difference in year X.

      The sad fact is that the difference in Year X becomes written off as piracy or copyright-infringement and not the less obvious issues of inflation and less consumer confidence. At a recent ACJS conference I pointed out a severe flaw in a colleagues research that noted that the increase in movie-piracy (hate the term) is a direct result of the increase in Broadband connections. The results of my research shows that yes a broadband connection facilitates the behavior. However, the behavior has to be reinforced and first introduced. In all the research I have done on the subject, less then 11% of subject reported that they purchased a broadband connection to commit copyright infringement.

      An interesting fact for those that reported this was that 75% did so because of friends but about 15% did so because of the actual commercial that showed individuals downloading music and video. My current research project is looking at how commercial products and advertisements facilitate in a person engaging in copyright-infringement.

    17. Re:Crazy predictions by chosechu · · Score: 2, Interesting

      This whole "study" is bullshit. The figures are made up from wind. To give an example: you might be interested in knowing that open-source software is counted as pirated (since it was not purchased). A more complete analysis can be found on: http://chosechu.blogspot.com/

    18. Re:Crazy predictions by Ansonmont · · Score: 1

      Buy a Mac. Not cheaper, but it doesn't come with Windoze and lots of non-geeks know about it. BTW this is written on a Compaq.
      -A

    19. Re:Crazy predictions by Anonymous Coward · · Score: 0

      I live in Uruguay, have a $ 200 computer, and there is no way in hell I can afford even one game per month (and my hardware doesn't support the newer ones anyway), so I peruse "abandonware" forums and copy old cd's.

      I did pay for my OS but I'm a member of the 0.01% of the population that did so.

      Saying I cost the software industry $ 500 in lost sales per month is unrealistic, but that's probably the retail value of those games.

    20. Re:Crazy predictions by stretch0611 · · Score: 1
      Buy a Mac. Not cheaper, but it doesn't come with Windoze and lots of non-geeks know about it.

      I agree, buying a Mac is another option; but you are still paying for an OS when you get a Mac. Using Macs and/or Linux will not increase M$'s sales, but neither contribute to piracy.

      --
      Looking for a job?
      Want your resume written professionally?
      DON'T USE TUNAREZ!!!
    21. Re:Crazy predictions by decepty · · Score: 1
      I doubt anyone other than a geek knows how to get a computer without the latest edition of WinBloat.

      So by that logic, all Mac users are geeks?

      --
      Be careful! Bears shouldn't consume large furry dogs.
    22. Re:Crazy predictions by Anonymous Coward · · Score: 0

      Sure they can, in Zimbabwe dollars. Hurray for hyperinflation!

    23. Re:Crazy predictions by Fulcrum+of+Evil · · Score: 1

      You're right, of course. Only one person should pay for the accounting software used to run things like Zimbabwe's banks or police departments - perhaps you, or maybe me.

      Your sarcasm is just a bit thick - acting like the simple fact that our software is overpriced relative to the earning power of your average Zimbabwean. Do you really think that nobody in Africa (or China/India) can write something as dry as business accounting software? Maybe they'll run gnucash.

      If they choose to do it by pirating something, then it's reasonable to focus on that and say it out loud. If, though, there's enough promise in Zimbabwe to attract serious investment, and there's the expectation that rule of law and a stable society will support such... then $100 for the software on the desktop of every employee in the company being invested in is trivial.

      What do you hope to accomplish? Bitching about piracy won't get them to buy American. why would they? Also, investors probably won't be happy to find that their company just spent a pile of money on something like peachtree. That's likely to be a big portion of their budget, and costs like that may make them uncompetitive locally.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    24. Re:Crazy predictions by ScentCone · · Score: 1

      What do you hope to accomplish? Bitching about piracy won't get them to buy American. why would they?

      Umm... for the same reasons that it's so widely pirated? When you buy something like a big ticket accounting system from MS or SAP, you're buying a lot more than the CDs it ships on. You're connecting, contractually, to a serious bunch of people who support your implementation of the system, and who are there to help you run payroll on a Friday afternoon when your UPS fails and you torpedo a database table.

      My point is, industry in Zimbabwe that wants the stuff that involves support from very expensive people have to pay for that value. If they don't have the scratch, then it's reasonable to expect them to do the same thing that everyone else has done - grow their expectations at the same pace as their buying power. That, or convince an investor that there's enough long-term promise in whatever they're pursuing to get all the infrastructure they need right away. Or, if a bunch of F/OSS types really have produced something of the caliber that it costs people like the Solomon developers (or Great Plains, or Axapta, or Oracle Financials, or SAP, etc) millions of dollars to produce - great! But I deal with small businesses every day here in the US, and they sure haven't found anything to replace the commercial products. So, Zimbabwe can: 1) continue to pirate and run the risks, 2) come up with the same money as a country that many businesses come up with - through investment, or 3) sweet talk people into giving them what they need.

      I was only being sarcastic because I was responding to some nonsense. But I stand by the rest of my points on this.

      --
      Don't disappoint your bird dog. Go to the range.
    25. Re:Crazy predictions by Fulcrum+of+Evil · · Score: 1

      So, Zimbabwe can: 1) continue to pirate and run the risks, 2) come up with the same money as a country that many businesses come up with - through investment, or 3) sweet talk people into giving them what they need.

      I expect them (or someone else in the same situation) to 4) grow their own business software industry once the need is there. They would pay less, the company would be local (better for the GDP), and the company would likely be more acquainted with their clients' needs.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  8. Percentages? by flood6 · · Score: 4, Insightful
    Those with the lowest piracy rates were the United States, New Zealand, Austria, Sweden and the United Kingdom.

    I'm guessing that's a percentage. I wonder what the actual number of pirated software users are for those countries compared to the ones mentioned as having the highest rates. I'd bet the US andother developed countries still have higher numbers.

    1. Re:Percentages? by Anonymous Coward · · Score: 0

      or maybe they compare the entire populations, maybe just the fraction that owns a pc, maybe wintel only (does the BSA care if you pirate mac software, does the BSA pretend to be non-partisan?) They'll probably use a mixture of statistics and a reference to chewbacca.

    2. Re:Percentages? by DigitalCrackPipe · · Score: 1

      Actually, I don't think so. Developing countries have much higher piracy percentages (because they can't afford a year's wages for a single piece of software). However, recall that places like Korea are going crazy with broadband access for nearly everyone. This explosion of internet users will overrun the number of US/developed country internet users soon, if they haven't already. The US has something like 20% of the population of China, right?

      So something to conclude from this report is that the US/UK/etc are not the real hubs of the piracy problem and they should stop screaming about the end of the world and trying to pass inappropriate anti-piracy laws in developed countries.

    3. Re:Percentages? by Anonymous Coward · · Score: 0

      China has more people and only about 5% of their software sales are legit. I would guess they still would have higher numbers.

  9. I'm shocked. by jocknerd · · Score: 5, Insightful

    Would we ever expect an organization who profits from piracy to proclaim that the rate of piracy might be decreasing?

    1. Re:I'm shocked. by Aidtopia · · Score: 1
      Would we ever expect an organization who profits from piracy to proclaim that the rate of piracy might be decreasing?

      They have. They say 33% for 2004, but the president of the BSA testified before Congress that the rate was 42% in 2003. That's impressive.

      Also, technically, the BSA doesn't "profit" (in a financial sense) from piracy. It's a non-profit organization.

  10. Software not available there? by Anonymous Coward · · Score: 1, Interesting

    "Vietnam, Ukraine, China, Zimbabwe and Indonesia"

    How much of the software they can claim is pirated there is actually available there?

    1. Re:Software not available there? by ProfaneBaby · · Score: 1

      The question isn't 'available', it's 'available at a price that any middle class citizen would be able to afford'.

      The answer is 'next to zero'.

      The solution isn't to pirate what you cannot afford, despite what some would say, but to find alternatives. If these alternatives are Open Source, fine. If these alternatives are cheaper licenses valid only in certain areas, so be it. The bottom line is that $199 for an operating system is EXPENSIVE, and your average user in Zimbabwe needs something a little cheaper.

      Faced with (90% piracy @ expensive licnese) or (10% piracy @ cheaper licenses), some economist should be able to work out a reasonable cost that let's everyone 'win'.

      --
      Video Phone Blogs send video messages straight to the web.
  11. I do not condone piracy but... by a_greer2005 · · Score: 3, Insightful

    ...These numbers assume that if people didnt pirate, they would buy, while that is true for some, the vast majority would simply do without, because if they had the money to buy the software they probably would have.

    1. Re:I do not condone piracy but... by Lally+Singh · · Score: 4, Insightful

      Remember that the most pirated products are also at monopoly pricing levels. How many really would buy?

      --
      Care about electronic freedom? Consider donating to the EFF!
    2. Re:I do not condone piracy but... by Bullfish · · Score: 3, Interesting

      This is a common theme for music and film dowloads, but in software, not as likely I would think. I know of many who have ms office at home for example, but they only have it because they got it from someone.

      They never use it, and most of these people don't know how to begin to use Access for example. The chances that these people would actually buy such programs are remote.

    3. Re:I do not condone piracy but... by Anonymous Coward · · Score: 2, Insightful

      That argument holds no water in the software industry. Sure, a bunch of college students and kids will have software they never would've purchased. They are insignificant on the grand scale of things.

      The people they refer to are companies that are fully developer, profitable and still running off illegal copies of software. I can understand the need to pirate in the beginning since the cost can be quite huge but once you break even it's time to license your shit.

    4. Re:I do not condone piracy but... by SacredNaCl · · Score: 1

      That argument holds no water in the software industry. Sure, a bunch of college students and kids will have software they never would've purchased. They are insignificant on the grand scale of things.

      I disagree, they are not insignificant at all. The mere fact they have your software, and have used your software means that when a problem comes up that your software can possibly solve it will be the first thing on the table that they suggest. The process may take a few years for the 16 year old with a CAD program, or the college student with a database program, or the art student with photoshop - but in the end, them being familiar with your software will probably lead to it being used in the business setting later. Most of those copies will be paid for.

      Also not insignificant is the number of copies that are downloaded just so people can learn to use your software. It's hard to get a job that requires you to be familiar with 18+ software packages that each retail for $599+ when you don't have that kind of cash laying around. The company doesn't want to train you, they want you to already know that.

      Outside of games, I have a feeling that most of the piracy going on is of this type. Yes, there are businesses that run entirely on pirated software, but would you risk that when only one employee with a grudge can bring down a load of massive fines on you?

      --
      Freedom is merely privilege extended unless enjoyed by one and all.
    5. Re:I do not condone piracy but... by zippthorne · · Score: 0, Troll

      Only ignorant college students pirate software. My university library has apparantly purchased some kind of site license which allows students to install software (as long as they don't copy the library's disk) According to the librarians (and the legal notice on the list-o-programs), there is no requirement that the software be deleted upon returning the disk to the library, which is good for students because the offering includes a version of windows XP and Office XP, which they would obviously need for not less than an entire semester. Mine is one of the smaller colleges, so i can't imagine that other universities aren't doing the same thing.

      --
      Can you be Even More Awesome?!
    6. Re:I do not condone piracy but... by Anonymous Coward · · Score: 0

      There's an established economic principle at work here. For people pirating, the inequality is something like:

      [Cost of legit copy (big)
      +
      cost of effort expended to get legit copy (small)
      -
      benefits of legit copy]
      >
      [Cost of illegitimate copy (small)
      +
      cost of effort expended to get legit copy (bigger, but not by much)
      +
      expected cost of getting caught with illegit copy (very small)
      -
      benefits of illegit copy]

      You can look at all of the BSA's (and, in fact, most commercial IP holders) actions in the light of trying to tilt more people towards making this inequality false by manipulating either a variable directly, or the relationship between variables. For example, the fines exacted from those caught with illegitimate IP recently have made the headlines, and that increases the *perceived* expected cost of getting caught. Bear in mind that all the costs and benefits here are perceived costs, and almost all of them are very difficult to put precise numbers on.

      Note, however, that there is one variable here that is defined quite precisely, and it's also the one that the producers seem least willing to manipulate. That is the cost of the legitimate copy. The lesson here is, I think, rather simple: Producers, lower thy prices, and there shall be less piracy. Here endeth the lesson.

    7. Re:I do not condone piracy but... by Anonymous Coward · · Score: 0

      What in the world do you mean by "monopoly pricing levels?" I assume you're talking about products like Photoshop. I'd hardly say Adobe is a monoopoly . They have one product that just happens to be better than any other product out there. They can and should charge whatever they want.

      That said, I agree that not many individuals would actually purchase it at such a high price.

    8. Re:I do not condone piracy but... by denidoom · · Score: 1

      I disagree. Corel makes a wonderful graphics suite which I would say is comparable to Photoshop and costs much cheaper. However, finding employment in a US company that uses Corel is very difficult. You *have* to have Photoshop on your resume and toolkit to become gainfully employed. And I don't know why it's ok to be a poor starving artist in the traditional paint and canvas kind of way, but when it comes to anything digital we're expected to be made of money.

      --
      Lane Myer: I have great fear of tools. I once made a birdhouse in woodshop and the fair housing committee condemned it.
    9. Re:I do not condone piracy but... by Anonymous Coward · · Score: 0

      Have you ever actually bought art supplies? Paints, canvas, and whatever tools are VERY expensive. If you want good materials, you're still expected to be made of money.

    10. Re:I do not condone piracy but... by denidoom · · Score: 1

      But you can still work with cheaper materials and no one asks when you show you art, oh did you use X brand gouche?

      --
      Lane Myer: I have great fear of tools. I once made a birdhouse in woodshop and the fair housing committee condemned it.
    11. Re:I do not condone piracy but... by Bullfish · · Score: 1

      I doubt that, especially with large corporations that have a lot to lose by being caught. Purchases of such software are usually a write-off against taxes as a business expense. Are some doing it? I wouldn't doubt it, but probably not in significant numbers. A few countries may turn a blind eye, but not many. Even the Chinese have a vested interest in at least appearing responsible in areas of trade which is why I suspect, they have put so much effort into Open Office.

    12. Re:I do not condone piracy but... by Anonymous Coward · · Score: 0

      I don't condone piracy either, but remember, most software owners and operators don't even own sea-going vessels, so they're VERY unlikely to experience piracy at all.

    13. Re:I do not condone piracy but... by kisielk · · Score: 1

      Exactly. I also know many people who just download the latest and greatest versions of a huge variety of software, often some very expensive suites (such as Maya) simply to be able to say they have a copy. They don't use it, maybe on occasion they'll burn a copy for a friend. Somehow I doubt they'd all be shelling out $20k a year for new version of Maya if they didn't download it.

  12. Estimated by sandman935 · · Score: 4, Interesting

    I'm more than a little tired of hearing how much the recording and software industries THINK they're losing. They don't know.

    --

    Defecation occurs.
    1. Re:Estimated by JustNiz · · Score: 2, Interesting

      It makes you wonder how the same companies that claim they are losing billions through piracy happen to be announcing record profits this year too.

    2. Re:Estimated by jjr1 · · Score: 1

      In other news, Altria scientists have discovered that tobacco and not calcium has been responsible for strong bones all along!

      --
      Best Trivia answer ever... Name the largest aquatic man eater... Contestant: Tsunami
    3. Re:Estimated by stlhawkeye · · Score: 5, Insightful
      I'm more than a little tired of hearing how much the recording and software industries THINK they're losing. They don't know.

      It's critical for them (and us) to understand the difference between these two concepts:

      1. What is the total value of pirated material?

      2. How much revenue are the copyright holders losing because of piracy?

      I think we all understand why the first number is much larger than the second. I pirate stuff that I never intended to buy. If I couldn't get it free, I wouldn't have it, period. This means that my stolen software is tallied in Figure #1, but not Figure #2. My pirated copy didn't cost them anything, they were never getting my dollar.

      The question of how much money they're losing is impossible to answer. The question of the total value of all illegally pirated materials isn't that difficult to estimate, and probably estimate accurately.

      The fallacy of the BSA and other IP rights lobbyists/enforcers is in assuming that Figure #1 == Figure #2. When they say, "Internet piracy cost us $30 million last year", they're lying and they know it. What they mean is that the total value of pirated materials that belonged to them was $30 million. This number is unquestionably much more significant than the net affect of piracy on their sales. Don't get me wrong, I have no doubt that, when all the dust clears, they're losing more money off illegal pirating than they're generating from people who only bought the stuff because they sampled it first.

      Really, there's two major sins of ignorance being committed on both sides of this issue. One is being done out of a deliberate attempt to deceive and the other is just wishful thinking.

      The first sin I just explained - reporting value of pirated material as being the same as net loss in sales. This is an utter lie for two reasons. First, not all piraters were necessarily going to be purchasers under other circumstances, and there's a small but measurable crowd of people who were not purchasers, but because purchasers because they were piraters.

      The second fallacy is committed en masse on Slashdot, and is repeated ad nauseum whenever this comes up. And it is this: "I've bought (insert dollar amount here) worth of CDs this year specifically because I could sample it first. And all my friends are the same way. And all of their friends. Since everybody I know is like this, I assume everybody else in the world is like this, and thus, these companies are profiting by the peer to peer networks." At best this is wishful utopian thinking, and at worst it smacks of downright stupidity. The largest pirating demographics are kids and college students. We who buy after pirating are the exception, not the rule, and yes, there are plenty of studies conducted by independent surveyors that demonstrate this.

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    4. Re:Estimated by sandman935 · · Score: 1

      I think there's one more group. Those that get a pirated copy of some software, decide that it's crap and then delete it. I imagine the industry considers this to be a loss in profit as well.

      --

      Defecation occurs.
    5. Re:Estimated by Tharald · · Score: 1

      Good post. Though I do think you are underestimating the importance that piracy has on purchases, and more importantly on market position.

      I have lots of licenses for expensive programs, because I use them in my business. I would not have half of them if I did not learn them on pirated versions. You acknowledge as much, but claim we overestimate the effect. I disagree, I think the effect of this is huge, and more than offset the losses from piracy. Of course this it hard to quantitize, so I cant prove it, just state my opinion.

      But much more important is the effect of piracy on market position. I can guarantee you that if the respective companies managed to totally block piracy (which they dont want to), MS office and Photoshop would be lower in marketshare than OOo and Gimp in less than two years. Yes, some claim the free sw doesnt stack up on features/quality, but for most consumers they just need something that works, they are not gonna pay $3-500 for this sw. I have lots of friends that dont care about computers, they buy a cheap computer to get on the internet and pirate PS and MS office. They use the market leaders because they are free.

      The cost for MS / Adobe for losing the market leader position would cost them the ability to charge monopoly-style pricing. It would lead to at least these two companies earning way less. Of course it would also lead to cheaper sw overall, and it would be good for society.

    6. Re:Estimated by stlhawkeye · · Score: 1
      I have lots of licenses for expensive programs, because I use them in my business. I would not have half of them if I did not learn them on pirated versions. You acknowledge as much, but claim we overestimate the effect. I disagree, I think the effect of this is huge, and more than offset the losses from piracy. Of course this it hard to quantitize, so I cant prove it, just state my opinion.

      This could be the case for software. There's a world of difference between the software and music markets.

      Am I going to shell out $1200 for a software suite necessary for my business without sampling it first? No. And frankly, pirating suites like this just usually isn't necessary because companies with such business models usually have a demo version or "student" version.

      If I want to actually publish or produce something for sale using that software, I know I have to buy a copy or land myself in trouble.

      That's much, much, MUCH different from a 15 year old downloading a CD. My point is that we (as in, those of us who are out of school and in the real world) may have a tendancy to sample-and-buy or sample-and-discard. But we are not a good representative slice of the pirating population.

      The software business may have significant losses offset by try-and-buy people but I really don't think the music industry does. And again, this all boils down to a Slashdot user giving an anecdotal example of himself or his friends and then extrapolating it to the entire industry.

      That's like somebody saying, "Well I voted for Bush in 2000 and so did all my friends, so why is this Florida thing such a big deal? Everybody I know voted for the guy." You just can't take your own behavior or even the behavior of a community like Slashdot and apply it to a larger population. We simply are not a fair cross-section of American society, and even if 99% of Slashdot posters try-and-buy or try-and-discard, that can't even begin to suggest that 99% of consumers in America or worldwide do this.

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
  13. Consider the source by Anonymous Coward · · Score: 0

    They have every reason to bias their estimates. And the $33B number undoubtedly uses the incorrect assumption that everyone who pirates a piece of software would have paid [full price] for it. There is plenty of software I would happily take a copy of, but would not be willing to pay retail for. Photoshop for example.

  14. Actually by TheConfusedOne · · Score: 4, Funny

    The porn industry gets larger and larger and then suddenly contracts, gets bored, and probably nips off for a quick nap.

    --
    --- I wish I could hear the soundtrack to my life. That way I'd know when to duck.
    1. Re:Actually by Anonymous Coward · · Score: 0
      ++JOLT++

      There I was reading along with you nicely until I got to the final word, 'nap'.

      Shurely shum mishtake? We're talking bout the porn industry not the dorm industry.

      BUT D'@H no you had it all along. hats off to you. Think i better post AC...

  15. Yet another thing the US is trailing in. by Darkmoor · · Score: 5, Funny

    Damnit people! We have to TRY HARDER! C'mon we can't let countries like China and Vietnam beat us at everything!

    1. Re:Yet another thing the US is trailing in. by Ecko7889 · · Score: 1, Funny

      They took our jobs, know we have plenty of free time to pirate the world!

      --
      $sig$
    2. Re:Yet another thing the US is trailing in. by Anonymous Coward · · Score: 1, Interesting

      Well, China and Vietnam are not produceing any software, right?

    3. Re:Yet another thing the US is trailing in. by Anonymous Coward · · Score: 0

      Sure they are! Where do you think all those cheap software titles in the flea markets come from?

  16. Irony!! by E+IS+mC(Square) · · Score: 0

    And Ballmer is talking about Google disappering!

    Living in a glasshouse, and throwing stones at your neighbor?

  17. Sucks that... by Anonymous Coward · · Score: 0

    The countries where piracy is the lowest will pay the price for the countries that piracy is out of control.

    Not just software, but movies, music, etc.

  18. Budget Budget Budget by PenguinBoyDave · · Score: 2, Interesting

    It is quite simple...people are tired of getting screwed for rediculously high prices for inferrior software. This is where I see Linux and Open Source being key. If we can convince people that rather than running the risk of getting caught, why not switch to a software package that will do what you want, and not put you at risk for licensing fines, etc.

    --
    I'm not a troll, but I play one on Slashdot.
    1. Re:Budget Budget Budget by nomadic · · Score: 1

      Most of the software I buy is games. There are open source and free software alternatives to commercial games but they tend to suck.

    2. Re:Budget Budget Budget by kz45 · · Score: 1

      This is where I see Linux and Open Source being key. If we can convince people that rather than running the risk of getting caught, why not switch to a software package that will do what you want, and not put you at risk for licensing fines, etc

      or maybe people should just buy the software? If someone is an individual and they are not sharing their software, the likelihood of getting caught is almost none.

      many open source products won't do what people want.

  19. In other news by amcdiarmid · · Score: 1

    With the continued spread of high speed internet, Linux and other FOSS products will have higher rates of adoption. Microsoft and the BSA will complain about the anti-competative behavior of such products & demand compensatin for missing revenue.

    1. Re:In other news by Anonymous Coward · · Score: 1, Funny

      What?!? That is like saying with increased icecream sales over the summer months we will see a rise in crime. THE TWO DO NOT RELATE!

    2. Re:In other news by amcdiarmid · · Score: 1

      Exactly. We are talking about Microsoft here;)

  20. Money not made is not money lost. by Anonymous Coward · · Score: 0

    At what point does the cost of attempting to prevent piracy outweight the potential money not made from piracy?

    If I download something without paying for it, It's something that I would NEVER pay for anyways. It's either free or nothing. That company will not get my money for that product. How is that a LOSS to them? They aren't gettign my money either way. I think the majority of illigal downloaders feel the same way. They don't do it to save money, it's to get something you would otherwise never pay for at all.

    If I really like the CD or Software, I BUY it. Otherwise its a quick download to check it out, or use it once or twice.

    1. Re:Money not made is not money lost. by DJCacophony · · Score: 1

      At what point does the cost of attempting to prevent piracy outweight the potential money not made from piracy?
      Why would companies spend money on copy protection, when they can just throw together more obscure methods of displaying the content, and make it inaccessible (incompatible) to anything they don't want it accessible to?

      If I download something without paying for it, It's something that I would NEVER pay for anyways. It's either free or nothing. That company will not get my money for that product. How is that a LOSS to them? They aren't gettign my money either way. I think the majority of illigal downloaders feel the same way. They don't do it to save money, it's to get something you would otherwise never pay for at all. Of course it's a loss, we have no way of believing that you would not have bought it anyways. For all we know, if piracy stopped altogether, you just might buy it. But that's beside the point. You're saying that stealing something is ok, as long as you wouldn't have bought it anyways. Stealing is never okay, despite your incessant attempts to justify it. You're not fooling anybody, much less yourself.

      If I really like the CD or Software, I BUY it. Otherwise its a quick download to check it out, or use it once or twice. That's why the software companies have (and I stress) FULLY FUNCTIONAL trials for you to use. Adobe's trial of photoshop lasts for an entire month, plenty of time for you to "try it out".

      Your argument is alltogether a hodgepodge of pretty much every excuse i've ever heard for stealing software, or anything else. In fact, while you're at it, why don't you take a crack at the companies themselves, and blame them for your blatant theft, because they charge too much or something. You act like you're morally obligated to steal software from legitimate companies.

      --
      Slow Down, Cowboy! It's been 60 minutes since you last successfully posted a comment.
    2. Re:Money not made is not money lost. by ThosLives · · Score: 1
      I would agree with you that "stealing is never ok", except to agree with this you have to have a useful definition of "to steal."

      Most definitions of stealing are centered around the concept of scarce resources and property. This means that stealing, applied to information, is a little complex because information is not scarce (in the economic sense). If I have a computer mouse, it's a scarce resource - (generally speaking) only one person can use it at a time. Information, on the other hand, is not scarce: if I know that one plus one is two, that doesn't prevent you from knowing one plus one is two. Computer software, recorded music, etc. is just information, and use of that information does not prevent others from using it. (Note that this is different from a CD - only one person can 'use' a CD at a time. It's a little tricky to see the difference between the CD and the music on it, but the difference is important! While many people can listen to the music (the information) at once, if I'm playing a CD in my player, someone else cannot use that same CD 100 miles away.)

      So, if information isn't scarce, can information be owned? We know that there are laws that say information can be owned, but is this just an artificial construct? Would society be better off if "ownership" of information could not be protected? Note that this would be different from owning a physical record of information: that could (and probably should) be protected.

      Of course, the laws are currently in place that give "information" proection, so they should be honored. I would posit, however, that those laws should be challenged.

      --
      "There are a dozen opinions on a matter until you know the truth. Then there is only one." - CS Lewis (paraprhase)
    3. Re:Money not made is not money lost. by irieken · · Score: 1

      I believe that the arguement isn't that the information is being stolen, but that its author's time, effort, and original thinking is being stolen.

    4. Re:Money not made is not money lost. by ThosLives · · Score: 1
      Hrm - perhaps, but those are things that cannot be "stolen" either - they can be consumed, and they can be exploited, but I don't know if they can be "stolen". (I hope you - nor the rest of the slashdot crowd - do not mind too much of a philosophical discussion).

      As far as how people taking [code] I wrote and using it without paying me is "stealing" my time, I'm not sure how to define that. I can see it as "taking advantage of me" or something of that nature, but I don't know about stealing. Of course, I think taking advantage of people is a different entity than stealing, but I will agree that, like real property protection, there should be some protection to prevent people taking advantage of others.

      So, in a situation where a musician, say, makes music and performs at places and gets paid enough to make a living, but some number of people "steal" music by downloading it, is that taking advantage of the musician? It's a sticky area to be sure, and mostly it revolves around odd concepts like the right (or lack thereof) to survival.

      Anyway, to summarise: I think I agree with you that there are some things about providing services like coding and performing music that should be protected, but I don't think that the actual information is one of those things.

      --
      "There are a dozen opinions on a matter until you know the truth. Then there is only one." - CS Lewis (paraprhase)
    5. Re:Money not made is not money lost. by IdleByte · · Score: 1

      About buying software, he has a point, software not bought, is NOT lost revenue. ALOT of people who download software, don't have the money to buy the software in the first place. So they are being told "You are poor, you can't use our software." We all now how that goes...FU

      Then, if I download software for free, their is a good chance I will tell someone with money about the software, countless people have bought photoshop because I showed it to them one day. Otherwise they would of used paint brush, or psp, or something else. So screw adobe if they don't value my software recommendations to other people, they have made money off of ME, where is my consultant FEE???

      About photoshop... If i use photoshop once a month for a year, does that constitute paying hundreds of dollars for it? Hell No! As for the OS, we use it EVERYDAY, however... Without the OS, the hardware we just paid for, is useless. So why buy the hardware, then BUY the os to run it... If i just paid $800 to build a new computer, like hell if i'm paying $200 more just to make it work....

      I would use linux, if the monopolies were not preventing developers from making software work on all platforms!

      Yes, I do believe software vendors should be compensated for their work, but until i feel they are being fair (by being forced to pay excessive amounts AFTER the fact), I will use what I have to use.

      Any further comments??? I love a good flame fest between 'good' and 'evil' ... until people get this black and white picture of everything out of their head, were doomed. NOTHING in the world is as simple as black and white, were ALL shades of gray!!!

  21. Prices by tedrlord · · Score: 4, Insightful

    I thought that computer companies had already taken this into account with their pricing, anyway. The argument I always heard for why Photoshop is $700 was because of all the piracy. So then, of course, that means that more people are going to pirate it.

    How else is Photoshop so popular? If there were no piracy, people would all be using Paint Shop Pro or something, which is 1/5 the price.

    Anyway, as long want software for uses that don't match the price, there's going to be piracy. There's not much we can do about it.

    --
    [insert witty quote here]
    1. Re:Prices by Anonymous Coward · · Score: 3, Insightful

      $700 is a very reasonable price for people who actually NEED Photoshop. There are plenty of cheap/free programs out there (GIMP?) that have more features than most people will ever need.

      If you make your living as a graphic artist $700 once every couple of years is nothing, if you are a musician $700 for Logic is nothing, etc.

      People just like to make exuses that suit there needs, "I would buy it, but it's to expensive." BS, use GIMP then.

    2. Re:Prices by Vellmont · · Score: 4, Interesting


      The argument I always heard for why Photoshop is $700 was because of all the piracy.


      Baloney. Photoshop is $700 because they've got the screws to the design industry and can get away with that price. Photoshop is used by almost everyone doing professional work with digital pictures. The people that use it know how to use it very well and don't want to switch to another tool of unknown quality (and have to re-learn how to do everything).

      It isn't a commodity product needed by low paid secretaries like Word, it's a product of usually well paid professionals, and companies are willing to spend more on those people because it'll wind up saving them more if they get just a few more hours productivity out of them. Furthermore because it's not a commodity product, there's a much smaller market for it than Word/Office. Almost everyone needs an office product, but not many need a super-fancy photo editing program. I get along just fine with Gimp, and have no need at all for Photoshop. Of course I also am not a designer, I just do some occasional photo editing a few random purposes.

      --
      AccountKiller
    3. Re:Prices by realkiwi · · Score: 1

      Make that several months salary and I'm with you. In Shanghai where people can actually buy computers you are on the money. But Shanghai is not all of China.

      --
      realkiwi
    4. Re:Prices by big+ben+bullet · · Score: 2, Insightful

      i agree (partly)

      there is a big difference with adding up the estimated loss from people that try out certain software (granted: they probably keep on trying it out *without ever* paying...) and adding up the estimated loss from people that use illigit copies for commercial purposes (ie they make money using that software)

      so what if joe sixpack uses photoshop for removing the red-eye effect in his family pictures... that doesn't count as a loss, he would never pay 700$ for such a program and instead would use something 'free' if photoshop wasn't pirated

      you won't find many professional designers with a pirated copy... and if there are, they should be fined for sure!

    5. Re:Prices by leaping_laughter · · Score: 1

      Photoshop is $700 because it takes a small army of engineers and QA to produce it. Not everyone needs Photoshop; Paint Shop Pro may work just fine for you. Not everyone needs a humvee (a real one, not the pretentious yuppie wagons you see on the road); but when you _do_ need one, a jeep just won't do.

    6. Re:Prices by Anonymous Coward · · Score: 0
      Photoshop is a program designed for commercial artists. I don't know of, indeed have never heard of, a single professional who uses a pirated copy of Photoshop. (This isn't to say there aren't any, it's just not something that happens very often, and certainly not 1/3 of them.)

      The people who pirate Photoshop are for the most part casual users, students, etc. who wouldn't buy it, or would buy something much cheaper, otherwise. In effect the pirated copy is serving as a free advertisement of Photoshop so that when it comes time to go professional, if they do, that's the one they'll tend to pick.

      I am not trying to justify piracy but am just pointing out what seems obvious to me. I would guess that Photoshop's paid marketshare would be much smaller than it is today if it weren't for piracy.

    7. Re:Prices by kiddailey · · Score: 1


      The problem is that people who NEED Photoshop also usually need a shlew of other software products.

      Our small print/web design firm has at least 10 commercial products all in the $400-$1,000 range that we have to purchase and upgrade for FIVE computers.

      So let's see...

      $700 x 10 = $7,000 * 5 = $35,000

      That's a HUGE chunk of change for a small shop to initially shell out. And assuming upgrades were as low as $200 a pop, that'd still be $10,000 every year, and explains why we are still running older versions of everything.

    8. Re:Prices by nine-times · · Score: 2, Insightful
      $700 is a very reasonable price for people who actually NEED Photoshop...If you make your living as a graphic artist $700 once every couple of years is nothing...

      So, just to state outright what you're obviously implying, "only people making their living as professional graphic artists NEED Photoshop." Now, in what sense do you mean "NEED". Is this in the hunter/gather sense of the word, like you NEED a base level of nutrition to stay alive? No. Do you mean that, only for these people will Photoshop be useful? No. So what do you mean?

      I can only guess that you mean, only people who make enough of their profit from Photoshop work to justify spending $700 on Photoshop NEED Photoshop, and those people don't have a problem spending that much money on Photoshop, so no worries. All the rest of us who could really use some decent tools, TS. Because there aren't any amateurs who could possibly use any of Photoshop's advanced features, right? Like, there aren't tons of people making graphics for personal web pages, and there aren't people trying to learn Photoshop for the sake of one day becoming a Pro graphic designer, nope. I couldn't possibly find Photoshop's new "Vanishing Point" feature useful for removing unwanted portions of my personal photo collection, right? Right?

      Keep in mind that you're talking to someone who learned enough graphic design on a stolen copy of Photoshop while in high school to have had a couple of paying jobs since then. In fact, I've had a total of 3 copies of Photoshop purchased either by me or for me that simply wouldn't have been purchased if I hadn't learned on a stolen copy first. And I've taught a couple others how to use these sorts of tools, probably accounting for at least another purchase or two.

      Now, was it really so bad for Adobe that I had access to an illegal copy at 15, when I would never have been able to afford even $100 to spend on Photoshop? I don't think so. Now that I'm not working professionally, would Adobe be out anything if I found myself an updated (illegal) version of photoshop to play around with? I don't see how. I'm certainly not going to buy a copy when I don't make any money off of it. At least, I'm not going to spend $700 (or even $150) just to play with the features they've added in the latest version when I already own an older copy. And yet "Vanishing Point" seems like it could come in handy for me.

      To sum up, I don't think things are as simple as you make them seem.

    9. Re:Prices by Anonymous Coward · · Score: 0

      Actually, having spoken with many an Adobe rep and been to their headquarters a few times, it really is as simple as he makes them out to be. They don't particularly care about/mind people using pirated copies to learn on and do dinky work on. They do mind businesses using pirated copies on work that makes them money.

    10. Re:Prices by Blakey+Rat · · Score: 1

      Pirating software is pirating software, it's copyright infringement, and it's against the law, no matter how many justifications you come up with. "I wouldn't pay for it anyway" is *not* a legally defensible position, period. If you want to change copyright law, then fight to change copyright law. But breaking the law as it stands is not a good way to effect change-- organizations like the BSA wouldn't exist if piracy weren't criminal.

      And don't give me that "making a political stand" by pirating bullshit. Making a political stand involves *sacrifice.* That's like saying, "I'm making a stand about polluting SUVs by stealing this Escalade and driving it to work every day."

    11. Re:Prices by Anonymous Coward · · Score: 0

      I used to work for a small start-up shop of which will remain nameless.

      For my first year there, 90% of what they used was pirated. Corel, Photoshop, even all of their windows servers.

      As the company grew, and they got more money - they started to buy legit copies of everything

      Within the 3 years of me being there, they went from being mostly a pirate shop, to a 100% legit-shop and totatly anal about liscencing fee's.

      Pirating the software allowed them to get rolling, when the costs of it would of been rather prohibative.

      Yeah, they could of used free/cheap alternatives, but from the get-go they knew what software they wanted to eventually legitly-use, and didnt want to have to go though a migration proccess of X to Y platform.

      I no longer work there, but they are doing quite well, and 100% of the software they use is legit and properly liscenced, but being able to pirate it for the first year or so to get things rolling, let them get some cash flow comming in before spending a bucketload on software.

    12. Re:Prices by tedrlord · · Score: 1

      I used Photoshop as an example because I remember back in the mid-nineties when it was a lot less expensive. When Adobe started raising the price, they said it was because of piracy.

      I was also talking about its popularity, not as a professional design tool, but as general image editing software. Most people I know that are interested in art have photoshop, and none of them make enough money to have purchased it. A lot of them are still students, some are still kids.

      In fact, the whole reason many of those professionals know it well and don't want to switch is because a lot of them pirated it when they were younger. It's practically a benefit, since the pirates are individuals that wouldn't otherwise have been customers, and the more people use it, the more pressure they put on companies to buy that software for their use.

      Personally, I'm not really one for piracy. After getting into Linux and using legitimately free software, it just makes me feel weird to illicitly install software that I'm supposed to be paying for. Of course, I also feel weird about paying for it, except for games, so that's about the only thing I use Windows for.

      --
      [insert witty quote here]
    13. Re:Prices by Pofy · · Score: 1

      >I'm making a stand about polluting SUVs by
      >stealing this Escalade and driving it to work
      >every day.

      And how would that affect the pollution if you as oposed to someone else drives it? How do you make any stand in regard to pollution?

    14. Re:Prices by big+ben+bullet · · Score: 1

      i didn't want to make any political stand

      i didn't even say that i thought pirating was good

      i just said that if joe sixpack would have to pay for photoshop, he wouldn't use it... so that does not count as a loss to the industry

      that doesn't mean it's justified, just that the figures shown where blown totally out of perspective

    15. Re:Prices by tokul · · Score: 1
      The argument I always heard for why Photoshop is $700 was because of all the piracy.
      Does it cost 800 USD in Europe because Europeans pirate software more than Americans?
  22. Piracy will never be removed by Ecko7889 · · Score: 3, Interesting

    There will always be "piracy". It's just how we think of things. Our world is so cought up on what's mine and what's his, when it coems down to it. We are all dead. Give it a few hundred years, and your life won't mean anything. How much you bitched about piracy will be nonexisitant and the only people that will survive are the ones that: a) Get off this planet and learn to survive in space. b) Ones who steal Bill Gates money and refer to a). Our world is so selfish, we take so long deciding who's what's, that we slow progress down, and actually think we are civilized enough to legislate progress I love my pesimistic views at the moment.

    --
    $sig$
    1. Re:Piracy will never be removed by jotok · · Score: 1

      I think you're correct about the overblown value of material things, but also consider that material things must have some value for some short period of time, right? As short-lived as these values are on a geologic time scale, they are still the primary motivator for progress. Don't be so pessimistic! :)

  23. "while United States" by mindaktiviti · · Score: 4, Interesting

    I think the United States is much lower probably because of companies like Dell. If everyone would put their computer together nobody would want to spend an extra $200 for an OS where that money could go for a new video card. I wonder how much smaller MS' revenue would be if the norm for purchasing computers would be through parts (just theoretical, I know that wouldn't happen because it'd be too much fo a hassle for joe sixpack).

    Also, I know of one great way to battle piracy. :) Use Open Source! :D

    1. Re:"while United States" by Ecko7889 · · Score: 1

      You can still pirate Open Source, but then you actually ARE hurting the producers. Microsoft never cared enough to stop pirating. Win95-98 didn't have anything to protect it. It was Microsoft's plan to dominate the world. Release the virus and let everyone take a big ole wift. WinXP - Now you can "legalize" your "illegal" version. Big woop! It still doesn't stop *us* from doing anything different on the OS. OSS is the way to really go.

      --
      $sig$
  24. Meta-Summary by adavies42 · · Score: 3, Funny

    According to a study done by $IP_HOLDER_ASSOC, it is likely that theft of $THEIR_IP will continue to grow. $ASSOC estimates that $BIGNUM dollars were lost to piracy in $LAST_YEAR, up from $SMALLERNUM in $LAST_YEAR--. $ASSOC believes that unless draconian legislation is passed which empowers $ASSOC to hire bounty hunters to seek out and cut the thumbs off of people who steal $THEIR_IP, $THEIR_INDUSTRY will collapse.

    --
    Media that can be recorded and distributed can be recorded and distributed.
    -kfg
    1. Re:Meta-Summary by joranbelar · · Score: 1
      $ASSOC estimates that $BIGNUM dollars were lost to piracy in $LAST_YEAR, up from $SMALLERNUM in $LAST_YEAR--

      Not only does your little script provide a humorous meta-summary, it also apparently grants the ability to travel back in time by one year :)

  25. BSA on piracy by mrwiggly · · Score: 2, Insightful

    Wow, as a sofware producer, I'm real scared. I'd better give lotsa cash to BSA so they can protect me.

    Seriously though, this is not news, this is a marketing campaign. The BSA speculating that piracy will decrease, now that would be news.

  26. DRM by GozzoMan · · Score: 1
    software piracy will continue to expand as the Internet grows
    Well, it's rather ironical that this story comes just after "Give Your DVD Player The Finger".

    I'd rather say that software piracy will continue to expand as the DRM becomes more and more indistinguishable from raping the rightful users.
  27. Why? by Volvogga · · Score: 0

    Why is it that the software, movie, and music industries never think "Hey, maybe if we lowered the price to something a little more reasonable, the sales will increase and the pirating will decrease."
    Maybe my statistics and economics teachers were just full of crap, eh?

    --
    Vol~
    1. Re:Why? by Anonymous Coward · · Score: 0
  28. *cough*OpenSource*cough* by khasim · · Score: 1

    It's kind of hard to pirate Linux, people.

    In other news, bootleg copies of the popular KDE desktop environment are expected to decline as more sites install legal versions.

  29. Revenue gain by CyBlue · · Score: 2, Interesting

    * note, I am not advocating software piracy. My intention is to counter this FUD. When will they do a study about all the revenue *gained* from software piracy? I'm sure there are many millions of people who would not have the skills they have today had they not pirated copies of Photoshop, Window 2000 Server, MS Office, etc. ... and yes, there are open source alternatives, but they aren't common in the business world today. If piracy totally stopped, its likely that all of these millions would be forced to use open source applications and all but the most specialized commercial software would cease to exist.

  30. Where is the BSA? by FatAlb3rt · · Score: 1

    4 or 5 years ago, there were commercials on the radio from the BSA about turning in your employer for using pirated software...haven't heard these for quite a while now. Maybe their marketing budget has been reduced, but with piracy being touted as such a problem, why aren't they still making a stink? And where are the war stories about siezed equipment and audits?

    1. Re:Where is the BSA? by Anonymous Coward · · Score: 0

      That's only if you're stupid enough to let them come to your place of business and conduct a free audit.

      We've had them call and offer their services to see if we're compliant. We told them to go to hell.

  31. ya ya by jesusfingchrist · · Score: 1, Interesting

    I got an idea, lets make up some numbers ! " Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004. " Ok ok .. the software is ILLEGAL, so um, how did you come up with this number ? Out of thin air ? Seriously does anyone question how they pretend to arrive at such statistics ? Do they run some anony web site were all the illegal users can come click radio buttons and check boxes to indicate the amount of illegal software they have ? Because, without any REAL way to show how you did your fact finding, I think your FULL OF SHIT. Plus, if these people had no other option how are we to know that they wouldn't go with a FREE alternative ? But , this is not science - JUST GUESSING. Have a stuper day, me

    --
    "Freedom and Justice for All" is a registered trademark of The United States Govt Inc. Not available in all areas.
  32. This Must Stop !!! by SirXavier · · Score: 1

    This must stop ! all the pirated software and stuff. Now i am asking every developer to release his software`s under the GPL and make it open source as well, and than nobody will ever use pirated software :) I know it sounds stupid, but is it ?

    --
    SirXavier
  33. numbers? by DynamicPhil · · Score: 2, Interesting

    Funny, the numbers finding that piracy is low in Sweden, that's not what we hear from our local BSA (and the media industry in the form of antipiratbyrån). Considering that Personal Computers are abundant, Broadband service (both fiber and *DSL) readily available, and that Marketing forces mark up stuff in the swedish market (you can easily find for example MS Office 30% off if you buy it from the US), I wonder if those numbers are correct.

    --
    "If it can be thought up, there exists at least one person trying to make it happen for real" - Phil
  34. Prices by alecks · · Score: 2, Interesting

    In most of those countries at the top of the list, the cost of windows is about a month's salary. Let's not talk about other 'useful' stuff, like office, photoshop, etc,etc... Those of you too happy to pay for the next version of anything, ask yourselves this... if an OS or office app cost $2,000, would you still buy it, or look to alternative means of aquisition?

  35. Re:So? by delta_avi_delta · · Score: 0

    Oussamas? I'm not sure, are they a kind of pie?

  36. It will decrease as price drops by Anonymous Coward · · Score: 0

    How many pirated versions of Firefox will there be?
    None, because its free.

    How many pirated versions of some $10 will there be?
    None because its so small as to be not worth bothering.

    The only thing you can tell from a BSA sponsored survey is that they want to push a message. BSA is a discreted -5 troll organisation its not even worth deceminating anything they say.

  37. It's called... by rbochan · · Score: 1

    job security, aka 'software companies - join us before it's too late! We'll protect you!'

    Sort of like the Antivirus companies saying how there are "more viruses!!!!11!one!!' so they can try to sell antivirus systems to Linux users as Linux usage grows.

    --
    ...Rob
    The American Dream isn't an SUV and a house in the suburbs; it's Don't Tread On Me.
    1. Re:It's called... by mattyrobinson69 · · Score: 1

      does anybody use non-free virus scanners on linux? i have clamv (with freshclam deamon to update the database) installed, just incase, all it took to install was to open synaptic, find it, click it and press apply.

      i wouldn't want a 'skinned' memory-hogging (read: commercial like) virus scanner anyway, even if it was free and Free.

  38. Price it right and it gets copied less by Nf1nk · · Score: 5, Interesting

    The most commonly copied software I hear about are.
    1. Windos OS of the month
    2. microsoft office
    3. Adobe Photoshop
    Why? because they are all way over priced, and have acceptable free alternatives. If software is priced properly then it is not worth searching through the virus and bug ridden back alleys of warez looking for the latest version. The free versions aren't used by as many people because there is a percieved lack of quality in them.
    (I said percieved. I used open office in 2001 and it was good except the spread sheet program didn't do curve fits worth a damn. That feature is important to me so I bought Office)

    --
    I used to have a cool sig, back when I cared
    1. Re:Price it right and it gets copied less by computerme · · Score: 1

      Bull.

      Apps like office and photoshop ARE priced right for their intended audience. These are professional tools for professionals that use them to save time ( = money)

      If joe hobbyist can not afford photoshop then

      a) he should do the research and find out the the $99 photoshop elements type app will provide him with more than enough power and buy IT

      or

      b) Do not pirate someone else's intellectual property.

      or

      c) use an open source equivalent

      You are right though, that there are open source alternatives.

      I just wish people would use those if they can not afford a program instead of being flat out hypocrityes, theives and copyright infringers...

    2. Re:Price it right and it gets copied less by alecks · · Score: 1

      Even though I posted a 'price' reason post just above yours, I have to disagree that the problem is Overpriced software; it's disproportionate economies.

      I think good software deserves the money, and while we all love to hate windows and office, in my opinion they are quite amazing pieces of software when you look at all that they can do. Same goes for photoshop, and despite it's 500$ price, I really do think it's worth it.

    3. Re:Price it right and it gets copied less by utexaspunk · · Score: 1

      because they are all way over priced, and have acceptable free alternatives

      if they have acceptable free alternatives, why would people bother to pirate them? don't you mean that they don't have acceptable free alternatives?

      i agree with the rest of your post, though- if Photoshop, Office, etc, were $25-$50, pretty much everyone would have legal copies of them, and Adobe, MS, et al would probably make even more money.

    4. Re:Price it right and it gets copied less by EggyToast · · Score: 1
      I agree with you, but a lot of the problem is in how these "regular people" find out about software.

      I've lost count of the number of times I've heard someone say "Oh just use Photoshop. Oh, you don't have it? It's a great image app. Here, I'll give you a link (or other instructions)."

      At work, my coworker/supervisor is against using pirated stuff, because he feels similar to you. He was in the same boat as the guy above, though. "Damn, I use Photoshop at work. What am I going to use at home?" So I told him about GIMP, and he tried it out, and said that he just couldn't get used to it. He's currently entertaining the idea of Elements.

      But to many people like him, the $600 price jump from Elements to Photoshop makes them wonder why they should spend money on what is apparently a much worse program. Why buy the crappy cheap version? What are they missing?

      Some companies are nice and will actually give you a comparison of what the different versions have, and compare the two/three versions directly. However, even those that do tend to do a poor job of explaining just what those features are that you're missing.

      It's exceedingly difficult for consumers to get an honest answer from salespeople about what software does and how to use it. It's even more difficult to research and learn how to use some of these programs on their own without investing in a small personal library. Combine that with the friend online or down the street who says "Oh, just use photoshop, here I'll help you out," and it's little wonder that people will simply pirate the software.


      Personally, I've been pleasantly surprised by a great deal of cheap software, especially in the audio world. A lot of times, new companies have the advantage of trying new and useful interfaces and can attempt new approaches to solve common problems. Sometimes it's novel, sometimes it's not, but there's a LOT going on in the cheap/free communities.

      So, in a way, I wonder if as these apps get better, perhaps piracy will actually be reduced as a matter of course. Why pirate the expensive app when a cheaper app does the same thing AND has a better, more usable interface? We'll have to wait and see, I suppose.

    5. Re:Price it right and it gets copied less by Anonymous Coward · · Score: 0

      Doubt it; $25 is still more expensive than free and most people would still just copy it.

    6. Re:Price it right and it gets copied less by justforaday · · Score: 1

      At work, my coworker/supervisor is against using pirated stuff, because he feels similar to you. He was in the same boat as the guy above, though. "Damn, I use Photoshop at work. What am I going to use at home?"

      Well guess what? If he would just RTFLicense, he'd learn that it's actually legal for him to install a copy of it on his home machine. He just can't legally be using both copies at the same time...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    7. Re:Price it right and it gets copied less by Stonehand · · Score: 1

      Not really.

      For one bit, there's inertia. It costs time and effort to switch, and this will only increase if you're needing to share files with other people who haven't switched. If you're in a field where everybody else -- say, designers and their clients -- are freely tossing multi-layer PSD files, you'd better be able to handle them well, for instance. If you need to hire more people and you need to retrain *them* because you're not using the utterly dominant app, this increases your business costs and perhaps lowers your appeal to potential employees. And so forth.

      Likewise, given the choice between two "free" items -- but one of which normally costs several hundred dollars and is a polished, professional product which is dominant in the industry and the other a considerably more obscure product with a vastly different interface -- many will choose the former due to the perception (regardless of its accuracy) that the former is superior.

      Furthermore, I might note that there are already budget versions -- see Photoshop Elements, and the competing Paint Shop Pro, for instance. And for light photo editing, there are others such as Picture Window Pro or so forth. Your average digital snapshooter doesn't need the full functionality of Photoshop CS2, nor even the Gimp, but that probably won't stop him from downloading Photoshop.

      --
      Only the dead have seen the end of war.
    8. Re:Price it right and it gets copied less by Anonymous Coward · · Score: 0

      You've obviously never had to open an attachment or download a document in MS Word format that OpenOffice couldn't handle.

      Too bad. Otherwise you might understand that some of us don't even LIKE Office, and use the free alternatives all the time, but still have to resort to piracy for compatibility reasons. And you know what? I don't feel bad about it. I hate the program, I don't use it to actually create anything, and I feel oppressed by its monopoly stranglehold on document formats. I paid exactly the dollar value of what I get out of the program.

      In a perfect world, people would use an open document format, universally readable and unencumbered by patent entanglements. In that perfect world, there's no reason to pirate anything. We don't live in that world.

    9. Re:Price it right and it gets copied less by pretentiousPPC · · Score: 1

      Office and Photoshop are developed for made for Business.
      In other words, YOU MAKE FUCKING MONEY BY USING THIS SOFTWARE!
      It's an investment, if you can't invest money into you're own business for software that will allow you to make more money then maybe you should look back into your business model.

      Now I know from personal experience, that some software companies realize that for some people you can't get them to pay, no matter how cheap or what you do you are still not going to get some people to put up some money, and they will always find a way to get your software for free. THOSE PEOPLE ARE NOT THEIR CUSTOMERS.

      The game is to make it easy enough process for those that do pay, and difficult enough to not make it an easy process for those that don't.

      Software companies do offer lower price offerings for their wares as well, that is what "Education Pricing" is all about, in fact the only reason there is a price to those boxes is give value to the software. Most software companies would love to be in the hands of everyone who is learning a trade such as Graphic Arts, Accounting, and Design. Because they know once they graduate and go to work (i.e. make money), those people are going to want the same software they learned from, and will be future customers.

      --
      Artist will always make art.
    10. Re:Price it right and it gets copied less by mosb1000 · · Score: 1

      It sounds like you've never heard of html, or txt, or rtf documents.

      Don't wine to me about "software incompatibilities" I've been using a mac for over a decade, I know all about them. You can get around them without pirating software.

      What you're whining about is inconvenience. You pirate software because you're a selfish bastard, and there's nothing more to it. You can make the excuses that it doesn't hurt anybody, or that they started it, but that doesn't mean that you're not a sniveling little weasel who is completely unworthy of your pampered, meaningless existence.

    11. Re:Price it right and it gets copied less by EggyToast · · Score: 1

      This is more my fault for not explaining it, but we're under an education license at work, which means that while he could get it installed on his home computer, he would have to discuss it with the tech staff, explain with his superior why he would need it, and then bring the computer in so that the tech staff could enter in the key.

    12. Re:Price it right and it gets copied less by justforaday · · Score: 1

      Well, I've done educational licensing of Adobe apps before. It's still perfectly legal for him to do it. Getting the bonehead support staff to understand that, however, will probably be more difficult...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    13. Re:Price it right and it gets copied less by Nf1nk · · Score: 1

      good software does deserve good money, (after all I did buy office) but the amount of money is well out of hand, the software is very easy to pirate and it is priced out of the reach of many of its users.
      One solution is adobes attempt with photoshop elements, but it has a reputaion for being so dumbed down that no one uses it unless it comes with the computer.
      And makng MS works (file format it uses as default) incompatable with office is about the dumbest thing I have ever seen.

      --
      I used to have a cool sig, back when I cared
    14. Re:Price it right and it gets copied less by ElleyKitten · · Score: 1

      Office and Photoshop are developed for made for Business.

      Office is not just for business. Students at all levels *need* an office suite, and probably everyone who owns a computer needs at least a word processing program. Of course there are options like OpenOffice and AbiWord, which I use, but not everyone knows about them/knows how to use them. It would make much more sense then to tell people about F/OSS alternatives rather than just tell them they don't need an office program.

      Now I know from personal experience, that some software companies realize that for some people you can't get them to pay, no matter how cheap or what you do you are still not going to get some people to put up some money, and they will always find a way to get your software for free. THOSE PEOPLE ARE NOT THEIR CUSTOMERS. .... Most software companies would love to be in the hands of everyone who is learning a trade such as Graphic Arts, Accounting, and Design. Because they know once they graduate and go to work (i.e. make money), those people are going to want the same software they learned from, and will be future customers.

      So then whats the problem, if pirates either will never spend money but will always be able to find the product for free, or are students who will be future customers if only they can try it first? All the "bad" pirates are doing is getting it in the hands of the "good" pirates, and since you're not going to stop the "bad" pirates, why waste money trying? You're missing the third category, the people who would buy the product, except they can get it for free instead. The problem with that group is that if you scare them away from pirating, they might very well just move to F/OSS, and I'm sure MS (and Adobe, etc) would rather there software get pirated than see F/OSS gain marketshare.

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
    15. Re:Price it right and it gets copied less by Anonymous Coward · · Score: 0

      Ah, you misread my post. I have heard of RTF, HTML and TXT, and have no problems reading them. These are not the formats I need to read. I need to read .DOC. Hope that clears up your confusion.

  39. Patent pending? by Anonymous Coward · · Score: 0

    Why do you guys keep putting up the patent pending icon when it isn't applicable?

  40. Zimbabwe ? by bushboy · · Score: 4, Interesting

    Zimbabwe barely has food enough to feed it's populance, who number such a small amount ?

    Well, I don't know what they are using the software for - possibly to figure out how to share 1 bag of maize between 5000 people ?

    South Africa maybe definately, but please, Zimbabwe ?

    Really, the Zim Dollar exchange is Z$15 000 to a US dollar !
    If they are pirating software, it's because a copy of windows would cost them the equivalent of 20 years salary !

    Surely this is a mistake in the article ?

    --
    A slashdotting - you get the stick first and then the carrot !
    1. Re:Zimbabwe ? by malsdavis · · Score: 4, Insightful

      Thats the BSA for you:
      To them (the BSA) it doesn't matter if people in these countries can't afford to eat, as long as they and there bankrupt governments don't pirate their software!

      Sounds extremist, but the majority of BSA literature concerning piracy in third world countries does definatly convey this sort of ideology.

    2. Re:Zimbabwe ? by Ecko7889 · · Score: 1

      Why buy the Windows OS, when you can pay half the price and get a Dell!

      --
      $sig$
    3. Re:Zimbabwe ? by Anonymous Coward · · Score: 0

      Well, that's exactly the problem. Software is sold all over the world at first-world prices. Inhabitants of third world countries can't afford to spend $600 on Photoshop or something.

      On the other hand, you can't really blame the software companies. Selling their product for less in poorer countries will just result in richer countries illegally shipping in software from third world countries...

    4. Re:Zimbabwe ? by TummyX · · Score: 1

      Well Zimbabwe used to be the breadbasket of africa until that socialist idiot Mugabe started his land distribution project, destroying his country's economy.

    5. Re:Zimbabwe ? by pe1chl · · Score: 1

      To them (the BSA) it doesn't matter if people in these countries can't afford to eat, as long as they and there bankrupt governments don't pirate their software!

      Then they should start selling it to them for prices that are proportional to the local income.

      When Office costs 10% of a month's income for an American, then so should it for someone in a developing country.
      Maybe they make less per copy, but the piracy would go down.

    6. Re:Zimbabwe ? by tedrlord · · Score: 1

      If they did that here, piracy would go down a lot too. Not everyone earns $3000 a month, especially if you're talking net income. Most of the people that pirate software are teens or college students. There isn't a huge piracy epidemic among 40-something middle managers.

      --
      [insert witty quote here]
  41. Of course it will get worst by Anonymous Coward · · Score: 0

    I wonder if their "loss estimates" already account for possible software sales lost to open source software. It'll get worst? Of course it will get worst, open source software gets better and better everyday.

  42. The flaw of the BSA's main arguement by malsdavis · · Score: 1

    I despise with the BSA's main argument that software piracy supposably costs jobs and the moral implications of such.

    While such a cliam is largely assumed and unsubstanstiated (escpecially in today's healthy software market), it distracts attention from the amount of jobs that must be sacrificed around the world by companies forced to spend ever larger amounts on often over-priced business software.

    Especially in the poorer and third world countries where the vast majority of software piracy occurs.

  43. Re:zimbabwe????? by Anonymous Coward · · Score: 0

    Is that in Oklahoma?

  44. Imagine that! by Anonymous Coward · · Score: 0

    Go figure! In places where people don't make enough in a month to buy one software package, there is more "piracy". In places where income is higher, there is less. It must have taken the price of many software packages to dig that out!

  45. The UK has the lowest ? by Anonymous Coward · · Score: 0

    Ladies, Gentelmen (and those who are undecided) of the UK.

    We all must pull together and try harder. This is one table we must not be bottom of.

    1. Re:The UK has the lowest ? by Anonymous Coward · · Score: 1, Interesting

      like anyone in the UK is gonna admit they use pirate software

      RingRing
      BSA: hello its the BSA, do you use pirate software ?
      Company: no sorry, cant help you
      BSA: ok thanks, bye

    2. Re:The UK has the lowest ? by NetNifty · · Score: 1

      It's because we're too busy downloading television shows.

  46. Think of how much companies are saving! by davidwr · · Score: 2, Interesting

    [humor]
    Sure, they don't get $megabucks/license but the end-users couldn't afford to pay anyways.

    Think of how much they are saving in CD-manufacturing-and-distribution and software-support costs.
    [/humor]

    Seriously, software piracy IS a problem just like any other piracy, but the "lost revenue" figures aren't very meaningful, what counts is lost profit in a world that is otherwise-equal but where those who pirate instead pay for a license or do without that particular product. If every third-world MS-Office pirate went legit, destroyed their bootleg copies of MS-Office, and switched to OpenOffice today, Microsoft's increased revenue would be $0, or perhaps negative as the Gospel of OpenOffice spread and existing customers Saw The Light.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  47. Piracy or Sharing? by amightywind · · Score: 1

    Piracy is a confusing word you should avoid. The title of the story should read, "Software Sharing To Increase as the Internet Grows." Doesn't sound as bad, does it?

    --
    an ill wind that blows no good
    1. Re:Piracy or Sharing? by Aidtopia · · Score: 1
      Piracy is a confusing word you should avoid. The title of the story should read, "Software Sharing To Increase as the Internet Grows." Doesn't sound as bad, does it?

      The GNU paragraphs you reference on piracy are a little over the top. The first definition of piracy in most dictionaries I've seen is simply "an act of robbery, especially on the high seas". That certainly doesn't imply kidnapping and murder as the GNU page likes to rant.

      The second definition (even in decades-old dictionaries) is "copyright infringement". Thus "piracy" seems a perfectly serviceable word for this discussion. Repeated typing or saying "unauthorized copying", "copyright infringement", and similar terms becomes cumbersome.

    2. Re:Piracy or Sharing? by amightywind · · Score: 1

      The second definition (even in decades-old dictionaries) is "copyright infringement". Thus "piracy" seems a perfectly serviceable word for this discussion. Repeated typing or saying "unauthorized copying", "copyright infringement", and similar terms becomes cumbersome.

      The second definition simply parrots the deceiving definition that the FSF is trying to fight. That is the job of a modern dictionary. But there is no denying the word as been hijacted. I choose to highlight that fact to people who aren't thinking clearly. The notion that the correct terms are cumbersome is absurd. Proponents of extended copyright and patents have choosen the cumbersome code word 'intellectual property' and use IP as an abbreviation. Propoents of sharing information might abbreviate 'unauthorized copying' as UC. Thanks for the suggestion!

      --
      an ill wind that blows no good
    3. Re:Piracy or Sharing? by Aidtopia · · Score: 1

      I'm not arguing for or against copyright infringement. I'm just calling BS on the tangential linguistic debate.

      "Piracy" is an appropriate word in this context. Usage of "piracy" to mean copyright infringement is not a result of recent spin from the likes of BSA, RIAA, and MPAA. It has a history that predates these propaganda machines.

      The GNU rant, which the parent of my original post linked, is counter-productive by trying to assert associations with kidnapping and murder. Hyperbole like that is more likely to set off BS detectors than to advance the cause. If you want to point out that copyright infringement is not the a crime like theft, fine. But this piracy argument seems more like an attack on language than a contribution for healthy debate on copyright issues.

    4. Re:Piracy or Sharing? by kz45 · · Score: 1

      Piracy is a confusing word you should avoid. The title of the story should read, "Software Sharing To Increase as the Internet Grows." Doesn't sound as bad, does it?

      tell that to the guys over at cherryOS.

  48. Go Zimbabwe! by EvilStein · · Score: 2, Insightful

    "Countries with the highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia while United States, New Zealand, Austria, Sweden and the United Kingdom had the lowest."

    So, the BSA should back off of us and go attack the Ukraine and Zimbabwe now. I wonder if they consider the reasons that folks in Zimbabwe might pirate software.. perhaps because they want to learn how to use Office but cannot afford it? I'm not sure if the bSA is keeping track of pirated games or just the big commercial apps like Office & Photoshop.

    Then again, this was a BSA study. Would they inflate the perceived value of the software? Oh, never! ;)

  49. The real piracy... by bman08 · · Score: 2, Interesting
    Is the continued damned upgrade cycle for nothing anybody needs.

    Let's reverse the metric a little bit, and talk about the value of some of these products versus the cost. What in the new version of photoshop or word is really worth paying the full price of the upgrade. I don't think that the consumer really finds most of this stuff worth it. People are pirating this software because it's the new version and it doesn't cost anything. In other words, the value of Office 2003 over Office 97 to regular customers is way below the cost.

    Go ahead BSA combat piracy. I think you'll find that, at the end of the day, the same sales you're claiming to lose to piracy would have been lost at the cash register anyway.

  50. Oooooh, wait. Synergy by MrTester · · Score: 1

    A while ago I read an article about a legalized south-african anti-carjacking flame-thrower system. If you could wire these together.... Quick, anyone know the way to the patent office?

  51. Longhorn Needs to Lock Down Your Computer! by tillemetry · · Score: 1

    Its just baseball and apple pie! (well, maybe baseball is a bad example).

  52. reputable research by stretch0611 · · Score: 1
    From the article: Piracy operating as business-as-usual in some countries is a major factor, said Yankee Group analyst Laura DiDio.

    C'mon people, how can you argue when someone like Laura DiDio(t) is quoted. She has such high personal standards.

    --
    Looking for a job?
    Want your resume written professionally?
    DON'T USE TUNAREZ!!!
  53. Au contraire... by Danuvius · · Score: 1

    I disagree!

    Since I switched fully over to Linux my use of pirated software ceased 100%. Since I helped my best friend switch over to Linux, his use of pirated software ceased 100%. And now the Cubans are heading that way too...

    BSA, be happy!! You may just end up with less software piracy if everyone just migrates to Linux! Yaaaay!!!

    Remember, people: if you are not using linux, you support software piracy and belong in Guantanamo Bay!

    --
    Akarsz Magyar Gentoo fórumot? Akkor
  54. "Only" 50% market growth in 5 years is a problem? by argent · · Score: 2, Insightful

    Let's grant them their figures.

    So right now $33B is 1/3 of total "potential sales" of $100M, and total sales of $67B.

    As a result of the Internet, over 5 years they expect to see "potential sales" of $300B (if $200B is 2/3), and actual sales of $100B... even assuming their worst case estimate (could boom to 2/3) of piracy levels are accurate. So, the worst case is a 50% increase in the market over 5 years.

    This doesn't seem to me to be a problem. I'm certainly not expecting to get that kind of a raise over the next few years.

  55. In other news... by Chris+Burke · · Score: 2, Insightful

    analysts estimate that the software industry has lost $50 billion last year due to buggy software, unappealing upgrades, draconic licenses, BSA raids against customers, and excessively high prices making people not want to buy their shit.

    "Lost revenue" is such a weasel phrase. It's basically a lie -- that money was never headed in their direction, they just want to claim the possibility that someone might have bought their software but endeded up not as a "loss" so they can look like victims.

    --

    The enemies of Democracy are
  56. s:BNP:GDP: by Rakshasa+Taisab · · Score: 1

    Sorry, that would be GDP, not BNP which is a non-english version of the acronym.

    --
    - These characters were randomly selected.
  57. Valuation estimates by kindbud · · Score: 1

    Obviously, if 2/3 of the users are pirating the software, the asking price is too high. So the valuations of the losses are way over the top.

    --
    Edith Keeler Must Die
  58. There Right!! by wizkid · · Score: 1


    All 3 copies of GenToo Linux that I'm running are pirated from Gentoo.org. I'm about to pirate the gentoo software at work on my new workstation too :)

    --
    I take no responsibility for what I say. Even though I'm never wrong :)
  59. 2 reasons... by Anonymous Coward · · Score: 0

    Piracy exists:
    -Bad quality programs...
    -...that are overpriced

    That's why piracy is big in underdeveloped countries...

    Don't even start on how advanced microsoft's ie7 new tab browsing is...

  60. you're right, and the term by rubycodez · · Score: 1

    LOST REVENUE to describe the retail value of pirated goods is completely bogus. That said, I'm against priracy in our own "empire" where most people have the money and the means to play the game, but is it so bad that some poor people in the third world benefit from our very rich coporations efforts without taking anything away from them?

  61. low in N.America... by super_ogg · · Score: 0

    Hey,

    Send some of that pirated software over this way... ;-)
    ogg

    --
    Black cat, searing pain, flames...? I must be in Heaven! - Homer Simpson
  62. Watch for the splatter by MycroftMkIV · · Score: 1

    Better watch out, or what they are shoveling will get all over you. It makes good fertilizer, but poor facts.

    Mike

  63. Its growing because of the publicity it gets... by HardSide · · Score: 1
    Its the publicity the warez underground gets is whats causing this uprise in illegal downloads.

    The more we see articles of it, on websites, on tv, more people get interested and see just how easy it is to download a program, burn the ISO and boom you officially downloaded something illegal.

    I hate comparing rap or any of that style in anything I post but...In 2000 Eminem sold more then a billion copies of his cd...why? was it because of the beats? because of his good marketing skills? NO. Its because he was on TV everyday, being bashed by the media for his lyrical content. And thats how he made his money, and this is how warez is getting more popular.

    Seriously when the whole napster vs metallica thing happen in 2001 (or 2000?) napster saw a 50 percent increase of users using napster after lars ulrich first made a statement that people were downloading his music from there.

  64. Software Piracy & Internet 2 by xtracto · · Score: 1

    "software piracy will continue to expand as the Internet grows"

    Sure, but, what about the IPv6? I guess when Internet 2 becomes broadly used (for whatever purposes you want) it will be really easy to download/distribute illegal software...

    Software piracy came to stay, as long as software continues to be Information it WILL be copied and as long as people do not create different ways to use software there will be people get a free copy to use it.

    That is why companies are trying to get into web services, or as Google, Opera and other companies are looking for /different/ ways of getting revenues.

    On the other side, if companies do not want their software to be pirated, they should opt to give it away... maybe there is still another way they can get money. *That* will make the next millionaire.

    --
    Ubuntu is an African word meaning 'I can't configure Debian'
  65. Let Me Get This Straight by RobertKozak · · Score: 1


    Because of the Internet more people are going to be exposed to your software and your market is growing but more people will pirate your software.

    Doesn't this mean you are going to have a net increase in sales and not a net loss?

    They are guessing that more people will pirate software but in order for BSA's numbers to be correct there has to be increase in sales because piracy is only a percentage loss of sales. This looks like a good thing.

    -- Robert

    --
    Bet this .sig looks familiar.
  66. How can they count it as a loss if I can't afford by sir+lox+elroy · · Score: 1

    it in the first place. I use the gimp for example for my image manipulation (This is not an OSF ad), however I have meet people who use pirated copies of Photoshop, My thing is this, if I use the gimp, or if I used a pirated copy of photoshop they should not count that as a loss for some of us, as there is no way, come hell or high water, I could afford to buy photoshop.

    --
    Kosh: "Understanding is a 3 edged sword, your side, their side, the Truth."
  67. congratz by william_w_bush · · Score: 1

    a: nice work predicting trends that haven't started yet. kudos on drumming fear for a possible future based on no evidence at all! At 11, how terrorists COULD come into your house, tie you up in nylon, and use you as sock puppets without you knowing!

    b: it really irritates me how all these groups are out there yelling for problems that might occur/get much worse and expecting that they be solved now. i should petition congress because my credit card bill next month MAY be higher than expected. is it just me or has the federal govt gotten far more involved in free trade as of late than before? perhaps all the crying and blame lately is a result of politicians in congress abusing powers they were never meant to have. from my understanding of the constitution the congress was meant to have federal jurisdiction over those matters that materially affect the welfare of the country, ie wars, taxation, interstate disputes. dictating the finer points of copywrite enforcement seems the job of an independent judiciary or even bureaucratic agency such as the fcc with limited congressional oversight.

    just a thought, but this congress (both sides) is way the hell to influenced by outside interests for my tastes. even bush doesn't go on tv and read mpaa/riaa press releases verbatim.

    --
    The first rule of USENET is you do not talk about USENET.
  68. Open Source/Free by boyfaceddog · · Score: 1

    What about people/companies that use free and open-sourced software. Won't this affect the number as well?

    --
    Here will be an old abusing of God's patience and the king's English.
  69. How do they know? by Conspiracy_Of_Doves · · Score: 1

    How exactly do they know how much of the software being used has been pirated?

  70. Duh by FuzzzyLogik · · Score: 1

    With the way the economy is going here in the united states it wouldn't surprise me if piracy went up. This country is turning into a country that sells things and doesn't make things. But you can only sell so much stuff, so jobs are in the crapper and instead of making good wages people are making a lot less. Michigan is horrible at the moment. it's really quite sad. i love software companies that provide student discounts. I have a feeling that is a very large portion of software piracy right there. There's no way a student can afford the ever increasing price of tuition and buy a computer and buy software too.

    now factor in the part where businesses what you to have experience in something, but you can't get experience without the education, or the tools to even learn. ok so products that have a high learning curve ... they are still typically very expensive. with the exception of Maya who offers the free educational version. i'd like to give those guys at alias a big thank you for that one. They really understand that their product is one that needs to be out there for people to learn on. if only more companies did this or sold their educational versions for a reasonable price... ie.. less than $100.. anything more and most of us cannot afford it.

    just my opinion obviously.. i wouldn't know half of what i know now without piracy.

  71. Its simple economics. by crovira · · Score: 1

    When the third world finally gets phones, and discovers the weath of information on the internet, they're going to take any road that they have to travel to the promined land.

    If they can't afford the tolls on the high (legal) road, theyre going to have to gow down the low (pirate) road.

    Since there's no blood involved, they probably don't see the hard in 'sharing' an app that they otherwise could not afford.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  72. Get a New Business Model by sabat · · Score: 1

    My product is an arrangement of bits that can be easily duplicated ad infinitum without detection.

    Hmm, does anyone else sense a failing business model?

    --
    I, for one, welcome our new Antichrist overlord.
  73. $33 Billion? Give me a break. by Mr.Surly · · Score: 2, Insightful

    Countries with the highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia

    If copy protection were perfect (i.e. impossible to pirate software), the software would simply NOT BE USED in these countries. The main reason for the piracy in the first place is that software is really expensive.

    You think somebody in China is going to scrape up $200 to buy Windows if the copy protection was suddenly made perfect? Not a chance. To say the industry "lost" $33B is ridiculous.

    1. Re:$33 Billion? Give me a break. by Anonymous Coward · · Score: 1, Insightful

      You see this all the time, people talking about ungained profits as 'losses', whether or not they were entitled to them in the first place. For example, if someone in Tennessee crosses state lines into Virginia to buy a carton of cigarettes, Tennessee officials would claim they 'lost' tax money on that deal, despite the fact that they weren't a part of the deal in the first place, and thus aren't entitled to any. I read about this all the time, cities and states 'losing' money if a tax isn't levied, despite the fact that they never had it to 'lose' in the first place.

      This is the same reasoning that equates copyright infringement with theft. A claim of entitlement to something that one is not entitled to at all. If anything, people who claim such things are the real 'thieves', as they are claiming something that they did not have before. Whereas 'pirates' know what they are doing is illegal and don't give a shit, these 'thieves' try to make it seem like what they do is morally justified.

    2. Re:$33 Billion? Give me a break. by Archimboldo · · Score: 1
      This is the same reasoning that equates copyright infringement with theft. A claim of entitlement to something that one is not entitled to at all.

      Are you saying software companies aren't entitled to charge for copies of their software that they paid to develop?

      Would you copy commercial software without paying for it? It sounds like you would because you seem to believe Oracle is not "entitled" to any profits above what they have already made.

      Whereas 'pirates' know what they are doing is illegal and don't give a shit, these 'thieves' try to make it seem like what they do is morally justified.

      I don't know what you make of the word "illegal". But you are correct, pirates are doing something illegal.

      Your argument seems to be that a person can't charge more for their product than what it costs them to produce, plus some threshold (i.e., make a profit). Like it or not, that's the way the world works.

      Sure there are people that argue that volunteerism and bartering are the only "moral" way to do business, but the fact is that the only incentive found so far that makes society work as a whole is the incentive of making a profit for their labor. And the producer of a product is entitled to ask what they want for the product. It is your choice not to buy it, but it crosses the line when you choose to steal it.

      Now I happen to think a company should choose a "reasonable" profit for their product, especially if it is something essential like a medical service. I hardly think Windows is essential. But who decides "reasonable"? The flawed but best answer we have is: the market. If you don't like the price of Windows, use Linux. If you don't like the price of Quark Express, use Open Office.

    3. Re:$33 Billion? Give me a break. by Anonymous Coward · · Score: 0
      • Are you saying software companies aren't entitled to charge for copies of their software that they paid to develop?

      Not at all. I'm merely saying that, in the process of trying to stamp out illegal copying, they are lying. They say "we lost $X due to piracy", when such a statistic is nearly impossible to quantify. If they'd simply say "we didn't gain $X", it'd be different. But you can't lose something you never had in the first place.

      And yes, I have used copied commercial software. I'm not trying to justify what I do as 'right', merely making the point that just because 'piracy' is wrong, doesn't give them the right to inflate their 'losses' and claim that every single use of copied software is a 'loss', when it's obviously not the case. I would posit that the number of people who pirate software that they could otherwise afford is actually quite small, and that people either a) pirate early on and then pay later, or b) pirate always and never pay. In the case of a), the software company wins out because they got a sale that, had the person not had a chance to try before they paid, might not have happened. In the case if b), the software company didn't lose anything they had before, and they would never have gotten that money in the first place, even if the person hadn't pirated the software.

      Like I said, I'm not trying to morally justify illegal copying. Merely stating that the issue isn't as black and white as "each pirated installation = loss".
    4. Re:$33 Billion? Give me a break. by NichardRixon · · Score: 1
      Excellent point. If it weren't for piracy in those countries, software like MS Windows and Office would be virtually unknown.

      And what of the poor, abused software companies, who have been robbed of some of the rightful rewards of their efforts? It makes me want to gag. Software is a product that can be "stolen" in this way without costing the manufacturer anything. Nothing! Yet they claim it as "losses"?!

      Talk about shameless! I wonder if it's a tax write-off?

  74. Breaking Even? by Nytewynd · · Score: 1

    Interesting that this story came out today also. According to that link, software piracy has not increased in certain areas. Also, note the main people backing this. Microsoft and Adobe. I would guess that Photoshop is probably one of the most pirated pieces out there. It is arguably the best product for image work, but has a price that prevents any average user from purchasing it.

    They create a situation that milks corporate users for as much money as they can get, but alienates home users to the point where they can't afford the product. The same could be said of many MS products. Look at Visual Studio.net. Corporations will shell out $500/license for their developers, but most of those developers would also like a copy at home for use. How many of those people do you honestly think purchased the software? I bet most of them either took the disc home, or downloaded it.

    In other words, these guys are crying about money they lost because of piracy, but that isn't accurate. What is happening is that they are essentially breaking even. Instead of allowing more home users to purchase their software, and get volume based profits, they jacked their prices to get price based profits. The corporations that use their software are fronting the bill for home pirates. Changing the sales price of their software would almost definitely shift the weight off corporations, and potentially even create more profit for the companies by reducing piracy.

    --
    /. ++
  75. Quality of Software by chucks86 · · Score: 1

    It's funny that they mention that the quantity of pirated software will grow, but not the quality.

    --
    Help a poor college student. Send a couple cents via paypal to chucks86@gmail.com
  76. Imagine That! by blunte · · Score: 1

    Those who can afford it pirate it less.

    Those who can't begin to afford it supposedly pirate it more.

    I think I see a correlation here...

    It reminds me of a story a real estate attorney friend of mine told me about working at Tandy (Radio Shack).

    In asking for a salary increase, he asked an upper level manager why Tandy's pay was so far below industry average.

    Their response was: "why should we pay people more? They're just going to quit in two years anyway."

    --
    .sigs are for post^Hers.
  77. U.S. Piracy is Insignificant Compared to Asia by BartulaPrime · · Score: 2, Informative

    Trust me, the US is a drop in the bucket compared to Asia-Pacific. I've been to Kuala Lumpur and they had multiple-level malls that were selling any and all software imaginable for roughly $1.25. And, it didn't matter how much the software package itself had cost, but how many CDs were used. So, it was 2 CDs, you paid $2.50. Of course, this doesn't even include the movies and music that were being sold.

  78. let me tell you how to fix it by override11 · · Score: 1

    a) Make software worth a crap b) Dont charge more than the cost of hardware for a frikin operating system c).... d) Profit!

    --
    No I didnt spell check this post...
  79. Pirated copy of XP not working? Try Linux.... by caluml · · Score: 1

    I personally would love it if all pirated copies of Windows stopped working. It wouldn't affect me, and it might be the nudge that made people use Linux.
    I also think that a very nasty virus that trashes/encrypts all the data files it can would have the same effect. (I am not suggesting that someone makes one however.)

    1. Re:Pirated copy of XP not working? Try Linux.... by Anonymous Coward · · Score: 0

      I wish a virus would exploit yet another security hole in the shoddy Linux so that everyone would be encouraged to switch to OpenBSD which is much more secure

  80. Three Factors by eno2001 · · Score: 2, Insightful

    1. Software companies must lower their prices
    2. Software companies must improve the quality and functionality of their software to justify the cost
    3. There always have been and always will be theives

    The biggest cause of piracy (whether it's music, movies or software) is the cost of actually legitimately buying this stuff. $299-399 is too much for an operating system today. If Microsoft sold Windows at a more reasonable price, say $99 more people would go the honest route. The same can be said for applications. If I'm a home user and I am ambitious enough to want to clone my hard drive, the most popular option I have is Norton Ghost. But I have to pay nearly $70 for that. Again, too much for a product that will be used infrequently. If Norton Ghost was $10-20 it might be easier to consider as a one shot purchase.

    Now, couple that with the reality that in order for Windows to be truly useful to a mainstream user they need to buy a LOT of applications... and those $70+ hits add up real fast. Throw in stuff that requires yearly subscriptions like Antivirus software and the cost of owning a computer is expensive. On the flipside, take the same average home user and put a CD in front of him at a flea market that contains about ten or twenty of the programs he's been looking for and charge him $50, he's going to bite. Even moreso when you consider how few people there are in the mainstream computer user community who understand, are aware of, or even care about EULAs. This is the main reason why piracy happens. Software makers seem to be out of touch with what people can afford when they're being nickled and dimed to death. Just like the college profs who pile on the homework never giving a second thought to how much homework you've got in other classes, the software vendors pile on the small charges here and there until it's unbearable.

    The other factor, for slightly more intelligent users is that sometimes, the functionality of a program doesn't warrant the price. Photoshop is a good example (and Adobe has wised up some in that arena) of a program that many mainstream users want access to but can't afford. The price of Photoshop is clearly inflated based on how it's most often used (not for profession print work where the cost IS justifiable) by mainstream users to just edit photos on the web. But, at least, Adobe figure out that if they release a stripped down version of Photoshop, many people would be willing to pay a more reasonable price. I'd say they still need to adjust their pricing a bit ($50 is more realistic for a commercial photo editing app). Other companies should follow Adobe's lead if they want people to actually pay for software.
    Finally, no matter what is done to try and stem the waves of piracy, there will always be people who are dishonest. There is no way to prevent this without severly impacting your legitimate users. Dongles suck. Access codes suck. Registration sucks. DRM sucks. All they do is mak products more difficult for honest users to work with. They do little to prevent the dishonest from finding ways around them. But the number of genuinely dishonest people is small. The people that the software vendors (and RIAA MPAA) should be concerned with are the people who can be kept honest by providing good products for a reasonable price. The software, music and movie industries fail at this. Instead of providing good products, they provide the lowest common denominator in terms of quality and they charge the highest allowable prices. This is what turns otherwise honest people to piracy. They WANT this stuff, but they can't afford it. What other options do they have. Avoidance is not an option...

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  81. BSA should be shut down? by mobiGeek · · Score: 2, Insightful
    Good point. Doesn't this report simply prove that the BSA is not effective in doing its job?

    These folks have just predicted that they will be two to six times less effective in the next 5 years? [1/3 vs. 2/3 or $33B vs $200B]

    --

    ...Beware the IDEs of Microsoft...

  82. The fantastic thing is... by Phil+John · · Score: 1

    ...if the BSA stepped foot in Zimbabwe and tried to pull any shit, Mr Mugabe and his henchmen would likely have them executed on the spot. Let's hope the BSA try it ;o)

    Now, I'm not for software piracy (heck, I make my money through writing software) I just think that the sonner the Gestapo-like tactics of the BSA are banished once and for all the better.

    --
    I am NaN
  83. Study is flawed by Anonymous Coward · · Score: 0

    This study calculates losses poorly and doesn't take into account the loss of market share to free/libre open-source software. They don't distinguish between "pirated" software and free software. It's like the RIAA complaining about losses due to music "piracy" although the losses are partly due to indie music gaining market share.

  84. Re:So? by Pig+Hogger · · Score: 0, Offtopic

    It's the goddammed fucking yankees who are in the bubble.

  85. Can't Pirate What's Already Free! by Anonymous Coward · · Score: 0
    www.gnu.org

    Has any copyrighted or patented 'free' yet?

  86. Piracy vs Userbase/Market Penetration by future+assassin · · Score: 1
    I'd like to see a study that shows how popular a product can get when it is pirated. Look at Photoshop. This product would not have such a massive market penetration if it wasnt pirated so much. Same can be said for Windows.

    Sure you could say, but they lost money on every copy pirated. It might be true they lost some money but most of the people who pirated the software would not have bought it in the first place.

    How about students and the younger userbase who cant afford PS and get a pirated copy. A lot of them who later on in life start their own business will pay for the software because they know how to use it. And the only way they could have learnt to use it is to get a pirated copy

    http://www.babesonbass.com/

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  87. Well... by austad · · Score: 1

    What do they expect when the price of a piece of software is an entire yearly salary for someone in the countries that they cite?

    What I don't understand is why companies that are so concerned with their software being pirated don't go and develop some sort of crazy crypto scheme to deal with authorization/licensing. When you have a piece of software that you sell for hundreds or thousands of dollars, developing software crypto or providing crypto usb dongles might actually be worth the money. However, MS wouldn't be where they are today if it wasn't for piracy. They have a 90%+ market share, but according to the article, 1/3 of that is pirated. Assuming a good portion of those people can't afford to pay for it (students, third world countries, etc.), that would leave significantly less share for them.

    --
    Need Free Juniper/NetScreen Support? JuniperForum
  88. Misinformation by catdevnull · · Score: 1
    Ok, let's get real about "piracy."

    The biggest revenue cash cow for software companies are other companies, schools, and government. Almost all of them generally follow the rules for fear of a BSA audit. Most individuals buy over-priced boxed sets.

    The people that make illegal copies are people who wouldn't buy their products anyway--how is that considered to be revenue loss? I don't know anyone who has ever copied software and resold it or bought copied software. These are people who are CHEAP and don't spend money anyway.

    What they mean to say is, "We would have made $33 billion more if we actually sold to the people who use it illegally."

    I think, in reality, the actually piracy costs are minimal. They're really just eye-balling an untapped market.

    As long as prices stay over-inflated for Photoshop, Office, etc., I think the piracy problem will, indeed, not abate.
    Any you g33kz |<n0w wh3r3 I c4n F1nD s0m3 g00d W4R3Z?
    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  89. Piracy + Outsourcing = Flamewar by System.out.println() · · Score: 1

    This is probably going to start a flamewar, but I'm going to post anyway because it needs to be said: This is an example of why outsourcing jobs is not a bad thing.
    Countries with the highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia while United States, New Zealand, Austria, Sweden and the United Kingdom had the lowest.
    The pattern is pretty obvious: the lower the income per capita, the higher the piracy. And why are these countries' incomes so low? Because we won't let jobs out of our greedy paws. And now we're reaping what we've sown: they can't be paid to produce products, so they can't afford to pay for the products we're producing.

    Round and round we go....

    1. Re:Piracy + Outsourcing = Flamewar by Anonymous Coward · · Score: 0

      You are right!
      Everytime I read "we cannot allow our jobs to be transferred to other countries" I think "why? do other countries have no right to make money? does the fact that we started making money first mean that others, who recently got around to doing that, somehow must not be allowed to fish in our lake?".

      Imperialistic governments are talking "world market". They want a big market to sell their stuff. And they want to sell it at their own inflated prices, not adapted to local incomes.
      But when others in the world dare to produce something, even when it is only services (like in the outsourcing of jobs), suddenly all hell breaks loose. This should not be allowed to happen, it is unfair. But WHY is it unfair?

  90. 33 Billion by bruthasj · · Score: 1

    In Marketing!

  91. Yar! by Irish_Samurai · · Score: 0

    Let me reboot my ship and away we'll be, matey!

  92. I share some Pirated Copy of Debian Gnu/Linux by Garlik+II · · Score: 0

    Pirated Software for Debian on CD, and my online Pirated Apt-repository.

  93. what a bunch of crap... by muszek · · Score: 5, Insightful
    My PLN 0.06 ($0.02) :

    I'm from Poland. Let's say I've seen 50 private computers over the last few years (friends, family, etc). Vast majority is Win-based. One friend has legally purchased Win XP ("my dad wanted to buy it, I didn't oppose) and tones of pirated stuff.
    Several of them have laptops that came bundled with (legal) Windows.

    Average salary in Poland is ~500 Euro (~666 dolars) per month. Fresh university graduates usually earn around 250 Euro. MS Office costs ~250 Euros, Photoshop costs... I don't know, 600 Euro? And so on, and so on. People need that stuff - everybody gets pirated soft, otherwise they would have to spend their entire earnings on software or... turn to open source if the law was enforced.

    Piracy helps software companies - that's a common wisdom that everybody knows. Those young people that use illegal stuff eventually get older, start earning better money, buy legal stuff.

    If the law was properly enforced, people would move their asses to open source and discover that it ain't bad. I bet all those evil monsters would be very happy.

    Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal.

    Given every illegal copy would be purchased... which obviously wouldn't. I can't imagine any of those 50 people I mentioned suddenly found even 200 Euro to pay for anything. Seriously.

    But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion.

    What a bunch of crap. "Come on, governments, protect Microsoft and other nice companies from the 33% of world population, which is pure evil and will turn 33% of other people into beasts. Oh, and please nuke Zambia in Vietnam. More and more people get cheap computers over there, but they don't want to spend 200% of their salaries on our divine technology. And while you're listening to us, we'd like to support big pharmacy companies that sued African governments for buying generic anti-AIDS drugs. We strongly believe those little black beggers should die if they can't pay for legal, but 10x more expensive equivalents."

    1. Re:what a bunch of crap... by LuckyStarr · · Score: 1

      I second that...

      --
      Meme of the day: I browse "Disable Sigs: Checked". So should you.
    2. Re:what a bunch of crap... by Anonymous Coward · · Score: 0

      or... turn to open source if the law was enforced.

      I say enforce the law and force these thieves to turn to open source.

      There's a reason we've been advocating Free Software for years. Its not just because its free. Its also LEGAL!

  94. Welcome back Laura Didio ... by clarkie.mg · · Score: 1
    This comment said it before, the analyst quoted in the article has a long history of bullshit statements. Well in this case, she teamed with an organization who also has a long history of BS statements (techdirt will explain it better than I could ever do).

    BS + BS = more BS, too bad the press (and slashdot) just pass the FUD along.

    The article :

    As Internet use broadens, it is likely that software piracy also will expand, according to a study done by the Business Software Alliance (BSA) and research firm IDC.

    Currently, about one-third of software used is illegally made copies. But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion.

    Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004.

    "These losses have a profound economic impact in countries around the world," said BSA president Robert Holleyman. "Every copy of software used without proper licensing costs tax revenue, jobs and growth opportunities for burgeoning software markets."

    Disturbing Numbers

    Another key finding in the report focused on piracy rates per country. Piracy decreased in 37 countries, increased in 34 and remained consistent in 16.

    In 24 of the countries studied, the piracy rate exceeded 75 percent. Countries with the highest rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia.

    Those with the lowest piracy rates were the United States, New Zealand, Austria, Sweden and the United Kingdom.

    Culture Clash

    The BSA anticipates continued spikes in piracy activities due to a continued influx of new users in emerging markets and increased availability of pirated software through P2P networks.

    Piracy operating as business-as-usual in some countries is a major factor, said Yankee Group analyst Laura DiDio.

    "There are some places where they don't really think of it as piracy; they're just buying discounted software," she said. "Companies and the BSA are going to have to address the way that piracy has become the norm in some countries."

    Class in Session

    The BSA hopes to launch more education programs, policy initiatives and enforcement efforts in an attempt to lessen piracy.

    The tactics have been used effectively in some locations. IDC noted that the United Arab Emirates adopted policies for curbing piracy in the 1990s, and now is on the list of low-piracy nations.

    But it is likely that piracy still will be a difficult scourge in the years ahead. As IDC points out in the study, piracy is not uniform within a country -- it varies from city to city, and even among age groups within the same city.
    --
    Men are born ignorant, not stupid; they are made stupid by education. Bertrand Russel
  95. correct...by definition by harvey+the+nerd · · Score: 1

    BSA is or will be correct. Just define Linux and OpenOffice as "IP infringing" and piracy - billions or trillions of microbucks 2010.

  96. Not when OpenSource Rules the Universe! by Slak · · Score: 1

    When everything is GPL'ed, there can be no piracy.
    I'm sure there's a much more Zen way to express this....

    Cheers,
    Slak

  97. A quick economics lesson... by Coleco · · Score: 1

    Vietnam, Ukraine, China, Zimbabwe and Indonesia are poor countries.

    United States, New Zealand, Austria, Sweden and the United Kingdom are rich countries.

    Figure it out.

  98. The Software Support Model (was Crazy predictions) by J.R.+Random · · Score: 1

    The problem with the idea of making your money by providing support for software, rather than the software itself, is that it creates perverse incentives. Ideally software would install easily, have an intuitive interface, be well documented, and have no bugs. Such software is very expensive to develop but doesn't need any support, so trying to fund it with fees for "support" is a losing proposition.

    OTOH, make a complicated system with no documentation, a zillion peculiar configuration settings, and a propensity to crash, and you have a real cash cow in the "support" model.

  99. This is Great News!!! by StreetChip · · Score: 1

    I have always wanted more people to buy Sid Meiers Pirates! http://www.atari.com/pirates/pirates/index.php That's the only Software Piracy I know of. Or, did they mean copyright violators?

    --
    LeoPolus Web Design: http://www.leopolus.com
  100. Re:So? by a+trolling+stone · · Score: 1

    Do people ever refer to you as "special"?

  101. Where's the Study/Econ 101 by aric4ever · · Score: 1
    What this study really needed to:
    • Be published
    • Have discussed percentage of various software being pirated.
    • Have weighed total cost of ownership versus economic means
    Seriously, how much of this piracy is due to 150$+ software (Windows, Photoshop) vs the less than 150$ ones (Age of XX, Sims)? Are these estimates of people that were caught and therefore a selective [and biased sample set]. Also, it would be really handy to know what the per capita is for those countries that are the most offending.

    Lets look:
    http://www.library.uu.nl/wesp/populstat/Asia/vietn amg.htmVietnam Statistics
    http://www.library.uu.nl/wesp/populstat/Americas/u sag.htmUSA Statistics

    So for example, it takes a US citizen (22k $/yr) 11 hours of labour to get 1 copy of Windows XP (@125$) while someone in Vietnam (300$/yr), on average, has to work 1000 hours.
    Maybe there is a discount price in other countries....
    --
    The intelligence of any discussion diminishes with the square of the number of participants.-- Adam Walinsky
  102. Patent Pending??? by queler · · Score: 0

    What exactly does this have to do with Patents???

  103. I disagree somewhat by BlightThePower · · Score: 0

    What is the mission of anti-piracy group that takes other people's (ie. the industry's) money? To reduce piracy. I don't think its as simple as saying they have a vested increase in emphasising the scale of the problem, one might argue that they have an equal vested interest in suggesting that their activities have actually done some good. As noted in another comment above, they've basically hedged their bets by not reporting on the relative increase in software piracy relative to the growth in internet usage (and a more sophisticated analysis might consider the extent of bandwidth growth and the nature of anti-piracy steps being taken, either in terms of copy protection or legislation/punishment in different localities).

    In general I'm wary of the general wisdom that suggests that any advocacy organisation is automatically lying by the nature of who they are. Its a standard internet commentator kneejerk response thats as bad as blindly believing whatever you read.

    --
    Plays violent online games as: Nerfherder76
    1. Re:I disagree somewhat by BlightThePower · · Score: 1

      How could an unrated comment be "over-rated". Jesus, this moderation system is well up the spout.

      --
      Plays violent online games as: Nerfherder76
  104. Boycott Microsoft and the other pirates by spinel · · Score: 1

    When we get to see a legitimate code audit of all MS products we will see who the real pirates are. It is well known that Microsoft is the world's largest pirate and that it hates competition. Well the end is near for that dinosaur who will be the next challenger? Why do you think they will not show you the code?

  105. Assumptions by crunk · · Score: 1
    Worldwide revenue loss due to software piracy was estimated at $33 billion

    They are assuming people would buy the software if they couldn't get it for free.

    --
    It's the battle of the minds, and everyone's unarmed.
  106. Something to think about. by N1ghtFalcon · · Score: 2, Interesting

    I would like to point out that it is rather difficult (if not impossible) to get even a remotely accurate idea of how much is lost due to piracy. You have to consider it on an individual level - what would happen if piracy did not exist?

    We take a person who pirated say Adobe Photoshop to use to design art for his personal website. That's considered a loss for the Adobe. But the question is, if this person was not able to find a single illegal copy of Photoshop to download, is there a possibility of purchasing the software legally? From here there are two points - either yes, in which case we conclude that piracy cancelled out the possibility of obtaining the product legally causing the company to lose money. Or, if the answer is no, then the company lost absolutely nothing. If the possibility of purchasing a product does not exist, with or without piracy, then it is impossible to conclude that piracy is responsible for lost income. In this situation, the company looses nothing, but the individual gains a benefit he would not have had without piracy.

    I am by no means trying to justify what is going on, but all I'm saying is that it's not so simple to say that when someone downloads software worth a few thousand dollars, that the company making that software lost a lot of money. Far more complicated than that.

  107. On the bright side... by Studio+A · · Score: 1

    Consumers have saved 33 billion in software expenses for 2004!

  108. Measurement? by raddan · · Score: 1

    How does one even begin to measure this? Extrapolate from those convicted of software piracy? The article doesn't bother to mention any of IDC's methods.

  109. a modestly proposed solution by jimbro2k · · Score: 1

    1. Abandon proprietary software completely -
    2. Move to a total open-source environment.
    3. Softare Piracy & BSA irrelevant (Missing option found). 4. Profit!

    --
    There is not nearly enough love in the world, but there is far too much trust.
  110. Meaningless comparison. by SatanicPuppy · · Score: 2, Insightful

    15,000 to 1 doesn't mean anything by itself. It's 105 Yen to the dollar, but the average salary in Japan is between 5 and 6 million yen (~$52,000) which is ~$20,000 better than our national average (2002) of $36,764.

    Of course, it costs between 200 and 500 yen for a cup of coffee in Tokyo, so...

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  111. This did not deserve a Slashdot. by Anonymous Coward · · Score: 0

    Come on. NEWS. As in, new shit. Things that are neither common sense, nor an excercise of logic. Here, lemme give you some real headlines:

    Berkeley engineers develop hyperwave broadcasters! Broadband in Montana, "just a step away from reality," says Zoe Litchner.

    George Lucas orders revamp of original trilogy. "My original vision was Meow Skywalker, and through the new developments in CGI, we can finally make the film as I would have liked," says Lucas, 61.

  112. It is priced right by nuggz · · Score: 1

    Sorry, this is a free market.
    The price depends only on what the seller and buyer will agree on.
    The fair price is not some fictional number non-buyers and non-sellers think it should be.

    1. Re:It is priced right by nigel_q · · Score: 3, Funny

      But isn't the fact that people help themselves to copies prove that the price IS wrong?

    2. Re:It is priced right by Stonehand · · Score: 1

      No. People have stolen just about anything, no matter how cheap, so long as they think that they won't get caught. They will continue to do so no matter how cheap something is, because there will always be an element which cares about getting something at the minimum possible cost ignoring all other considerations.

      --
      Only the dead have seen the end of war.
    3. Re:It is priced right by nuggz · · Score: 1

      No, it just means that those people haven't come to an agreement with the seller.

      Just because I only want to pay $0.05 for a beer doesn't mean the price is wrong. If the brewer wants my business he can decide if he will lower it to my acceptance.

    4. Re:It is priced right by DarkSarin · · Score: 1

      What your are missing is that $.05 may not be a reasonable price for him to sell the beer to you. Think about it. If it costs him $.10 to make the beer, then he _can't_ sell it to you for $.05--if he does it will eventually destroy his business.

      This is true of software makers. I don't have a problem with them charging enough to make backt their money and a reasonable profit (say 50%, even).

      What I DO have a problem with is charging $500 for an office suite when they could make a reasonable profit on $200 or $50 (especially when the do sell it for that to certain buyers).

      Adobe, and Microsoft, certainly have a decent idea of how many copies of the software they will sell. They have enough licensees that renew every year, and they know about how many copies the different OEMs will sell, and how many copies retail stores will sell (based on previous sales data it isn't tough to predict the future of sales--any economist SHOULD be able to do this without much trouble).

      Given that, it should be easy to say that they can only plan on x% profit (based on Y sales and z devleopment + q marketing costs).

      This isn't what they do, obviously. Instead, they start, unequivocally, that the cost of their product is P, and that you WILL pay that, whether you purchase that product in year 0 or year 3 (no depreciation, no market decline).

      The accountants for those firms must love the marketing & sales departments! It would be like selling 2003 Ford Mustangs for the same price as the 2006 model that will be released soon. At the same lot. And then saying that you can only buy the car if you promise not to sell to someone else at any point.

      Am I bitter? Absolutely. There is no other market that behaves this way (to my knowledge), and it is high time they grew up!

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
  113. You knew it.... by superskippy · · Score: 1

    It's a dup!

  114. Friends and Enemys by Nom+du+Keyboard · · Score: 1
    highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia

    United States, New Zealand, Austria, Sweden and the United Kingdom had the lowest.

    I could list those same countries as most friendly to the USA and least friendly, and be equally accurate.

    And while you can say that the AoE (Axis of Evil) countries are even less friendly to the USA, piracy rates are probably down there because AoE countries prevent many citizens from having computers as well -- not to mention that the BSA isn't particularly welcome there either.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  115. Double Speak by Anonymous Coward · · Score: 2, Insightful

    When software is 'bought' its really licensed but when its 'Stolen' its somehow taken. No wonder there are so many copies to be stolen nobody who buys them legally can take them home.

  116. Is this just a "newness" issue? by davecb · · Score: 1
    Countries with the highest piracy rates were Vietnam, Ukraine, China, Zimbabwe and Indonesia while United States, New Zealand, Austria, Sweden and the United Kingdom had the lowest.

    And which countries have been on the 'net longest?

    --dave

    --
    davecb@spamcop.net
    1. Re:Is this just a "newness" issue? by Anonymous Coward · · Score: 0

      I personally think it may be an "economic" issue.

  117. But you CAN afford it.. by jimbro2k · · Score: 1
    Junkies can always afford a fix because they keep their money stored in other people's wallets. When they need a fix, they just go collect it (sometimes a little force is needed to pry it loose).
    Willie Sutton famously observed that banks store money too.
    If you are too chicken of the bank security, you can always sell a kidney, or your sister, or just do without food for a while.

    The point being that where you get the money is not really the vendor's concern.

    --
    There is not nearly enough love in the world, but there is far too much trust.
  118. Re:Hide your daughters! by Anonymous Coward · · Score: 0

    Good to see the moderators today have a sense of humor...

  119. NOT FUNNY: China has highest piracy rate. by Anonymous Coward · · Score: 0
    China has the highest piracy rate at about 95%. Here, China includes Taiwan province and Hong Kong.

    Not surprisingly, Indonesia also has a high piracy rate. Indonesia does have a large Chinese population and is heavily influenced by Chinese culture.

  120. Re:The Software Support Model (was Crazy predictio by leinhos · · Score: 1

    This is where the (free) market jumps in. If I wish to pay someone to maintain a certain piece of software, I will look at the potental costs of ownership of that software before I select in the first place. If one software product appears to have poor documentation and a propensity to crash, I would have an incentive to look for a "cheaper" alternative. Acceptance/adoption of any software package would necessarily depend on how easily it can be supported.

  121. They havent been buying software so they must be by Anonymous Coward · · Score: 0

    stealing it!

    Maybe thats why their numbers are so borked. They came up with some mathematical model based on computer usage and population and then did some math
    on that prediction.

  122. China has Highest Rate of Piracy in World by Anonymous Coward · · Score: 0
    China has the highest piracy rate at about 95%. Here, China includes Taiwan province and Hong Kong.

    Not surprisingly, Indonesia also has a high piracy rate. Indonesia does have a large Chinese population and is heavily influenced by Chinese culture.

    1. Re:China has Highest Rate of Piracy in World by Anonymous Coward · · Score: 0

      Long time no see, anti-China troll!

    2. Re:China has Highest Rate of Piracy in World by hairyfeet · · Score: 1

      I don't think it's anti China,I think it's funny!The Corps send our factory jobs overseas and now have the nerve to complain "they won't spend the fifty cents an hour we give'm on our software!"Now THAT'S funny!

      --
      ACs don't waste your time replying, your posts are never seen by me.
    3. Re:China has Highest Rate of Piracy in World by Anonymous Coward · · Score: 0

      Look at the link, it's a link about torture, nothing about software piracy.

  123. And in other news... by Anonymous Coward · · Score: 0

    This just in - the sky is blue!!

    Of course piracy will get worse. Why would it improve?

  124. Who pays for these studies? by MrRoarkeLovesTattoo · · Score: 1

    It's like saying it's going to rain in Seattle sometime in the next month or it's hot in Florida during July. Duh. Of course piracy is going to increase, did anyone actually think it would go down?

  125. A third of PC software now stolen by c0ldfusi0n · · Score: 1

    According to an article on Techworld, "More than a third of all packaged software loaded on PCs in the world is now pirated, a new study conducted by analysts IDC for the Business Software Alliance (BSA) has concluded."

    --
    A computer makes it possible to do, in half an hour, tasks which were completely unnecessary to do before.
  126. Another way to look at things by zoftie · · Score: 1

    Why do we HAVE to look at the world the way media and other people want us to look at it. I would rather see it as:

    1. People in some countries might just be able to afford to have a computer and not the software. I would see priorities in such country much different from ours, yet we have to impose our way of priorities, as we deplete their natural resources by ways of government that we(our CIA) has installed, or manipulated into being.

    2. Actual software piracy is low. People who use software for their professional work, do usually pay for software. People who play with software for less then a day and distribute it to their friends, don't usually buy such software. Leisure software is being bought, more often then not. People can still afford 50$ for a game that will be entertainment for couple hundred hours compared to 2 hour movie that costs 20-30$.
    Another thing is: statistics can be made up to prove anything. One is data, second is analysis and third is Interpretation, each stage introducing irregularities(or manufactured vision, lies) into final outlook, data provides...

    As market for computing grows, possible amount of unauthorized software installations grows.

    But its all really just greedy BSA making hysteria, like hollywood top management. Fix those corporations good, like McCarthy did in Hollywood in 50s.

  127. I find myself pirating copies all the time. by xutopia · · Score: 1

    Cause Ubuntu costs just way too much and I much prefer copying than having to pay... oh wait!

  128. Their numbers are bullshit, though by melted · · Score: 2, Interesting

    The "value" of pirated software is much lower than that. If you talk about "value" you kind of assume you'd be able to sell the same software to the same people for your MSRP. This just ain't so. The populace some of the listed countries is ridiculously poor. They aren't going to pay half a year's salary for office after spending their life's savings on a low-end PC.

    There's no excuse for the Western countries, though. As ridiculous as it sounds, by pirating software made by large corporations you're helping those corporations to stay in the business. You see, you could have used alternatives and supported the people behind those alternatives. This would in turn generate competition and drive the prices down and quality up.

  129. If you build it, they will come.... by AviLazar · · Score: 2, Insightful

    and if they make it cheaper more and more people will buy the programs instead of pirating. There are some programs people are willing to shell out money for and some that are not worth the cost. If it is worth the cost, people will pay for it. There will always be the aberrant users - but even at a price of 1 cent people will still steal.

    In other words - next time you think that your software is worth $200 and it does crap - don't be surprised when someone hacks it.

    --

    I mod down so you can mod up. Your welcome.
  130. Guess what dipshits? by Norgus · · Score: 1

    Very close to none of those kids who downloaded your software use it for a profitable cause and ever would have payed for the software?
    Since when was an imaginary -non sale- equal to a loss in money?
    This is the same fucked up logic the music industry is harming its consumer base with.
    If someone is going to start using your software in a professional environment or for a serious use they are going to have a lisenced, payed for version.
    I bet so many professional graphical artists work on pirated photoshop.. and so many kids would have payed for their experimenting with photoshop if there wasnt a warez version available. Grow up and stop imagining these 'losses'.

  131. The problem with open source by Rylfaeth · · Score: 1

    ...is simply that 9 times out of 10, to make use of something, regardless of quality, the user must possess at least rudimentary programming skills. 50 years from now, the vast majority of computer users will probably be mildly proficient at scripting and things of that nature (similar to how a wide range of the population can understand and perform basic car maintenance)... but that time is not today, nor is it the near future, and that prevents folks from being able to install, maintain and use various open source programs / scripts / etc.

    Most of the time it's not even an issue of "can I get this installed" either; there's often an appalling lack of documentation (or readable, organized, aesthetically pleasing documentation) for these projects and you have to sit there either tearing through code or google to figure out how to use the software in the first place. It's very counter-intuitive.

    Also, and I don't know about you guys, but almost every time I end up looking for open source software, I'm trying to find out if something exists already to solve a problem I'm currently trying to avoid coding myself.. then when I find the solution, it's either not exactly what I want (and I have to code something for it anyways), or I have to figure out how to write a middle layer (I'm coding again) to integrate it into my solution. Either way, there's extra work involved. It's fine for my purposes, but not for regular users.

    Shrug, just a couple points to think about.

    -Rylfaeth

  132. FOSS reduces software piracy by airider · · Score: 1

    I'm waiting for the headline that shows that people are using FOSS more and more and because of that the "piracy" rate is decreasing. Except for my OS, everything is use now is FOSS.

  133. The main flaw by chadamir · · Score: 1

    The main flaw here is that they assume that every pirated copy in a third/second world country is equivalent to its price in the US et al. Let's do some analogies. Let's look at the Ukraine and how much they make per month: http://www.ukraine-gateway.org.ua/gateway/gateway. nsf/basicv/0401020002?OpenDocument&Click= Its roughly $30 a month or 360 a month. The median US income is around 43000 dollars. http://www.census.gov/hhes/income/income03/statemh i.html Let's assume that Win xp pro is THE item to pirate. It costs retail in the US 300 dollars. In the Ukraine that would be roughly 90 percent of their income before taxes. If MS thinks that they are really losing money on these people then they are mistaken because these people could not buy it anyway so those numbers are rocky at best. In the US on the other hand its more like 1 percent of family income after taxes so it's not quite as major a purchase and they could make an argument that they are losing money here, but as said the piracy rate is lower here.

  134. Just one problem - IT'S NOT PIRACY! by argoff · · Score: 3, Insightful

    Would we ever expect an organization who profits from piracy to proclaim that the rate of piracy might be decreasing?

    Well, I agree with you in spirit, but in all fairness, piracy is where one boards a ship to beat, rape, pillage, and murder people. I think the term everyone here intends to use is "illegal copying".

    Why should we accept their categorisations of us and use their descriptions to define us? Descriptions for us like "copy monopoly busters", or "information liberators" and terms like the "information plantation masters" for them would be much more fair and accurate.

    1. Re:Just one problem - IT'S NOT PIRACY! by DamienNightbane · · Score: 1

      Yar, but liberatin' information ain't be nearly as fun as sailin' the seven servers and pillaging the work of millions of poor Comp Sci majors. Arrr.

    2. Re:Just one problem - IT'S NOT PIRACY! by DrCode · · Score: 1

      Maybe they should start calling it "software terrorism". It certainly does seem to scare a lot of media execs.

  135. This is rediculous. by irieken · · Score: 1

    Not to claim that the majority of Slashdot readers are pirates, but how many of us have had or have pirated software on our computers? Now, how many of those pirated programs would have been bought if they were not illegally available? Yes, I am sure that this has all been said before, but my guess is that the majority of pirated software would not have been purchased in the first place, making the supposed billions of dollars in losses very misleading. Likewise, the majority of people who would buy the software have bought the software. Architectural design offices have purchased their copies of Autocad, photo studios have purchased their copies of Photoshop, and the majority of computers out there are running licensed OEM copies of a Microsoft OS that came preinstalled on their computer. Who's getting hurt then? Most of the software companies citing losses are not having their target markets eaten away at by piracy. Yet, the companies getting hurt by piracy aren't complaining much at all. Products such as Paintshop Pro is definitely losing sales to pirated copies of Photoshop, and the the OSS community lacks support for certain projects, because pirated commercial alternatives are available. Crying like like the world's ending won't garner much support. There are many valid arguements to be made against piracy on many levels, but lying to support the fight is just a lawyer's pay bonus.

  136. How about 66 billion in stolen software!!1 by lcsjk · · Score: 2, Insightful
    If I generate a software program and advertise it for a whopping 33 billion dollars, and a copy of it is stolen, then the total software stolen will be 66 billion dollars.

    The point I am making is that the value of stolen software is not based on the actual value of the software, (Windows vs Linux, or MS Office vs Open office) but on the value a company wants to sell it for.

    If you have a laptop and a desktop, should you have to pay for two copies or the software, even though you only use one at a time?

    If your computer is too slow and you purchase a new one, you can't get your money back for the OS you paid for already, and if you use it on the new computer, you suddenly have a pirated copy. If you have an old car, you can trade it in for a discount on the new one.

    If you have 4 computers at home, and one of them has a legitimate copy and the other three have "copies" of the legitimate one, then you can be said to have 3 pirated copies. The industry then can claim that they are losing money on you, even though you only use one at a time and would never have purchased more than one copy otherwise.

    In my opinion, one of the major causes of pirating is that companies want users to purchase a new copy of software for each computer you own, and they do not offer discounts for your multiple copies.

    That is similar to the problem we are seeing in the music/video industries. They would like you to purchase a separate copy for each player you have, instead of being able to make a copy to take with you while leaving the other in a safe place. (By the way, how many times have you had to buy a CD to replace that audio tape music since the tape will no longer play?) And did you know that each blank tape you ever bought included an industry "rebate tax" to offset the cost of music copies?

    Yes, there are a lot of pirated copies of software that really meet the true definition of pirated, but there are many others that are just part of system upgrades or multiple computers at home.

    Until the industry comes up with a business model that does not leave the consumer feeling like they were ripped off by having to pay twice or too much, there will always be copying. If Open Office can be distributed for free (plus shipping), then there is a strong feeling that one is a rip-off.

    1. Re:How about 66 billion in stolen software!!1 by Travelsonic · · Score: 1

      "Stolen software"? We have been through this debate numerous times. As wrong as copyright infringement is, nothing is "stolen," especially if it is copied. Copying is copying, not theft. Not condoning the piracy in the world, mind you.

      --
      If you believe in privacy, and believe you have "nothing to hide" at the same time, you're a goddammed idiot
    2. Re:How about 66 billion in stolen software!!1 by lcsjk · · Score: 1
      The main article said Pirated.

      I said stolen.

      Excuuuuuse me!

      Perhaps you are right. Suppose you have generated a program to advertise and sell, but someone makes a copy of it instead of buying it. If you want to say they did not steal from you, but only infringed on your copyright, you are perfectly free to do so; at least here in the USA.

      Now and then you will probably find someone to disagree with you.

  137. Whoa! Whoa! Whoa!!! by eno2001 · · Score: 1

    Before the FOSS people get all defensive about what I posted, I am a Linux user. I prefer to use Fedora Core because it does what I need it to. I hate KDE because I don't like to be spoonfed (no offense to anyone meant, it's just my opinion). I, personally, prefer to download and compile all my apps myself because that's the only way I trust things. I don't like package managers. With all that out of the way...

    The point is that there is still a lot of work for people to do compared with Windows (with the possible exception of that KDE thing someone posted). Not to mention migrating to a new platform. The reason I didn't meantion FOSS on Windows is that it's been my experience that it's pretty much pointless. Back when I used Windows, I tried useing the alternative FOSS stuff and it just never felt right. This is not because FOSS is inferior, it's because Windows isn't an open platform that allows for seamless integration. To really experience FOSS positively requires a FOSS operating system/desktop. Windows + Firefox + Thunderbird kind of sucks compared to FC3 + Firefox + Thunderbird.

    The P2P stuff is just easier for Joe Average because it's written Joe Average. Think about it... searches in P2P apps don't need specialized syntax. You just basically grunt at it and it finds stuff. Again, I don't know about the KDE package manager but I highly doubt it will find every app a user is looking for and it probably only searches locally on a CD-ROM, not on the internet for the latest and greatest. After all, there is also the status symbol element of having the latest name brand stuff to keep up with the Jonses.

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
  138. Xbox 360 by tepples · · Score: 1

    If Microsoft managed to implement perfect copy protection, it would very likely start losing market share like there was no tomorrow

    At E3, Microsoft has announced that the ease of modding the Xbox console to play unauthorized copies was a dumb engineering mistake. The Xbox 360 console will likely be cost-prohibitive to mod, in that it'll be cheaper to buy genuine games (if you want to copy) or to buy a Power Mac G5 (if you want to run Linux).

    1. Re:Xbox 360 by InvalidError · · Score: 1

      The console and related software's context is its own bubble and a somewhat different story for that reason. When companies release new consoles, they are almost completely free to rewrite history, unlike the PC where new platforms are almost infinitely backwards-compatible, providing a similarly infinite ways to work around copy-protection.

      In any case, the story was about the Business Software Association which is primarily concerned with business applications rather than gaming software so consoles are somewhat off-topic.

  139. Re:How can they count it as a loss if I can't affo by Stonehand · · Score: 1

    How much money have you spent on entertainment? Eating out when you could have cooked for yourself? Buying books? Buying hardware? Paying for DSL? Travelling? Are you sure that you couldn't afford it if you saved for it?

    --
    Only the dead have seen the end of war.
  140. Bad example by tepples · · Score: 1

    Lets say someone pirates and use the $500 + Adobe Photoshop. Lets also say this person can't afford that price to begin with

    Since when is Photoshop $500+? I see Photoshop (minus prepress output capability) for 100 USD. Or are you talking about another currency symbolized by '$'?

    1. Re:Bad example by megarich · · Score: 1
      http://store.adobe.com/store/products/master.jhtml ?id=catPhotoshop

      You send me a link to photoshop elements. Different product. May be the same except the "prepress output cabililty"(I dunno) but that difference will cost you $500 in price for the full version. If you want me to be exact I will then, photoshop cs2 will cost you $600, not $500.

      Regardless I was just trying to illustrate a point that software isn't always affordable so how can you claim something as a loss if a person didn't plan on buying it anyways, regardless if the software was pirated or not.

  141. they do so poorly by glsunder · · Score: 1

    The big software companies are doing so poorly profit wise:

    Profit Margin (ttm) (from finance.yahoo.com)
    MSFT: 29%
    ADBE: 28%
    YHOO: 24%
    INTL: 22%
    IBM: 9%
    XOM: 8% (Exxon)
    CVX: 8% (ChevronTexaco)
    TM: 6% (Toyota)
    BA: 3% (Boeing)
    COKE: 2%

    I'm not saying people should pirate software because these companies are successfull. I'm saying that they're still very profitable even though piracy is going on.

  142. Is is a Loss or is it a Gain ? by rcastro0 · · Score: 3, Insightful
    Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal.
    I *do not* intend to start a flame war. But I do find it amusing that depending on the political/partisan inclination of the writer the excerpt above could have been:
    Worldwide utility gains due to software piracy were estimated as worth $33 billion for 2004. Through piracy aproximately 50% more users were able to be entertained or to be more productive than otherwise. Through piracy millions of people who would not have economic conditions to buy software were given their own copy. As such it was one of the key factors helping promote digital inclusion and minimizing the digital divide. In 2004, we are confident to say, the world was a more 'equal opportunities' environment... thanks to piracy.
    --
    Quem a paca cara compra, paca cara pagará.
  143. Paint Shop Pro cheaper than Photoshop El? by tepples · · Score: 1

    Corel makes a wonderful graphics suite which I would say is comparable to Photoshop and costs much cheaper.

    Bad example. Paint Shop Pro - 100 USD. Photoshop Elements - 100 USD. How again is Paint Shop Pro cheaper than Photoshop Elements?

    1. Re:Paint Shop Pro cheaper than Photoshop El? by denidoom · · Score: 1

      Elements? We're talking the core complete software (Photoshop CS costs over $1000 for the suite). But I do agree Paint Shop Pro is great.

      --
      Lane Myer: I have great fear of tools. I once made a birdhouse in woodshop and the fair housing committee condemned it.
    2. Re:Paint Shop Pro cheaper than Photoshop El? by tepples · · Score: 1

      Core complete software? Who, outside of the professional print industry, needs that?

    3. Re:Paint Shop Pro cheaper than Photoshop El? by denidoom · · Score: 1

      Unfortunately, people are having to know both web and print these days. Kinda like how there used to be a division between web designers and web programmers. Now, employers are expecting people to do both. They get more bang for their buck that way, and graphic designers are a dime a dozen.

      --
      Lane Myer: I have great fear of tools. I once made a birdhouse in woodshop and the fair housing committee condemned it.
    4. Re:Paint Shop Pro cheaper than Photoshop El? by tepples · · Score: 1

      People who learn Photoshop at home usually do not own the hardware to make Photoshop full version's high-end output capability useful. Without the hardware, the $500 difference between Photoshop Elements and Photoshop full version isn't worth nearly as much.

    5. Re:Paint Shop Pro cheaper than Photoshop El? by denidoom · · Score: 1
      I understand what you're saying. But knowing just one peice of Adobe doesn't increase one's employability (at least in a competitive geographical location, like I am).

      Back in '97, I taught myself graphics and web stuff. I used cheap, but good, software like Micrographx Picture Publisher and PSP. This worked fine for a long time as any internet company I went to didn't care what tools you used as long as you got the job done. I was laid off a year and a half ago and back in the job market and noticed everything required Photoshop experience, and many job postings required basically the Suite.

      So while I do understand your point about learning at home, my perspective is that the monopoly Adobe has on the graphics world makes it such that only people with significant $ to spend on software, can learn it enough to become employable.

      I suppose with any educational expense it is the cost of learning and an investment in onself. It just chafes that the choice is Adobe or forget it.

      --
      Lane Myer: I have great fear of tools. I once made a birdhouse in woodshop and the fair housing committee condemned it.
  144. Revenue loss?! Gimme a break! by Anonymous Coward · · Score: 2, Insightful

    You. Yes, you. You that reads this right now.

    I bet you have "pirated" some software in the past, or at least you know someone that has done so.

    To the best of your knowledge, would you or the ones you know having pirated software ever used any of it if you had to pay for it? Would you even had a chance to test it, even if never use it again, if you had to pay for it?

    Didn't think so.

    Let's turn it around. Have you (or someone you know) bought a (license to) a program after you (or someone you know) evaluated that program by "pirating" it? What, you even got your company to buy a number of copies you say?

    With this in mind, could in your opinion anyone with even half a brain left truthfully claim to lose money from this? No? What's that you said? They *gain* customers due to "piracy"?

    Case closed. A company claiming "losses" due to piracy should be forced by law to prove losses before making such accusations targeted at millions and millions of individuals, or face "hard time" for accusing these millions upon millions of people of some imaginary loss only due to the company's own failures.

  145. Photoshop is cheaper than you think by tepples · · Score: 2, Insightful

    Keep in mind that you're talking to someone who learned enough graphic design on a stolen copy of Photoshop while in high school

    No longer an excuse. Adobe Photoshop Elements software is within birthday-present price range (100 USD).

  146. Who Cares by Anonymous Coward · · Score: 0

    "The system would require consumers to buy new DVD players with RFID readers." A security model dependant on client configurations; it will fail. Who cares.

  147. DOCTOR! We need to take... by cnelzie · · Score: 2, Insightful

    ...immediate action! This man has no funny bone!

    Without one, he is incapable of sensing humor, as presented in the parent post!

    --
    If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
  148. They will have to eventually by Autobahn · · Score: 2, Interesting

    If piracy continues to increase for years on end, companies are going to start wondering what they are getting for the money they pay the BSA. After all, their job is to combat piracy, and reports like this show that they are failing at their job. If piracy never turns down, software companies will take their anti-piracy dollars elsewhere (or change strategy entirely).

  149. Fake losses on the rise by Urusai · · Score: 1, Insightful

    As the Internet (and indeed world population) expands, more and more lost revenue opportunities due to piracy, and the increasing amount of patented and copyrighted intellectual property of inestimable (but oh so high) value, will result in record losses in Fake Revenue. Every crappy movie that gets torrented will result in billions of projected revenue loses, resulting in a world where losses exceed total global production. At this point, the world will declare bankrupcy, go into receivership, and be auctioned off to Martian interests.

  150. this is total garbage by raides · · Score: 1

    "Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal. But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion."

    are you kidding me ? where the hell do you calculate these numbers from, this is worse than when Bush said social security would go bankrupt in the year 2045 (actually he said even earlier) but still to predict these stats off numbers of past performances is dumb. it just isnt accurate. 1/3 of software used is illegal ? does anyone honestly believe that? this tripe are reasons that people are hunted like animals. i dont condone piracy in any way, but i know it happens, but the feeling has always been , so what. the pirates have to buy the game to rls it anyhow, and if not its a security issue in the company. this type of stuff is always overblown, like the bullshit with halflife 2 being pushed back 4 months because it was leaked. why would a leak push back a game rls, if not in the game was actually changed ? if the game was close to final, who the hell cares. all the real fans of the game were buying it anyhow. and guess what ? they still did. most people who download the game from pirates dont bother to even finish the game. the real fans buy it, how its always been. if people think they are losing sales in games because of pirates, they are pretty wrong. "numbers dont lie" but they can be altered, as they were for movies when that was over dramatized, politicians even admitted the numbers were beefed up. most of the people who download the games arent really at fault, they would do the same, if say their friend bought the game and they copied it. however the people that run huge factories for the sole purpose to make exact replicas of the games and sell them to the public are in the wrong. thats the difference that should never be overlooked in this type of situation. just something for people to keep in mind when things like this are in the news.

  151. But do they need Photoshop? by tepples · · Score: 1

    May be the same except the "prepress output cabililty"(I dunno) but that difference will cost you $500 in price for the full version.

    People who work in a professional prepress environment can afford to pay the extra $500 expense out of revenues. Contrapositive: people who cannot afford the extra $500 do not work in a professional prepress environment. For them, Photoshop Elements is an acceptable alternative to Photoshop full version, perfectly suitable for the "I just wanna learn Photoshop" crowd. Analogy to cars: why steal a Lexus when you can buy a Kia, which does what you want it to do?

    1. Re:But do they need Photoshop? by Minna+Kirai · · Score: 1

      People who work in a professional prepress environment can afford to pay the extra $500 expense out of revenues.

      False. In many parts of Africa and Asia, commerical print shops would significantly cut into annual earnings by paying $500 for Photoshop.

  152. Premise behind numbers is foolish by TheJodster · · Score: 1

    The entire premise behind the "loss" of revenue reported by BSA and others is patently false. You have to make a gigantic assumption that those who "stole" your software would have purchased it. I offer this hypothetical example... suppose I could get Micro$oft word from the office and load it on my home machine. Is M$ out whatever the cost of this is at the store? Of course not. I would have downloaded something free from the internet for my word processing needs and not used word at all. The reason I am using it is because I like it and it was just as free as the one I could've downloaded. Further complicating matters, suppose I did have to buy it because I couldn't steal it from work... would I have purchased that product or a much cheaper one that does the same job. How the hell are they calculating the loss and who lost the money? The cheapest decent word processing software company lost the money, not M$.

    The numbers therefore, are bull crap as we say here in Texas.

    --
    A little misunderstanding? Galileo and the Pope had a little misunderstanding...
  153. Whats a Redicule? by Creepy+Crawler · · Score: 1

    Oh, idiot. You mean ridiculous.

    --
  154. Linking software piracy to revenue loss by MerlinTheWizard · · Score: 1

    doesn't usually make much sense, yet it's one of the primary arguments when it comes to fighting it.

    The only thing the growing of pirated software can teach us is that there is an increasing proportion of people using pirated software over legit versions. That doesn't directly equate to revenue loss. Look at how many people use a pirated version of Photoshop, for instance (let's face it, we all know there are very many!). Do you sincerely think those would have shed out a thousand bucks to buy a license? Come on... On the other hand, as with Windows, it increases the user base, and thus is actually a good marketing thing. I'm not advocating piracy, I'm just saying that the "bad" consequences are pretty hard to put figures on, and the "good" consequences may actually be easier to quantify.

    I think the real problem is not a so-called revenue loss. Not yet anyway. To me, the real concern in the long run is about making people realize that purely digital (that is, immaterial) products are actually products worth buying... and it won't happen until intelligence is valued over brute force. Right now, brute force tends to win, so the only way to fight piracy is by legal means (DRM and software "locks" don't work, it has been proven over and over...) When people are ready to acknowledge "mind products", then purely technological solutions will have a chance to work... right now, the only way to deal with piracy is either to use brute force (legal enforcement with harsh penalties) or ignore it altogether.

  155. One's loss is another's gain by Tom7 · · Score: 2, Insightful

    Worldwide revenue loss due to software piracy was estimated at $33 billion

    Remember that since piracy costs almost nothing to do, this revenue loss is also a corresponding revenue gain for those who pirate. So another way to say this is, "Due to piracy, the world gained $33 billion dollars worth of software without spending a dime." It doesn't sound so bad when you put it that way, huh?

  156. trusted computing the answer? by Anonymous Coward · · Score: 0

    They will try to fight it with TC, but in the end it will fail because the majority of people already have access to more than enough for their basic computer needs.

  157. That's why they have educational editions... by blorg · · Score: 1

    ...at very low prices, or even free (I have just such a copy of Oracle in front of me, which came with a textbook.) This particular one is limited to 120 days and clearly says FOR EDUCATIONAL USE ONLY in the license.

    Other server tools are commonly available with use restrictions that leave them fine for learning but unsuitable for a production environment (performance limitiations, one concurrent user, etc.)

    1. Re:That's why they have educational editions... by InvalidError · · Score: 1

      Not every company does... and in some case, the "educational" or "trial" version is missing or excessively crippling some key features that renders them useless. In other cases, the evaluation period is so short that it makes it practically useless unless going at it full-time, assuming no obscure bugs come along to ruin most of that period.

  158. Using Software does not = Sales by Anonymous Coward · · Score: 0

    Unliscensed use of Software does not equate to a lost sale of said license.

    It may do, but in many cases probably not, it may well mean a future sale when the garage heads grow up and find their skillset is tied into a proprietry package.

    It does however hurt those who are undercut by cheaper design/ programming/ CAD/ etc houses as those who do not pay licenses have cheaper operating costs than those who do and can thus charge less.

    But then it does mean many things can be achieved on smaller budgets that may not have been possible before.

    It also hurts the open source community because instead of joining in and helping to create solutions that are available to everyone people would rather pay for thin air.

    So it hurts end users who resell services using software and the Free Software and Open Source Movements, I think in the long run it is probably beneficial to the comapanies whose products are pirated as it gives a much bigger market share than they would have without it which translates to future sales.

    Generally proprietry Software is overpriced and Buggy crap that promises so much more than it delivers - it is probably only piracy that has kept the endless stupidity afloat.

    So the Software alliance should stop talking crap.

    But defintely crack down on people using proprietry software as this will only benefit those who have yet to understand the Truth of Liberty as in Beer...er...3) Profit?

    Another Question entirely is how much money has been lost, especialy tax payer money for liscensed solutions that often fail to work and must be rented (liscensed upgrades) every year when a customisation of Open Source products or even something coded from scratch would have done the job a thousand times better.

    I mean most of these tasks such as database manipulations are well established procedures, generally built apon foundations of academic expertise that the taxpayers paid researchers to develop in the first place.

    Clearly without the hellish black hole that is proprietry software, all those billions would have gone to the development of excellence in Software and Hardware.

    Think about how much wasted development all that money in say Microsofts coffers represents - think how much further ahead things would be. No innovation has come from M$ and it never will.

    It is standards and sharing and free apache that has got the internetworked world where it is today.

    Imagine a world where every one is free, as in Beer...

    Still without Software companies where would all the Open Source Developers have their day jobs?

    Sigh **

  159. Midlife crisis by hey! · · Score: 5, Insightful

    Are they really suggesting that the worldwide market is going to triple that quickly?

    Speaking as a guy in my 40s, I know a midlife crisis when I see one. They start when the perception of unlimited possibilities you had when you were a youth inevitably gives way to the realization you are probably not going to set the world on fire; at best you've got to work like hell to keep the bonfires you have set supplied with fuel.

    The relevance to the topic at hand is this: I lived and worked through the great informatics boom of the late twentieth century from roughly 1980 to to the dot com crash of 2001. In the late 80s early 90s, we had exponential growth of spending on software, fueled by exponential growth in the adoption of computers. In the late 80s, I worked for a company with few hundred employees, and we used to regularly order literal truckloads of computers. This gold rush atmosphere was artificially prolonged for perhaps another six or seven years by the dot com boom.

    The dream was that licensing software was like printing money. Hell, the license certificates after a while started to look like money -- or at least some kind of bond certificate or something.

    Well, the gold rush is over. Sure, some people may make huge fortunes creating new, paradigm disrupting products, but by in large the software market (specifically software licensing revenues) is mature, and in some cases may shrink as open source takes over mature application areas.

    And, like the former hotshot who looks into the mirror and sees a tired looking, paunchy middle age gent, our friends in the software industry facing a paradigm shift from land office business to the crappy, low margin service sector, are exhibiting stage one of the whole Kubler-Ross reaction to facing the inevitable: denial, anger, bargaining, depression and acceptance.

    Well, guys, there's good news and bad news about being middle aged. The good news is that you don't have any problems talking to pretty girls anymore. The bad news is that their respectful and call you 'sir'.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  160. Piracy's impact on BSD? by TomsFingerKeys · · Score: 1

    Does this mean more pirated installs of BSD out there? I'm not sure that's a bad thing...

  161. OK... by maddys_daddy · · Score: 0

    ...guess I'm the moron here. I hereby retract the comment I made and humbly apologize for the name calling and failure to recognize the sarcasm. I'm really getting slow in my old age. Seriously, sorry 'bout that.</blush>

  162. Re:So? by Pig+Hogger · · Score: 1
    Do people ever refer to you as "special"?
    No, as "normal", say, like "the rest of the world".
  163. Re:What the BSA does - IT IS PIRACY! by DickBreath · · Score: 1

    but in all fairness, piracy is where one boards a ship to beat, rape, pillage, and murder people.

    The BSA does send thugs to your place to search for infringing software. I'm not sure about whether the BSA engages in the "beat, rape, ...", etc. part. But the BSA does board your ship, so to speak, pillage your organization, especially if they find one single unlicensed software. You will henceforth become an all-Microsoft shop.

    So maybe the BSA is correct, in a way, piracy will increase in response to increases in copyright infringement.

    --

    I'll see your senator, and I'll raise you two judges.
  164. Error in headline. by arbitraryaardvark · · Score: 1

    Headline reads,
    Software Piracy Will Get Worse.
    But if you read the article, it actually says software piracy will double its market share in five years, thus:
    Software Piracy Will Get Better
    would be more accurate.

  165. Not much different from the RIAA reasoning by Anonymous Coward · · Score: 0

    "Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004"
    If they think that people who can settle for Irfan View for their photo will pay >$600 for photoshop, then they are wrong. Any guy in Nigeria (!) who is using Photoshop "because he can" will happily use Irfan View hadn't photoshop been available for him on the street for $1 a pop.
    This seems all similar if not worse than the RIAA reasoning.

  166. Stupid estimates. by Kaorimoch · · Score: 1

    Why stop at $200 million BSA? Why not just say nine zillion billion dollars are lost to copyright inf..oh, I mean "pirates"? Obviously the more the better and you don't even have to provide proof for your figures.

  167. One thing that always gets me... by morethanapapercert · · Score: 1

    I have seen this kind of quote many, many times. There as always been one crucial assumption in them that I believe is a flaw in thinking.
    If there are say 10 million possible customers for your software at a licence cost of 10$, then the bean counters assume that means projected sales of 100 million dollars. If they only sell 6 million copies, they then claim that they "lost" 40 million to piracy. * a failure to sell is not automatically a loss* Out of those 10 million possible customers, some used a competing product (open source/free or commercial), some used pirated copies and some simply did without.
    If I were to use a pirated copy of a application, that does not automatically translate into lost earnings for the producer. First off, without the pirated alternative, I may not have used that product at all. (which is *still* lost earnings)
    Second, if that application is a utility, then my using it, by any means, only encourages others to use it as well. (if I create a .pps with Powerpoint, then my co-workers need Powerpoint to read it) Whatever is popular enough becomes the standard. If it is a game, then you have to consider the hype effect. Enough hype makes me want the game more 'cause all my friends are playing it too and are raving about it.
    Bottomline, *if* I use your software without permission, I am indeed stealing *but I am not stealing your money* While my actions may hurt your bottom line an infintesmal amount, they also contribute to your company's popularity. Correct me if I am wrong, but isn't this part of the basic premise behind most shareware and freeware given out by otherwise "for profit" companies and solo programmers? Simply let people have for free, and if it's good enough, enough people will agree to pay you that you can profit.

    --
    I need a wheelchair van for my son. Help me get the word out. https://www.gofundme.com/wheelchair-van-for-jj
  168. Reality check by Eternal+Annoyance · · Score: 1

    They make their products too expensive.
    ppl notice they can get a *free* copy from a friend or of the internet.
    If they want piracy to become less worse, they've got to do 2 things:
    1) Lower the price to something which will be accapteable to the customer (either the consumer or a given company).
    2) Increase the quality of the software.

  169. Reasonable Profit by nuggz · · Score: 1

    Amount of profit is irrelevant.
    Most people I know go to Walmart because it is cheaper.
    They don't go to the other store because the price is higher.

    They have no idea what the profit or loss is for that item at each store, and they don't care.

    Many Rental and leasing agreements and laws are typically written as non transferable, or with conditions on transfer.
    It isn't like you own the software you are licensing.

  170. Max profit by nuggz · · Score: 1

    If my cost is $100 I'd rather sell 10 at $500 than 50 at $200.

    1. Re:Max profit by DarkSarin · · Score: 1

      Why?

      Other than the hassle of having to deal with 40 copies and sales more, you are losing $1000 when you do that.

      (50 * 100 = 5000; 10 * 400 = 4000).

      Now if you could sell 20 at $400, that would be different (20 * 300 = 6000). What if you sell 30 @ $300 (30 * 200 = 600).

      Obviously the trick is to set the price so as to sell the most copies at the highest price before the drop occurs. If you sell 50 at $200, would they buy it at $250? Or could you sell 40 at $300? (50 * 150 = 7500; 40 * 200 = 8000). That would be what you need to know. What if you set the price at $500 and only 1 person buys, but if you had set it at $400, then 5 would have bought?

      What does it matter what your cost is? I am assuming cost per sale, which isn't the case in software. The equation does change when 100 is your total cost for development, marketing and sales (which, upon a re-read, is what I think you are really saying). In that case, 10 * 500 = 5,000; 5000 - 100 = 4900; whereas 200 * 50 = 10,000; 10,000 - 100 = 9,900.

      In this scenario, you are taking a $5,000 dollar loss for selling it so much higher price and to so few people.

      Think about it like this--you have to now sell it to 20 people (@500) to make the same amount as if you sold it to 50 (@200). Which is the more likely sale?

      It's all about volume and profit per peice. An interesting thing about this is that if your sales are low, it costs you more to make one sale than it would if your sales are high (time is money). You will not sell anything that is more expensive as quickly as you would if it were slightly cheaper.

      Think about it. What Adobe does is this: We spent $300,000 is development, and another $200,000 in marketing for this new version of Photoshop (I am guessing, and probably low--I have no Idea how much it really costs). So lets sell each copy for $700. At this rate we need to sell ~715 copies to break even. We can easily sell that many (in the first day).

      Lets suppose they sell 30,000 copies (not unreasonable, all things considered) at an average price of $500. That means that they have made 14,500,000, minus whatever operating costs. That's not a bad amount of profit, which is what I am assuming.

      Now, I am sure that someone will tear me apart saying that it isn't this simple, and you know what? They are absolutely right. But my point doesn't change--they have a good idea of where the sweet spot for sales v. price is. I would guess that they are pricing at that point, but it doesn't make it any easier on those of us who aren't currently making a ton of cash.

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
    2. Re:Max profit by nuggz · · Score: 1

      they have a good idea of where the sweet spot for sales v. price is. I would guess that they are pricing at that point, but it doesn't make it any easier on those of us who aren't currently making a ton of cash.

      But they don't care about you because you don't have any money.
      You have two options,
      1. Elect a socialist government who gives everything away for free.
      2. Get money to pay for it. I recommend buying highly profitable companies. Use their earnings to buy their products. (Hint, this is why I don't care about gas prices)

  171. The BSA are murderers by Anonymous Coward · · Score: 0

    The BSA are murderers

    By "murderers" I mean that they are guilty of using pejorative language to skew the debate. By "debate", I mean propaganda campaign.

    Phew. It sure gets complicated when the very language used in debate gets redefined by one side to suit their own purposes. And look how many of the comments here play right in to their hands.

    Once more from the top : "piracy" is unlawful seizure or robbery of ships or property thereon.

    This practice of tainting debate though deceptive language is not just malapproprism, it's paedophilia

  172. More Crazy predictions by Anonymous Coward · · Score: 0

    Did you know that there's no agreed upon concept of the value of software (or the "value" of anything for that matter) in the economic theory. Same also goes with the price. So there's a much more fundemental problem here. It's not only piracy, it's not only software.

    But your point in the scarcity argument is correct. Something which is not "scarce" as in the software case, cannot be a "commodity" in an economy based on capitalist principles. But the propensity of the capitalist economy is to "commoditise" everything in order to profit from them.

    Intelectual Property is the main driving force behind the "new economy". It is thought as the next big export item from developed countries to underdeveloped ones. The reason: it can be multiplied endlessly with almost no effort, which means that after the breakeven point, the ratio of profit in any marginal unit sold is almost %100. Who doesn't want to make %100 profit.

    The main problem is that there's still a huge fixed cost for the production of the first unit. And there's no guarantee that that cost will be recovered (e.g. flop big-budget movies and any hit-based IP industry like music and video games). So there's lots of risk. That risk is actually factored in the prices too.

    The point I'm trying to make here is that the problem of the industry has nothing to do with technology. It's all economic, and it's so deep that I don't think there's an easy way out of this. I've been thinking about this and discussing with some of my friends (economy professors) for 5+ years but haven't come up with any solution short of enforcing IP laws as hard as other property laws which needs at least an Orwellian police state. Although the US at least is going in that direction of becoming one (for other obvoius reasons) and the BSA report shows that some of the most drastic gains in lowering the piracy rate happened in non-democratic countries (e.g. UAE), I can't see that the worlwide problem can be solved this way. The peaceful solution is ideological brainwash (education in BSA terms), but that will take a long time in countries where piracy is the norm and actually covertly supported by the governments to increase competitiveness in exports (India and China are prime examples) .

  173. Re:So? by a+trolling+stone · · Score: 1
    In the U.S., "special" is a euphemism for "fucking retarded".

    Sorry for any misunderstanding.

  174. Subjective title by fishdan · · Score: 1
    For me the title should have read "Software Piracy to get Better."

    It took me the better part of an hour to find a good copy of Office 2003 yesterday.

    kidding!!! I'm kidding

    --
    Nothing great was ever achieved without enthusiasm
    1. Re:Subjective title by Yaotzin · · Score: 1

      **Right now at your local anti-piracy office***
      "Lawsuit... Lawsuit... Where's the lawsuit button when you need it?!"

      ;)

      --
      Error: No error occurred
  175. Growing Trend?-Appeal to non-authority. by Anonymous Coward · · Score: 0

    "Wow, so the BSA is reporting that piracy will continue to grow. We all know how objective and unbiased a report created by an anti-software piracy group must be."

    So by implication we know that the pro-piracy groups are going to give us an unbiased look at the situation.

    If you're going to slam reputations, you might want to look at the state your side is in first.

  176. Re:Whoa! Whoa! Whoa!!! by ultranova · · Score: 1

    The P2P stuff is just easier for Joe Average because it's written Joe Average. Think about it... searches in P2P apps don't need specialized syntax. You just basically grunt at it and it finds stuff.

    Well, if you'd grunted at it, you'd noticed that it finds FOSS stuff too. Why would anyone bother downloading FOSS from P2P when you can just google for it and get it from the official homepage much faster is not something I understand, but you can get it from P2P.

    The point is that there is still a lot of work for people to do compared with Windows (with the possible exception of that KDE thing someone posted).

    Certainly. However, please understand that the Windows "ease of use" is mostly illusory - getting the program working might be easy, keeping it working well is another matter. Library incompatibilities (and missing libraries too) are not unknown in Windows world either. And many Windows programs have "copy protection" mechanisms which have the nasty tendency of being either very inconvenient (you have to enter the CD each time you want to play) or making the machine unstable (Morrowind crashed my machine almost each time at CD check time - no-CD patch solved the problem), or both. FOSS is free from such problems.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  177. Developed countries by Anonymous Coward · · Score: 0

    I guess in the developed countries, there's nothing to pirate... everyone already has that piece of crap OS, and those craps applications.

    I havent seen anything new in the store that jump out and really make me drool over.

  178. Share-where? by Anonymous Coward · · Score: 0

    "You've missed the point. If I write a shareware program and receive no registrations, then complain that I've been cheated out of = $(#downloads * $registration) I've made an invalid assumption"

    The key hinge is value. Can digital goods have value? If so then; can that value be influenced by people not honoring reciprocal agreements?* If it can then that means that OSS as well as shareware can be affected, even though the nature of the agreements are different. Make note that "form" plays no part in this discussion.

    The consequences of the free distribution of digital goods that are ment to support an economic model (An incidental in OSS) vary depend on who's doing the arguing. From the "free advertising" to the "saturation of the market", both arguments have only circumstantial, and anecdotal evidence to support their positions.

    But I don't think we should take the neutral position and assume that there's no influence, nor even the "It's all good". For a freedom loving "Don't thread on me" group. The idea that others are making your decisions for you should resonate with both citizens, and artists.

    *If not THAT good, then how about future goods? No more good free code being written, or good quality music being played from those with talent (How many people aren't going into the arts because of the present day handling of all artists by BOTH sides?)

  179. Share-Bare. by Anonymous Coward · · Score: 0

    <BLOCKQUOTE>
    Value of digital good that will support an artist ($1000)
    |
    |
    100 people that purchase good at $10 because they don't have it.
    |
    |
    Artist continues producing
    </BLOCKQUOTE>

    verses

    <BLOCKQUOTE>
    Value of digital good that will support an artist ($1000)
    |
    |
    50 people that purchase it at $10
    |
    |
    Minus 50 people who didn't purchase it at $10 because they already have it from P2P
    |
    |
    Equals a shortfall of $500.
    |
    |
    Lather, rinse, repeat however long your savings last, and your tolerance to pain.
    </BLOCKQUOTE>

    Conclusion: Why the hell are you an artist in such an easily abused career?

  180. Great! by nurb432 · · Score: 1

    Although i disagree totally with the label 'piracy' for infringing on a copyright agreement, i think this is great.

    Copy it all, to hell with them.

    --
    ---- Booth was a patriot ----
  181. It isnt piracy! by DaPhoenix · · Score: 1

    It isnt piracy when your operating system and all of its software is Free.

    --
    -- -=innocent ramblings from the mind of an insomniatic programmer=-
  182. Loss of Profit by LeaderOfLostSouls · · Score: 1

    Why not just provide a gallery of web applications to the masses instead of binary packages to computers. The cost of computers would go down because only basic utilities would be included like the browser, and a media player. Web applications provide a way to interface with a wide range of computer technologies as well as operating systems. People could pay a subscription service to such an application service provider for the monthly or yearly use of the service. I know that if someone really wanted to do it we could write an XML commons for formatting data carried across such a web application service, ranging from spreadsheets to webmail anything can be done online with Rich Applications based on a web application service.

  183. Accuracy of BSA data by stupidkiwi · · Score: 0

    New Zealand is one of the lowest piracy countries? Here's BSA's dirty little secret. BSA has no office in New Zealand, and don't monitor New Zealand, and don't take reports about cases in New Zealand from its closest office in Australia. It's great that the BSA stays out of this backwater, it's not as if we have all run out to pirate software because they have not been looking over our shoulder. The point is that they have to be making something up if they put New Zealand at the top of the "Good" list if they don't gather any data from the country.

  184. On the fence? by Primal_theory · · Score: 0

    This is supposed to be bad news how?

    I think they should offer lower prices on software, because, there is NO WAY EVER, that I would infact pay for somthing thats 600 Dollars, and only does one thing (images!), maybie 600 dollars for a good video encoder, a blend of psp and photoshop, somthing like garage band, somthing like fruity loops, and maybie even an os, then i'll consider it, but utill then... NO

    --
    Your skill in reading has increased by one point!
  185. Do I need to say it? by minion · · Score: 1

    Do I need to be the one that points out, again, that software piracy causes maybe a 5% profit loss? Most of those who use it illegally would never have paid for it, if they couldn't get it for free.

    Damn, stop wasting your money on copy protection, macro-media, catus data sheild, yada yada yada, and focus on writing good software. Its not stopping ANYONE from using it illegally. Its only making it hard for those who would never pay for it to use it.

    --

    -- If we don't stand up for our rights, now, there will be no right to stand up for them later.
    1. Re:Do I need to say it? by TiggsPanther · · Score: 1
      Its only making it hard for those who would never pay for it to use it.

      Actually it tends to not inconvenience those who would never pay, as they either know how to crack it or where to get the crack. instead it tends to make it hard for those who legitimately buy it. Product Keys. Activation. All that kind of stuff ticks off legitimate users, yet is rarely seen by the very people it's suposed to stop.

      --
      Tiggs
      "120 chars should be enough for everyone..."
  186. Oh really; Where's the beef? by billsf · · Score: 1

    Certainly anything the BSA says is pure bullshit. This has already been well established in the comments to this. Its really quite simple: Any personal use is NOT piracy, but if you profit from anyone's work, you really owe them something! If the application is useless to you, just destroy it. Has the BSA heard about the 'try before you buy' concept?

    It gets even more blurred when you are dealing with source code. If you are a developer, you really want to have the source code and compile it yourself. Some companies really want a pretty stiff non-disclosure agreement but the bottom line is personal use is fine but distribution is not. Again, if you profit from it, you are morally obliged to contribute. If not, destroy and inform the company that you have done so.

    Another class of software it that which is specific to a particular device, namely drivers. In this case, nobody pays for software, it comes "free" with the hardware unit although we all know it it probably the most expensive part. I could care less if people distribute copies of "Finalscratch" in either form. This can only to lead to more sales. More hardware sold, more money to all the developers.

    Any software only products I develop are by default open source -- no exceptions. I have the luxury to demand this condition. All of the developers I know feel the same, unfortunately some aren't millionaires yet.

    BSA, If you don't understand this, you will be despised by the very people you try to protect and laughed out of court.

  187. Cry me a river... by LewekLeonek · · Score: 0

    Cry me a river, just to get better support of parlament to push for tougher laws; Jail time for piracy, yet some pedophiles are out for a walk in your neighborhood, some teenagers are playing costly pranks, and some crook carves your face with a knive just to get 20 bucks out of you.. if you still can afford to have spare 20 bucks on you. Cheers, LL

  188. US$200 billion? by epicar · · Score: 1

    "But within five years, that number could boom to two-thirds, with the value of pirated software nearing US$200 billion."

    The software is obviously not worth that much, if two-thirds of its users are unwilling to pay it. If anything in the system is flawed, I'd say its their marketing and pricing strategies.

  189. FOSS hard to install by Anonymous Coward · · Score: 0

    Therefore, the steps to acquire and install a FOSS app would be:

    Let's try the gimp 2.0 right after it first came out.

    1. Go to Sourceforge or Google and search for the gimp.
    2. Download the exe installer.
    3. Double-click "setup.exe," "install.exe," or "[whatever].msi"
    4. Be notified that you have to have GTK+ installed for the gimp to work...even though you already have it installed to support gaim, your other favorite FOSS app.
    5. Download the gimp's GTK+ installer and run it.
    6. Install the gimp.
    7. Try to launch gaim and watch it fail because the wrong version of GTK+ is installed.
    8. Reinstall gaim's version of GTK+.
    9. Try to launch the gimp and watch it fail because the wrong version of GTK+ is installed.
    10. ...

    This problem has since been solved, but it was a showstopper while it lasted. The two FOSS apps couldn't be on the same machine at the same time. I've never had this problem with Trillian and Photoshop.

    I used to think that the reason software was always easy to install in windows was that microsoft somehow "got it right" with software installation whereas linux wasn't there yet. But I've since changed my mind.

    Up until MSI, microsoft didn't have that much of a role helping third party applications get installed. The real difference is that windows is a platform for applications whereas linux is not. It is possible to count on certain fixed set of things being available in windows, and nothing else. On linux, it's not even possible to count on an ABI-compatible libc being present on the target system; however, applications make this stupid assumption and so we have the package management mess.

    Windows applications (and application installers) that are put together with this in mind work very well (Trillian, Photoshop). Windows applications that do not are not so fortunate (the gimp, gaim). My interpretation of the situation is that the linux heritage of these applications and the linux experience of those who constructed the installers is what allowed this problem to happen.

    1. Re:FOSS hard to install by Kadmium · · Score: 1
      It could be worse.
      1. Go to Sourceforge or Google and search for app.
      2. Download app, which is either a source-only distribution or is binary-incompatible with your distro (or distro version).
      3. Extract the .tar.gz archive.
      4. ./configure
      5. Download the dependencies that configure complained about.
      6. Download their respective dependencies.
      7. Build all those dependencies
      8. ./configure your original app
      9. make
      10. make install
      11. Create your own desktop icons because 'make install' didn't create them in the right place and you don't have a clue how to move them.
      12. Feel uber1337 because you actually managed to get this far.
      13. Watch the app segfault as you try to open it.
      And don't even get me started on the ALSA patches to support my sound card...
  190. In other news... by db10 · · Score: 1

    ...the Anti-Virus industry forecasts severe increases in viruses.

  191. There is a Shareware Problem by SerpentMage · · Score: 1

    Piracy is an issue on the Internet and it is getting worse. Lets face it, if there is one thing that Open Source and Closed source can agree on is piracy. Piracy is a violation of copyright, and imagine the uproar in the Open Source community if 75% of individuals used Open Source for products and did not disclose the modifications? There would be cries for "bloody murder"!!!!

    These days there are simply too many people who are too eager to download cracks. Think of it this way. Shareware is distributed via the Internet, meaning a user of shareware is Internet savy. This means it is easy to find a crack, and hence not pay a cent.

    Shareware authors generally don't mind some pirating, but some people are loosing like 75% of their income. They do not measure it by downloads, but by support questions, and drop off in income.

    Here is the trick, shareware author comes out with software, sales come in. Shareware author watches the crack sites and sees when a crack comes out. Shareware income drops like a rock.

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
  192. or what... by snipersock · · Score: 0

    ... just not deal with licensing at all? Let us think of this

  193. Pir8 by IdleByte · · Score: 1

    Monkey See, Monkey Do!! And out government, and the BSA have no right in my opinion to Bi7ch about it. The US is over stolen ground (groans, not this story again). We stole this land, and the resources. So it's only fair that our legacy of thievery continue over the internet..... Just a thought....

  194. Free Software by Eric+S+Raymond · · Score: 1

    All the more reason to stick it to the man and use open source!

    --
    Bypass Compulsory Web Registration -- http://bugmenot.com/
  195. Re:So? by Pig+Hogger · · Score: 1

    In the rest of the world, "american" is a word that means "fucking retarded".

  196. Wow. It's gone down... by edunbar93 · · Score: 1

    Okay, so this is a different number and it's kind of like comparing apples and oranges...

    But in 1990, Compute! magazine took a poll of its subscribers. Over 80% of them had pirated software at least once.

    But now the percentage of computer users who pirate software is a lot lower.

    Why is that?

    Because back in 1990, the only people who were really using computers at home were geeks. And they all knew how to get around the copy protection. These days, copy protection is a little harder, and access to methods around it are readily available on the internet, but 80% of the people who use the internet haven't got the first clue about how to circumvent copy protection. Or even know where to find the cracks that do it. Or how to use them. Add to the fact that you can't exactly download an 800 megabyte application off the web as easily as you can get the latest copy of Eudora. Sure, there's torrent sites, but you have to *know* they exist, and *know* where they are. But considering the number of people who even *know* where Eudora's website is, or even that Firefox is a browser like Internet Explorer, and all of a sudden the problem seems quite a lot smaller.

    --
    "No problem. I have the capacity to do infinite work so long as you don't mind that my quality approaches zero."-Dilbert
  197. piracy by Zyleth · · Score: 1

    Seriously where do they get there figures from? Most of the ppl using the pirated software would not be using it if they had to pay for it, therefore that is not a monetary loss to the company anyway.

  198. The BSA by Anonymous Coward · · Score: 0

    The BSA are really running a protection racket.

    I encountered them by telephone when they threatened to sue my company because we were using unlicensed software - Microsoft and Veritas. They clamied they had received an anonymous report from a disgruntled ex-employee who had provided documentary evidence. They told me that unless I provided a full asset register within 30 days court proceedings would be instigated.

    To cut a long story short I refused to provide this and I have not heard from then since.

  199. HUGE Correction required here by Anonymous Coward · · Score: 0

    In Linux, to acquire a FOSS app, (assuming you are running any sort of normal version of Linux), the steps are:

    1. Run the "Install Software" application from the main menus,
    2. Enter the root password when asked,
    3. Select the "Section" applicable to the application you want (eg Graphics software)
    4. Browse through the list of available packages with descriptions to select what you want
    5. Select the desired package for installation,
    6. Click "Apply"
    7. Wait for the package and all dependencies to be downloaded and installed for you.
    8. Run app and be on your way...

    oh, and BTW, you misnumberd 6 for Windows, which is reboot.

    And also after step 7 for Windows (Run app and be on your way...) you forgot (for apps loaded from P2P) steps 8 through 27 which are all the same:

    "figure out where malware was installed and remove it".

  200. It's not "expanding" by Anonymous Coward · · Score: 0

    They're simply overvaluing their software.

  201. Vietnam and Value for money by skingers6894 · · Score: 1

    I'm an Australian working and living in Vietnam and the piracy rate there is hardly surprising.

    I was working with a bunch of networks guys a month or so ago and the subject of salary came up. These guys were on $100USD per month. They were university graduates with industry certifications working as IT professionals on 100 bucks per month!

    Now who in the "Developed" world could afford to pay multiple months salary for software.

    I bought the Tiger family license the other day for $200. The distributor had to order it in specially and as I was waiting in the office I was tended to by 3 people. It was like I was buying a BMW or something.

    Piracy in the developing world is totally different to the developed world. When they talk about "lost revenue" in places like Vietnam they are seriously kidding themselves. The revenue has to "be there" to "be lost".

  202. Two Words by Anonymous Coward · · Score: 0

    Net Hack!!!!!

    and... free civ.

  203. Re:So? by a+trolling+stone · · Score: 1

    I think we have established that Americans don't care what the rest of the world thinks.

  204. Re:Whoa! Whoa! Whoa!!! - you are wrong about this by Anonymous Coward · · Score: 0

    "I don't know about the KDE package manager but I highly doubt it will find every app a user is looking for and it probably only searches locally on a CD-ROM, not on the internet for the latest and greatest."

    Package managers are provided by the distributions, not by KDE.

    Fedora is the very worst distribution as it provides only yum. I'd personally get and use apt4rpm.

    Debian, Mandrake and Suse are all vastly better - they provide Synaptic, RPMdrake and YAST respectively.

    They each provide far better search capabilities than any P2P application - you can search by name or keyword in description, or you can browse sections.

    And no, they do search locally. There are >17000 FOSS packages in the on-line Debian repositories, and that is what Synaptic searches.

  205. "software piracy" figures misleading.. include OSS by Anonymous Coward · · Score: 0

    According to reliable sources, the basic "software piracy" figures oft quoted by the BSA are oversimplified and down right dishonest.

    Their method of calculating piracy?

    the formula: piracy = PC's sold - BSA software titles sold.

    This sloppy little math equation means that if you use linux, open office, or other OSS alternatives to "big software" product you are a "dirty pirate" and should be hung for murder and pillaging on the high seas =).

    I'm not claiming that all their figures, or their more in depth studies are guilty of this, but their PR campaign's simplified figures are produced this way. (one can only hope they don't supply the same numbers to our senators, or that our senators are more intelligent than we think)

  206. It has been said before.... by Seahawk91 · · Score: 1

    How can you steal something that does not yet exist?

  207. Re:FOSS very easy to install by Anonymous Coward · · Score: 0

    Dead easy. Even for ALSA sound drivers.

    There are two methods, either the GUI method or the console method.

    GUI:
    1. Select "Install Software" from the menus.
    2. Search for ALSA.
    3. Select "mark for install" against the ALSA package.
    4. Click "Apply".

    Console method:
    1. Open a console terminal, and login as root.
    2. Type "apt-get install alsa"

    Note: this is for Debian. For other distributions, it is slightly different, but similarly easy.

  208. Re:Anti-Piracy problems. by Technician · · Score: 1

    I have to admit I just pirated a program.

    I have a HP computer that is a couple years old. The CD writer software that came with it suddnly started crashing when it finished burning 1 cd. To recover would require a reboot. No problem. It must have a damaged file somewhere. I deleted the program and got out the original disks to re-install the application.

    This is when I found out the application is part of the Ghost install. To re-install the application would mean a total hard drive re-image. I have suffered through 2 hard drive failures and re-install's. (the troublesome 30 gig IBM drives) I wasn't willing to do a full wipe of the drive to reinstall one troublesome app. I borrowed a copy of the same program and installed it.

    I wish computer manufactures wouldn't be so difficult in the ablility to re-install a single application. The drivers were on a seprate install disk so I could re-install the LAN or Sound drivers, but an application re-install would require a wipe of the drive.. Give me a break. I wouldn't have pirated a copy of the CD burner program if they provided a way to re-install a damaged copy that would not wipe the hard drive.

    --
    The truth shall set you free!
  209. 15,000 to 1 by csk_1975 · · Score: 1

    15,000 to 1 really isn't meaningless. What it means is that most Zimbabwean's can't afford to eat and certainly can't afford to buy any imported goods. Hell before the debasement of the currency a Zim dollar was actually worth something.

    And even though we think a Zim dollar is basically worthless, to an average Zimbabwean living in abject poverty a Zim dollar is real money. Many live on less than 800 Zim dollars a month.

    "The Zimbabwean dollar is pegged at 6,200 against the US dollar, yet on the black market last week it traded for over 13,000 to greenback.

    Zimbabwe is mired in its worst-ever economic crisis, with a triple-digit inflation rate, unemployment levels over 70% and the critical lack of foreign currency."

    PS It costs 30,000 Zim dollars for a coffee at a nice restaurant in Harare - but they prefer you to pay in US$.

    1. Re:15,000 to 1 by SatanicPuppy · · Score: 1

      See, when you add all the salient facts to it, it's clear. But conversion rates don't mean much by themselves.

      Just got back from Britain. 1.85 dollars to the pound. But the pound goes about as far there as a dollar goes here, so it was an expensive vacation.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  210. I certainly can't be the first person to think... by Desirsar · · Score: 1

    ..this, but I might be the first to write it. Is it any wonder that the highest rates of piracy are in countries with a combination of low standard of living combined with poor law enforcement (in general, not just as it relates to software piracy - not eventhe US is great at that)?

  211. $33 billion lost? by Anonymous Coward · · Score: 0

    Ok... so if somehow people were completely stopped from pirating, the software industry would have made an additional $33 billion?

    Let's see how that works out... most of the software I use on a daily basis, I did in fact pirate at first. I used it and often still use the pirated versions that I've installed even after getting a proper license. The fact is that most of the programs, I'd have never bought if I didn't get to use the programs freely until I could afford them.

    Also, there's an interoperability issue. If for example, I write a document using Visio, then I send the document to someone. I use Visio since I know the other person can view the document using a pirated copy of Visio (since the Visio Viewer installer has been broken for many versions).

    I often buy acedemic editions of software just to give money back to the companies I'd otherwise pirate from. For example, I would never-ever-ever pay $299 for a copy of Windows XP Pro (home is a joke). So, I buy the $78 Windows XP Pro Academic Upgrade that I'm not entitled to. And why? Because I'd like to have software I've actually paid for, but as a home user buying 5 copies of Windows XP Pro, I need to stick to what is fair. Microsoft has gotten nearly $450 for my Windows XP licenses from me. If they insisted on the $299 per copy, I'd buy one copy and warez the rest.

    As to programs like AutoCAD. I use AutoCAD for many hobby projects. I used use AutoCAD inventor, Orcad, and Protel. There is a hell of a lot of money right there. If I could buy AutoCAD, the actual box for $200, I'd do it in a second. If I could get Inventor for $300, I'd do it in a second. If I could get Orcad for $300, no doubt. Protel, I don't think I'd consider paying for ever since they .NETed the hell out of it.

    So all things considered, the primary reason I pirate is because I don't have the money to give to them in the first place. I only make $120k a year, I still have to pay for the house, feed the family, fill the car up, etc...

    As for businesses in these countries they're talking about, well that's another story... Microsoft is pissed that a company that pays their average employee $50 a month or less isn't licensing software for $600 a year per machine. Well, let's do the math here... less than $600 a year gets you an entire person to work 10 hours a day 6 days a week. But $600 or more a year gets you the tools they need to use.

    I'm not entirely sure my logic is correct here, but really, I think the company would use paper and pencil if they were forced to before paying more for the software than it would cost to hire the people to sort it out manually.

    As for Sweden, well Swedish companies are from my personal experience (been there A LOT!!!) not so bad with piracy. Now Swedish home users tend to pirate constantly. The best piracy sites are all Swedish and it appears they don't even try to hide it. Swedish privacy laws protect users from their identification ever being told to someone looking to sue them. ISP's will never release personal information to RIAA or MPAA since the laws protect them from having to do so. Sweden also has some of the fastest home lines. Actual ethernet connections, not ADSL to the house.

    The U.K. that's more of a psychology related issue. They typically have always lived by the "Well if it's so easy to pirate, they why bother paying for it" rule. I'll never be able to fully understand it, but everytime I visit London, I always feel as if I'm surrounded by a bunch of people that would steal my childrens candy if I didn't watch them closely enough. The university campuses in england are typically filled with scarier and more suspicious people than you would find the the south bronx in new york. And as for the rest of the working class in england. Well, if you ever see a soccer match in the UK, you'll be offended the next time that any Englishman dares to refer to themselves as civilized. I feel as if the people would be best referred to as "The Mob" and the only thing that would improve their experience at the game would be to unleash 10 angry, starving lions onto the field during the game.

  212. not taking sides there, but... by StormKrow · · Score: 1
    "Worldwide revenue loss due to software piracy was estimated at $33 billion for 2004 with about 1/3 of the software used being illegal.

    There the BSA goes again, inflating numbers and making claims, all the while cranking up the propoganda machine.

    Why do I say this? Simply put, they're claiming numbers which are simply pulled out of thin air. As I've said numerous times, business organizations and software companies like to fabricate "loss factors" based on populations, and claim that they're losing money, when in fact a high percentage of the loses they're claiming are from people who would've never bought their products in the first place. ((e.g. Whether it's a welfare mom who plays with Photoshop for something to do, or a 3rd world genius making political satire, then again if he's a genius he's probably using some flavor of unix anyway...)

    This is just another scare tactic of the corporate machine in order to get sympathy from the politicians. (...and this is coming from a Republican.)

    Only thing I have to say beyond that, "Move along, there's nothing to see here."

    --
    Who cares about the ozone layer?...thanks to CFC's I can write my name......IN CHEESE!!!
  213. To Quote Dag Wieers (.com) by VxJasonxV · · Score: 1

    From the front page of dag.wieers.com
    "Stop software 'piracy', support Open Source!"

  214. There is a reason... by nomadito · · Score: 1

    I live in a country where we can't afford to pay for most of the software, music or movies simply because they are sold at the same price as in the U.S. or wherever they are made. Why don't manufacturers scale the prices to each country's possibilities? This is certainly hard to do, but I refuse to buy if I can just download it from the net.

  215. hmmm. So, to summarise the panic... by baadfood · · Score: 1

    As the internet grows, millions of people that currently do not pay for software, will continue to not pay for software.

  216. Debian by Anonymous Coward · · Score: 0

    apt-get install apache

  217. Re:How can they count it as a loss if I can't affo by sir+lox+elroy · · Score: 1

    Let's see I don't have alot of entertainment expenses (Never go to movies(Seen 1 in 3 years), and never go to bars(I hate alchohol of any sort)), Usually cook for myself, I do buy books, but those are mostly work related, don't buy hardware very often, my roommate pays for DSL, I pay for gas and electricity, and I can't stand to travel. And usually I am broke. :-)

    --
    Kosh: "Understanding is a 3 edged sword, your side, their side, the Truth."
  218. Re:FOSS very easy to install by Kadmium · · Score: 1

    The drivers to support my soundcard were released as a source patch against the alsa-lib sources. They weren't integrated into the core codebase. Also, how do you apt-get install something that's not in any apt-get repositories? The point I was making is that many things are released source-only.