Slashdot Mirror


User: moore

moore's activity in the archive.

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

Comments · 39

  1. Crossbar! on 8 way SMP chipset for K7 · · Score: 1

    But I wanted ESS7 switching in my computer not
    some out dated crossbar tecnoligy.

  2. Re:Kernel footprint? on uCsimm News · · Score: 1

    the kernel easealy fits in 521kB of ram.

  3. Vires Protection? on Leech Neuron Computers · · Score: 1

    I see it now....

    Well looks like you have a CIH
    I reccmond three Leaches and
    call me in the morining.


    -Jonathan

  4. Why are people talsing about raster? on Raster on Leaving Red Hat · · Score: 1

    Why are so many of you saying, "raster is
    so hard to work with bla bal bal", This has, as I
    see it, nothing to do with weathere raster is
    easy to work with. It is about the fact that some
    one slanderd all E users colectivaly and that
    pissed raster off. I think he is a beter man for
    standing up for people we most of which he dosent
    even know peosonaly and to whome he sertanly owes
    no debt.

    yes I use E. not becouse I think that raster is
    the second comming but becouse I can make it do
    things that I can't do with anny othere wm with
    out patching the code.

    -Jonathan

  5. Re:Banning spammers ? on "Usenet Death Penalty" against AOL · · Score: 0

    This analigy dosent fly.
    There is a big defrance between
    saying that you are not alowd to
    talk becouse you think bad thoughts
    and you are not alowed to talk becouse
    every time some one else trys to say
    anny thing you just start screeming at
    the top of you voice. to make a analigy
    you are not a rasceist if you chose not
    to invite a jerk to you party nomater
    what race thay are. It's not that thay are
    trying to be bigited torweds aol thay just
    don't wan to invite the isresopnsibal kid
    over to play.

    -Jonathan

  6. Re:Key pad vertion on Alternative to Graffiti Input? · · Score: 1

    Opps slash dot eight my
    "left angle braket" STDIN "right angle braket"
    in three plases.

    while ("left angle braket" STDIN "right angle braket") {

    $t = "left angle braket" STDIN "right angle braket"

  7. Key pad vertion on Alternative to Graffiti Input? · · Score: 3

    Here is a rilly quick hack to use you key pad to
    do the same thing. to type run: "

    cord.pl > out.text

    To quit type quit and then return. to enter a leter type the apropreat key seaquance (ignoring the start and end for the center thing) and hit enter when the char is done.

    -------------------

    #!/usr/bin/perl
    #cord.pl
    my %c =
    (
    369 => 'j',
    963 => 'x',
    12 => 'g',
    14 => 'w',
    32 => 'd',
    41 => 'c',
    987 => 'p',
    789 => 'k',
    36 => 'r',
    63 => 'y',
    47 => 'h',
    74 => 'm',
    69 => 'u',
    96 => 'l',
    78 => 's',
    1 => 'o',
    98 => 'f',
    2 => ' ',
    3 => 'i',
    4 => 'e',
    123 => 'z',
    321 => 'b',
    6 => 't',
    7 => 'a',
    8 => "\ch",
    9 => 'n',
    147 => 'v',
    741 => 'q'
    );
    while () {
    chomp;
    last if /quit/;
    print "$c{$_}";
    }


    ---------------------------------


    this program is for traying the thing if you don't
    like the way it is set up;

    #!/usr/bin/perl

    my (%c, $t);
    while () {
    last if /print/;
    chomp;
    chomp ($t = ) and $c{$_} = $t;
    }

    print map "$_ => '$c{$_}',\n", keys %c;

  8. Audio widgt software... on Ask Slashdot: Linux and Telephony · · Score: 1

    I wrote some audio widget software that
    used festival fot text-to-speech and some
    custome hardware for DTMF decoding. It is
    in perl and handels menus quite nicly right
    now I have not realeased it only becouse I
    wanted to make it work with a voice modem
    instead of with my sound card and custom
    hard ware but I do not have a voice modem
    so it hasent happed. I would gladely give it
    out under the GPL if anny one was instread.

  9. Dis anny one look at the html fot the top page? on Al Gore Goes "Open Source" · · Score: 1

    It seays that there are looking for
    C programers and stuff but I certenly
    cant't find the source to there CGI
    programs; are thay soposed to be open
    too?

  10. How I plan to use PNG on Feature:The Story of PNG · · Score: 1

    Instead of ps you might consider storing you
    images in xcf (gimp native format) or png becous I
    don't think ps will suprot all the alpha features
    and that png or xcf will. you could then use gimp
    in batch mode (ie no X) to convert the imiges on
    the fly to almost any format including difrent
    color depths and compreshion ratios depending
    on what the broweser could execpt. for efficiency
    you should cash any on the fly convertions you
    do no mater what aproch you take.

  11. The artists! on MP3 Dead? What, Already? · · Score: 1

    I think the artists have a instrese in not geting
    fucked by the distrubution monopielys. only the
    people who control the curent broken distrubution
    methouds have no ecnomic intrests in mp3. The
    artists and consumers have grate instrest in not
    filling the pokets of the big labels.

    -Jonathan

  12. Money, fredome and the "real world" on Microsoft claims Linux provides weak value · · Score: 1

    I have gone back and forthe between the
    "real world" and school sreval times. I did grow
    up as a white upper middel class kid with
    privlige, but I have also been to pore to thke the
    buss. Do I care about "MONEY"? Not more then I
    care about freedome and not fucking over othere
    people and the world we live in. Have you evere
    stoped to ask you self what the "real world" is
    who defines it and who it serves? I think you will
    find if you do that the people who define it are
    the ones that it serves. The real world is we make
    it and I chose to try to make it one where bullys
    don't win and every on hase equla fredome and equality.

  13. I can't run windows. on MS Responds to Rebate Day · · Score: 1

    It seams like fun but none of the twenty or so
    computers I own could even run windows wihout
    emulation.

  14. Dam! on DES Keyrate Rapidly Growing · · Score: 1

    if those numbers are right we should exoust the
    key space in about 5 days