| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> hi <1> Giant centipede eating mouse. http://youtube.com/watch?v=8CL2hetqpfg <2> Gooood mooorning <2> howzit going? <2> hello rhw <3> lo <4> hi <5> scalar: DER scalar? :) <6> \j s <7> hi everybody <7> how are you ? <3> PENIS <8> rhw? <8> Penis?
<9> Yes, he is. <8> Hi, wth :) <8> I have civilised broadband at last. Only 13Mbps out of a possible 24 due to distance from the exchange, but still quite an improvement. <9> That's nice. <9> Wait... are you in some back end of nowhere now? <8> North Greenwich :p <9> So not really. <9> Hmmm. Time to reboot and see if this new kernel will recognise the internal network card of this new laptop. <8> You run linux? <8> I never knew :) <8> Of course, running linux on a laptop is a silly way to achieve pain and misery. <9> Hmm, that worked. Can take the PC card out now. <9> It always seemed to be okay on my old laptop. <9> But I shouldn't really have bought something so up-to-date. <9> That's what causes the misery. <8> Ah. Basically, I've never seen powersaving work well on linux -- even things like SpeedStep seem to be aggrevated by deamons doing their things at inoppertune times. <9> Hmmm. Speedstep. <8> If they still call it that :) <9> You mean programs come on automatically, and push the CPU into high usage? <8> They should have labelled it Tortoise/Hare <9> Ha. <9> Hmmm. Must just send a keysym. <9> I don't know how to mess with the cpu speed in software. <9> Not something I expect to need a lot, but maybe on a long flight or something. <8> Actually, I love Cool n' Quiet. My 4800+ is almost cold to the touch most of the time (quite unlike the northbridge :p) <8> I have it on all the time, and my CPU hovers at around 989MHz. <8> Per core <9> I didn't buy this laptop for speed, but it still wipes the floor with my work desktop. <10> Rethguals, can't Cool n' Quiet cause problems though? <8> How? <8> I mean, obviously none that I've noticed. <8> It just means that my CPU fan spins so slowly that I can almost see it, and makes no noise. <10> No idea really, just read a few forums posts about it earlier <0> euh <0> someone can tell me the code ASCII of alphabet <0> ? <10> heh <0> of a & Z <0> 97 <0> ? <10> www.asciitable.com <0> tks <10> Rethguals, is that really reliable/healthy? I mean in terms of it spinning up when it needs to? <8> You mean on the life of the fan? I'm not sure whether the amount will be appreciable. Since it's always spinning at /some/ speed, it's somewhat less wear than going from stopped each time, and there's never going to be a nasty surprise that the fan won't start. <8> Actually, the main things which break fans are dust (no difference), bearings being worn (happens less at slow speeds than high speeds?) and the motor burning out (less likely, as it's not working so hard). <10> ok <10> Well I am off to get some rest... being sick really ****s <8> The only reason to turn it off would be if you're overclocking and benchmarking, or you're running some crappy operating system that doesn't understand variable speed cpus, or it creates problems for virtual machines that you run. <8> Oh. Get well soon. <10> Well I often run music production software, and those are extremely CPU intensive <10> thanks :) <3> feh <3> SO BORING <3> I want to skip the next 25 minutes. <11> then try not to shoot the puppy <11> http://www.rrrrthats5rs.com/games/dont-shoot-the-puppy <3> wtf <3> I have to drag the puppy? <3> I don't get it <12> no
<12> hold still <11> errm instructions are quite clear i think, do *not* shoot the puppy <3> rpf; <3> rofl <3> Now this is stupid. <3> haha <13> har de har har <13> why would you be anti-narcotics? <6> wot? <13> your name <13> anti-narcotics <13> :o <6> then what <6> its just nick man <6> do you need some help about c++ <14> uh.... do YOU need some help about C++? <14> :P <6> wot the fux up why you are so exitedddd <15> drugs help with C++ <14> yeah exactly zchrist <6> is really first time on chat <14> I just took a bunch of illegal narcotics right now <14> cuz i'm gonna code <15> were they scalar's drugs? <14> nah <14> we have our own <15> he'd be mad if you took his stash <14> he doesn't have one right now <6> take it in your ***s and get double <14> we placed an order from an indian pharmacy :P <14> anti-narcotics, do you need to dissolve them first? <15> dumb***.. you live near mexico <14> or can you put 'em up there in pill form :P <15> just drive down there and get some <14> zchrist, i've tried many times to get them in mexico <14> not possible :[ <14> the stuff I use isn't even a legal medical drug there <15> you just dont know what you're doing <14> it's true <15> while you're down there, pick me up some of amaretto tequila <16> zchrist: the prices of the goods we want are really high in Mexico <17> yay i finished that puppy shooter <15> well just get me some damn amaretto tequila.. i'm too poor to go down there myself <14> scalar, when I was in mexico I was told that hydro isn't even prescribed legally <16> yeah, there are many countries that don't use hydro/apap but codeine/apap <16> Germany, for example, only has it as a very strong anti-tussive <18> Tuss this! <16> I fell asleep on my couch last night. I'm sore now <14> ouch <14> scalar, I have more ambien now btw <16> I haven't taken the one you gave me yet :P <16> because the last few nights I didn't have problems sleeping <14> obviously :} <16> trout is lame <8> No, it's "cl***ic" <16> hmm <16> I'm not really a "Maxim" reader, I prefer "Playboy"... but 3 years for $6 is a good price <14> hey Rethguals <14> you around? <13> string literals like "hello" are non-const, correct? <8> No, they have type char const [6]. <8> There's an unfortunate conversion to char* in that special case, for C compatibility. <18> Man, why did we ever give women rights? <8> nirv? <13> Rethguals, where in the standard is that? could you point me to it? <18> I keep getting email from this women's power group on campus. <8> It'll be in clause 4, probably. I'll find it for you. <18> If they were in the kitchen churning my butter where they belong, I wouldn't be annoyed. <8> Xiph: 4.2 and D.4 <16> Rethguals is the man <8> from 4.2 para 2: A string literal (2.13.4) that is not a wide string literal can be converted to an rvalue of type pointer to <8> char; a wide string literal can be converted to an rvalue of type pointer to wchar_t. <8> from 2.13.4 para 1: [...] An ordinary string literal has type array of n const char and static storage duration (3.7), where n is the size of the string as defined below, and is initialized with the given characters.
Return to
#c++ or Go to some related
logs:
#linux #kl #kl #chat-world #india praivat mysql log egrep -ir mastercard charapita asutralian chat
|
|