Slashdot Mirror


User: bdaddy_mit

bdaddy_mit's activity in the archive.

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

Comments · 4

  1. Can you say... on Extinction Of Human Languages Affects Programming? · · Score: 1

    FUD

    I can't wait until all the languages with that that acronym become extinct.

  2. What about Libertarians and Greens? on What the Candidates are Running · · Score: 2, Informative

    --------------------
    % telnet www.lp.org 80
    Trying 65.113.119.99...
    Connected to www.lp.org.
    Escape character is '^]'.
    HEAD / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Thu, 06 Nov 2003 19:58:32 GMT
    Server: Apache/1.3.27 (Unix) PHP/4.2.3
    X-Powered-By: PHP/4.2.3
    Connection: close
    Content-Type: text/html

    Connection closed by foreign host.

    --------------------
    % telnet www.greenparty.org 80
    Trying 209.120.182.113...
    Connected to www.greenparty.org.
    Escape character is '^]'.
    HEAD / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Thu, 06 Nov 2003 19:58:42 GMT
    Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
    Connection: close
    Content-Type: text/html

    Connection closed by foreign host.

  3. Re:Free Speech on FCC Proposes Fining AT&T Over DNC Violation · · Score: 1

    I presume you own the bones in your ear that vibrate when a person talks to you. Does that mean they are making use of _your_ resources without your permission?

  4. Re:/.ed already? on Linux File System Shootout · · Score: 1

    I got the same problem. Just a 685b file. Turns out it is compressed with gzip. I was using links to view the site, and it just showed the contents of this file without decompressing it. If you grab it with wget and use gzip you can see the web pages. Maybe a newer version of links handles this better.