@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13



Comments:

<0> 2/9
<0> so a week
<1> that's not that bad
<1> the last job i interviewed for gave me "we want to make you an offer" 3 hours after my interview
<0> san fran position doesn't seem like a good fit - it sounds like they're using a lot of C junk
<1> 2 weeks later, "we changed our minds, you're too expensive"
<0> heh
<1> i bet there were some fun conversations during those two weeks between management and the hiring manager
<1> besides, CA ****s
<1> don't let the O.C. fool you, you won't get some from hotties
<0> never watched it, though I know what it is
<1> suuuuure you haven't
<0> haha
<0> yes Ryan... and Sean
<1> sean?



<0> see?
<1> YOU KNOW NOTHING
<1> you're just a big fat phoney!
<1> my friend and i have ageed that we get one gay show to watch
<1> i watch the o.c., he watches smallville
<0> heh
<1> and i don't give him crap about it
<1> mostly because mine is gayer
<1> at least his has superman
<0> "your friend"
<1> well, obviously life partner
<1> though, to be fair, back in college he'd watch 90210 reruns
<1> so he has a long history of really bad shows
<1> and melrose place haha
<1> he's an aaron spelling fan i guess
<0> heh
<1> do people use yahoo to search?
<2> yahoo is so 90s
<1> yeah, but apparentyl they get the most visitors
<0> I use webcrawler
<1> i use, god, i can't even remember the dead search engines any more
<1> friend said, try this google thing
<1> and since that day, i've never used anything else
<0> yeah, hehe
<2> lycos? excite?
<0> altavista
<2> infoseek!
<3> archie!
<1> which was the one with the dog?
<2> dogpile?
<0> dogpile?
<1> lycos?
<1> as a mascot
<2> lycos had the dog
<2> lycos - go get it
<2> or something like that
<1> ah yes
<1> i miss the 90s =(
<1> when entire games came on a few floppies
<0> yeah, everything was so simple
<2> i miss the 80s
<1> instead of a few dvds
<2> and early 90s
<2> video games were much better in late 80s/early 90s
<0> indeed
<2> snes is my favorite console
<1> video games peaked with the invention of syndicate
<1> and x-com
<1> oh man, the tech demo from cryengine 2 makes me wet myself though
<1> i may have to upgrade heh
<1> (i said that for hl2, wife hate's when i say that)
<1> and if they do half as good as the first farcry, it'll be game of the year no doubt
<0> farcry was pretty good lookin
<1> cryengine 2 is insane
<0> yeah... i've really got to sit down and crunch through all of that 3d stuff
<1> you should find the presentation, it's quite impressive
<1> i might upgrade for UT2007 too, we'll see
<0> i saw something the other day about billboard clouds that seemed interesting
<0> eh, i'm going to sit down to mindless television
<0> seeya
<1> ah, o.c. torrents?



<0> nah, DVR
<0> er, but not OC
<4> finally!
<4> I have my desktop back!
<1> dynamic light day cycle, DX10 support
<1> volumetric clouds
<4> lame
<1> DX10 will be backported to XP i ***ume
<1> they should call it DXX to be trendy
<0> it will?
<0> i heard not
<0> since it follows a pretty different driver model or some such
<1> well, that's probably true
<1> guess i'll have to get vista too then
<1> crafty bastards
<1> awesome: String.Format("blah blah blah {0} blah blah blah {1}", "ALL", "ALL");
<1> that's what i like to see awwwww yeah
<5> Hm? Adding string literal constants inside a formated string? Brilliant!
<1> indeed
<1> even better
<1> they're using AJAX
<5> How are we goiing to make ouir bosses buy us more powerful computers if we don't waste CPU cycles?
<1> can't grasp basic principles, but buzzword of the day technologies? NO PROBLEM!
<5> Are they using it correctly?
<1> doesn't appear like it
<1> it's for some search page
<1> a post back here would be fine
<1> instead, they're building up xml response strings, parsing them, and manipulating the dom to populate the search results
<1> i think they're just impressed they did "AJAX"
<1> i see that monster.com has a new AJAX page
<1> as you type search results
<1> it's the future baby, yeah!
<1> Web 2.0!
<1> BUZZ WORD BINGO
<5> What kind of code are you reviewing anyway, peterhu?
<1> a custom sharepoint site
<1> for some reason, people pay for this
<6> Sharepoint?
<6> Oh
<6> http://blamebush.typepad.com/
<7> mmm
<7> link not loading
<7> oh got it
<1> also nice to see: variables named "stuff"
<7> khan
<7> quick question
<1> shoot
<7> I don't suppose you know of any C++ dev jobs in DC area?
<7> DC/VA/MD
<1> not beyond what i see on monster et al
<7> (graduating in May and don't want to continue with internship)
<7> hm alright
<7> I only ask because if I remember vaguely you work in VA
<1> where are you moving to?
<7> I'm in DC now, plan on not moving
<7> for the next year or so
<1> ah, so you likely want something downtown
<7> well, metro area
<7> I work in mclean now
<1> lockheed and other big government contractors are always hiring
<7> haha, other than those
<1> hmm, don't know of any off hand then
<7> alright
<8> What is the #define to tell vc++ 2005 to STFU when using "unsecure" functions?
<1> _CRT_SECURE_NO_DEPRECATE
<8> thanks peterhu
<1> np
<9> tcl interface module called mytcl (modelled on tcl-sql)
<2> so.... why would you bother coming to #C++ ?
<10> its a few years old now, and I cant get it to compile on a FreeBSD 5.3 box, wondering if someone could lend a hand?
<10> it's not written in tcl, that's just what it does :>
<2> if its not compiling and its old i suspect it was meant for < gcc v3.x, in which case its probably not standard conforming to C++ and will be a pain
<2> i think you should read the documentation and dig through mailing list archives for that project to find what compiler version they specify and install that
<2> otherwise try to find a binary as fixing the source is likely not a quick thing to fix


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

+_sabrina_ +cali
#AllNiteCafe
what does chakib mean
#linux
#linux
#chatzone
#MissKitten
#linux
#MissKitten
nemo gaes



Home  |  disclaimer  |  contact  |  submit quotes