Thread: No SecuROM on Sims 3

  1. #61
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    Quote Originally Posted by MK27 View Post
    That's my "food for thought" of the day.
    so you forgot?
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

  2. #62
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by ಠ_ಠ View Post
    so you forgot?
    Well, technically a capitalist is not just someone who "believes in a philosophy" (that is a sucker). A capitalist is someone to whom capital belongs and uses it in "capitalist" enterprise: eg, through investment (indirect) or paying for wage labourers (direct).

    Many people have been hoodwinked into believing this is "laissez faire" or naturalistic, and that it does not involve or require a lot of government supervision. But in fact, as this discussion has touched upon (perhaps deeply), the truth is that it requires a very complex system of laws and enforcement to make it possible. Without these laws, even the suckers would consider themselves lucky to hang on to just one car (as opposed to stock piling them).
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #63
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MK27 View Post
    The Rules??! You are talking about a philosophy (the kind called "cookie cutter"). Making your living writing software is a privilege, not a right. If you are justifying your attitude on the basis of self interest, that is great for you but don't tout that as morality -- like, that people who are not paid to write software (or music) should feel guilty about something, because they should not.
    Uhm.. I wasn't touting anything as morality. I was specifically saying that even leaving that ASIDE, I feel the need to be consistent. I'd prefer it if most of the modern world's "intellectual property" concepts just vanished.

    What makes it possible for you to make a living writing software is a PRIVATE agreement (or two) with someone else. I do not see how it follows that you and these other parties have the right to make up rules for everyone else. The vast majority of music "consumers" regularly copy CD's, etc, and this has been totally normal since the cassette, but it is still "illegal". I bet, however, that none of them feel particular guilt about it, and why should they? IN REALITY, 90% of music fans have far less income than 90% of (major label) recording artists. I don't care how great your art is. If I am concerned about ethics, I would much, much rather give $10 to some homeless guy they say to myself (like a complete fool) "Gee, I have to buy the million+nth copy of that album instead, because I don't want to break the law and rip a copy from somewhere." Nuts.
    Dude. You totally missed what I was saying. I don't care what the hell other people download. I believe that people should have the ability to be paid for their efforts. Currently, this is accomplished through some bizarre system of intellectual "property" hinging on an artificially enforced idea that ideas can be owned by people.

    That's obviously garbage, but it's not exactly easy to make money writing software any other way. People love to talk about "Software as a Service" or advertising revenues or other nonsense. But that makes it impossible for the guy in his garage to ever succeed. You can't have "Software as a Service" without an army of support personnel.

    Then there's the argument that we can make money from documentation. But that's just the same problem all over again. The reason you can sell documentation is because it's... INTELLECTUAL PROPERTY. It's copyrighted. Not just anybody can distribute it legally.

    But we're trying to get AWAY from that, remember?

    So here's what it comes down to for me. I want to be paid to be a software engineer. The economic scaffolding that presently allows me to enjoy that, is based on some really kooky ideas about intellectual "property." I don't bite the hand that feeds me -- that's all it comes down to.

    Give me a better system, and I'll be the first to immerse myself in it. 'Til then, I refuse to be a hypocrite.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  4. #64
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by brewbuck
    Currently, this is accomplished through some bizarre system of intellectual "property" hinging on an artificially enforced idea that ideas can be owned by people.
    That would be the patent system, but in this case it is copyright that is relevant.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #65
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by Wraithan View Post
    Some parts of DRM folks are not considering is the DVD situation. It is illegal to make a backup of a dvd, even to your computer, because your have to circumvent the DRM that is part of it. I know with VHS I had copies of my movies that I would watch more often than others so I didn't wear and tear on the original that I paid for. Another example is my CD collection, I have a (near) complete duplicate of my CD collection in my car, why you may ask? 2 reasons, first, if they get stolen it isn't the originals, no big deal, second, if I drop them or the sleeve tears them up from being taken out and put back too often it is no big deal, I just burn another copy for my car.
    In my country the law cleary says that everyone can make a backup of any media they have a legal copy of. It also clearly states that it overrules any other regulations.

    One more interesting thing is that everyone has the right to reverse engineer a legal copy of software when it is necessary to ensure compatibility with another program.
    Last edited by maxorator; 05-20-2009 at 11:19 AM.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  6. #66
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by laserlight View Post
    That would be the patent system, but in this case it is copyright that is relevant.
    Ideas (patent law) or specific embodiments (copyright law)... I wasn't trying to make the distinction. Both are IP, as far as I'm concerned.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  7. #67
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by brewbuck View Post
    I want to be paid to be a software engineer.
    Me too! Please please please please
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  8. #68
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by brewbuck
    Ideas (patent law) or specific embodiments (copyright law)... I wasn't trying to make the distinction. Both are IP, as far as I'm concerned.
    Yes, but I have also heard it argued that collectively treating these (including trademarks, etc) under a single heading of "intellectual property" may not be a good thing since the precise rationale and mechanics of regulation and enforcement differ between them.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  9. #69
    In my head happyclown's Avatar
    Join Date
    Dec 2008
    Location
    In my head
    Posts
    391
    Quote Originally Posted by MK27 View Post
    I am sure that jews fleeing Nazi's were, in fact, breaking the law. To whom does "the burden of justification" belong?
    The justification belongs to the people fleeing for their life against genocide.

    There's no burden in wanting to live.
    OS: Linux Mint 13(Maya) LTS 64 bit.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sims 3 = bugfest
    By VirtualAce in forum General Discussions
    Replies: 7
    Last Post: 06-13-2009, 11:52 AM
  2. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  3. The Sims
    By cstrukel in forum Tech Board
    Replies: 9
    Last Post: 07-19-2004, 06:56 AM
  4. The Sims Online
    By Driveway in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-26-2002, 05:21 PM