Slashdot Mirror


User: Ynot_82

Ynot_82's activity in the archive.

Stories
0
Comments
162
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 162

  1. Re:If I was starting a business on PlayStation 2 Game ICO Violates the GPL · · Score: 1

    AFAIK, IANAL, Etc.

    copyright infringement is a civil offence (in the UK, at least)
    It is not a criminal offence - it does not carry any custodial sentence

    you can only be sued for infringement in a civil court

  2. Re:Games on More Evidence That XP is Vista's Main Competitor · · Score: 4, Informative

    emulators emulate hardware
    examples are vmware, virtualbox, et al

    Wine is a compatibility layer
    meaning it just redirects win32 API calls to the equivalent linux API calls

    AFIAK (never really looked into the source of wine, or I'm guessing a bit here), but

    void direct3D_DoSomething(args)
    { /* directX code */
    }

    becomes

    void direct3D_DoSomething(args)
    { /* minor rejigging to make it work with equivalent OpenGL API call */
    openGL_DoSomething(args);
    }

  3. Changes in pace? on Why Do Games Still Have Levels? · · Score: 4, Insightful

    games have levels for the same reason books have chapters
    any substantial storyline has natural breaks and scenery changes contained within it

    what's the problem?

  4. Re:One thing's for sure: on Radiohead May Have Made $6-$10 Million on Name-Your Cost Album · · Score: 5, Interesting

    and maybe it's due to the novelty of it.

    would artists make the same sort of profits (eclipsing POS sales) if this model was more common place?

    dunno
    but it's a bit shortsighted to take one positive example and treat it as a working model

  5. Re:Slashdotted on Windows XP SP3 Build 3205 Released w/ New Features · · Score: 1, Offtopic

    oops,
    I'm a retard and deserve modding down....

  6. Re:Slashdotted on Windows XP SP3 Build 3205 Released w/ New Features · · Score: 1, Offtopic

    Link to MS KB page for XP SP3

    http://support.microsoft.com/?kbid=832671

  7. Re:gentle reminders on What's the Right Amount of Copy Protection? · · Score: 1

    "brand the software w/ the name and credit card number used to purchase the software"

    Using the credit card info would be very foolish, for obvious reasons...

    but simply branding the firms name would probably be enough to discourage casual copying
    No firm wants the embarrassment of being linked with piracy

    If the purchasing company's name can be derived from the key, then any copied keys would brand the copy as belonging to the same firm

  8. Wow.... on A Hardware-Software Symbiosis · · Score: 1

    They invented firmware

  9. Re:Digital vs. analog controls on What's the Worst Technical Feature You've Used? · · Score: 1

    Ha! My parents had that on a Technics multi-deck hi-fi system as a kid, I'd press the volume controls on the remote while holding the dial in place cause it made a cool clicking sound (plastic gears jumping over each other)

  10. Re:Thanks OSS! on Survey Finds Most WordPress Blogs Vulnerable · · Score: 2, Funny

    Open Source Software - Pointing out gaping-security-holes-that-you-can't-do-much-about -until-the-software-is-updated-in-a-week's-time-by -some-volunteer-on-the-friendly- community-forum-of-said-software you mean that OSS?

  11. Re:Give him credit on Judge Doesn't Know What a Web Site is · · Score: 1

    Expert witnesses are often called in by the courts to give their opinion on technical matters, and the judge will usually follow the opinion in his ruling maybe overkill in this case but there is certainly provisions in place for complex technical issues

  12. Re:What's the problem? on AACS Vows to Fight Bloggers · · Score: 1

    mod parent up TFA states that the key has been revoked so why is it necessary to hunt people down for distributing a (now) redundant key?