Slashdot Mirror


User: seaturnip

seaturnip's activity in the archive.

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

Comments · 164

  1. Re:and it won't cost them on Harry Potter Leaked Via Handheld Camera · · Score: 4, Insightful

    By now the book has been distributed widely in preparation for the release, coming into contact with large numbers of people many of which are Harry Potter fans who don't take corporate secrecy particularly seriously. This was likely to leak just as critics' movie screeners, and published-submitted videogames commonly leak.

    There's no cause to believe the PR people did anything intentionally -- any marketer would have to be a total fool to attempt such a risky trick on a book guaranteed to sell millions anyway. If it backfired, his ass is fired.

  2. Re:Firefox on Any "Pretty" Code Out There? · · Score: 1

    How did I manage to post a post containing nothing but those characters then? He was deleting them because he didn't know the HTML entities.

  3. Re:Firefox on Any "Pretty" Code Out There? · · Score: 1
    <<

    &lt;&lt;
  4. Re:Just some more... on Vista Makes Forensic PC Exam Easier for Lawyers · · Score: 1

    Except if the way he intends to use the content in any way diverges from the narrow path the benevolent DRM masters have chosen for him. Want to view a Blu-ray film on a first-generation HDTV? Oops! Want to play your music without converting it away from open formats? Oops!

  5. Re:Just some more... on Vista Makes Forensic PC Exam Easier for Lawyers · · Score: 1

    Joe consumer absolutely does care a great deal about DRM. Not in the abstract because he isn't paying that much attention, but definitely when it prevents him from using content he's bought.

  6. Re:Glass plates will outlive the digital"backup" on Digitizing 100 Years of Astronomical Data · · Score: 3, Informative

    So what? Copy the digital version onto a second set of disks when it comes close to expiring.

    Lossless copying means that given a little bit of maintenance, expiration of digital media is a nonissue.
  7. Re:"aggressively"? on $499 PlayStation 3 Confirmed · · Score: 1

    Why don't they sell them at 1 buck each, and include them in boxes of crackerjacks while you're at it? Then they'll really have market share.

  8. Sigh on Perpetual Energy Machine Getting Lots of Attention · · Score: 1

    In my experience if something seems too good to be true it generally is. I wouldn't get your hopes up.

    So why are you posting the story then?

    Someone remind me why I keep reading this site again?

  9. Re:Obligatory... on Mike Godwin hired by Wikimedia Foundation · · Score: 1

    Ha. But I'm not seeing the "false pretenses" for invasion. Japan attacked first and Germany attacked US allies.

  10. Re:Yes, but... on National ID May Have Killed Immigration Bill · · Score: 1

    Yes, in case they might have survived the massive plain crash explosion.

  11. Re:I'm not too sure I follow... on CBC News Interprets GPL - Poorly · · Score: 4, Informative

    Actually no, the original article contains the word "the" before the word "software". This is a transcription error on the part of the submitter (unless they went and corrected the article without changing the update time).

  12. Both. on InkJet Printers Lying, Or Just Wrong? · · Score: 1

    What usually goes on in this type of situation is that they see themselves as honest and they don't go out of their way to outright lie... but on the other hand, why make a big effort to fix inaccuracies?

  13. Re:They're Not There to Win on Apple Picking a Fight it Can't Win With Safari · · Score: 1

    Safari uses its own set of fonts instead of the Windows fonts (actually many people are complaining about this), so that's not an issue. As for the coordinate systems, that's only a problem if there's an (easy-to-fix) bug.

  14. Re:They're Not There to Win on Apple Picking a Fight it Can't Win With Safari · · Score: 3, Insightful

    Underlying draw calls change the HTML rendering path how? I don't see why Safari would have a different compatibility profile on Windows than OS X, plugin-dependent features aside. Firefox renders the same between operating systems to my knowledge.

  15. Re:Simpler method on Google Street View Could Be Unlawful In Europe · · Score: 1

    Uhh the van itself is moving, so long exposures wouldn't work.

    Merging together different pictures would also be very complex and errorprone, not "simple". What about different lighting conditions and slightly different van positions/angles? Far easier to just select the pictures with nothing in them by hand.

  16. Re:Horrid UI on Safari 3 vs. Firefox 2 and IE7 · · Score: 2, Insightful

    That's not what I'm hearing from their marketing materials. They're saying that Safari is supposed to be the best browser on Windows, period. Not the best browser if you happen to be a Mac OS X refugee.

  17. Re:0% on Can Statistics Predict the Outcome of a War? · · Score: 1

    But that's what they called themselves, if you read survivors' testimony. The camps were designed to strip the dignity and humanity of anybody who passed through them.

  18. Re:that's fascinating on Satellite Images Used to Document International Atrocities · · Score: 1

    So, you are saying that according to your sense of justice, an appropriate punishment for vandalism is death? Very enlightening as to the worldview of pro-torture Americans.

  19. Re:Open Letter on Safari on Windows, Leopard Debut at WWDC · · Score: 1

    Safari for Windows gives me the impression that it uses some kind of Cocoa emulation layer. It should behave very similarly to the Mac version.

  20. Re:PS2 = shitty hardware on Square Steps Back from 'No FF on 360' Remark · · Score: 1

    "Lazy" programming, or in other words, code that was as optimized as possible given the deadline. The point is that all the hardware is used, whether efficiently or no.

    It's kind of ridiculous to claim that the problem is that game programmers love to sit on their asses and be lazy. The massive overwork and crunch times in the game industry are legendary. Have some sense of the tradeoffs involved here.

    And no, no amount of "graphical tricks" and "cleaner design" can counter a something like 10x difference in power between two consoles. Just go look up the specs on Wikipedia, count the cores and compare the clock speeds. Now I agree that cartoony/abstract art design can make Wii games look good, but in terms of sheer detail output there can never be any comparison between it and the other next-gen consoles.

  21. Re:PS2 = shitty hardware on Square Steps Back from 'No FF on 360' Remark · · Score: 1

    "jitter" is a better term for the motion jaggy artifacts you're talking about. "Flicker" generally implies something is rapidly flickering on and off.

    And obviously, no, anti-aliasing doesn't reduce framerate if you have the horsepower to do it.
    This statement doesn't make sense in context. Most games exploit all the resources available and never have free horsepower left over, so yes turning on antialiasing will reduce framerate (unless there is a big bottleneck on the CPU or memory bandwidth).
  22. Re:PS2 = shitty hardware on Square Steps Back from 'No FF on 360' Remark · · Score: 1

    Of course anti-antialiasing always looks better, what I'm saying is that there's a framerate hit when you turn it on, and one might prefer to have either higher FPS or some other effect (e.g. Multiple Render Target-based bloom and DOF) instead.

    Full-scene anti-aliasing isn't done on the CPU and it's not hand-coded into shaders either -- it's a GPU render state flag -- so I think you're misunderstanding something if you use the word "subroutine". I'm not sure you entirely know what antialiasing is either, since it's very apparent in stills, and it counters jaggies, not "flicker".

  23. Re:PS2 = shitty hardware on Square Steps Back from 'No FF on 360' Remark · · Score: 1

    Of course the PS3 has hardware anti-aliasing. The 360 and PS3 are about 10x as powerful as the previous gen. However, developers are given the option of turning it off if they want to use the antialiasing hardware for other purposes. (Not everyone agrees with you about antialiasing trumping anything else.)

  24. Hoax. on Company Aims To Patent Security Patches · · Score: 2, Interesting

    Come on people. Nothing indicates this "company" is anything more than a single guy putting up a website on a lark, either purely for Slashdot hits or to make a point about the patent system. The whole idea is wildly impractical (what are these magic methods they say they'll use to expedite the patent process?), and a real company would privately hire their own security researchers instead of announcing their plans in detail to the public.

  25. Re:MS is on a roll... on Microsoft Slaps Its Most Valuable Professional · · Score: 5, Funny

    You must be new here.

    No wait, you have a 5-digit UID. Wha?