alt.fan.karl-malden.noseShow header Prev. Next
Re: SUP NIGGAS? KILLFILE THIS! MUWHAHAHAHAHAHAH! AUKTard Polizia
liquid (root@127.0.0.1) 2016/03/04 08:40

On Fri, 04 Mar 2016 08:38:11 -0500, bytemaster <yourmom@suckit.org> wrot=
e:

> What happened to your little kook group?
> MUWHAHAHAHHAHA!
>
> You niggas want me to stop now? Just say the magic word.. Other wise
> I leave this on all weekend as I step out for some relaxation.

what a coincidence: we'll all be enjoying your mom all weekend.

-- =

"sines, sines, everywhere there's sines
blocking up the snickerTurds, breaking his mind"
http://imgur.com/a/yMFsu

-

FNVWe attempts to rewrite physics texts in Message-ID:  =

<3dcad3dd0a0d39727506717506883c26@dizum.com>

">>let's not forget that mine also had the correct applied mathematics
>> equations unlike fakey the supposed know-it-all:
>>  phase A: 120*sin(2*pi*60*x)
>> phase B: 120*sin(2*pi*60*x+pi)
>>  voltage difference between phase A and phase B at any point x in tim=
e:
>> 120*sin(2*pi*60*x) - 120*sin(2*pi*60*x+pi) =3D 240*sin(2*pi*60*x)

Wrong, as has already been proven. What does it say below, you fecking  =

*moron*?

"The _sum_ E(=C3=8E=C2=B8) =C3=A2=E2=80=B0=C2=A1 E(a) + E(b) can be writ=
ten thusly:""

it says that you don't even know how to correctly apply mathematics to  =

real-world AC electricity, snickerTurds.

http://www.allaboutcircuits.com/textbook/alternating-current/chpt-10/sin=
gle-phase-power-systems/
http://sub.allaboutcircuits.com/images/02170.png
"To mathematically calculate voltage between =E2=80=9Chot=E2=80=9D wires=
, we must subtract  =

voltages, because their polarity marks show them to be opposed to each  =

other:"
http://sub.allaboutcircuits.com/images/12112.png

http://www.samlexamerica.com/support/documents/WhitePaper-120240VACSingl=
eSplitPhaseandMultiWireBranchCircuits.pdf

on page 2:

** NOTE: The phase of Hot Leg 2 (Phase B) is in the
  opposite direction - i.e., 180=C2=B0 apart from the phase
  of Hot Leg L1 (Phase A)

*COUGH*
SPNAK!!

-

i know a guy on the internet who will draw a triangular sine wave in ASC=
II  =

art if you ask nicely.
see: Message-ID: <4ba4a50aaaebc7fb8a348293c5cf9f13@dizum.com>

-

snickerTurds can't seem to refute the following:

- begin snickerSinewaveStew.cpp --
/*
HOW TO RUN: download arbitrary precision libraries from:

http://www.hvks.com/Numerical/arbitrary_precision.html

place those files in a directory and save this file as  =

snickerSinewaveStew.cpp inside that same directory.

compiles with:

gcc -Wall -I. precisioncore.cpp snickerSinewaveStew.cpp -lstdc++

run with:

./a.out

enjoy the LULZ ;)

*/
#include <fprecision.h>
#include <iostream.h>

using namespace std;

int main(){

   //float_precision MIN=3Dfloat_precision(0);
   //float_precision MAX=3Dfloat_precision(0);

   float_precision STEP=3Dfloat_precision(.0001);
   float_precision t=3Dfloat_precision(0);    // time variable
   float_precision sum=3Dfloat_precision(0);  // sum of SnickerTurd's  =

ridiculous sinewave mess
   float_precision snickerPrediction=3Dfloat_precision(2550.25);  //  =

snickerTurd's erroneous k0oK-k'lame Sum
   float_precision PI;
   PI =3D_float_table(_PI,25);

   // this while loop will run forever, but snickers doesn't understand =
why
   while(sum < snickerPrediction){

     // fakey's Sinewave Stew(TM) see: MID:  =

<db672705e57e4932eba3632562e0a941@dizum.com>
     sum =3D (float_precision(150) * float_precision(  =

sin(float_precision(120)*float_precision(2)*PI*t))) +  =

(float_precision(20.25) * float_precision(  =

sin(float_precision(33)*float_precision(2)*PI*t))) +  =

(float_precision(1400)* float_precision(  =

sin(float_precision(150)*float_precision(2)*PI*t))) +(float_precision(20=
)*  =

float_precision(sin(float_precision(5013)*float_precision(2)*PI*t))) +  =

(float_precision(600)*float_precision(sin(float_precision(13)*float_prec=
ision(2)*PI*t)))  =

+  =

(float_precision(360)*float_precision(sin(float_precision(1209)*float_pr=
ecision(2)*PI*t)));

     // perhaps show a few values larger than +2300 to educate teh  =

snickerTurds
     if(sum>float_precision(2300)){
       cout << "t=3D" << t << " sum=3D" << sum << std::endl;
     }
     t =3D t+STEP;
   }
/*

Message-ID: <c8523e6d9c31e3282bbe581fa525a2a8@dizum.com>
"Oh, yeah... it's 2550.25 volts... so why does your graph not even
reach 2500 volts, given that eventually all the sinewaves will
constructively interfere (ie: *add* to each other) to *sum* to 2550.25
volts?"

Fakey, it doesn't reach 2500 volts because the summation of your sinewav=
es  =

never reaches that.  They never reach their max values at the same time.=
   =

That's how stupid you are.

Message-ID: <731d08dcc702b9a8a13077ffc201e91f@dizum.com>
"I most certainly *did* prove otherwise. It can't even arrive at the
correct sinewave summation voltage of 2550.25 volts"

Fakey, you only *proved* that you are too inept to graph the equations a=
nd  =

notice a few things about the interactions of their frequencies when  =

summed.

the next line of code is never executed, but snickers DEFINITELY can't  =

figure out why it isn't and instead has a bunch of lame excuses while  =

still having not produced a value for t where the sum=3D2550.25, as he h=
as  =

k0okily proklamed in many usenet messages.

*/
   cout << "snickerTurds was right! the sum is " << sum << " at time t=3D=
" <<  =

t <<endl;
}
- end snickerSinewaveStew.cpp --

-

Fakey irrationally demands a theme song to foam to:
"all I really want your pathetic pwned ass to do is write me a classic  =

rock song as tribute to your Usenet Lord and Master..."  =

<f4f9193fa7d28b760a9de681e61427e7@dizum.com>

-

Somewhere Abouts Round Fri, 12 Feb 2016 17:25:03 -0500, Friendly  =

Neighborhood Vote Wrangler Emeritus <FNVWe@altusenetkooks.xxx> wrote:

<snicker>

Fag. LOL
Idiot. LOL
Moron. LOL
Tranny. LOL
Libtard. LOL
Crackhead. LOL
GableTard. LOL
DildoRider. LOL
Bad Musician. LOL
Stick Figure. LOL
Terrible Liar. LOL
Sinewave Spammer. LOL
Outerfilthing Stalker. LOL
Talentless FrothMonkey. LOL
Math Challenged Halfwit. LOL
Klimate Katastrophe Kook. LOL
Defeated Tearful Spankard. LOL
Waster Of Time To Save $10. LOL
Worst Maker Of Sinewaves In The History Of Usenet. LOL

on top of old snick-ers, all covered with Fag. LOL
is where my usenet lord and mas-ter
can go straight to hell*

*hell doesn't exist.  hope everybody is having a productive evening.

-

http://i.imgur.com/2tH6zVB.jpg

http://cafepress.com/kooktown

http://i.imgur.com/pnWqhSG.jpg

-

If my poasts are offensive to you, you can always block all From: header=
s  =

containing "root@127.0.0.1", unless you are an idiot who would like to  =

yammer about "morphing" and maybe try to lodge some frivolous complaints=
  =

to my news provider, then please be sure to ignore this helpful  =

information and have fun making an ass of yourself in public.  :)

if that route of silencing those horrid opinions of mine that you  =

downloaded to your computer under duress doesn't work you can always try=
:  =

http://i.imgur.com/jlsN9JX.png?2

-

http://rationalwiki.org/wiki/Gish_Gallop
The Gish Gallop is often used as an indirect argument from authority =E2=
=80=94 as  =

it appears to paint the galloper as an expert in a broad range of subjec=
ts  =

or with an extensive knowledge of an individual one. Simultaneously it  =

presents opponents (in spoken debates) or refuters (in written,  =

Internet-based ones) as incompetent bumblers who didn't do their homewor=
k  =

before the debate. Such emphasis on style over substance is the reason  =

many scientists disdain public debates as a forum for disseminating  =

opinions. - Page #1 from the Gospel of SnickerTurd

-

Coming soon!  To a newsgroup near you!:

$ perl fakeyBot.pl
FakeyBot>       I'm FakeyBot. What's your name so I can Google-stalk you=
,  =

look you up on Radaris, and hurl invective and probably-illegal harrassi=
ng  =

bile from behind an anonymous dizum account?  <snicker>
You>    Robert Michael Wolfe
FakeyBot>       Oh look, you're back again to polish my size 16 steel-to=
ed  =

boot with your colon and listen to me talk about bestiality and cocks,  =

Robert. <snicker>
Robert> you talk about cocks a lot.
FakeyBot>       Oh, I talk about sex a lot?
Robert> gay sex, mostly...
FakeyBot>       Fag!

(just as useful as the original!)

-

snickers the wonderturd describes how he alerted lots of his kiddie pr0n=
  =

friends to the ensuing FBI sting in message  =

<b5e7da79a455d0c9227b1b50e25e7ea1@dizum.com>:
"That's easy enough to do... how do you think my crew uncovered the
largest CP ring using Tor and I2P, which we promptly turned over to
the FBI? I discovered a way to uncover the IP addresses the I2P users we=
re  =

using, and a way of tracking Eepsites back to their IP addresses, then w=
e  =

figured out that we could DDOS a Tor IP address and modify Tor headers  =

while checking whether a Tor hidden service was still up, then using  =

process of elimination to pinpoint the IP address hosting that hidden  =

service. It's not rocket science.

_The I2P community got all up in arms when I discussed on their forum ho=
w  =

I was doing it, and that it'd be a good way of cleaning up I2P so it can=
  =

get on with being a platform to research anonymous communication... my  =

distinct impression was that the "anonymity
research platform" story was just a cover story to allow pervs to
trade CP._  (NOTE: admits to participating in what he "suspected" was a =
 =

kiddie pr0n network.)

That Silk Road 2.0 was taken offline in the ensuing FBI Operation
Onymous was just icing on the cake."

-

Golden Killfile, June 2005
KOTM, November 2006
Bob Allisat Memorial Hook, Line & Sinker, November 2006
Special Ops Cody Memorial Purple Heart, November 2006
Special Ops Cody Memorial Purple Heart, September 2007
Tony Sidaway Memorial "Drama Queen" Award, November 2006
Busted Urinal Award, April 2007
Order of the Holey Sockpuppet, September 2007
Barbara Woodhouse Memorial Dog Whistle, September 2006
Barbara Woodhouse Memorial Dog Whistle, April 2008
Tinfoil Sombrero, February 2007
AUK Mascot, September 2007

 =

Next Prev. Article List         Favorite