Slashdot Mirror


User: sys.stdout.write

sys.stdout.write's activity in the archive.

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

Comments · 234

  1. Re:Might Not Be a Problem on New Service Converts Torrents Into PNG Images · · Score: 1

    The article doesn't go into detail, but since it's PNG, that suggest they're using ancillary chunks (iTXt/tEXt/zTXt) to store the torrent data. If that's the case, pngcrush or converting to another image format would kill the torrent.

    Given the sample images shown on the article, I'd say it's more likely that they are using pixel data to encode the information. If this is the case then lossless conversion to another format wouldn't ruin it, but conversion to JPG would almost certainly scramble the bits.

    I could try downloading a torrent of album covers and end up with an anal bum cover!

  2. Re:Achem. Mistrial. on Judge May Take "Fair Use" Away From Jury · · Score: 4, Interesting

    Reading legal advice from people on Slashdot is a bit like reading music reviews from people on a Britney Spears Fan Club website.

    In any event, I don't know why everyone is making such a big deal out of this. The judge hasn't made any binding decisions, she just raised an issue. This happens all the time.

    Furthermore, even if she did decide fair use herself I am not convinced this would produce a worse result in this case. Juries are unpredictable (see the $1.9 million verdict against Jammie Thomas). Having a learned judge decide an (arguably) legal position isn't the end of the world.

  3. Re:The law is on London's side on UK's National Portrait Gallery Threatens To Sue Wikipedia User · · Score: 0, Troll

    How is this modded Troll? It's a correct statement of U.K. law and relevant to the article.

    What, does using the word "dipshit" automatically make something a troll post? Honestly, come on Slashdot..

  4. Tread lightly, Slashdot users on US Seeks Volunteers To Review Broadband Grant Applications · · Score: 0

    For each argument you make against this can be made against open-source software.

  5. Re:Does this mean on Google Announces Chrome OS, For Release Mid-2010 · · Score: 1

    God damnit, you made me chortle coffee all over myself at work.

  6. Re:How much of the image is real? on Software Converts 2D Images To 3D · · Score: 1

    You are making the assumption that there are no concavities.

    Try using a displacement map to do a face and you'll notice that the nostrils are totally fudged up.

  7. Re:How much of the image is real? on Software Converts 2D Images To 3D · · Score: 3, Informative

    So the 3D object in question will only have a front side? That's nowhere near enough for all sides.

    It creates a bump map, not a 3D model. Think of a brick wall in a video game. This is simply a texture image stamped on to a rectangle, but newer games use bump maps to make the bricks stick out. This generates that bump map for you.

  8. I love how.. on Firefox To Get Multi-Process Browsing · · Score: -1, Offtopic

    Mozilla is playing catch-up to Google in this regard.

    How long until a Mozilla Firefox OS is announced?

  9. Sweet on British Library Puts Oldest Surviving Bible Online · · Score: 0, Troll

    I always wondered what the Greek word for "sodomy" was..

  10. Re:Does it still have a GUI interface on VLC 1.0.0 Released · · Score: 1
  11. Does it still have a GUI interface on VLC 1.0.0 Released · · Score: -1, Troll

    ... that looks like it was written in 1997?

  12. Re:Translation on Examining the HTML 5 Video Codec Debate · · Score: 1

    Fucking Apple. You can't trust those turtleneck wearing fascists.

    At least they're supporting something, unlike Microsoft which isn't supporting any HTML video element.

    I know that "lesser of two evils" isn't exactly a good argument, but it's not nothing..

  13. Re:This Is Madness on If You Live By Free, You Will Die By Free · · Score: 5, Informative
    Indeed! My favorite part was:

    run the company as profitably as possible, focusing only on those things that generate revenue and put cash in the bank

    Companies should focus on making money?! Outrageous!

  14. Re:or on Fermilab Detects "Doubly Strange" Particle · · Score: 4, Funny

    Or Fermilab's results may not be accurate.

    CDF is part of Fermilab

    Obviously all experiments might not be accurate, but this gives evidence that an experiment which contradicts the current theory may have been wrong. Which is good because a "new physics" would be bad news. I mean, we already have string theory - how many more wrong theories do we need?

    *ducks*

  15. Re:Not Windows' fault on London Stock Exchange To Abandon Windows · · Score: 4, Funny

    This could easily have been the other way around, ditching Linux and a shit piece of trades software for Windows and a good bit of trades software

    Yeah, but then it wouldn't have made Slashdot!

  16. Didn't this just happen? on iPhone Vulnerability Yields Root Access Via SMS · · Score: 1

    How does this compare to the story from two weeks ago?

  17. PDF? on HTML Tags For Academic Printing? · · Score: 5, Informative

    As much as I hate Adobe, there's a reason why PDF files dominate acadamia..

  18. Re:How can this be anything but lame? on Universal Lands Rights To Asteroids Movie · · Score: 1

    No, I wanted orange! The soda machine gave me lemon-lime!!!

  19. Re:Black & White goodness on Universal Lands Rights To Asteroids Movie · · Score: 1

    blowing up jagged looking circles

    Geometry fail.

    blowing up polygons

    Fixed that for you.

  20. Psh on Land Rover Unveils "World's Toughest Phone" · · Score: 4, Funny

    A forklift truck proved to be its match, and was able to crush the S1 under its three-tonne weight

    Well then it's no good to me.

  21. Re:Quick advice on What Are the Best First Steps For Becoming a Game Designer? · · Score: 5, Insightful

    Get out while you still can. I can't imagine a worse career path.

    Seconded. You'll end up designing this awesome game, and then EA will be like "I don't think this plays well with our 13-year-old boy demographic" and force you to make changes which completely ruin it.

  22. Re:Can someone explain to me why this is important on Linux Patch Clears the Air For Use of Microsoft's FAT Filesystem · · Score: 0, Offtopic

    It's used for yo' momma.

    Sorry, low-hanging fruit.

  23. Sensationalism in summary on Your Browser History Is Showing · · Score: 1

    Being able to query whether or not I visit common sites is a far cry from my browser history being shown, but still this needs to be fixed.

    How long until a politician gets busted for visiting a child pornography website?

  24. Re:Nothing to do with sex... on Daily Sex Helps Improve Fertility · · Score: 4, Funny

    Wow, I guess every sprem is sacred, for its death helps others succeed.

    Catholicism could learn a lot from this study!

  25. Line endings! on Guaranteed Transmission Protocols For Windows? · · Score: 5, Insightful

    they've been using FTP to upload the files, but many times the copied files are a few kilobytes smaller than the originals

    Twenty bucks says you're converting from Windows line endings (/n/r) to Linux line endings (/n).

    Use binary mode and you'll be fine.