Slashdot Mirror


User: Hanji

Hanji's activity in the archive.

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

Comments · 203

  1. Re:damn on MD5 To Be Considered Harmful Someday · · Score: 2, Insightful

    That was his point.
    Any hash that maps a large (infinitely large, in most cases) space onto a finite ones will always have collisions, it's just a question of how easy they are to find. If you don't want to have have collisions, you have to send the whole file.

  2. Re:Clairify ... on Lycos Declares War on Spam Servers · · Score: 1

    No DoS attack ever has more than a CHANCE of succeeding; Something can always go wrong. That doesn't change the fact that you tried to take down the service.

    The goal of this program is to raise their operating costs prohibitively, so that they are forced to take their sites offline. That is most certainly a DoS attack, even if it's not a conventional SYN flood or other DDoS attack that cripples their server directly.

    And cutting the power line to someone's server is most definitely a DoS attack.

    If you don't understand at this point that the goal is to force these servers offline thereby denying any users service, nothing I can say will ever get through to you anyhow.

  3. Re:Clairify ... on Lycos Declares War on Spam Servers · · Score: 1

    If you flood them with so much traffic that their bandwidth costs rise to the point where they have to shut down, and so in intentionally, remind me again how you're not denying anyone access to their site?

  4. That would be a major PITA on Tin Foil Passports? · · Score: 3, Interesting

    With airport metal detectors, if you ask me. You know most people are gonna forget to remove their *passport* before going through the scanner ... after all, what the hell would be metal in there, and most people are uneasy about letting their passports out of their possession, even just for a trip through the metal detector.

  5. Re:Programming in english sucks anyway on The State of Natural Language Programming · · Score: 1

    You want to look at HyperTalk and AppleScript, both from our friends in Cupertino.


    Virtually every single programmer I know of who has ever had to work with AppleScript hates it with a passion. The best any of us can say is that the functionality it provides is awesome for controlling other apps, but that we've never managed to write an AS script longer than 5 lines without resorting to modifying an existing example elsewhere.
  6. Re:Natural language programming. on The State of Natural Language Programming · · Score: 1

    For the record, Dijkstra also advocated formal provability as the sole criterion for demonstrating program correctness. A nice idea for a theorist, perhaps, but utterly unimplementable in the general case.

    Just wanna point out Dijkstra's view on CS in general, not necessarily to discredit his argument, but to point out that his conception of computer science and programming differed radically from the realities of today.

  7. Re:Take me with you on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 3, Insightful

    Gaim doesn't need AOL, MSN, etc. It works just fine with Jabber, an open, standards-based, extensible, and otherwise buzzword and hippie-compliant instant messaging protocol. There's only one problem: No one actually uses it!

    Gaim's user base, as a proportion of all IM users, is tiny, and is not likely to grow to the point where gaim by itself can make any significant difference in peoples' protocol of choice. As long as all your friends are on AIM, you're going to stay on AIM, even if means dropping gaim.

  8. Re:The game on Does Redskins Loss Presage A Kerry Win? · · Score: 1

    If you want to do something meaningful, go vote and tell all your friends to vote.

    Tell you what. Don't go vote. You have my personal guarantee that your not voting will not alter the outcome of the election in a noticeable manner.

    No promise for all your friends, though.

  9. Re:MacOS _should_ have these things. on KDE: Breaking the Network Barrier · · Score: 1

    Forget new protocols, I'd really love for things like ftp:// and smb:// and WebDav to work reliably without forcing me to force-restart the Finder every time I try to use one of them ...

  10. Re:Spim? on AOL Files First Spim Lawsuit · · Score: 1

    Please, try not to sound so stupid...

    An ironically apropos sig ...

  11. Re:Who cares? on C++ In The Linux kernel · · Score: 1

    Objective-C is awesome, but it's not appropriate for very high-performance systems; Its message-passing architecture entails significant overhead on method ("selector") calls, even compared to virtual methods in C++.

    At least, so is my understanding. Correct me if I'm wrong.

  12. Re:One day... on Could IM Be The Next Step For Google? · · Score: 1
  13. Postscript? on Pretty Printing From An XML File? · · Score: 3, Interesting

    I'm not actually familiar with the details of postcript at all, but it certainly seems a logical format to consider if printing things is your concern.

  14. Re:Irresponsibility on Coffee is Addictive · · Score: 1

    Not a misconception: a fact. If the espresso isn't pepping me up, what is? The demi-mug?

    Placebo effect?

  15. Re:Why shouldn't it sound like a breakup letter? on Dear Microsoft Windows ... · · Score: 1
    Not where windows was installed after Linux.


    Well ... I'm currently running one.
    Of course, in order to get grub back on there after Windows trashed the MBR with its bootloader, I had to boot into Knoppix live-CD, mount my Debian partition (with -o dev), chroot in and install grub, and then manually set up menu.lst ...

    But it can be done :)
  16. Re:What's the rush? on Accelerating IPv6 Adoption With Proxy Servers · · Score: 1

    Oh believe me, I would love to ditch my NAT.
    I have several Linux/OS X boxes running behind it I'd love to be able to access directly over ssh, ftp, or whatever from outside the network without screwing with port mapping, not to mention any kind of file transfer app, hosting multiplayer games .... the list goes on.
    But I'm just playing devil's advocate, because I think that until I can switch to IPv6 painlessly and thoughtlessly, while still keeping EVERYTHING that I'm used to (either through IPv6 versions, proxies, co-existent Ipv4 and v6, or whatever), it's not going to go anywhere.
    NATs are annoying, but not nearly as annoying as being restricted to accessing your server from all of the 20 IPv6 enabled boxes currently out there. (Sarcasm, but you get the point).

  17. Re:What's the rush? on Accelerating IPv6 Adoption With Proxy Servers · · Score: 2, Insightful

    Yes. The purpose of already working painlessly with the existing infrastructure without any significant thought on the part of the user.

  18. Re:Poor Training on Should Gamers Use Smarter Problem-Solving? · · Score: 2, Interesting

    It is not the games that are at fault, but the mass influx of casual gamers during the PlayStation days.

    Yeah! I agree! Fuck the casual gamers! If they're not willing to devote their entire lives to playing their games, they shouldn't be playing them at all!

    I'm sorry. You raised some very good points, but that sentence just pissed me, an occasional and definitely casual gamer, off.

  19. Re:Brace yourself... on Periodic Table of the Operators · · Score: 2, Informative
    Can't answer all of those, but as for
    Why is "&&" different from "and"? Ditto for "||" and "or", etc.
    It's always been that way, at least for perl 5 (I have no earlier perl knowledge)

    and and or have much lower precedence than && and ||, the idea being that the latter should be used for logical expression ($a || $b), and the former for a sort of concise control structure (using short circuit evaluation), i.e.
    open(FIN,$file,"<") or die("Unable to to open $file: $!");
    Since they have such low precedence, it's (practically?) guaranteed that you can safely use them for that, and they will be evaluated only after the entire first operand.
  20. Re:ALL exploits still work under 10.3.4 on Mac OS X 10.3.4 Released · · Score: 1

    Can't speak for the others, but I've done some experimenting, and the ssh:// one at least is fixed. LaunchServices now passes the entire URL specified as the URL to connect to instead of letting it get parsed as ssh's command-line, so that exploit should be closed, unless someone a lot more cunning than I can figure out how to break it.

  21. Re:I have an easier method: on How To Play Your iTunes Music On Other Systems · · Score: 2, Insightful

    Step 4: Play music at loud volume and cringe at distortion caused by music being re-encoded twice into a lossy format.

  22. Re:I know this might sound controversial, but. on How To Get Googled, By Hook Or By Crook · · Score: 1

    Don't know if BBSpot ever had "the" - I think The Onion has that one in the bag, but it was, and still is, the top for are.

  23. Someone please explain to me.. on Pike 7.6 Released · · Score: 3, Insightful

    How a Language can support the BitTorrent protocol.

  24. Re:What about GNUstep? on Apple and Independent Developers · · Score: 1

    What GNUstep needs is a refactoring to make it 100% compatible with the modern Cocoa object APIs. Then and only then will it become possible to write to Cocoa and then recompile on Linux.

    Unfortunately, that's not the only problem.
    The format for the .nib interface definition files generated by Interface Builder is closed, so cross-platform GNUStep/OS X apps have to maintain two sets of interface files, or else use one of the XML solutions that GNUStep is working on. The former is an obvious nuisance, and none of the cross-platform GNUStep solutions are nearly as nice as Interface Builder (I've never worked with GNUStep, but IB is nice enough I'm fairly confident of that. Someone do correct me if I'm wrong).

    OS X developers are used to working with IB, and are not going to easily switch to an inferior environment just to make apps work on Linux.
  25. Re:Such high expectations considering its name. on The Gimp from the Eyes of a Photoshop User · · Score: 1

    I have a bad feeling you just signed your own death warrant...