We are currently aware of slow responsiveness from the site & forum. This is due to our new server migration efforts and the presence of an overly aggressive bot / web crawler. Both issues should be resolved soon.

Corbo BASH anyone?

Convention Meetups, Socials, and Events
Forum rules
If posting about a specific convention, please mention the year along with its name in the title.
Locked
User avatar
Vlad G Pohnert
Joined: Tue Jan 02, 2001 2:29 pm
Location: Edmonton, Alberta, Canada
Org Profile

Post by Vlad G Pohnert » Wed Jun 25, 2003 8:28 pm

dwchang wrote:
Vlad G Pohnert wrote:
dwchang wrote:I'm in! Ian made JACON 23% more enjoyable for me :). This is high considering Vlad only made it 2% more enjoyable (I am SO kidding Vlad :-P)
Yeeaaaa...Sure If it wans't for me, you would not have even gone :P

Your lucky I'll be at Otakon or else it would be far less enjoyable :wink:

Vlad
You AND Tim are the reason I went so :-P. Don't leave that soft-spoken (not online) Canadian out of it :-D

As for Otakon, on a serious note, I can't wait. Too bad Ian won't be there the three of you (You, Ian and Tim) were great. Oh well..there's AWA a month after that.
Yea... Just call us the fearsome foreigner trio==> Mad Vlad, Iron Ian and Twisted Tim :wink: :wink:

Vlad

Vlad

User avatar
dwchang
Sad Boy on Site
Joined: Mon Mar 04, 2002 12:22 am
Location: Madison, WI
Contact:
Org Profile

Post by dwchang » Wed Jun 25, 2003 8:57 pm

Vlad G Pohnert wrote: Yea... Just call us the fearsome foreigner trio==> Mad Vlad, Iron Ian and Twisted Tim :wink: :wink:

Vlad
Proof:
Fearsome Foreigner Trio = FFT
FFT = Fast Fourier Transform
Fast Fourier Transform = Evil
Fearsome Foreigner Trio = Evil
-Daniel
Newest Video: Through the Years and Far Away aka Sad Girl in Space

User avatar
Vlad G Pohnert
Joined: Tue Jan 02, 2001 2:29 pm
Location: Edmonton, Alberta, Canada
Org Profile

Post by Vlad G Pohnert » Wed Jun 25, 2003 10:27 pm

dwchang wrote:
Vlad G Pohnert wrote: Yea... Just call us the fearsome foreigner trio==> Mad Vlad, Iron Ian and Twisted Tim :wink: :wink:

Vlad
Proof:
Fearsome Foreigner Trio = FFT
FFT = Fast Fourier Transform
Fast Fourier Transform = Evil
Fearsome Foreigner Trio = Evil
Well... if we were evil, we would of told you of the plan to take over the world through AMV domination... Ya see, Tim's job is to twist everyone's sanity with his videos, Ian applies action and visuals to accelerate the process and I dramatic elements to sofen restistance before the final blow..... :twisted:

Vlad

User avatar
Ashyukun
Medicinal Leech
Joined: Wed Sep 04, 2002 12:53 pm
Location: KY
Contact:
Org Profile

Post by Ashyukun » Thu Jun 26, 2003 8:11 am

I'm with dwchang- FFTs are evil in any form. :twisted: And if you actually are evil, and not the pompous Dr. Evil variety of evil, wouldn't you be more likely to not tell anyone of your evil plans to take over the world through AMV domination? :wink:
Bob 'Ash' Babcock
Electric Leech Productions

User avatar
Kusoyaro
LEGENDARY!!!
Joined: Tue Jan 16, 2001 10:03 pm
Location: HOT FUCKING
Contact:
Org Profile

Post by Kusoyaro » Thu Jun 26, 2003 10:34 am

Jesus. I haven't heard of Fast Fourier Transforms since my junior year in college :P Lousy signals classes.
I have no idea how to use this new forum.

User avatar
dwchang
Sad Boy on Site
Joined: Mon Mar 04, 2002 12:22 am
Location: Madison, WI
Contact:
Org Profile

Post by dwchang » Thu Jun 26, 2003 1:55 pm

Kusoyaro wrote:Jesus. I haven't heard of Fast Fourier Transforms since my junior year in college :P Lousy signals classes.
Yeah I F'ing hated them. I think my Analog Signal Processing class Sophomore year steered me clear from DSP and junk and straight into Computer Engineering. The FFT and Laplace Transforms are a major reason for this hatred. I'm glad you hate them too or well...I'd have issues with you :-D
Ashyukun wrote:I'm with dwchang- FFTs are evil in any form. And if you actually are evil, and not the pompous Dr. Evil variety of evil, wouldn't you be more likely to not tell anyone of your evil plans to take over the world through AMV domination?
Yeah Vlad is as harmless as a fly :-D. Ian on the otherhand...yeah I don't know about him just yet :-P
-Daniel
Newest Video: Through the Years and Far Away aka Sad Girl in Space

User avatar
StealthVisions
Joined: Mon Apr 16, 2001 2:13 pm
Org Profile

Post by StealthVisions » Thu Jun 26, 2003 2:35 pm

dorky engineer talk DISPERSE! Party talk only please....seriously, you engineers think you're so smart :roll:
::takes out his sack of hot nickels::

User avatar
dwchang
Sad Boy on Site
Joined: Mon Mar 04, 2002 12:22 am
Location: Madison, WI
Contact:
Org Profile

Post by dwchang » Thu Jun 26, 2003 2:50 pm

StealthVisions wrote:dorky engineer talk DISPERSE! Party talk only please....seriously, you engineers think you're so smart :roll:
BEER! Hooray Beer! :-D

(Happy? :-P)
-Daniel
Newest Video: Through the Years and Far Away aka Sad Girl in Space

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Thu Jun 26, 2003 3:35 pm

StealthVisions wrote:dorky engineer talk DISPERSE! Party talk only please....seriously, you engineers think you're so smart :roll:

Code: Select all

template < class TYPE >
class Engineer : public Geek 
{
public:
  Engineer(TYPE);
  ~Engineer();
  void start_talking(int);
  void stop_talking();
private:
   TYPE eng;
}

template< class TYPE > 
Engineer< TYPE >::Engineer(TYPE e) 
{
   eng = e;
}

template < class TYPE >
Engineer< TYPE >::~Engineer() 
{

}

template < class TYPE >
string Engineer< TYPE >::start_talking(int mode) 
{
    string *st = new string();
   if (mode == GEEK) {
      st = e.generate_phrase();
   } else {
      st = e.generate_silence();
   } 
    return st;
}

template < class TYPE >
void Engineer< TYPE >::stop_talking() 
{
  // TODO: find an effective way to make geeks shut up; this method always seems to deadlock society with normal procedures

}
I know, horribly off-topic, but I couldn't resist :/

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Thu Jun 26, 2003 3:37 pm

Oops...logic error :/
trythil wrote:

Code: Select all

string Engineer< TYPE >::start_talking(int mode)
{
    string *st = new string();
   if (mode == GEEK) {
      st = e.generate_phrase();
   } else {
      st = e.generate_silence();
   }
    return st;
} 

Code: Select all

CVS revision 1.2    engineer.C
      st = e.generate_phrase();
-   } else {
-      st = e.generate_silence();
-   } 

Locked

Return to “Anime Conventions”