Slashdot Mirror


User: J'raxis

J'raxis's activity in the archive.

Stories
0
Comments
1,816
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,816

  1. Re:Joan should quit developing on Free Software Licensing Quiz · · Score: 1

    Ummmmmmmm, maybe mailto: links?

  2. Re:Hey! on Ximian to Bundle StarOffice 6.0 · · Score: -1, Offtopic

    You, sir, SUCK at trolling. That's not even a good CRAPFLOOD, for fuck's sake! Get with the fucking program!!!

  3. Guess what?? on Ximian to Bundle StarOffice 6.0 · · Score: -1, Flamebait

    Slashdot fucking SUCKS! I seriously cannot believe how much this FUCKING SITE sucks so much lately! I mean, look at this! SUCK here! SUCK there! SUCK all over the front page! You FUCKING IDIOTS! Oh, and to you ASSWAD Editors: learn how to FUCKING TYPE and SPELL the fucking English language!!!

    Now go ahead and MOD ME DOWN, you filthy animals. I expect to be at 47 karma within FIVE MINUTES or I'll beat you all to death with your own FUCKING PENISES. You fucking bet I've SNAPPED!!!

  4. Re:This will probably come out "ignorant"... on Unlimited Airwaves · · Score: 1

    What youre describing sounds like streaming media over multicast. I believe (Im no expert on this) that everyone transmits to the same IP address, something like 224.0.0.0, and clients pick out what packets they want based on the sender address. The buffer overrun problem certainly hasnt been solved, but current streaming media protocols already deal with these problems (somewhat) effectively.

  5. Re:/. mentioned on Apache Jumps In Market Share · · Score: 2

    What?

    HTTP/1.1 200 OK
    Date: Wed, 15 May 2002 21:48:54 GMT
    Server: Apache/1.3.20 (Unix) mod_perl/1.25 mod_gzip/1.3.19.1a
    SLASH_LOG_DATA: shtml
    X-Powered-By: Slash 2.003000
    X-Fry: And then when I feel so stuffed I can't eat any more, I just use the restroom, and then I *can* eat more!
    Cache-Control: private
    Pragma: private
    Connection: close
    Content-Type: text/html

  6. Re:recent change here on User Naming Practices? · · Score: 3, Insightful

    Actually, the first-name/last-name scheme makes dictionary-attack spamming extremely simple. Spammers dont care if they hit 1,000,000 bad addresses, all they care about is getting a few through...

    aaron.aaronson@foo.bar,
    abel.aaronson@foo.bar,
    abraham.aaronson@foo.bar,
    adam.aaronson@foo.bar,
    ...

    The same goes for a first-initial/last-name scheme (aaaronson, baaronson, caaronson, etc.), and any other similar scheme.

  7. Re:Just the headers. on Swiss ISPs Must Archive E-mail For 6 Months · · Score: 1

    Ah. And this is exactly the same as a lot of governments do with every other communications medium already. The U.S. phone companies keeps call records detailing whos calling whom, for how long and when; the post office could (not sure if they do or not) keep records of recipients and return addresses. In other words, this is no more invasive than what we deal with in the offline world already.

  8. Re:.tla on Senate Bill Would Make Clandestine Video Taping Illegal · · Score: 1

    Especially considering ICANN approved *.info, *.museum and a few others recently.

  9. Re:If and only if... on Senate Bill Would Make Clandestine Video Taping Illegal · · Score: 1

    They should get the *.prn domain for free until they drop the *.{com,net,org} domain(s) which they should be allowed to keep for a year or two to ease the transition. But why would anyone need three *.prn-like domains? The only reason most companies register all three of *.{com,net,org} is to prevent squatters from doing the same. $PRONSITE.{net,org} nearly always just redirects to $PRONSITE.com. Major companies (not just pr0n, look at Amazon or Yahoo for example) even have their name registered in every country code also.

  10. Re:.prn on Senate Bill Would Make Clandestine Video Taping Illegal · · Score: 1

    Creating the new *.prn domain is not a problem I would think (I cant see how identifying something for what it is is an infringement on free speech*). However, the problem lies in forcing them to give up their current *.com addresses. Maybe some kind of compromise could be reached if a holder of an adult *.com could automatically get an equivalent *.prn domain, and be allowed to hold onto the *.com for a year or two to handle the transition. Thered still be broken links out there forever, but this would at least mitigate some of the transition pains.

    * I also think *.prn is a stupid name however, as the criteria for being required to get a *.prn domain seem to be broader than just pr0n. *.adt (or *.adult, there is no constraint on length anymore, just look at *.info or *.museum) would be better.

  11. Re:Mozilla speed observations on Mozilla Branches For 1.0 RC1 · · Score: 1

    I would guess this would have something to do with Mozilla expecting valid HTML. The HTML cant be validated until the last closing tag is read, namely . Also consider that with DHTML layering, an HTML document is no longer even linear code at the end could be displayed at the top of the document, for example.

    So maybe its just trying to play it safe so it doesnt muck something up when something unpredictable happens thirty lines before the end of a thousand-line download.

  12. Re:I still wonder... on Mozilla Branches For 1.0 RC1 · · Score: 1

    . . . You understand you can compile things yourself, right? Thats what the source tarballs on the download page are for.

  13. Re:Band-aid for Spoofed IP addresses on DoS Attacks Persisting, On The Rise · · Score: 1

    Do people even bother spoofing to hide their identities anymore? I thought the most common usage of spoofing was just so the machine doing the DoS doesnt have to get the reply traffic dumped on it (therefore it can send more echo requests or SYNs or whatever since it doesnt have to process the echo replies or ACKs or whatever).

    Thus, if someone is going to crack 10.1.2.3 to use to DoS someone else, it doesnt matter if they can spoof outside their own network, or only over 10.1.2.4 as long as the reply traffic is not coming back to them they dont care.

  14. Re:Encoding... on The Poincaré Conjecture has Been Proved · · Score: 1

    Slashdot does not specifically set the charset (neither in a META tag, nor in the HTTP response headers), which is a Bad Thing when using eight-bit characters, considering any given octet (such as 0xE9, é in ISO-8859-1) is something different in nearly every character encoding. The author should have just used the ASCII-encoded HTML entity é (see ISO-8879) and it would work everywhere.

    You should keep your browsers default character set as either ISO-8859-1 or Windows-1252 (these are nearly the same, except ISO undefines the characters 128159). UTF-8 is still such a marginal encoding that any page that uses it will say it does so in the headers, so you shouldnt use this as the default fall-back.

    BTW: did your browser just display the single 0xE9 octet as a UTF-8 character? Mine (MSIE/5.0 for Macintosh) ate up the next two octets also. I think that 0xE9 is an octet in UTF-8 that indicates the character is 3 octets long (read the standard, it gets messy how this works), which explains why MSIE chomped the space and C following it. However, in UTF-8, all octets that are pieces of multibyte characters must have their highest bit on, so space and C are not legally allowed to follow an 0xE9.

  15. Re:I need cash on Overture Sues Google Over Pay-for-Placement Patent · · Score: 1

    I know the patent office has a problem finding even readily available, blatantly obvious prior art, but they do have at least 6,269,361 examples of this lying around right in front of their faces.

    Oh, wait, they dont even read their own patents, do they?

  16. Re:A surefire patent winner on Overture Sues Google Over Pay-for-Placement Patent · · Score: 1

    Well, Ill patent it, sue everyone around me who even breathes the number four, and collect money for the next couple years until the courts rule my patent invalid. Ive already made my fortune.

    Then Ill go patent 2+3.

  17. Re:Why are people mad? on Microsoft Tech Specs Prohibit GPL Implementations · · Score: 1

    Right, and Microsoft wants the code totally open (i.e., what you called free) because its not theirs. Take a look at Microsofts own code and see how free it is.

  18. Re:Where is th right? on Sony Intentionally Crashes Customers' Computers · · Score: 2, Insightful

    How do I consume recorded music? I play the CD. I listen to it. I play it again. Repeat ad nauseam. Nothing has been consumed. One can consume a concert event (once one has listened to it, its over, and it takes work to create another concert), and therefore it has economic value as a finite resource. Additionally, the basic supply-and-demand principle applies to a concert (my going to it deprived someone else), a principle that does not apply to infinitely-reproduceable and infinitely-reusable recorded music.

    Additionally, your logic in the last paragraph is ridiculous. An artist expecting to get paid for their recorded music is akin to me expecting to get paid by my employer well after I quit, simply because theyre still using a piece of software I coded for them. The initial production of the work is worth something, economically speaking, and thats what I got paid for. Each subsequent use or copy is not.

  19. Re:Something's not right about this... on Browser Becomes Billboard · · Score: 1

    Dunno, but eps.new.search.new.net is resetting my connections (Connection reset by peer) so I cant look at their code. Although if this is IE were talking about, there are numerous exploits that allow it to execute arbitrary instructions, not just JavaScript.

  20. Re:newbie? on Browser Becomes Billboard · · Score: 1

    They have the Internet on computers now?!

  21. Re:Something's not right about this... on Browser Becomes Billboard · · Score: 1

    JavaScript can add bookmarks or change your homepage. One hypothetical possibility would involve changing your homepage to a frameset (from their website), one frame containing what look like UI parts (a button bar?) that they would then have control over because it is part of their site.

  22. Very simple: on What Should Microsoft's Open Source Strategy Be? · · Score: 1

    Curl up and die.

  23. Weird shit going on... on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 2, Interesting

    They definitely are up to some weird, inconsistent shit, that is for sure. HTTP and POP both report Windows software; and someone else said the FTP server also did (read through the comments, here and there). But you can download /bin/ls and `strings` reports it is most definitely a FreeBSD ELF, complete with some rather obvious RCS $Id$ tags.

  24. Re:uhhhh on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 1

    CNET, were the .com in .com.com?

  25. *pop!* on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 1

    POP also:

    % telnet www.wehavethewayout.com 110
    Trying 130.94.214.143...
    Connected to www.wehavethewayout.com.
    Escape character is '^]'.
    +OK POP server version 2.53 ready from w2k1405
    [ ... ]