Slashdot Mirror


User: inio

inio's activity in the archive.

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

Comments · 192

  1. Re:Good on Flash Developers Fear Spectre of Spyware · · Score: 1

    In theory Java is better for flexibility, however it lacks several things:

    1. A robust, hand-optimized-assembly, variable quality vector drawing system. Java can do 2D anti-alised graphics now, but at nowhere near the speed that flash can.

    2. An IDE that marries artwork creation, layout, and scripting. This is simply from the lack of anyone doing it.

    3. Startup times comparable to image loading or JPEG decompression. This is inherent to the nature of the Java runtime environment.

    4. Web Service support. Java applets can only talk to the originating server, preventing you from using web services.

  2. Re:As a pro Flash developer... on Flash Developers Fear Spectre of Spyware · · Score: 1

    Classic Flash is completely hamstrung to prevent it from doing things like ... communicating outside the basic arena of your own web site ...

    Huh? It can talk to anything it wants to. This makes it in some ways more powerful than Java because you can use web services and databases (like TerraServerUSA). Now if it could just handle runtime loading of gif and png images...

  3. Re:humans are wired to... on Is the iPod Shuffle Playing Favorites? · · Score: 2, Informative
    const int song_id=random()%num_songs;

    At a first glance, that might look reasonable; however, once you start to get a lot of songs (and you start to approach RAND_MAX), it will skew your result in favor of low-ID songs.


    Worse than that. Many implementations of rand() have extremely un-random low-order bits, so the above code will produce both predictable and unevenly weighted selection. It's much better to do

    const int song_id = (int)((random()*(long long)num_songs)/RAND_MAX);

    (long long cast required because max songs * RAND_MAX might overflow an int).
  4. I Love Bees on Nominations for Game Developers Choice Awards Open · · Score: 4, Interesting

    I hope someone nominates I Love Bees. It was a fun and very innovative game, worthy of this type of recognition.

  5. Re:And related... on Top Ten Persistent Design Flaws · · Score: 1

    Safari, which moves focus to a loading web page when it finishes loading.

    This is actually the combined fault of the web page you loaded (for calling window.focus() or something like that), and Safari for letting it do that. Firefox gets this right. Window focusing should be considered equivalent to window creation - don't allow it unless resulting from user input.

  6. Re:30.8 megs on Tankjumping in Halo 2 · · Score: 0

    It isn't on the front page, so it should be safe. It was able to flood my downlink with ease, so they're doing just fine so far.

  7. No install - Run it in your browser! on Lycos Declares War on Spam Servers · · Score: 1

    It's just a flash movie in a cross platform shell.Run it in your browser!

  8. Analysis of what it does. on Lycos Declares War on Spam Servers · · Score: 1
    1. This is a flash movie in a cross-platform player system. You could make a webpage that runs the swf stand-alone. like this.

    2. It requests http://backend.makelovenotspam.com:80/xml/1/0/0/0/ CONFIG_0.xml (your numbers will vary)

    3. This produces an XML document that looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <mlns>
    <targets location="US">
    <target id="{alpha numeric code}" domain="{hostname}" url="{url}"
    bytes="{number}" hits="{number}" percentage="{number}" responsetime01="{number}" responsetime02="{number}" location="{country code?}" />
    <target />...
    </targets>
    <conf>
    <key name="source-xml" value="http://backend.makelovenotspam.com/xml" />
    <key name="interval-diagram" value="10000" />
    <key name="interval-hit" value="1600" />
    <key name="post-data-length" value="30" />
    <key name="refresh-xml" value="1200000" />
    <key name="current-version" value="1.0" />
    <key name="spray-filter-count" value="39" />
    <key name="url-report" value="http://backend.makelovenotspam.com/report" />
    </conf>
    <stats>
    <key name="average-percentage" value="100.0" />
    <key name="bytes" value="104220804340" />
    <key name="hits" value="612086698" />
    <key name="downloads" value="9720" />
    <key name="target-count" value="380" />
    </stats>
    </mlns>
    4. To perform that actual attack, it does not make an HTTP request. Instead, it opens an XML socket to the server and sends small XML documents (all of the form {garbage}). Occasionally these have garbage xml tags embedded within them. I assume their reason for this is that HTTP requests go through the browser and could have personally identifiable info attached to them.

    Summary: looks legit to me.
  9. Re:Diddy Kong Racing makes me sick on Half-Life 2 Causes Nausea, Looks Good in Doom Engine · · Score: 1
    I remeber getting woozy playing Descent years ago
    Last time I checked, the entire purpose of Decent's existence was to make people sick. The human brain has spent far too much time evolving with 4DOF to expect it to handle 6DOF in any way other than thinking it ate the wrong mushrooms.
  10. Torrent of WMV on New GTA: San Andreas Trailer Released · · Score: 4, Informative
  11. What about Polly Perkins' Office on Sky Captain and the Films of Tomorrow · · Score: 1

    Alright, I saw the flick yesterday. Ignoring it's quality, the "no sets" thing is a lie. Several sets are obviously real, most noticeably Polly Perkins' Office. The professor's lab also looks to be significantly practial.

  12. Re:Post Install Experiences Here... on Security Update 2004-09-07 · · Score: 4, Informative

    Downloaded.
    Installed.
    Optimized................ .
    Restarted.
    Checked email.
    Posted comment.

    (dual 1.8 G5)

  13. ... and the CSI episode on Word Up · · Score: 3, Informative
    competitive Scrabble is getting newfound attention thanks to the publication of Word Freak and release of Word Wars.

    ... And the CSI episode Bad Words

  14. PilgrImage on Pilgrimage 2004 American Demoparty Announced · · Score: 1

    As long as it doesn't involve immersive VR games, I'm cool with it. Just don't make me worry about having an infected bioport.

  15. My pet peeve patent on EFF, PubPat Each Seeking Some Patent Sanity · · Score: 1

    My pet peeve patent is 6,137,498 on PhotoMosaics. The first few claims are neither non-obvious nor novel. People were doing claims 1 and 2 in early 1994, over three years before the file date (the code uses a lookup table to build the output, but the generation of the lookup table uses the technique claimed in 1 and 2). Claims 3 and beyond they can keep, as they're all either naive or over-specified and easily avoidable.

    Also, claim 1 is a bit ambiguous. Does "distinct" mean "unique" or "disjoint"? Yes, this matters.

  16. Re:purple? on 40" OLED Television Revealed at SID · · Score: 1, Informative

    Whatever it is, she better watch out for any people-eaters in the area.

  17. Re:Poster sized on A Complete Map To Springfield · · Score: 1

    CafePress can print at 23"x35" for $18 plus shipping.

  18. factual error on Cartoon Guide to Federal Spectrum Policy · · Score: 2, Informative

    One error popped out while I was reading it. In the section near the end on failures of the analogy, it lists the human hearing range as 20-20,000kHz. That should be Hz, not kHz. Right next to that they list the usable EM spectrum as 0Hz-30GHz. I've never seen a radio that could tune below 10kHz.

  19. Better Panorama on Second Opportunity For Mars Rover · · Score: 5, Informative

    A much better (and much larger) version of the panorama has been available at the NASA site for days.

  20. Re:Nintendo's strength on Patience, Grasshopper - On Long Load Times For Games · · Score: 3, Informative

    One of the keys to the fast load times on the Cube is the small disk. It's reduced data area significantly reduces the average seek time required to get from one point on the disk to another. The other is, as you mentioned, a lot of innovation and engineering going into predictive loading and similar techniques.

  21. How does it work? on The Heavyweight Sea Snail · · Score: 4, Insightful

    The article mentions that the device is able to "generate more than 200 tons of downward force to the seabed", but nowhere does it state how that force is used. A static force does no work and therefore can generate no energy.

  22. Re:privacy? on Google's Gmail To Offer 1GB E-mail Storage? · · Score: 1
  23. risky HD placement? on Yet Another PC-Mac Case Mod · · Score: 5, Informative

    I would have second thoughts before strapping the HDD to the side of the PSU...

  24. Full as a baked potato on Online! The Book · · Score: 1

    120 comments and nobody has written a compare/contrast piece between Online! The Book! and Cannibal! The Musical! yet?

    This can't be slashdot.

  25. Re:More bothersome: Stereo Inconsistency on 'Pop' Between Tracks In New iPod · · Score: 1

    No, this is most definitely a software or hardware problem. Repeatedly rewinding and replaying the same segment will reliably (but randomly) randomly FLIP the channels.