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.
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.
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.
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.
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?
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.
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.
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.
But I wanted ESS7 switching in my computer not
some out dated crossbar tecnoligy.
the kernel easealy fits in 521kB of ram.
I see it now....
Well looks like you have a CIH
I reccmond three Leaches and
call me in the morining.
-Jonathan
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
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
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"
Here is a rilly quick hack to use you key pad to
/quit/;
/print/;
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
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
chomp;
chomp ($t = ) and $c{$_} = $t;
}
print map "$_ => '$c{$_}',\n", keys %c;
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.
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?
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.
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
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.
It seams like fun but none of the twenty or so
computers I own could even run windows wihout
emulation.
if those numbers are right we should exoust the
key space in about 5 days