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:a little off topic but.... on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 1

    ...Theyre in Netcraft now. Netcraft will usually start auto-spidering a site after you manually look it up.

  2. Re:prove of freebsd server !!! on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 3, Funny

    % strings ls
    FreeBSD
    FreeBSD
    Phht
    C@Ph
    C@Ph
    [ ... ]
    $FreeBSD: src/lib/libc/i386/string/index.S,v 1.5 1999/08/27 23:59:30 peter Exp $
    [ ... ]


    Bwahahaahahaaahaahaahahaah!! Earlier I commented that their using IIS-looking 404 pages was an indication they actually did switch over to IIS. Looks like I was wrong they actually did just try to hide their using Apache by setting custom ErrorDocuments.

  3. Re:They've already changed the HTTP headers on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 1

    I know that (I use custom ErrorDocuments myself on my site), but why go to all that trouble to make Apache look like its IIS?

  4. Re:They've already changed the HTTP headers on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 3, Insightful

    The 404 Pages look like IIS. I dont think they would go through all that trouble of just making Apache look like IIS.

  5. Re:Spam is theft, theft is legal,... on Fax-Spam Prohibition Ruled Unconstitutional · · Score: 1

    Do you have a front door on your house? I guess youre voluntarily allowing me to come over and try to sell you something for a few hours every day, OK?

  6. Re:anon posting really disabled on Google's Pageranking Explained · · Score: 1

    Disabling anonymous posting for a site is a Slash setting; all they needed to do was flip one toggle to do so. Disabling it for that one story would have required them to write new code just for that, which we already know is a 4/1 joke to begin with.

  7. Re:No. on Fair Use is Not a Constitutional Right · · Score: 1

    Someone else above replied to my comment and sort of clarified this. Suppy-and-demand will continue as in there will always be a demand for new information, and there will always be a limited supply of new artists to produce it. The place where the paradigm breaks down is about one sec after the author has produced his finished work. In the past, the author could continue to sell his work which is in demand since it was tied to a physical media of which there is limited supply, and this is in fact entirely what the {RI,MP}AA content industries are based on. They werent selling content, they were selling plastic discs with content on them. Now, digitized information can be duplicated and distributed to meet any demand with virtually no effort nor cost.

    And this is what has these industries scared.

  8. Re:Too English-centric! on Teoma Aims To Kill Google · · Score: 1

    Sounds like a browser issue. I was able to type it in fine, and Teoma did in fact come back with the ó printed correctly, however the results were garbage. My browser, Macintosh MSIE/5.0, submitted ó as %F3 which is its ISO-8859-1 codepoint (ISO-8859-1 is a superset of ASCII with 128 more characters, including most Western Euro accented vowels). How did yours submit it? If it represented the character as three %XX entities (dont know them off the top of my head), that means youre browser is using UTF-8, which is much less-supported.

  9. Re:Search for "teoma" on Teoma on Teoma Aims To Kill Google · · Score: 1

    Teoma doesnt seem to even have a /robots.txt file (a standard for configuring bot exclusion), and judging by your last comment, is not honoring Googles. When searching for myself on Teoma I also noticed other search engine result pages popping up in their results. Really stupid.

  10. Re:Google is good. Competition? on Teoma Aims To Kill Google · · Score: 1

    Theres a rather obvious flaw in your logic, namely Google it is the best right now and theyre not spamming up the place with banner ads simply because they can. So, if Teoma comes out on top, why do you automatically think theyd do so?

  11. Re:Nutty daylight savings. on Qt For The Console · · Score: 1

    It's called UTC (GMT, +0000, etc.), which is what Slashdot runs on. In my time zone it was actually 18:59.

  12. Been there, done that... on Qt For The Console · · Score: 1

    It has been done, and it was not an April Fool joke.

  13. Bleh on Qt For The Console · · Score: 1

    You posted that one minute early.

  14. Re:No. on Fair Use is Not a Constitutional Right · · Score: 1

    Quoth oGMo:

    Or maybe that business model just isn't going to work anymore ...

    This is the key to the entire copyright situation. Basically, what were witnessing is an end to supply-and-demand economics in relation to information. Considering that the entirely of capitalist economics is based on this idea, its something that most people are not thinking about, but it is whats happening. Supply-and-demand never really applied to information, it actually applied to the media beneath the information (finite supplies of trees, vinyl, magnetic tape, etc.), although most people didnt make the distinction because the information was inextricably tied to the media. But now supply-and-demand doesnt apply at all computers have allowed us to reproduce information without being tied to any physical media, and at near-zero cost. In regards to information, there is no longer any capitalist economy, unless it can be artificially forced on it with legislation.

  15. Re:Rights, fair use and what the consumer wants on Fair Use is Not a Constitutional Right · · Score: 4, Insightful

    Thats probably because he wasnt American. Thomas Edison invented the lightbulb in 1879, a year after a Briton, Joseph Swan, invented nearly the same thing. Edison got the patent in the U.S. Swan got the patent in Great Britain.

  16. Re:TLC/Discovery Special -- Question ... on Leaked FEMA/ASCE Draft Report On WTC Collapse · · Score: 1

    Shuttle? Are you smoking something? My entire comment was two sentences, and made no mention of anything specific, let alone a shuttle. What I was saying is that you seemed to imply that since something is maliciously-planned it cannot be foreseen. I proceeded to say that you obviously dont (or shouldnt) be working in any security-related field, as most things one has to foresee are malicious in nature. And thats all I said.

    And why dont you check the HTML source before implying that because Im typing something correctly I must be using Windows. First off, Windows does use typographically-correct quotes (so-called curlies) but uses the wrong codes: it uses Windows Code Page 1252 codes: 146, 147, 148, 149 (decimal). Codes from 128 to 159 are undefined in both ISO-8859 (an 8-bit superset including ASCII that nearly parallels CP1252) and ISO-10646 (Unicode, UTF-8, etc.), and thus dont work on any systems unless the page charset is specified as windows-1252 or the browser assumes what they mean (the Macintosh MSIE does this, naturally).

    However: I type punctuation using the correct Unicode values which should work on any standards-compliant browser. These are U+2018, U+2019, U+201C, U+201D (hexadecimal). You can type codes like this by typing &#xNNNN; for hex codes, or just &#NNNN; for decimal. You can also use the ISO-8879 names for these characters lsquo, ldquo, rsquo, rdquo but a lot more browsers have problems with those.

  17. Re:TLC/Discovery Special -- Question ... on Leaked FEMA/ASCE Draft Report On WTC Collapse · · Score: 1

    The fact that something is maliciously planned makes it unforeseen? I hope you dont work in any kind of security-related business...

  18. Re:I am not a nazi. on A Step Closer (Or Not) To Cable ISP Diversity · · Score: 0, Offtopic

    /ME hands you an R.
    You figure out where to put it. (Hint: it goes after the T, but before the A.)

  19. Fuck you... Yahoo? on Yahoo Knows Best, Resets Users' Marketing Prefs · · Score: 1

    Give them one of these for your street address and phone number (unless of course you need them to have your real information):

    701 First Avenue
    Sunnyvale, CA 94089
    1-408-530-5062
    or
    225 Broadway, 13th Floor
    San Diego, CA 92101
    1-408-731-3300

    Then set the mail/phone marketing preferences to YES. Why these addresses? `whois yahoo.com` to find out why. :)

  20. Re:...and now you can't change your birthdate eith on Yahoo Knows Best, Resets Users' Marketing Prefs · · Score: 1

    Its been that way ever since I can remember. Considering that your birthday can typically be used to identify you (along with little other information), and I think Yahoo! asks for you to enter your birthday if you forget your password, this is a security issue. And think about it what legitimate reason (in their mind) would you have to change this information? You were born when you were born, after all; unlike your name and address, this is rather immutable.

    Besides, I always use 1970-01-01 so its easy enough to remember (epoch=0), and I have no reason to change it. :)

  21. Re:AOL's Pressure To Close on Mozilla Tree Closes for 1.0 · · Score: 3, Funny

    Except every Joe Sixpack who uses AOL will have his Windows default browser quietly changed to Mozilla next time he upgrades his AOL.

  22. Re:Gender and Terminology on Ebert, Gillmor on the Music Industry · · Score: 1

    English has no neutral pronoun to refer to a person (unless you want to use it, or the technically-incorrect they). Its conventional to use he as masculine is typically considered the default, but many people use she instead. Read this.

  23. Re:Having to agree to be bound to a contract? on Ebert, Gillmor on the Music Industry · · Score: 1

    What contract? Its illegal to infringe on copyright, not a violation of a contract. I think youre confusing software EULAs (whose terms are spelled out in a contract) and actual laws.

  24. Re:I'm not a thief. I'm a customer! on Ebert, Gillmor on the Music Industry · · Score: 1

    Actually, the IRS does do that what do you think witholding is? They withold the amount they think you owe, then you do your taxes and figure out exactly how much you actually owe, or if they withheld too much. This policy was started when tax laws were significantly changed and the government was worried that no one was going to pay attention they thought preemptively withholding a portion of your income and making you fill out paperwork to (possibly) get it back would induce you to do your taxes.

  25. Re:HDD Vendors on Most Outrageous Vendor Lie Ever Told? · · Score: 2, Informative

    It is. The prefixes youre used to using: kilo, mega, giga, etc., are meant to be in 1000s, not 1024s. The IEEE has invented new, stupid-sounding prefixes to mean 1024-units: kibi, mebi, gibi, and so on.

    1000 MB = 1 GB.
    1024 MiB = 1 GiB.