|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
This is some tedious fuckin shit:
http://www.backwater-productions.net...ph_Working.png Basically I'm sick and tired of web stat graphs that look like nyah: http://www.backwater-productions.net...inal_Graph.png I mean really, look at how fuckin jaggedy and pixelated that is. Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, will have better color composition (the current sample colors are just for construction purposes) and will feature a clean, modern looking design. The current model I'm building right now is based on 1% splits, so anything less than 1% will just get rounded up. At some point I might make a .5% form, but not right now, cause just doing the 1% splits is tedious enough. It took me nearly two fucking hours just to make the first 25 percentage splits...and that was AFTER spending another two hours figuring out how to make the precise selection cuts in the first place. For those who want to know the technique...use PaintShop Pro, its polygon lasso tool not only gives x and y coordinates but also gives the precise angle in relation to the first click...Photoshop, the sloppy bitch that it is, doesn't have that feature. -- Onideus Mad Hatter mhm ¹ x ¹ http://www.backwater-productions.net http://www.backwater-productions.net/hatter-blog Hatter Quotes ------------- "You're only one of the best if you're striving to become one of the best." "I didn't make reality, Sunshine, I just verbally bitch slapped you with it." "I'm not a professional, I'm an artist." "Your Usenet blinders are my best friend." "Usenet Filters - Learn to shut yourself the fuck up!" "Drugs killed Jesus you know...oh wait, no, that was the Jews, my bad." "There are clingy things in the grass...burrs 'n such...mmmm..." "The more I learn the more I'm killing my idols." "Is it wrong to incur and then use the hate ridden, vengeful stupidity of complete strangers in random Usenet froups to further my art?" "Freedom is only a concept, like race it's merely a social construct that doesn't really exist outside of your ability to convince others of its relevancy." "Next time slow up a lil, then maybe you won't jump the gun and start creamin yer panties before it's time to pop the champagne proper." "Reality is directly proportionate to how creative you are." "People are pretty fucking high on themselves if they think that they're just born with a soul. *snicker*...yeah, like they're just givin em out for free." "Quible, quible said the Hare. Quite a lot of quibling...everywhere. So the Hare took a long stare and decided at best, to leave the rest, to their merry little mess." "There's a difference between 'bad' and 'so earth shatteringly horrible it makes the angels scream in terror as they violently rip their heads off, their blood spraying into the faces of a thousand sweet innocent horrified children, who will forever have the terrible images burned into their tiny little minds'." "How sad that you're such a poor judge of style that you can't even properly gauge the artistic worth of your own efforts." "Those who record history are those who control history." "I am the living embodiment of hell itself in all its tormentive rage, endless suffering, unfathomable pain and unending horror...but you don't get sent to me...I come for you." "Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton tactical thermonuclear fusion based war head." "Tell me, would you describe yourself more as a process or a function?" "Apparently this group has got the market cornered on stupid. Intelligence is down 137 points across the board and the forecast indicates an increase in Webtv users." "Is my .sig delimiter broken? Really? You're sure? Awww, gee...that's too bad...for YOU!" `, ) |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Sep 30, 2:29 am, Onideus Mad Hatter <use...@backwater-
productions.net> wrote: > This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png > > Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... > > I mean really, look at how fuckin jaggedy and pixelated that is. > > Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, > will have better color composition (the current sample colors are just > for construction purposes) and will feature a clean, modern looking > design. > > The current model I'm building right now is based on 1% splits, so > anything less than 1% will just get rounded up. At some point I might > make a .5% form, but not right now, cause just doing the 1% splits is > tedious enough. It took me nearly two fucking hours just to make the > first 25 percentage splits...and that was AFTER spending another two > hours figuring out how to make the precise selection cuts in the first > place. > > For those who want to know the technique...use PaintShop Pro, its > polygon lasso tool not only gives x and y coordinates but also gives > the precise angle in relation to the first click...Photoshop, the > sloppy bitch that it is, doesn't have that feature. > It looks like you are tinting the slice colors but nut not the brightness (Looks like Commodore Plus/4 colors, which use color tints on each brightness level) , on a B&W printout it will show up as all mostly the same color (depends on the printers rendering engine). You should put in some division lines for monochrome support. Though I m sure with some more mad programming time you could get the PHP graphics library to do similar programmatically. Larry |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sun, 30 Sep 2007 16:49:03 -0700, larry@portcommodore.com wrote:
>> This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png >> >> Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... >> >> I mean really, look at how fuckin jaggedy and pixelated that is. >> >> Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, >> will have better color composition (the current sample colors are just >> for construction purposes) and will feature a clean, modern looking >> design. >> >> The current model I'm building right now is based on 1% splits, so >> anything less than 1% will just get rounded up. At some point I might >> make a .5% form, but not right now, cause just doing the 1% splits is >> tedious enough. It took me nearly two fucking hours just to make the >> first 25 percentage splits...and that was AFTER spending another two >> hours figuring out how to make the precise selection cuts in the first >> place. >> >> For those who want to know the technique...use PaintShop Pro, its >> polygon lasso tool not only gives x and y coordinates but also gives >> the precise angle in relation to the first click...Photoshop, the >> sloppy bitch that it is, doesn't have that feature. >It looks like you are tinting the slice colors but nut not the >brightness (Looks like Commodore Plus/4 colors, which use color tints >on each brightness level) , on a B&W printout it will show up as all >mostly the same color (depends on the printers rendering engine). You >should put in some division lines for monochrome support. Oh you'll be able to adjust the hue/sat/lightness of everything with the final version, the current color format is just for the sake of constructing the base graphics, which I can then alter via PHP. >Though I m sure with some more mad programming time you could get the >PHP graphics library to do similar programmatically. You could, although I think it might take you more time to build it and ultimately it would use more resources and wouldn't render as quickly. PHP does have the ability to antialias graphics though, which is very nice, although highly under-utilized...but then most programmers don't have much graphic design experience. Personally I always like to mix the two fields as much as possible, taking the best from both worlds to build new and interesting things that couldn't otherwise be possible for those who limit themselves to a single field. -- Onideus Mad Hatter mhm ¹ x ¹ http://www.backwater-productions.net http://www.backwater-productions.net/hatter-blog Hatter Quotes ------------- "You're only one of the best if you're striving to become one of the best." "I didn't make reality, Sunshine, I just verbally bitch slapped you with it." "I'm not a professional, I'm an artist." "Your Usenet blinders are my best friend." "Usenet Filters - Learn to shut yourself the fuck up!" "Drugs killed Jesus you know...oh wait, no, that was the Jews, my bad." "There are clingy things in the grass...burrs 'n such...mmmm..." "The more I learn the more I'm killing my idols." "Is it wrong to incur and then use the hate ridden, vengeful stupidity of complete strangers in random Usenet froups to further my art?" "Freedom is only a concept, like race it's merely a social construct that doesn't really exist outside of your ability to convince others of its relevancy." "Next time slow up a lil, then maybe you won't jump the gun and start creamin yer panties before it's time to pop the champagne proper." "Reality is directly proportionate to how creative you are." "People are pretty fucking high on themselves if they think that they're just born with a soul. *snicker*...yeah, like they're just givin em out for free." "Quible, quible said the Hare. Quite a lot of quibling...everywhere. So the Hare took a long stare and decided at best, to leave the rest, to their merry little mess." "There's a difference between 'bad' and 'so earth shatteringly horrible it makes the angels scream in terror as they violently rip their heads off, their blood spraying into the faces of a thousand sweet innocent horrified children, who will forever have the terrible images burned into their tiny little minds'." "How sad that you're such a poor judge of style that you can't even properly gauge the artistic worth of your own efforts." "Those who record history are those who control history." "I am the living embodiment of hell itself in all its tormentive rage, endless suffering, unfathomable pain and unending horror...but you don't get sent to me...I come for you." "Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton tactical thermonuclear fusion based war head." "Tell me, would you describe yourself more as a process or a function?" "Apparently this group has got the market cornered on stupid. Intelligence is down 137 points across the board and the forecast indicates an increase in Webtv users." "Is my .sig delimiter broken? Really? You're sure? Awww, gee...that's too bad...for YOU!" `, ) |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Oct 1, 5:38 am, Onideus Mad Hatter <use...@backwater-
productions.net> wrote: > On Sun, 30 Sep 2007 16:49:03 -0700, la...@portcommodore.com wrote: > >> This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png > > >> Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... > > >> I mean really, look at how fuckin jaggedy and pixelated that is. > > >> Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, > >> will have better color composition (the current sample colors are just > >> for construction purposes) and will feature a clean, modern looking > >> design. > > >> The current model I'm building right now is based on 1% splits, so > >> anything less than 1% will just get rounded up. At some point I might > >> make a .5% form, but not right now, cause just doing the 1% splits is > >> tedious enough. It took me nearly two fucking hours just to make the > >> first 25 percentage splits...and that was AFTER spending another two > >> hours figuring out how to make the precise selection cuts in the first > >> place. > > >> For those who want to know the technique...use PaintShop Pro, its > >> polygon lasso tool not only gives x and y coordinates but also gives > >> the precise angle in relation to the first click...Photoshop, the > >> sloppy bitch that it is, doesn't have that feature. > >It looks like you are tinting the slice colors but nut not the > >brightness (Looks like Commodore Plus/4 colors, which use color tints > >on each brightness level) , on a B&W printout it will show up as all > >mostly the same color (depends on the printers rendering engine). You > >should put in some division lines for monochrome support. > > Oh you'll be able to adjust the hue/sat/lightness of everything with > the final version, the current color format is just for the sake of > constructing the base graphics, which I can then alter via PHP. > > >Though I m sure with some more mad programming time you could get the > >PHP graphics library to do similar programmatically. > > You could, although I think it might take you more time to build it > and ultimately it would use more resources and wouldn't render as > quickly. PHP does have the ability to antialias graphics though, > which is very nice, although highly under-utilized...but then most > programmers don't have much graphic design experience. Personally I > always like to mix the two fields as much as possible, taking the best > from both worlds to build new and interesting things that couldn't > otherwise be possible for those who limit themselves to a single > field. Have you tried graphing in Flash? It's really nice, once you get the hang of it. |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
SpaceGirl wrote:
> On Oct 1, 5:38 am, Onideus Mad Hatter <use...@backwater- > productions.net> wrote: >> On Sun, 30 Sep 2007 16:49:03 -0700, la...@portcommodore.com wrote: >>>> This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png >>>> Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... >>>> I mean really, look at how fuckin jaggedy and pixelated that is. >>>> Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, >>>> will have better color composition (the current sample colors are just >>>> for construction purposes) and will feature a clean, modern looking >>>> design. >>>> The current model I'm building right now is based on 1% splits, so >>>> anything less than 1% will just get rounded up. At some point I might >>>> make a .5% form, but not right now, cause just doing the 1% splits is >>>> tedious enough. It took me nearly two fucking hours just to make the >>>> first 25 percentage splits...and that was AFTER spending another two >>>> hours figuring out how to make the precise selection cuts in the first >>>> place. >>>> For those who want to know the technique...use PaintShop Pro, its >>>> polygon lasso tool not only gives x and y coordinates but also gives >>>> the precise angle in relation to the first click...Photoshop, the >>>> sloppy bitch that it is, doesn't have that feature. >>> It looks like you are tinting the slice colors but nut not the >>> brightness (Looks like Commodore Plus/4 colors, which use color tints >>> on each brightness level) , on a B&W printout it will show up as all >>> mostly the same color (depends on the printers rendering engine). You >>> should put in some division lines for monochrome support. >> Oh you'll be able to adjust the hue/sat/lightness of everything with >> the final version, the current color format is just for the sake of >> constructing the base graphics, which I can then alter via PHP. >> >>> Though I m sure with some more mad programming time you could get the >>> PHP graphics library to do similar programmatically. >> You could, although I think it might take you more time to build it >> and ultimately it would use more resources and wouldn't render as >> quickly. PHP does have the ability to antialias graphics though, >> which is very nice, although highly under-utilized...but then most >> programmers don't have much graphic design experience. Personally I >> always like to mix the two fields as much as possible, taking the best >> from both worlds to build new and interesting things that couldn't >> otherwise be possible for those who limit themselves to a single >> field. > > Have you tried graphing in Flash? It's really nice, once you get the > hang of it. > Flash suxx -- //Aho |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On Mon, 01 Oct 2007 18:46:36 +0200, "J.O. Aho" <user@example.net>
wrote: >SpaceGirl wrote: >> On Oct 1, 5:38 am, Onideus Mad Hatter <use...@backwater- >> productions.net> wrote: >>> On Sun, 30 Sep 2007 16:49:03 -0700, la...@portcommodore.com wrote: >>>>> This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png >>>>> Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... >>>>> I mean really, look at how fuckin jaggedy and pixelated that is. >>>>> Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, >>>>> will have better color composition (the current sample colors are just >>>>> for construction purposes) and will feature a clean, modern looking >>>>> design. >>>>> The current model I'm building right now is based on 1% splits, so >>>>> anything less than 1% will just get rounded up. At some point I might >>>>> make a .5% form, but not right now, cause just doing the 1% splits is >>>>> tedious enough. It took me nearly two fucking hours just to make the >>>>> first 25 percentage splits...and that was AFTER spending another two >>>>> hours figuring out how to make the precise selection cuts in the first >>>>> place. >>>>> For those who want to know the technique...use PaintShop Pro, its >>>>> polygon lasso tool not only gives x and y coordinates but also gives >>>>> the precise angle in relation to the first click...Photoshop, the >>>>> sloppy bitch that it is, doesn't have that feature. >>>> It looks like you are tinting the slice colors but nut not the >>>> brightness (Looks like Commodore Plus/4 colors, which use color tints >>>> on each brightness level) , on a B&W printout it will show up as all >>>> mostly the same color (depends on the printers rendering engine). You >>>> should put in some division lines for monochrome support. >>> Oh you'll be able to adjust the hue/sat/lightness of everything with >>> the final version, the current color format is just for the sake of >>> constructing the base graphics, which I can then alter via PHP. >>> >>>> Though I m sure with some more mad programming time you could get the >>>> PHP graphics library to do similar programmatically. >>> You could, although I think it might take you more time to build it >>> and ultimately it would use more resources and wouldn't render as >>> quickly. PHP does have the ability to antialias graphics though, >>> which is very nice, although highly under-utilized...but then most >>> programmers don't have much graphic design experience. Personally I >>> always like to mix the two fields as much as possible, taking the best >>> from both worlds to build new and interesting things that couldn't >>> otherwise be possible for those who limit themselves to a single >>> field. >> >> Have you tried graphing in Flash? It's really nice, once you get the >> hang of it. >> > >Flash suxx Does it suck like you suck my balls every night? Cause that's pretty nice. -- Onideus Mad Hatter mhm ¹ x ¹ http://www.backwater-productions.net http://www.backwater-productions.net/hatter-blog Hatter Quotes ------------- "You're only one of the best if you're striving to become one of the best." "I didn't make reality, Sunshine, I just verbally bitch slapped you with it." "I'm not a professional, I'm an artist." "Your Usenet blinders are my best friend." "Usenet Filters - Learn to shut yourself the fuck up!" "Drugs killed Jesus you know...oh wait, no, that was the Jews, my bad." "There are clingy things in the grass...burrs 'n such...mmmm..." "The more I learn the more I'm killing my idols." "Is it wrong to incur and then use the hate ridden, vengeful stupidity of complete strangers in random Usenet froups to further my art?" "Freedom is only a concept, like race it's merely a social construct that doesn't really exist outside of your ability to convince others of its relevancy." "Next time slow up a lil, then maybe you won't jump the gun and start creamin yer panties before it's time to pop the champagne proper." "Reality is directly proportionate to how creative you are." "People are pretty fucking high on themselves if they think that they're just born with a soul. *snicker*...yeah, like they're just givin em out for free." "Quible, quible said the Hare. Quite a lot of quibling...everywhere. So the Hare took a long stare and decided at best, to leave the rest, to their merry little mess." "There's a difference between 'bad' and 'so earth shatteringly horrible it makes the angels scream in terror as they violently rip their heads off, their blood spraying into the faces of a thousand sweet innocent horrified children, who will forever have the terrible images burned into their tiny little minds'." "How sad that you're such a poor judge of style that you can't even properly gauge the artistic worth of your own efforts." "Those who record history are those who control history." "I am the living embodiment of hell itself in all its tormentive rage, endless suffering, unfathomable pain and unending horror...but you don't get sent to me...I come for you." "Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton tactical thermonuclear fusion based war head." "Tell me, would you describe yourself more as a process or a function?" "Apparently this group has got the market cornered on stupid. Intelligence is down 137 points across the board and the forecast indicates an increase in Webtv users." "Is my .sig delimiter broken? Really? You're sure? Awww, gee...that's too bad...for YOU!" `, ) |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
On Oct 2, 5:55 am, Onideus Mad Hatter <use...@backwater-
productions.net> wrote: > On Mon, 01 Oct 2007 18:46:36 +0200, "J.O. Aho" <u...@example.net> > wrote: > > > > >SpaceGirl wrote: > >> On Oct 1, 5:38 am, Onideus Mad Hatter <use...@backwater- > >> productions.net> wrote: > >>> On Sun, 30 Sep 2007 16:49:03 -0700, la...@portcommodore.com wrote: > >>>>> This is some tedious fuckin shit:http://www.backwater-productions.net...ph_Working.png > >>>>> Basically I'm sick and tired of web stat graphs that look like nyah:http://www.backwater-productions.net...appy_Original_... > >>>>> I mean really, look at how fuckin jaggedy and pixelated that is. > >>>>> Tsch, tsch, tsch...so I make my own! Mine has groovy antialiasing, > >>>>> will have better color composition (the current sample colors are just > >>>>> for construction purposes) and will feature a clean, modern looking > >>>>> design. > >>>>> The current model I'm building right now is based on 1% splits, so > >>>>> anything less than 1% will just get rounded up. At some point I might > >>>>> make a .5% form, but not right now, cause just doing the 1% splits is > >>>>> tedious enough. It took me nearly two fucking hours just to make the > >>>>> first 25 percentage splits...and that was AFTER spending another two > >>>>> hours figuring out how to make the precise selection cuts in the first > >>>>> place. > >>>>> For those who want to know the technique...use PaintShop Pro, its > >>>>> polygon lasso tool not only gives x and y coordinates but also gives > >>>>> the precise angle in relation to the first click...Photoshop, the > >>>>> sloppy bitch that it is, doesn't have that feature. > >>>> It looks like you are tinting the slice colors but nut not the > >>>> brightness (Looks like Commodore Plus/4 colors, which use color tints > >>>> on each brightness level) , on a B&W printout it will show up as all > >>>> mostly the same color (depends on the printers rendering engine). You > >>>> should put in some division lines for monochrome support. > >>> Oh you'll be able to adjust the hue/sat/lightness of everything with > >>> the final version, the current color format is just for the sake of > >>> constructing the base graphics, which I can then alter via PHP. > > >>>> Though I m sure with some more mad programming time you could get the > >>>> PHP graphics library to do similar programmatically. > >>> You could, although I think it might take you more time to build it > >>> and ultimately it would use more resources and wouldn't render as > >>> quickly. PHP does have the ability to antialias graphics though, > >>> which is very nice, although highly under-utilized...but then most > >>> programmers don't have much graphic design experience. Personally I > >>> always like to mix the two fields as much as possible, taking the best > >>> from both worlds to build new and interesting things that couldn't > >>> otherwise be possible for those who limit themselves to a single > >>> field. > > >> Have you tried graphing in Flash? It's really nice, once you get the > >> hang of it. > > >Flash suxx > > Does it suck like you suck my balls every night? Cause that's pretty > nice. > > -- > > Onideus Mad Hatter > mhm ¹ x ¹http://www.backwater-productions.net...et/hatter-blog > > Hatter Quotes > ------------- > "You're only one of the best if you're striving to become one of the > best." > > "I didn't make reality, Sunshine, I just verbally bitch slapped you > with it." > > "I'm not a professional, I'm an artist." > > "Your Usenet blinders are my best friend." > > "Usenet Filters - Learn to shut yourself the fuck up!" > > "Drugs killed Jesus you know...oh wait, no, that was the Jews, my > bad." > > "There are clingy things in the grass...burrs 'n such...mmmm..." > > "The more I learn the more I'm killing my idols." > > "Is it wrong to incur and then use the hate ridden, vengeful stupidity > of complete strangers in random Usenet froups to further my art?" > > "Freedom is only a concept, like race it's merely a social construct > that doesn't really exist outside of your ability to convince others > of its relevancy." > > "Next time slow up a lil, then maybe you won't jump the gun and start > creamin yer panties before it's time to pop the champagne proper." > > "Reality is directly proportionate to how creative you are." > > "People are pretty fucking high on themselves if they think that > they're just born with a soul. *snicker*...yeah, like they're just > givin em out for free." > > "Quible, quible said the Hare. Quite a lot of quibling...everywhere. > So the Hare took a long stare and decided at best, to leave the rest, > to their merry little mess." > > "There's a difference between 'bad' and 'so earth shatteringly > horrible it makes the angels scream in terror as they violently rip > their heads off, their blood spraying into the faces of a thousand > sweet innocent horrified children, who will forever have the terrible > images burned into their tiny little minds'." > > "How sad that you're such a poor judge of style that you can't even > properly gauge the artistic worth of your own efforts." > > "Those who record history are those who control history." > > "I am the living embodiment of hell itself in all its tormentive rage, > endless suffering, unfathomable pain and unending horror...but you > don't get sent to me...I come for you." > > "Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton > tactical thermonuclear fusion based war head." > > "Tell me, would you describe yourself more as a process or a > function?" > > "Apparently this group has got the market cornered on stupid. > Intelligence is down 137 points across the board and the forecast > indicates an increase in Webtv users." > > "Is my .sig delimiter broken? Really? You're sure? Awww, > gee...that's too bad...for YOU!" `, ) man, I just read another one of your stupid ass posts, you really are a dumb fucking asshole. Do people really buy that your bright? I mean seriously, are people actually falling for this shit? Besides your lame code, you have an attitude that a Mexican hooker in Compton would admire and a handle that is as lame as you are. The Mad Hatter, LOL Yeah your late, for a life. I mean really, you are probably the only person in existence to actually not have a problem finding a handle. I'm sure nobody's in line for it, especially now that you started spitting your bullshit out under it.Aside from that, seriously on a professional level, I cannot resist to commit that your still a fucking retard. Do people actually talk to you? Seriously, I can't find a post where anybody, other than your friend have replied to. Wow, you are a piece of work. You talk about Jerry, at least he's a prick with a fucking mission. You are just a prick. Man, I might put my program on the sidelines for you. |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
<shadowbox@myself.com> wrote in message news:1191557144.172659.11390@19g2000hsx.googlegrou ps.com... On Oct 2, 5:55 am, Onideus Mad Hatter <use...@backwater- productions.net> wrote: > On Mon, 01 Oct 2007 18:46:36 +0200, "J.O. Aho" <u...@example.net> > wrote: > > > > >SpaceGirl wrote: > >> On Oct 1, 5:38 am, Onideus Mad Hatter <use...@backwater- > >> productions.net> wrote: > >>> On Sun, 30 Sep 2007 16:49:03 -0700, la...@portcommodore.com wrote: <snip> man, I just read another one of your stupid ass posts, you really are a dumb fucking asshole. Do people really buy that your bright? I mean seriously, are people actually falling for this shit? Besides your lame code, you have an attitude that a Mexican hooker in Compton would admire and a handle that is as lame as you are. The Mad Hatter, LOL Yeah your late, for a life. I mean really, you are probably the only person in existence to actually not have a problem finding a handle. I'm sure nobody's in line for it, especially now that you started spitting your bullshit out under it.Aside from that, seriously on a professional level, I cannot resist to commit that your still a fucking retard. Do people actually talk to you? Seriously, I can't find a post where anybody, other than your friend have replied to. Wow, you are a piece of work. You talk about Jerry, at least he's a prick with a fucking mission. You are just a prick. Man, I might put my program on the sidelines for you. ======== he STOLE is handle from a NICE GUY that DIED!!! he then added ONIDEUS as a prefix, i suppose to be 'original' or some shit. it's some kind of morphed folk gawd (we know how omh loves to make up words and 'creatively' misspell them). anyway, he's a lame ass retard at best. cheers |
|
![]() |
| Outils de la discussion | |
|
|