Slashdot Mirror


User: Mignon

Mignon's activity in the archive.

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

Comments · 706

  1. Linux Counter on Main Linux Distros Port To IBM's S/390 · · Score: 2
    So what's a sysadmin to do when registering one of these with The Linux Counter?

    At this point there are 76148 machines registered; one of these could increase this number by 50%!

  2. Shared Name on Your (Australian) Criminal Record Online · · Score: 2
    And what if you happen to share the name of a heinous criminal?

    I do. Or did. A guy with the same name as me was executed a few years ago in Pennsylvania for killing his wife, I believe.

  3. Re:none of my boss' business on Your (Australian) Criminal Record Online · · Score: 2
    I am very much against the disclosure of criminal records. after you have paid your fines, done the jail time, had the therapy, and worked the social job you were sentenced to, you are supposed to have served your penalty.

    Tell that to the people who passed "Megan's Law", which requires convicted sex offenders to register with the police in the community to which they move after release. Note that "sex offender" includes consensual adults convicted under sodomy laws for example, not just rapists/child molesters/etc.

  4. Re:Libel on Your (Australian) Criminal Record Online · · Score: 2

    What if everyone in Australia legally changed their names to Rupert Murdoch? That would piss of the ol' bastard, now, wouldn't it?

  5. Founding Fathers on Your (Australian) Criminal Record Online · · Score: 2

    Given Australia's history as a penal colony, does this mean you can look up her founding fathers in this list?

  6. Re:Napster on Is There A Market For A Voice Controlled MP3 Car Stereo? · · Score: 2

    And an hour later, when your file has trickled through that cell modem, you can listen to it!

  7. Re:i like logitech on High-Quality 3-Button Mouse For X? · · Score: 2

    I second that. In /etc/XF86Config, I use mouse protocol "MouseManPlusPS/2" for mine.

  8. Re:The problem with pbc's... on Pollution Lowers Intelligence? · · Score: 2

    Talking about looking at the big picture, there's a great book, called Why Things Bite Back, by Edward Tenner. It's about how technology changes physical problems for people from one type to another. For example, as we went from an industrial/agrarian economy to an information economy, we went from injuries such as fingers being lopped off by farm equipment and black lung, we now have carpal tunnel syndrome, to give an oversimplified example.

  9. Re:Windows CE / Powered / PocketPC (WHATEVER!!) on Hands-On Review of PocketPC · · Score: 2
    Mostly, I like checking out each different platform.

    I hear that. I take it that, considering they're all running the same OS (namely, CE), that the differences are in the I/O - the different screens and input devices. Any insights?

  10. Re:PS Source Code (GPL) on Httpd Written In Postscript? Shell? · · Score: 1

    The Dude has spoken.

  11. PS Source Code (GPL) on Httpd Written In Postscript? Shell? · · Score: 5

    "To install it, run from inetd:"

    8080 stream tcp nowait nobody /usr/bin/gs gs -dNODISPLAY -q \
    /home/pugo/src/postscript/pshttpd/pshttpd.ps

    Here's the source, in case the server gets PSDotted:

    %! %================================================= == % PS-HTTPD V1.0 %
    Copyright 2000 Anders Karlsson, pugo@pugo.org % License: GNU General Public License
    %=============================================== ==== /get_file % read file /infile
    and send it to %stdout { /buff 2048 string def { % loop infile buff readstring { stdout exch writestring
    } { stdout exch writestring infile closefile exit } ifelse } bind loop } def /read_command % read
    command from stdin and define it to /command { /stdin (%stdin) (r) file def /inbuff 256 string def
    stdin inbuff readline pop /command exch def } def /concatstr % (a) (b) -- (ab) { /beta exch def /alfa
    exch def /buffer 1024 string def alfa buffer copy pop buffer alfa length beta putinterval buffer (\000)
    search pop exch pop exch pop } def /hitcount { /hitfile (/usr/local/psweb/hits) (r) file def /hits 16
    string def hitfile hits readstring pop hitfile closefile /hitfile (/usr/local/psweb/hits) (w+) file def cvi 1
    add hits cvs hitfile exch writestring hitfile closefile } def /print_header { stdout (HTTP/1.0 200
    OK\n\n) writestring % stdout (Server: PS-HTTPD/1.0\n) writestring % stdout (Content-type:
    text/html\n) writestring } def /parse_result { command token { (GET) eq { ( ) search { root exch
    concatstr % build path /filename exch def pop pop % define filename and clean stack filename
    filename length 1 sub 1 getinterval (/) eq { filename (index.html) concatstr /filename exch def } if %
    add index.html filename (..) search { stdout (4711 Stupid user error!\n\n) writestring quit } if pop
    filename /infile exch (r) file def % open file print_header get_file } if } if } if } def % Init
    environment /stdout (%stdout) (w) file def /command () def % Root-path (root of WWW-pages)
    /root (/usr/local/psweb) def %% Uncomment this and place a file named "/usr/local/psweb/hits" %%
    (you can change the path in hitcount above) containing only a "0" to %% get a hitcount % % hitcount
    % add one to the hitcount % Read a command from the server read_command parse_result quit

  12. Re:Windows CE / Powered / PocketPC (WHATEVER!!) on Hands-On Review of PocketPC · · Score: 2
    I have 3 CE devices, and I use them all.

    Your pockets must be full. ;) What do you do with three of these devices? (For the record, I have one Palm III and I use it - obsessively, some might say.)

  13. Obligatory Simpson's Reference on Amazon Sued For Patent Infringement · · Score: 1

    "Hah-hah!" - Nelson Muntz

  14. NS vs. ESR? on Stephenson Gives "Heretical" Speech @ Privacy Summit · · Score: 1

    Where was Geek-With-Gun ESR when Stephenson brought up the stray-bullet incident?

  15. Re:Honeypots, entrapment, and you on Security-Why Not Watch The Crackers? · · Score: 1
    3. They send their logs to another system for 'safe keeping'; a sniffer will see this traffic.

    Can you send the logs through a direct serial connection to help prevent a sniffer from detecting it?

  16. Re:Honeypots can be illegal on Security-Why Not Watch The Crackers? · · Score: 1
    Like putting a larger fake diamond in front of your more valueable, more hidden valuables.

    I once heard someone say they would leave a $100 bill lying around in an obvious place in their house. Their idea was that encountering a burglar was potentially worse than actually being robbed. Their hope was that a burglar would take the easy reward and split, rather than linger, looking for the better (but harder to carry) goods, or risk encountering the resident.

  17. Re:Simulated environment IS a good idea on Security-Why Not Watch The Crackers? · · Score: 2
    I even recall that it could simulate an entire network.

    This sounds like a good job for one of those old mainframes running 41,000 copies of Linux. Just set it up as a chain of virtual networks: that is, the first VM sees the internet and the second VM; the second VM sees the first VM and the third VM; etc.

    By the time someone makes it to the 41,000'th VM, you'll have time to decide how to deal with them...

  18. Would this be free speech? on Code As Free Speech -- Pandora's Box? · · Score: 1

    #include &lt stdio.h &gt
    #include &lt sys/time.h &gt
    #include &lt sys/types.h &gt
    #include &lt unistd.h &gt
    int main(void)
    {
    fd_set Theater;
    struct timeval tv;
    int IsCrowded;

    FD_ZERO(&Theater);
    FD_SET(0, &Theater);

    tv.tv_sec = 5;
    tv.tv_usec = 0;

    IsCrowded = select(1, &Theater, NULL, NULL, &tv);

    if (IsCrowded)
    printf("FIRE!\n");

    exit(0);
    }

  19. Re:"Source code" is undefinable on Code As Free Speech -- Pandora's Box? · · Score: 1
    Interesting point. Perhaps this ambiguity will ultimately lead to a Supreme Court decision mirroring that on pornography, saying "I don't know how to define source code, but I know it when I see it."

    As with pornography, such uncertainty will lead to "community standards" for source code. For example, in a VB-community, C will be considered too low-level, and thus not protected.

  20. There's Security through Obscurity, After All on Enigma Machine Stolen · · Score: 1

    If Bletchley Park had been less successful at promoting their exhibits, they might still have their machine...

  21. Re:A Rolling Stone... on Enigma Machine Stolen · · Score: 1

    Better check David Bowie's house for the missing one, then...

  22. Re:The weirdest moment in the Oscars was... on Oscar Wrapup (American Beauty and The Matrix win) · · Score: 1

    At first I thought that was Roberto Begnini having another of his moments.

  23. It's a bug fix, thanks to open source. on Netpliance Ban I-Opener Mods · · Score: 1
    Think about it: their business plan was open for all to observe. The open source community, among others, exploited a bug in that plan and the company fixed it.

    Didn't MSN offer a big rebate on new PCs if the buyers also signed up for their service? When they found out that their agreement didn't preclude cancelling the service, they fixed that bug in their business plan.

  24. PhD Dropout on Grok Goldbach, Grab Gold · · Score: 1
    Are you a closet mathematician who wants to come out?

    On the contrary, I'm a recovering mathematician. I'm in an n-step program.

  25. Here's a few on Open Source Symbolic Math Program? · · Score: 2
    See the links at the bottom of Dave Bayer's page.

    Also check out Magnus.