Slashdot Mirror


User: Bisqwit

Bisqwit's activity in the archive.

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

Comments · 72

  1. Re:Fake? on 'Perfect' Zelda NES Speed Record Beaten · · Score: 2, Informative

    This has actually been discussed here before.

  2. Re:What is wrong with you people? on 'Perfect' Zelda NES Speed Record Beaten · · Score: 1

    It's not only about not getting hit. Like you said, anyone can do that.
    But not anyone can (without lots of practice, thinking and planning) make new records.
    The previous timeattack movie at Zelda was about 31 minutes. It was done the same way as this one. It featured nearperfect fighting, like this does too. So why is this movie shorter than that?
    Find out.
    The answer is out there.

  3. Re:SMB3 speedruns fake? on Metroid II, Prime Get New Speed Run Records · · Score: 1
    There's information about the SMB3 video at here: http://bisqwit.iki.fi/jutut/nesvideos.html#how
    (also more NES videos).

    It all depends on what you mean by "fake".
    The videos are exactly what they promise to be, so in that sense they are very real.

  4. Re:Evolution on Femtosecond Lasers for Nanosurgery · · Score: 1

    But you're also bound to get something unuseful or something that kills the "useful" entity at least billion-1 times.

  5. So much for protests on European Parliament Clashes Over Software Patents · · Score: 1

    According to Finnish online newspaper ITviikko, EU accepted the directive with a few (~200) changes.

    364 voted "yes", 153 voted "no" and 33 voted void.

    It's left to be seen what are those changes.

  6. Games translated to Ensligh. on Can You Raed Tihs? · · Score: 1

    So now we have new SNES game translations.
    - http://bisqwit.iki.fi/topshu/ - Tales of Phantasia in Ensligh.
    - http://bisqwit.iki.fi/ctshu/ - Chrono Trigger in Ensligh.
    There are screenshots of both.

  7. Re:overblown on Widespread Use of Hydrogen May Hurt Ozone Layer · · Score: 1

    The earth atmosphere doesn't care about human nation boundaries.

  8. Re: referer information on Denial of Service via Algorithmic Complexity · · Score: 1

    On my site, I use referrer information for development purposes.

    - Search engines:
    When I see what people have tried to search, and I can modify my pages so that they are easier to find (instead of getting lost with pages that have almost nothing to do with the thing being searched for).
    I can also focus on developing pages about most searched topics.
    Mere "hits" don't tell what the user *wanted* to find. Referrer is important.

    - Links:
    It's very interesting to see where in the world are links to my pages. Discussion boards, web diaries and software collections have links to my writings and programs, and it's good to get to review what kind of context my pages are being referred in.

    In my opinion, people, who hide the referrer information, are antisocial in the point of web development.
    I really hope this information hiding behavior doesn't spread.

  9. Re:no. on BitTorrent Guide · · Score: 1

    Sometimes the download rates with BitTorrent are sucking, but what is really excellent is this:
    When you are downloading something via one way, a website for example, and your wget gets terminated or the file appears to be damaged or anything -- no matter what you _were_ downloading with, you can always resume it with BitTorrent.
    BitTorrent ensures the resulting file will always be complete, but it won't redownload what you already have.

  10. Commenting styles on What I Hate About Your Programming Language · · Score: 1

    Turbo Pascal has another choices too.
    (* beautiful comment *)
    { terse comment }


    My comments about the other commenting styles:
    /* this one looks hostile, like an army with spears */
    // Terse, unbalanced and lazy way of commenting,
    // but informative enough.
    # This comment works best on beginning of
    # a line. It looks clearly different than
    # anything else, and works well as a comment.

    And there's quickbasic that has this:
    PRINT "moi" 'Obligatory greeting
    Qb-style comments are very easy to make and not the less readable than /* comments */.

  11. Re:Did you look in your shoes? on Search for the Missing Universe · · Score: 1

    Go to your preferences, and set the Funny modifier negative. That's what I did.

  12. Re:Schrodinger's Cat on Quantum Computing Programming Language · · Score: 1

    The process can be chained.
    The cat knows whether she lives, yes.
    The observer gets to know whether the cat lives, yes.
    But for the boss, who still hasn't heard about the results, the cat is still both alive/dead, and the scientist is still both having seen a dead cat and an alive cat.

    Now as people have already noticed, it isn't very clearly defined what is "observing".

    I think it's very safe to put the upper limit at light speed: Things that have happened after the latest information you could have possibly received (top speed for information is light speed) can be said to have happened all ways possible at the same time. When information reaches from the event to the observing point, the event must have a determinate state.

    For me, this is just filosophical crap though.
    It's just another excuse to close your eyes from inconvenient things: Bad things don't happen if you don't see them.

  13. Re:Not 3D.. on Duke Nukem 3D Source Released to GPL · · Score: 5, Informative

    In the 2.5D engine of Duke Nukem 3D, I especially loved the way they implemented the possibility of stairs.

    The game allows overlapping sectors on the 2D map, as long as there's no visual path between them.
    The overlapping sectors usually are in different layers (i.e. one is downstairs, one is somewhat above it), but it's not a requirement: they can be flat too.
    This enables some nice scenes that are unfortunately impossible in real life (and in Doom), like:
    - Having a small closet in a room, and when you enter the closet, you find out that the inside of the closet is bigger than the room it is in.
    - Building that has different interiors, depending on which side you enter it in.
    - Windows which show outside world completely different than what you saw before you entered the building...

    Their implementation of lifts and underwater scenes was not so nice, but it worked, overcoming something Doom didn't. (Lifts and water surfaces work as teleports.)

  14. Re:quotes on Mozilla.org Launches Mozilla 1.3 · · Score: 1

    Why?
    That practice seems brain dead.

    Between "" is what was quoted, the rest is own text. Don't change the quote by putting your own delimiters between "".

    This is how I think it.

    - Jack typed "let's eat", and started eating.
    = Jack typed "let's eat" (10 characters)
    - Jack typed "let's eat," and started eating.
    = Jack typed "let's eat," (11 characters)
    (yea I know, saying works better than typing in this sentence, but speaking commas makes no sense)

    I guess English grammar says otherwise.
    But I'm not English...
    And I know, this is way off-topic.

  15. Re:Can someone help the man out? on A 3D Animation of Kernel Source Development · · Score: 4, Informative
    I put the two biggest ones here.
    http://bisqwit.iki.fi/kala/kernel3d/

    I'll keep them there for some hours, depending on the load induced to my puny 384 kb/s (<48 kB/s) bandwidth.
    So far it seems though that the actual site is enduring pretty good too.

  16. Re:Practical Applications on The Speed Of Gravity Revealed · · Score: 1

    > Well, what if we could accelerate a missile toward the speed of light;
    > it's mass would increase and I would assume it's gravitational field would also increase.

    Its mass actually doesn't increase.
    It doesn't begin to wade deeper in the space creating a larger gravity dent.
    It only has some more kinetic energy when it's moving faster. This energy can be thought as mass (I actually don't know what benefits does that bring), but it isn't mass.

  17. Re:Anything would be faster... on Bochs 2.0 Released · · Score: 1

    Because DOSEmu doesn't emulate the x86 cpu.
    DOS programs in DOSemu run in the native cpu in vm86 mode.
    It doesn't work in anything else than in x86 cpu.

  18. Re:For listening..... on Finnish Taxi Drivers Must Pay Music Royalties · · Score: 2, Informative

    There is a difference.

    The decision states that taxi is a public place.

    Playing copyrighted music in public place has always (years at least) been (in Finland) like this: Play, pay.

    Your room or your office is not a public place.
    You don't need to pay for playing there, even if somebody is listening.
    If you removed the walls and played so that the music is heard on streets, it might be different...

    This isn't so simple thing though.
    According to the news, the question was battled for about five years. Taxidrivers apparently lost the battle.

  19. Re: proprietary multimedia formats on Dialtones - A Telesymphony · · Score: 1

    > If anyone knows how to jack .asx, .asf, .wmf,
    > .rm and .ram files in *nix, let me know!
    MPlayer (http://www.mplayerhq.hu/) can handle asf/wmv.

    As for rm/ram/mov, well... they suck anyway.

  20. Re: Mozilla on Pentium 4 2.8GHz · · Score: 1

    I'm running Mozilla on my 233 MHz laptop and I can play mp3s too. The music only cuts when I switch virtual desktops or move windows, but Mozilla doesn't cut it.
    Mozilla isn't that heavy.

  21. Re:Finally! on Build Your Own Virus · · Score: 1
    From the article: injected it into mice to demonstrate that it was active. The animals were paralysed and then died

    I think injecting just about anything to mice can kill them the same way. This isn't quite a proof...

  22. Games for the blind on Quake For the Blind · · Score: 1

    I believe a blind could learn to play tetris.
    This is because of my personal experience: when I've been playing tetris a lot, I start knowing the field without actually watching at it. And because it's possible to recognize the block by sound, as I've seen in a tetris championship finals video.

    I've always been interested of the possibility of using the computer (for chat etc) with eyes closed. Or at least since the display of my previous laptop broke :)