Slashdot Mirror


User: xYoni69x

xYoni69x's activity in the archive.

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

Comments · 99

  1. Re:This looks interesting, however: on HyperSCSI Examined · · Score: 1

    The bandwidth may be high, but... Think of the lag!

  2. Re:don't forget the real consequences for the web on Microsoft Longhorn Delayed · · Score: 1

    That's not a problem. I like IE6's engine, but don't like the GUI's annoyances and lack of certain features, which Avant fixes:

    • Tabbed windows!!!
    • Saves URLs of currently open windows when Avant is closed/forcefully terminated
    • Protects against IE engine crashes (I don't know any that weren't fixed in the recent August cumulative patch though)
    • Excellent pop-up blocking (before Avant, I had to use a separate pop-up blocker)
    • An option to block flash(!)
    • An option to block sounds! I haven't unblocked sounds ever since installing Avant.
    • An option to block scripts
    • An option to block ActiveX
    • An option to block pictures - useful when you're unsure whether the link you're clicking on will redirect you to goatse/tubgirl/similar, or if your Internet connection uses technology from the previous millenium.
    It's great!
  3. Re:Linux does not require technical ability on Is Linux as Secure as We'd Like to Think? · · Score: 1

    > My grandfather uses the ENTER key instead of double-clicking, since a couple of strokes have upset his timing for double-clicks.

    Modern Logitech mice (I don't look at any other type of mouse - Logitech are simply the best) have at least a thumb button, and the newest mice (MX-#00) have even more buttons. You can configure one of them to act as a double-click button.
    My mouse has the standard buttons + a thumb button, which I've configured to double-click. It's quite great. (I don't have a problem double-clicking, but it's just much more comfortable this way...)

    > Why does it seem that most users are of below-average intelligence? Do smart people avoid computers?

    No. Smart people avoid calling tech support, so you don't notice them. =)

  4. Umm... on RPC DCOM Worm On The Loose · · Score: 1

    The latest Win2k service pack is SP4, you know...

    (This was released about 2 months ago, IIRC.)

  5. Re:Right. on Nationwide Class Action Filed Against DoubleClick · · Score: 1

    Probably because Linux doesn't match *nix.

  6. Re:Whoa whoa whoa on Nationwide Class Action Filed Against DoubleClick · · Score: 5, Funny

    No, actually, you don't... There's a bug that causes your software to think you have a new message waiting for you, which points to the fact that your connection isn't optimized.

  7. Yes, but... on CD Burners with Built in Compression · · Score: 2, Interesting
  8. Re:eDonkey vs. Kazaa on Filesharing Up 10% After RIAA Threatens Users · · Score: 3, Interesting

    Of course. I was talking about the network, not the client. I use both of the networks above, neither with the "official" clients. The only way to use Kazaa is Kazaa Lite, and for eDonkey I use eMule.

  9. Re: Your sig on Messaging Over IPv6 Headers · · Score: 2, Funny
    The following code acts as a method of circumvention and is therefore illegal:

    #include <stdio.h>

    static char msg[] = "01011001 01101111 01110101 00100000 01100011 01100001 01101110 00100000 01110100 01100001 01101011 01100101 00100000 01111001 01101111 01110101 01110010 00100000 01000100 01001101 01000011 01000001 00100000 01100001 01101110 01100100 00100000 01110011 01101000 01101111 01110110 01100101 00100000 01101001 01110100 00101110 00100000 01001000 01100101 01111000 00100000 01101001 01110011 00100000 01100110 01101111 01110010 00100000 01101100 01100001 01101101 01100101 01110010 01110011 00101110 00100000 01000010 01101001 01101110 01100001 01110010 01111001 00100000 00110000 01110111 01101110 01110011 00100000 01101010 00110000 00110000 00101110";

    int main()
    {
    char *p;
    unsigned char c = 0;
    int x = 0;

    for(p = msg; *p; p++) {
    if(*p != '0' && *p != '1')
    continue;

    c <<= 1;
    if(*p == '1')
    c |= 1;

    if(!(++x & 7))
    printf("%c", c);
    }

    return 0;
    }
  10. Re:No need for destination options on Messaging Over IPv6 Headers · · Score: 1

    Awesome! This is just like what I was going to do, only way better. Thanks! =)

  11. eDonkey vs. Kazaa on Filesharing Up 10% After RIAA Threatens Users · · Score: 2, Insightful

    If any, definitely Kazaa.
    eDonkey doesn't have a central server, and anyone can run a server if they want to. That's more than RIAA can currently(1) handle, I think.
    Also, Kazaa seems to be more popular for sharing MP3's.

    (1) What I mean is, RIAA can eventually summon enough power to bring down both, but Kazaa would be much easier.

  12. No need for destination options on Messaging Over IPv6 Headers · · Score: 4, Interesting

    The Joe 6 Pack uses IPv6 destination options to specify a special option that contains the chat message...
    The actual IPv6 packet being sent is an ICMPv6 echo-reply packet that seems to contain all nulls.
    This makes the destination option seem a bit redundant...
    You could implement this using nothing but ICMP (over either IPv4 or IPv6).

    In the ICMP echo data, build some kind of header:

    (4 bytes) magic identifier, i.e. 0xBAADF00D
    (n bytes) message
    (4 bytes) CRC-32 checksum of the previous n+4 bytes


    The CRC-32 checksum is there to differentiate between "chat-pings" and "real pings".

    I started to implement this as a special ping program (so you could do something like ping 1.2.3.4 --msg hi!) and maybe will finish it when I'm less busy.

  13. George Carlin quote on Isn't It Ironic? · · Score: 5, Informative
    I quote George Carlin (this quote is taken from his book Brain Droppings - thanks to Google Cache).
    Irony deals with opposites, it has nothing to do with coincidence. If two baseball players from the same home-town, on different teams, receive the same uniform number, it is not ironic. It is coincidence ... If a diabetic, on his way to buy insulin, is killed by a truck, he is a victim of an accident. If the truck was delivering sugar, he is the victim of an oddly poetic coincidence. But if the truck was delivering insulin, ah! Then he is the victim of irony.
  14. Re:Wha? on Isn't It Ironic? · · Score: 1

    You mod the story -1 Offtopic and you got modded -1 Offtopic yourself. That's irony.

  15. Re:The devil you know on Microsoft Pulls Plug for Support on NT4 · · Score: 1
    Unfortunately, the PC platform is far from an ideal world, where the only 16-bit code is the bootloader.
    In my opinion, an ideal platform will use exclusively 32-bit code (or 64-bit if that's your thing). But that's not likely to happen soon in the Intel architecture.
  16. Re:The devil you know on Microsoft Pulls Plug for Support on NT4 · · Score: 1
    I don't know where you people are getting all this 'XP is crap' stuff from.

    I didn't say XP is crap... I said: XP = 2K + crap.
    Rearranging this equation gives: XP - 2K = crap.
    The difference between XP and 2K, i.e. the new features in XP, etc. are all crap.
    The remainder of XP, which isn't crap, is pretty much identical to 2K.

  17. Re:The devil you know on Microsoft Pulls Plug for Support on NT4 · · Score: 4, Insightful
    We upgraded from 98SE to XP because I wanted an OS that could walk and chew gum at the same time. Let me tell you, mistake, mistake, mistake.

    98SE is a good OS considering it's 16-bit (read: it sucks!).
    Very simply put, XP = 2K + crap.
    You should have installed 2K, it's the best Microsoft OS so far (I have yet to try 2K3 so currently have no opinion on it).

  18. Who cares about Palm OS? on Palm OS Wristwatch · · Score: 2, Informative

    A nerd-watch that I would really consider buying is the LAKS watch.

  19. Re:AND IT'S "INQUIRY", YOU SQUIRREL RAPING LIMEY on UK To Hold Public Enquiry On Spam · · Score: 1, Informative
    Both forms are acceptable:
    enÂquirÂy
    n. pl. enÂquirÂies
    Variant of inquiry.

    I hope you realize I am wasting the opportunity to mod you down by replying.
  20. Re:Cingular on SMS SPAM to be Banned Down Under? · · Score: 1
    Being charged by the message, I'd be pretty annnoyed to be spammed.
    Aren't you supposed to only be charged for outgoing messages?
  21. Re:This is nice and all... on SMS SPAM to be Banned Down Under? · · Score: 1
    Most of the spam comes from countries where that law cannot/wouldnot reach.
    Mmm... Didn't the United States sue Sherman Networks, the company that made Kazaa, which is based in Australia?
    In my opinion, stopping spam should be much higher priority than stopping illegal file sharing. (Not just because I benefit from the latter...)
  22. Not too bad... Yet on SMS SPAM to be Banned Down Under? · · Score: 3, Informative

    Here in Israel, I get SMS spam at a rate of about 1-2 messages per week.
    I don't know how it is in Australia, but at least here it isn't terribly annoying (yet).

    However, I noted that I couldn't find any way to "opt out", which probably makes it illegal.
    But since I'm not bothered too much by it, I probably didn't search hard enough.

  23. Doesn't bother me on Ageism in IT? · · Score: 1

    Speaking as a 17 year old boy with a programming hobby, I can hardly see how this affects me negatively. :D

  24. Re:D-Link, too? on Is Linksys Violating The GPL? · · Score: 1

    The response to the FTP "SYST" command is very unreliable.
    I run two different third-party (read as non-Microsoft) Windows FTP servers, and they both respond the same to SYST:
    215 UNIX Type: L8

  25. Re:Palladium Pre-Testing on Microsoft Pulls Broken XP Update · · Score: 1

    Seemed like a good idea at the time? :P