--- Log opened Mon Jan 11 00:00:05 2010 --- Day changed Mon Jan 11 2010 00:00 < BrandonW> Wrapping around the TI-OS in a stable way takes as much code as it would to just do it. 00:01 < BrandonW> Not really, but it can be a pain. 00:02 < BrandonW> TiLP really needs a "remotely execute this" function. 00:02 < DrDnar> There's potential in TIOS and TI won't admit it. 00:02 < BrandonW> There's huge potential with it, that's why there's OS2. 00:03 < bsparks> I think TI forgets that 25 years ago, computers were barely as powerful as an 83+ 00:03 < BrandonW> The Nspire's right up there with the DS. 00:03 < BrandonW> And things like it. 00:04 < BrandonW> One of our first oncalc programs is a Game Boy emulator, for goodness' sakes. 00:04 < BrandonW> And an 89 emulator. 00:04 < BrandonW> imagine what it'll be in 5 years. 00:04 < bsparks> System 6 emulator? :) 00:04 < DrDnar> How long did it take him to program that anyway. It seems like he got it done so fast. 00:04 < BrandonW> The 89 emulator is a rip of some 68k C emulator. 00:04 < DrDnar> DOS emulator 00:04 < BrandonW> The Game Boy one is similar. 00:05 < bsparks> DrDnar, ehh. DOS is no fun 00:05 < BrandonW> This thing is running Nucleus RTOS, kids. 00:05 < BrandonW> Porting stuff is piss easy. 00:05 < DrDnar> We clearly need a good Z80 series emulator. 00:06 < bsparks> all TI did was make a PDA... I bet you could get PalmOS on that thing 00:06 < DrDnar> One that actually emulates the real hardware. 00:06 < BrandonW> We should so do that. 00:06 < BrandonW> Can you imagine it? An emulator to replace theirs. 00:06 < BrandonW> That's already replacing a big chunk of their OS. 00:06 < BrandonW> And we just cracked the thing not too long ago! 00:07 < DrDnar> Duh. Anything you can code we can code better! 00:07 < DrDnar> And we'll do it for free! 00:08 -!- DSP_Lord [~darksidep@h19.218.31.71.dynamic.ip.windstream.net] has quit [Ping timeout: 311 seconds] 00:10 -!- krisk [~krisk@j239072.upc-j.chello.nl] has quit [] 00:11 -!- boscop [~boscop@f050144133.adsl.alicedsl.de] has quit [Quit: Gxis revido!] 00:11 -!- calcdude [4af2c266@adsl-242-194-102.rmo.bellsouth.net] has joined #tcpa 00:12 < BrandonW> I'm thinking Merthsoft's 84+SE finally kicked the bucket. 00:12 < DrDnar> It's the Gameboycalcdude himself! 00:12 < Jonimus> well the 89 emu already replaces almost all of the draw the CAS has :P 00:12 < bsparks> BrandonW, sad day :( 00:12 < BrandonW> No, that's not him. 00:12 -!- Exploiter [~Sk84Life@c-67-185-40-45.hsd1.wa.comcast.net] has quit [Read error: Operation timed out] 00:12 < BrandonW> calc84maniac is the emulator guy. 00:12 < Jonimus> DrDnar: nope different guy 00:12 < BrandonW> calcdude has done nothing. 00:12 < Jonimus> well I think he's done some basic stuff 00:13 < bsparks> eh 00:13 < bsparks> Basic isn't special 00:13 < DrDnar> calcwhatever 00:13 < bsparks> nobody that does BASIC matters anyway >_> 00:13 < Jonimus> lol 00:13 * DrDnar forces calcdude to code an emulator in BASIC 00:14 -!- DSP_Lord [~darksidep@h20.80.29.71.dynamic.ip.windstream.net] has joined #tcpa 00:14 <@efneTI92> [DSP_Lord] I'm not a ninja, no idea what you're talking about. 00:14 < bsparks> Jonimus, protip, I only really know TI-BASIC for the 81, 83/+/, 86, and 89 >_> not much else :) 00:14 < DrDnar> I had the thought that making an editor for BBC BASIC programs that works like the TIOS BASIC editor wouldn't be too hard. 00:15 < bsparks> the whole BBC BASIC thing ben has is cool, but very aggrivating 00:15 < DrDnar> You could tokenize/detokenize each line of code as the user moves to and from it. 00:15 < BrandonW> That's very painful. 00:16 < BrandonW> I attempted to make an editor which did exactly that, parsing a line at a time instead of the whole thing. 00:16 < BrandonW> You can feel the lag. 00:16 -!- Exploiter [~Sk84Life@c-67-185-40-45.hsd1.wa.comcast.net] has joined #tcpa 00:16 < BrandonW> But my code might've just sucked. 00:16 < DrDnar> How long ago was it? 00:16 < bsparks> DrDnar, and it'd be useless to a decent coder 00:16 < BrandonW> A couple years ago. 00:17 < bsparks> unless you disable alpha+up and alpha+down 00:17 < DrDnar> yeah 00:17 < DrDnar> The real issue I had with BBC BASIC was not being able to scroll to browse the code. Having to guess how much code will appear on screen with the LIST function or whatever gets old fast. 00:18 < bsparks> I couldn't get a single program to run 00:18 < BrandonW> All 5 of my 84+SE 1.02 boot code dumps are 100% identical. 00:18 < DrDnar> LOAD "FILE" | RUN . . . How hard can it be? 00:18 < bsparks> BrandonW, this is good, right? 00:18 < calcdude> this is surprising? 00:18 < bsparks> DrDnar, idk, but it kept giving me errors 00:18 < BrandonW> It's good for now. 00:18 < bsparks> it'd refuse to load the file 00:18 < bsparks> or after I loaded it, refuse to run 00:19 < BrandonW> Both 84+ 1.02 boot code dumps are 100% identical. 00:19 < BrandonW> This doesn't necessarily mean much, the 84+ and 84+SE 1.02s can differ. 00:19 < calcdude> you can also just use RUN"FILE" 00:19 < BrandonW> In fact, they will, but how much is the question. 00:19 < bsparks> calcdude, that also didn't work 00:20 < bsparks> I think Ben's program just hated my calc 00:20 < DrDnar> They have to change that one hardware register. 00:20 < DrDnar> I guess once that's set, they can use conditionals everywhere else. 00:20 < BrandonW> Both 83+ 1.00 dumps and both 73 1.3005 dumps match 100%. 00:20 < BrandonW> So, that means I don't yet have any inconsistencies. 00:21 < calcdude> I'm just saying that the two commands are identical 00:21 < bsparks> They mystery deepens in the search for what in the hell TI was thinking 00:21 < DrDnar> Even the keys? 00:21 < BrandonW> 1.3004 and 1.3005 are vastly different. 00:21 -!- _NF_ [chatzilla@dD5776634.access.telenet.be] has quit [Quit: Bye all, probably had to hurry if this message appears without I said Bye D:] 00:22 < BrandonW> Same with 1.3007. 00:22 < BrandonW> 83+ and 83+SE 1.00s differ. 00:22 < BrandonW> By a lot. 00:23 < bsparks> Hmm 00:23 < BrandonW> 84+ and 84+SE 1.02s differ, but not by as much. 00:23 < BrandonW> That was with binary diffs, now it's time to find code differences. 00:23 < Jonimus> that would imply a branch for each model 00:24 < BrandonW> I have a 1.01 dump, but I don't know which model it was for. 00:25 < BrandonW> And I know there's a 1.00 for the 84+. 00:25 < BrandonW> But I might be able to derive it from the diassembly. 00:26 < DrDnar> The self test can probably tell you the Flash size. 00:27 < DrDnar> The 84+ and SE will have the different port values, and the 83+ and SE will test different amounts of ROM, won't they? 00:28 <+ports> hi 00:29 < BrandonW> Yes, the 83+ boot code won't have any SE port outputs for one thing, and the 83+/SE boot pages won't have references to USB code... 00:29 < BrandonW> Ah, damn it... 00:29 < BrandonW> We have to dump the second boot page for the 84+/SE. 00:29 < DrDnar> Well, my ROM should have that for ya. 00:32 * bsparks really wants to try this new dominoes pizza 00:32 < BrandonW> The 1.01 I have is 83+ only. 00:32 < Randomist> Install Pizza Party. :P 00:32 < BrandonW> And it differs a lot from 1.00. 00:33 < BrandonW> I'll have to re-dump the 84+/SE ones later, tonight I'm just going to focus on the 83+/SE differences. 00:33 < Randomist> Order your pizza over command line like a pro. 00:33 < bsparks> Randomist, I said I wanted to try it. I never mentioned buying it for dinner, on a football night. 00:34 < bsparks> I am not, contrary to popular belief, retarded 00:34 < bsparks> Besides, I have chicken in the oven 00:34 < Randomist> Mmmmmm... 00:34 -!- _NF_ [chatzilla@dD5776634.access.telenet.be] has joined #tcpa 00:35 < Randomist> I've got cornbread, but no chicken. :( 00:35 < bsparks> I'm baking chicken for chicken pot pie and chicken noodle soup 00:42 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 00:43 -!- KermM__ [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 00:44 -!- Jonimus_ [~TheStorm@209.225.103.140] has joined #tcpa 00:44 <@efneTI92> [Jonimus_] Yes rivereye, it is time to go fishing. 00:45 < i_c-Y> bsparks: don't you normally boil chicken for that 00:45 < bsparks> i_c-Y, normally 00:45 -!- _NF_ is now known as _NF_Away 00:45 < bsparks> I felt like baking it 00:45 < bsparks> I already brined the thing anyways, so I kinda, had to bake it 00:45 -!- leofox [leofox@leofox.student.utwente.nl] has quit [] 00:46 -!- _NF_Away is now known as NF_Sleep 00:48 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 00:48 <@efneTI92> [KermEEE] http://www.cemetech.net :: Leading The Way to the Future 00:48 -!- Jonimus_ [~TheStorm@209.225.103.140] has quit [Read error: Connection reset by peer] 00:48 -!- Jonimus_ [~TheStorm@209.225.103.140] has joined #tcpa 00:50 < BrandonW> Okay, so, version numbers are correct per model, no inconsistencies. 00:50 < i_c-Y> dumbnose writes to let us know that a fraudulent app that attempts to steal bank information has made it to the Android app store. From the alert: 00:50 < BrandonW> With the exception of 1.3004/1.3005 and 1.3007, where they report themselves as 1.00 and 1.02. 00:50 < i_c-Y> "NOTICE: Users of mobile devices with Android software may have noticed several applications available for download in the Android Marketplace. If you see any applications provided by the user Droid09, please do not download these applications. Android applications provided by Droid09 are fraudulent. Please remove any applications by Droid09 from your mobile device and contact your mobile provider to evaluate whether any other applications or in 00:50 < BrandonW> For whatever reason. 00:50 < i_c-Y> Multiple marketplaces are possible in the open Android ecosystem. Might we see the emergence of a marketplace distinguished by an iPhone-like app vetting process? 00:51 -!- Barrett [~Barrett@75-165-233-211.slkc.qwest.net] has quit [Ping timeout: 268 seconds] 00:52 -!- Jonimus_ [~TheStorm@209.225.103.140] has quit [Client Quit] 00:52 < bsparks> i_c-Y, your client sucks 00:53 < bsparks> or am I the only person who sees that line as cut off after "applications or in"? 00:53 < BrandonW> Yeah, I see it that way too, he's been pasting stupid stuff all day. 00:53 < Jonimus> yeah 00:53 < bsparks> he could paste, idk, a LINK 00:53 < BrandonW> I say we kill him. 00:54 < KermM__> I say we pinch nikky 00:54 < i_c-Y> i was providing an advisory for the android users. 00:54 < Randomist> Unkillable process. 00:54 < i_c-Y> a public service announcement. 00:54 < bsparks> i_c-Y, learn to use a link 00:54 < Andy_J> bsparks: that's actually IRC's fault for having a 512 byte limit on commands. 00:54 < Andy_J> but yeah just use a link 00:54 < Andy_J> because the majority of us don't give a damn 00:54 < i_c-Y> its 3 lines. 00:54 < bsparks> Andy_J, his client could seperate it into different lines 00:54 < bsparks> mine will put the overflow into a new line 00:54 < BrandonW> Yeah, and us Android users don't need your advisory alerts. 00:54 < Andy_J> 3 lines, which are 2 screen lines each, at minimum 00:57 -!- KermM__ [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error 54: Connection reset by peer] 00:58 -!- KermM__ [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 01:02 < i_c-Y> you know, law and order or its spin offs are on like 24/7 01:03 -!- KermM__ [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has left #tcpa [] 01:03 -!- NF_Sleep [chatzilla@dD5776634.access.telenet.be] has quit [Quit: Bye all, probably had to hurry if this message appears without I said Bye D:] 01:03 < i_c-Y> merthsoft should know veronica mars season 3 is on thewb.com tomorrow 01:05 < BrandonW> I have Nspire OS versions 1.3.2406 and 1.3.2407. 01:05 < BrandonW> So we can see just what exactly they do on a build change. 01:05 <@nikky> Hi 01:05 * Randomist waves. 01:06 < i_c-Y> hello nikky 01:06 <@nikky> suck it dry 01:06 <@nikky> !k Netham45 01:06 -!- Netham45 was kicked from #tcpa by efneTI86 [Praetor] 01:06 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 01:06 < Jonimus> !k Netham45 autorejoin 01:06 -!- Netham45 was kicked from #tcpa by efneTI86 [TheStorm: autorejoin] 01:06 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 01:07 < Randomist> Prætor? 01:07 < BrandonW> !k Netham45 being you 01:07 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: being you] 01:07 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 01:07 < Jonimus> lol 01:08 < bsparks> !k Randomist wtf was that 01:08 -!- Randomist was kicked from #tcpa by efneTI86 [Zeromus: wtf was that] 01:08 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 01:09 <@nikky> !k Randomist We like Netham45 for what he is! 01:09 -!- Randomist was kicked from #tcpa by efneTI86 [Praetor: We like Netham45 for what he is!] 01:09 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 01:09 < bsparks> !k Randomist autorejoin? You should know better 01:09 -!- Randomist was kicked from #tcpa by efneTI86 [Zeromus: autorejoin? You should know better] 01:09 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 01:09 -!- Randomist [~Randomist@75.111.209.80] has quit [Remote host closed the connection] 01:09 < bsparks> XD 01:10 < bsparks> awesome 01:10 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 01:10 < Jonimus> lol 01:11 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 01:11 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 01:11 -!- mode/#tcpa [+v Kaeru] by efneTI92 01:12 < Netham45> !k Jonimus Revenge. 01:12 -!- Jonimus was kicked from #tcpa by efneTI86 [netham45: Revenge.] 01:12 < BrandonW> Oh wait a minute, I had that completely backwards, one was fort he Nspire and the other the CAS. 01:13 < BrandonW> for the* 01:13 < BrandonW> TI really needs to name their TNCs/TNOs better. 01:13 < BrandonW> One is TI-Nspire.tnc and the other is TI-Nspire.tno. 01:13 -!- Jonimus [~TheStorm@CPE-24-167-201-56.wi.res.rr.com] has joined #tcpa 01:13 < Jonimus> heh at least I don't use autorejoin 01:14 < Jonimus> :P 01:14 < bsparks> :) 01:14 * Randomist unset. 01:14 < Netham45> :P 01:14 < Jonimus> Randomist: or I could just use the delay 01:14 < Randomist> I didn't know Weechat had that. 01:14 < Jonimus> or hell write a python script to change it each kick 01:14 < Randomist> There was no variable for that in the default confi.g 01:15 < Jonimus> its in irc.conf 01:15 < Jonimus> or not 01:15 < Jonimus> its the auto_reconnect that has it 01:15 < Goplat> BrandonW: I rename them all to include the version number 01:16 < BrandonW> Yeah, so do I. 01:16 < BrandonW> Once I realize what I'm looking at. 01:16 < BrandonW> The numbers after 1.x get weird, though. 01:16 < BrandonW> Like 1.7.1.50 and 1.7.2741. 01:17 < BrandonW> But in a hex editor, I see 1.71.50. 01:17 < BrandonW> Is there any logic to this at all? 01:17 < Goplat> I think the format is "major version.minor version[.very minor version].build number" 01:18 < BrandonW> Where [very minor version] is optional? 01:18 < Goplat> right 01:18 < BrandonW> It's still crazy. 01:19 < Goplat> only 1.7.1.50 and 1.7.2.59. They probably didn't anticipate that they would want another subdivision, so in some places they mash it up into 1.71.50 and 1.72.59 to make it compatible with the older format 01:20 < BrandonW> That makes sense. 01:26 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Quit: Leaving] 01:36 -!- moko|too [mmullins@rabbit.mmlx.us] has joined #tcpa 01:37 -!- incubeous [incubus__@c-98-199-128-21.hsd1.tx.comcast.net] has joined #tcpa 01:38 -!- Netsplit hub.dk <-> irc.inet.tele.dk quits: mokomull, +HelDragon, incubus 01:43 <+ports> anyone here 18 or 19? 01:44 < BrandonW> Yes. 01:47 < Jonimus> yes 01:47 * Jonimus is 18 01:47 < BrandonW> They did some wacky stuff with the Nspire 84+SE emulator's boot code in the last OS update. 01:47 <+ports> Feel horrible about your life.. 01:47 <+ports> The Simpsons are older than you. 01:48 < Jonimus> lol 01:48 < BrandonW> Feel more horrible...you're older than the Simpsons. 01:48 < Andy_J> ^ 01:48 <+ports> ^^ 01:48 < BrandonW> Between the second and third Nspire OS updates, though...they changed ONE byte in the boot code. 01:49 < BrandonW> It was one of the invalid instructions, from 2D to 2F. 01:49 < BrandonW> Or vice versa, I forget. 01:49 < BrandonW> This is only the first half, though. 01:51 < Jonimus> heh you think that was a Bug or a change to the emulator? 01:51 < i_c-Y> the simpsons are older than some 20 year olds too, ports 01:51 < i_c-Y> Dec 17, 1989 was the premiere. 01:51 <+ports> i_c-Y, lol true dat 01:52 < i_c-Y> i feel bad for those losers born in the 90s. 01:53 -!- moko|too is now known as mokomull 01:53 -!- dohreme [~owner@host-201-41-103-192.augie.edu] has joined #tcpa 01:55 < dohreme> eh... 01:55 < dohreme> Does this look suspicious? http://wikileaks.org/ 01:55 < dohreme> All sorts of alarm bells going off for me... 01:56 < i_c-Y> wikileaks is down til tomorrow 01:56 < dohreme> Well, they've been down since the 24th, apparently 01:57 < BrandonW> TI took them down, I guess. 01:57 < Jonimus> I doubt it 01:57 < dohreme> It's interesting to me, b/c they're not a charity proper, no public financial statements or anything 01:57 < j-b-r> It took me a minute to realize to scroll down the page 01:59 < dohreme> They could trim their costs a lot, it seems, if they'd quit doing video and audio leaks 02:01 < dohreme> For now, mirror.wikileaks.info works just fine for non-special pages 02:08 -!- incubeous is now known as incubus 02:14 -!- Netsplit over, joins: +HelDragon 02:17 -!- calcdude [4af2c266@adsl-242-194-102.rmo.bellsouth.net] has left #tcpa [] 02:19 -!- incubus [incubus__@c-98-199-128-21.hsd1.tx.comcast.net] has quit [Ping timeout: 556 seconds] 02:19 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 02:22 < BrandonW> Well, on my initial pass of the differences between 73 boot code 1.3004 and 1.3005, I've found... 02:23 -!- incubus [incubus__@c-98-199-128-21.hsd1.tx.comcast.net] has joined #tcpa 02:23 < BrandonW> Some sort of extra sanity check or bug fix in _TransformHash, and a little extra linking code when something fails. 02:23 < bsparks> That's all? 02:23 < BrandonW> Pretty much. But it's possible I missed something...I was staring at the differences in WinMerge of the .asm files. 02:24 < BrandonW> I'm almost blind now. 02:24 < bsparks> You need sleep 02:24 < bsparks> Or drugs 02:24 < BrandonW> I'm not going through and naming every single label in all these disassemblies, that's insane. 02:24 < BrandonW> So I think it's better to write some sort of diff program. 02:24 < BrandonW> Or something that transforms the .asm files. 02:24 < BrandonW> Into something more diff-friendly. 02:25 -!- DSP_Lord [~darksidep@h20.80.29.71.dynamic.ip.windstream.net] has quit [Ping timeout: 311 seconds] 02:26 < BrandonW> I'm trying to see if this _TransformHash thing can be exploited... 02:26 < BrandonW> It's kind of a stupid bug fix. 02:26 < BrandonW> Unless they thought they were fixing some sort of loophole. 02:26 < Jonimus> well can't you use the jump tables to make some of the labeling easier? 02:27 < BrandonW> Not really, the boot code itself doesn't use that jump table or any of the routines directly, more like subroutines of them. 02:27 < BrandonW> And really not even that. 02:27 < BrandonW> It's kind of all over the place. 02:28 < Jonimus> ahh 02:30 -!- DSP_Lord [~darksidep@h164.151.16.98.dynamic.ip.windstream.net] has joined #tcpa 02:37 -!- Merthsoft [~Shaun@d-69-161-78-59.cpe.metrocast.net] has joined #tcpa 02:49 -!- Barrett [~Barrett@75-165-230-28.slkc.qwest.net] has joined #tcpa 03:11 -!- millinao [~Joshua@c-76-27-206-76.hsd1.or.comcast.net] has joined #tcpa 03:11 < millinao> paraphrasing sparknotes: most useful skill ever 03:15 <@nikky> haha 03:23 < millinao> I can't tell if I'm glad or not that my public school system is shitty as hell 03:23 <@nikky> it's bad 03:23 <@nikky> well, it just means your first year of college will be super demoralizing 03:23 <@nikky> as you need to relearn everything 03:23 <@nikky> and learn how to study properly 03:24 < millinao> i really can't wait for university 03:25 < incubus> aren't you 16 millinao 03:25 < incubus> you graduating early? 03:26 < millinao> no 03:27 < millinao> just in general 03:27 < incubus> High School is retarded 03:27 < incubus> the American Public School system is retarded 03:27 < millinao> i learn so much better from lectures than what they make us do 03:28 < incubus> Lecturing has a pretty poor retention rate' 03:29 -!- DSP_Lord [~darksidep@h164.151.16.98.dynamic.ip.windstream.net] has quit [Ping timeout: 311 seconds] 03:30 < BrandonW> If you hate high school, you'll love college, and vice versa. 03:30 < millinao> what I like about lecturing is how they're not trying to make you want to learn about it 03:31 < incubus> millinao, as opposed to? 03:33 < millinao> as opposed to false applications in science and math courses that try to connect it with the real world but don't work very well, for example 03:33 < incubus> BrandonW, I agree with that btw :) 03:34 < millinao> damnit, i'll be back 03:34 -!- millinao [~Joshua@c-76-27-206-76.hsd1.or.comcast.net] has quit [Leaving] 03:34 -!- DSP_Lord [~darksidep@h209.135.28.71.dynamic.ip.windstream.net] has joined #tcpa 03:59 -!- Tribal [~Tribal@pa-76-2-65-215.dhcp.embarqhsd.net] has quit [Leaving] 04:02 <+Genolo> i wonder if i hate highschool or love it 04:02 <+Genolo> it's uneventful 04:02 <+Genolo> pretty boring 04:02 <+Genolo> but nothing bad ever happens 04:03 < jr19> i liked high school 04:03 -!- millinao [~Joshua@c-76-27-206-76.hsd1.or.comcast.net] has joined #tcpa 04:04 < DrDnar> You're still in it? 04:05 < jr19> genolo is like a sophomore or something 04:06 < DrDnar> haha, sophomore year 04:07 <+Genolo> yeah sophomore 04:10 < jr19> i'm gonna get a tattoo i tink 04:10 < jr19> think* 04:10 <+Genolo> my aunt got a tattoo 04:10 <+Genolo> and it looks disguisting 04:10 <+Genolo> it like 04:10 <+Genolo> pops out from her skin 04:11 < jr19> haha 04:11 < jr19> when did she get it and where at 04:12 <+ports> hi 04:13 < millinao> i'm in sophomore year too, woooo 04:13 <+ports> im in sophomore year of life 04:13 < Netham45> senior in HS, woo. 04:14 < Netham45> No more dealing with my fucking ditz of a counciler 04:14 <+geekboy> lol 04:14 <+geekboy> junior 04:14 <+geekboy> 1 more year XD 04:14 <+ports> Netham45, he hates you because you can't spell counselor 04:14 < Netham45> >.> 04:14 < Netham45> it's a she 04:14 * geekboy eats a lobster 04:14 <+ports> thats what you think 04:15 <+Genolo> netham have you confirmed 04:15 < Netham45> lol 04:16 <+Genolo> there's only one sure fire way buddy 04:16 <+Genolo> give her some technology and see what happens 04:16 <+ports> lol 04:16 < Netham45> she'd drop it in a fish bowl 04:17 < Netham45> not on purpose, no 04:17 <+Genolo> you were probably expecting something like look in her pants 04:17 < Netham45> but through some dramatic trip, flip of it, it'd bounce off of 3 walls, then land in the fish bowl. 04:17 <+Genolo> that could be fake too 04:17 < Randomist> Especially if it were an Apple product. 04:17 <+Genolo> the only way to tell is to give her some technology 04:17 < Netham45> I can't touch Apple products 04:18 < Netham45> I blister to the touch 04:18 <+Genolo> my ancestors scream when i touch them 04:18 <+ports> Genolo, why? are you related to the Beatles? 04:18 < Netham45> that's because your 'touching' is generally called 'rape' by the rest of socienty. 04:18 < Netham45> society* 04:19 <+geekboy> lol 04:19 <+Genolo> if you touch an apple product it's considered rape now? 04:19 <+Genolo> good maybe less people will use them 04:19 < Netham45> Yes, it's Steve Jobs raping your wallet. 04:19 <+ports> http://www.crocs.com/crocs-georgie/10008,default,pd.html?cgid=outlet&siteID=lw9MynSeamY-1ZgX25.P9_Qm1AhIe2rktQ&siteID=lw9MynSeamY-eTjQ3Fhio.fz2HdBtVIOIg 04:19 <+ports> are those for girls? 04:20 < Netham45> more importantly, when and why the fuck did Crocs start making snow boots 04:20 < millinao> they're for idiots 04:20 <+ports> its $18 for 2 pairs 04:20 <+ports> i thought thatd be good for yard work and stuff 04:20 < Netham45> a real pair of shoes will last longer 04:20 <+Genolo> http://genolo.nvm2u.com/img/moetanswut.png 04:20 < Netham45> but you can't boil them and eat them 04:21 < millinao> they look ridiculous 04:21 <+Genolo> they don't look very comfortable either 04:21 < Netham45> so, if you get kidnapped and thrown into a cell with just a bottle of water, a pan, and a hot plate, you'll wish you would have gotten crocs. 04:21 <+Genolo> better off going barefoot 04:22 <+Genolo> then you can cook your own feet 04:22 <+Genolo> all conditions cleared 04:22 <+Genolo> checkmate netham. checkmate 04:22 < millinao> wait, are you saying crocs, a plastic shoe, is more edible than a leather shoe? 04:22 < Netham45> they're made from some all-organic mateiral 04:22 < Netham45> that is supposidly edible if you boil it 04:22 < Netham45> material* 04:23 < millinao> i did not know that 04:23 <+Genolo> yeah 04:23 <+Genolo> it's called "plastic" 04:23 < Netham45> It's quite redicilous. 04:23 < Netham45> I won't believe it until the MythBusters test it. 04:23 <+Genolo> what do you think the nutriotion value on that is 04:23 <+Genolo> i mean if they're 2 pair for $18 04:23 < Netham45> lol 04:23 <+Genolo> nutrition* 04:24 < Netham45> Enough to make your stomach stop growling while it's digesting 04:24 < Netham45> for a long time 04:24 * Netham45 wonders what the shelf-life of crocs is 04:24 < Netham45> Eat before this date: 04:24 <+Genolo> sell by 04:24 < Randomist> *are 04:25 < BrandonW> No, it's "is", Randomist. 04:25 < BrandonW> "of crocs" is a prepositional phrase. 04:25 < BrandonW> "shelf-life" is what it applies to. 04:25 < BrandonW> And that's singular. 04:26 < Randomist> Oh, I see, now. 04:26 < Merthsoft> HA! 04:26 < Merthsoft> pwnd 04:27 < Merthsoft> rite? 04:27 <+Genolo> i haven't learned about prepositional phrases in years 04:27 <+Genolo> in school these days all we do is read shakespeare 04:27 < BrandonW> I'm afraid for our youth. 04:28 < Randomist> That's all we did in my Senior year of high school. We read books, then watched the movies of them (until some idiot ruined it for everyone). 04:28 <+ports> but there's still tomorrow 04:29 <+Genolo> last year we watched the modern version of romeo and juliet 04:29 <+Genolo> i don't even 04:29 <+Genolo> know what that was 04:29 <+Genolo> they used guns 04:29 <+Genolo> and were all ripped 04:29 <+Genolo> mercutio was a drug addict 04:29 <+Genolo> romeo was on drugs when he met juliet 04:29 < BrandonW> The Leonardo DiCaprio one? 04:29 <+Genolo> the guns were named "longsword" 04:29 < BrandonW> I think if I watched that again, I might actually appreciate it. 04:30 < BrandonW> Either that or laugh. 04:30 < i_c-Y> can't be worse than the mini skit they used in hot fuzz. but it was for humor, so its okay 04:30 <+Genolo> i need to read part III in macbeth tonight 04:31 < DrDnar> They have you reading Macbeth? 04:31 < DrDnar> That 04:31 < DrDnar> That 04:31 < DrDnar> That's like R rated. 04:32 < BrandonW> It's not like it's porn... 04:32 < BrandonW> If I remembered high school, I think I could say I read it. 04:32 <+Genolo> maybe if they had us watch porn in english class it'd be more interesting 04:32 < Netham45> I've read Romeo and Juliet and Othello 04:32 < BrandonW> I watched the Masque of the Red Death in high school. 04:32 < DrDnar> It's both Shakespeare's bloodiest and shortest tragedy. 04:32 < BrandonW> Full frontal nudity in that. 04:32 <+Genolo> i watched a video in dynamics 04:33 < DrDnar> Twelfth Night 04:33 <+Genolo> and there were naked children 04:33 <+Genolo> from the front 04:33 <+Genolo> like ~7-8 year olds 04:33 < Netham45> We had a teacher show us pictures of genital warts in Biology to teach us about STDs. >.> 04:33 <+Genolo> you already knew what that looked like though why have her show it to you 04:33 <+geekboy> Genolo 04:34 <+geekboy> fix snifit please 04:34 <+Genolo> what's wrong now 04:34 < BrandonW> And then there's Schindler's List... 04:35 < incubus> Netham45, I would have been glad to pull down my pants in front of the class and explain how dirty BrandonW's mom is 04:35 < BrandonW> I would have been glad to beat the shit out of you in front of the class. 04:35 < Netham45> That's nice, incubus. Why don't you have a seat over there? 04:35 < incubus> lol 04:35 < incubus> I apologize for that one, a bit random 04:36 <+Genolo> oh god i 04:36 <+Genolo> 'm loling 04:36 < Netham45> Why the hell am I tired... 04:36 < incubus> Why the hell am I *not* tired 04:36 < incubus> O_O 04:37 < Netham45> I fell asleep yesterday at 9 PM and slept until 12 PM today 04:37 < incubus> shit 04:37 < incubus> Sleeping too much can make you tired 04:37 < incubus> I have NO idea why that is, but I promise it's true 04:38 < Netham45> yea, but I slept that much because I hadn't gotten more than 3 hours of sleep since the wednesday prior. 04:38 < Randomist> Something about seratonin or something like that. [Shrugs.] 04:38 < BrandonW> incubus, did you know that the latest hardware revision for the TI-73 Explorer won't allow you to install an OS version below 1.85? 04:38 < BrandonW> Now you do! 04:38 < incubus> what does this mean 04:39 < incubus> O_O 04:39 < BrandonW> It means OS2 starts at version 2.00 instead of 0.01. 04:39 < BrandonW> And it means TI is stupid. 04:40 < incubus> why would TI do that 04:40 < BrandonW> You don't hard-code OS version numbers in the boot code, morons... 04:40 < incubus> I don't get it 04:40 * Randomist should write up something for the calculators that will give the multiple workspaces. 04:40 < Randomist> * them 04:40 < BrandonW> I'm not sure yet, but I think they changed the way Flash execution permissions work with OS 1.85 and that hardware version. 04:40 < BrandonW> So they don't want those specific TI-73 Explorers to run anything older. 04:41 < BrandonW> I should force load an old one and see if it boots... 04:41 < incubus> I call "wtf" 04:41 * BrandonW gets on that 04:41 < incubus> BrandonW, did TI every officially back off 04:41 < Randomist> It would be interesting to make it where one could switch workspaces in the middle of executing a program. 04:41 < Netham45> I think therre was a shell that did that 04:41 < BrandonW> They didn't sue Duncan Smith when they had to if they wanted the keys taken down. I take that as an admission of defeat. 04:41 < BrandonW> TSE (Task-Switching Environment) did that. 04:42 < Netham45> agh 04:42 < Netham45> assholes 04:42 < BrandonW> It was an Ion-like shell that Alex Kay and Michael Vincent thought up. 04:42 < Netham45> why password-protect a torrent... -.- 04:42 < BrandonW> To get your IP and send you a nice DMCA notice. 04:42 < Netham45> >.> 04:43 * Netham45 wants a DMCA notice from the BBC, just for the irony 04:43 <+geekboy> lol 04:43 < BrandonW> I keep mine on my fridge. 04:44 < BrandonW> Right next to the Wall Street Journal article. 04:44 < Netham45> lol 04:44 < BrandonW> It's a nice "fuck you" image in my head whenever I go get a Sprite or something. 04:44 < Netham45> I missed the first part of the end of this "season" of Doctor Who. >.> 04:44 <@nikky> whores 04:44 < Netham45> slut 04:45 <@nikky> KICK HIM 04:45 < Netham45> kk 04:45 < Netham45> !k netham45 requested 04:45 -!- Netham45 was kicked from #tcpa by efneTI86 [netham45: requested] 04:45 < BrandonW> !k Netham45 requested 04:45 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:45 < BrandonW> !k Netham45 requested 04:45 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: requested] 04:45 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:45 < Netham45> :( 04:45 -!- Merth [~Shaun@d-69-161-78-59.cpe.metrocast.net] has joined #tcpa 04:45 < BrandonW> Merth, kick Netham45. 04:45 < Netham45> I'll kick merth back 04:45 < Merth> !k Netham45 04:45 -!- Netham45 was kicked from #tcpa by efneTI86 [Merthsoft] 04:45 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:45 < Netham45> !k merth 04:45 -!- Merth was kicked from #tcpa by efneTI86 [netham45] 04:45 < BrandonW> !k Netham45 no 04:45 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: no] 04:45 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:46 < BrandonW> !k Netham45 auto-rejoin 04:46 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: auto-rejoin] 04:46 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:46 < DrDnar> !k Netham45 04:46 < BrandonW> lol 04:46 -!- geekboy is now known as geekfail 04:46 < Randomist> [Popcorn crunching.] 04:46 -!- Merth [~Shaun@d-69-161-78-59.cpe.metrocast.net] has joined #tcpa 04:46 < Merth> wat 04:47 < Netham45> wat 04:47 < DrDnar> !k Netham45 04:47 -!- Netham45 was kicked from #tcpa by efneTI86 [DrDnar] 04:47 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:47 < Netham45> okay, we can stop now. 04:47 < DrDnar> !k Netham45 Why? 04:47 -!- Netham45 was kicked from #tcpa by efneTI86 [DrDnar: Why?] 04:47 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:47 < Netham45> !k DrDnar 'cause I said so? 04:47 -!- DrDnar was kicked from #tcpa by efneTI86 [netham45: 'cause I said so?] 04:47 -!- geekfail is now known as geekboy 04:48 -!- DrDnar [~Ander@c-24-35-66-83.customer.broadstripe.net] has joined #tcpa 04:48 < DrDnar> This client sucks at making it clear that you've been kicked. 04:48 < Netham45> lol 04:48 < Netham45> pidgin? 04:48 < BrandonW> !k Netham45 no kicking DrDnar :( 04:48 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: no kicking DrDnar :(] 04:48 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:49 < Netham45> Okay, enough kicking already. 04:49 < Randomist> [Chanting "Do it!"] 04:49 < Merth> wait, why aren't you defending me, BrandonW 04:49 < BrandonW> Did I miss him kicking you? 04:49 < BrandonW> I kicked him for the time(s) he kicked you, I thought. 04:49 < i_c-Y> damn it, who the hell gave Netham45 kick? 04:49 < Merth> !k merth 04:49 < Merth> * You have been kicked from #tcpa by efneTI86 (netham45) 04:50 < BrandonW> I know, i_c-Y, I was blown away. 04:50 < Netham45> i_c-Y, I've had it since October, I think. 04:50 < BrandonW> This is the same person we banned for a year, kids. 04:50 <+Genolo> !k genolo i missed something 04:50 -!- Genolo was kicked from #tcpa by efneTI86 [genolo: i missed something] 04:50 < BrandonW> And you give him power? 04:50 < i_c-Y> and genolo too? 04:50 -!- Genolo [~catsidhe@nykida.net] has joined #tcpa 04:50 < i_c-Y> we aren't giving them scissors and telling them to run with them 04:50 < i_c-Y> we're giving them sniper rifles that htey won't kill themselves with. 04:50 -!- Merthsoft [~Shaun@d-69-161-78-59.cpe.metrocast.net] has quit [Read error: Operation timed out] 04:51 * Randomist looks at Nikky and whispers, "I think they know." 04:51 < Netham45> Wait, is Genolo really supposed to have kick, or is he getting something off of his vhost? 04:51 < i_c-Y> i don't know. 04:51 <@nikky> he has it 04:51 < i_c-Y> i really hope those Netham45 kicks were nikky pulling strings on bots. 04:51 <@nikky> I gave it to him 04:51 < Netham45> nikky, okay 04:51 < Netham45> i_c-Y, nope. 04:51 < i_c-Y> next thing you know, DJ omnimaga will be an op. 04:51 -!- geekboy [~geekboy@nykida.net] has quit [Max SendQ exceeded] 04:51 < Randomist> Free OPs Day. 04:52 < Netham45> You fail to realize that I've had kick for like 4 months already 04:52 -!- geekboy [~geekboy@nvm2u.com] has joined #tcpa 04:52 < Genolo> i haven't got that message since the time i /whois'd * on rizon 04:52 < Barrett> do I have kick? 04:52 < bsparks> the fact that Netham45 has any power in here still sickens me 04:52 < Netham45> Barrett, try kicking i_c-Y to find out. 04:52 * Randomist shrugs and stands in front of Barrett. 04:52 < i_c-Y> id say !k Netham45 would be a better choice. 04:53 < Barrett> I assume Randomist is asking for it.... 04:53 < Barrett> that's what that seems like to me 04:53 < Barrett> !k Randomist 04:53 * Randomist opens one eye, and looks around. 04:53 < Barrett> weird... I thought I had it back in '04 04:53 < Netham45> are you identified? 04:53 < Netham45> !seen barrett 04:53 < i_c-Y> maybe they took it away. 04:53 <@efneTI86> Netham45, barrett is right here! 04:54 < i_c-Y> !k i_c-Y 04:54 -!- i_c-Y was kicked from #tcpa by efneTI86 [i_c-Y] 04:54 <@nikky> look, we have lots of halfoips now 04:54 -!- i_c-Y [~Icy@cpe-69-204-242-163.nyc.res.rr.com] has joined #tcpa 04:54 <@nikky> get over it 04:54 -!- Barrett is now known as PollTroll 04:54 < i_c-Y> :| 04:54 -!- PollTroll is now known as Barrett 04:54 < Netham45> i_c-Y, nikky says get over it. 04:54 < Barrett> someone deleted a bunch of stuff... 04:54 < i_c-Y> shut up, Netham45 04:54 < Barrett> I used to be able to kick 04:54 < Netham45> no u, i_c-Y. 04:54 < Barrett> now it thinks I'm Barrett, not PollTroll 04:54 <@nikky> hold on 04:54 < Barrett> and it thinks I don't have a password 04:54 <@nikky> you have the perms 04:55 < Randomist> But you *are* Barrett. :P 04:55 <@nikky> Barrett: try identing to polltroll 04:55 < Barrett> I tried 04:55 <@nikky> there wwere two user accounts for you for some reason 04:55 <@nikky> TRY AGAIN 04:55 < Barrett> it said "You aren't PollTroll, you're Barrett" 04:55 <@nikky> TRY AGAIN 04:55 < Barrett> !k Randomist 04:55 -!- Randomist was kicked from #tcpa by efneTI86 [PollTroll] 04:55 < Barrett> there we go 04:55 <@nikky> :) 04:55 < bsparks> hyzzah 04:55 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 04:56 < Barrett> thanks for participating, Randomist 04:56 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 04:56 < i_c-Y> hello JoeYoung 04:56 < JoeYoung> Hi 04:57 < i_c-Y> how are you? 04:57 < i_c-Y> high school back in session yet? 04:57 < bsparks> I wonder... ... 04:57 < bsparks> !kb Netham45 just a test, promise 04:57 < bsparks> damn 04:57 <@nikky> bans are via bot only 04:57 < Netham45> you can kb through the bot 04:57 <@nikky> you can ban when you figure out how to do it 04:58 < BrandonW> I should test this. 04:58 * Jonimus figured it out one time 04:58 < bsparks> nikky, I thought at sometime someone here used a KB 04:58 <@nikky> BrandonW, asn an op, can ban directly 04:58 <@nikky> once opped up 04:58 -!- mode/#tcpa [+o BrandonW] by efneTI86 04:58 < Jonimus> bsparks: ops and and suck can 04:58 * DrDnar gasps 04:58 < bsparks> Jonimus, that was what I was testing, if I was an OP in secret XD 04:58 -!- Netham45 was kicked from #tcpa by BrandonW [Netham45] 04:58 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 04:58 <@BrandonW> Yay! 04:58 * Randomist corrects: Ops and such can. 04:59 < Netham45> lol 04:59 < Netham45> Can I remove a ban set by an op? 04:59 < Netham45> an in-chan, not through the bot ban? 04:59 < bsparks> I'm too lazy to ban through an OP 04:59 <@BrandonW> Here, I'll ban you and let's find out. 04:59 < millinao> i sincerely hope not 04:59 < Netham45> ignore 04:59 < Netham45> er 04:59 < Netham45> meant to do /ignore. 05:00 < i_c-Y> maybe it will let you if you set the same ban on the bot and then remove it on the bot as well. 05:00 -!- waeyn [~wayne@ool-ad03ce08.dyn.optonline.net] has quit [Read error: Connection reset by peer] 05:00 < Netham45> BrandonW, try it 05:00 <@nikky> Netham45: ummm, I think so 05:00 -!- mode/#tcpa [+b Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net] by BrandonW 05:00 -!- Netham45 was kicked from #tcpa by |Remius| [Banned] 05:01 <@BrandonW> I love testing stuff on him. 05:01 < geekboy> lol 05:01 < chronomex> heh 05:01 < chronomex> grargh I want sex or booze or productivity 05:01 < chronomex> any one would be good 05:01 < chronomex> two would be better 05:01 <@_Auron_> we've been kick/ban-happy lately 05:01 < Randomist> Go for three. 05:01 <@nikky> we had some promotions 05:01 < Randomist> It's possible 05:01 <@nikky> natural 05:01 <@_Auron_> chronomex: how about weed 05:01 < chronomex> that'd work 05:02 < Randomist> s:three:four: 05:02 < chronomex> can you CTCP me some? 05:02 -!- mode/#tcpa [-b Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net] by efneTI86 05:02 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 05:02 < Netham45> yay 05:02 < Netham45> once I got the syntax it worked 05:02 <@nikky> now if you abuse that 05:02 <@nikky> we will strip your flags 05:02 < Genolo> sounds dirty 05:02 <@nikky> and lock your gree to "I'm a HP LOVER" 05:02 <@BrandonW> You did that, Netham? 05:02 < Netham45> BrandonW, yea 05:02 < i_c-Y> chronomex: /dcc send chronomex jack_daniels 05:02 <@BrandonW> I don't think I believe you. 05:02 -!- mode/#tcpa [+b Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net] by BrandonW 05:02 -!- Netham45 was kicked from #tcpa by |Remius| [Banned] 05:03 -!- mode/#tcpa [-b Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net] by efneTI86 05:03 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 05:03 < Netham45> :< 05:03 < chronomex> i_c-Y: that's not weed or sex or productivity :( 05:03 <@BrandonW> I'm crying. 05:03 <@BrandonW> lol 05:03 < Netham45> .-ban Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net #tcpa 05:03 < Netham45> Removed ban 'Netham45!*Netham45@c-67-166-1-212.hsd1.co.comcast.net' on #tcpa. 05:03 < i_c-Y> chronomex: its booze. 05:03 < chronomex> I suppose 05:03 < chronomex> _Auron_: rad :D 05:03 < Merth> what do you mean you suppose 05:03 < Merth> you asked for booze 05:03 < chronomex> 21:02:16 [EFNet] _Auron_ [~DarkAuron@adsl-99-147-86-31.dsl.rcsntx.sbcglobal.net] requested unknown CTCP OUNCE_OF_WEED from chronomex: 05:03 < Merth> and that's what that is 05:03 < Merth> lol 05:04 <@BrandonW> What is +e? 05:04 < Randomist> Registered? 05:04 < Randomist> Er, never mind. 05:04 <@_Auron_> e is for e-penis 05:04 < Randomist> That's Freenode.. 05:04 < Netham45> BrandonW, exempt 05:04 < Genolo> e is usually exempt i thought 05:04 < Genolo> ffffffff 05:04 < Netham45> oyea 05:04 <@BrandonW> What does that mean? 05:04 < Netham45> only ops see exempts on efnet 05:04 < Genolo> can't be banned 05:04 < Randomist> !google exempt 05:04 < Netham45> BrandonW, above ban/invite/password 05:04 < Genolo> even if you get banned 05:05 < Genolo> and that stuff 05:05 < Netham45> I can set exempts 05:06 <@BrandonW> I'm a firm believer that the only people with power on IRC should be the ones that don't know how to use it. 05:06 < Netham45> lol 05:06 * Randomist uses his responsibly. 05:06 < Grue`> So that's why you have ops? 05:06 < Grue`> >.> 05:06 <@BrandonW> Grue`, yes. 05:06 < Netham45> I use mine responsibly too. :( 05:06 < Grue`> Heh heh heh. 05:06 -!- mode/#tcpa [+v Genolo] by efneTI86 05:06 < Netham45> I had only kicked one person before today. :( 05:06 < Merth> i never remember how to do anything 05:07 <+glk> Coast to Coast tonight is about Startrek 05:09 <@nikky> in case anyone didn't know 05:10 <@nikky> / dcc chat efneti86 05:10 <@nikky> or /ctcp efneti86 chat 05:10 < Randomist> Partyline? 05:10 <+Genolo> oh god is there a partyline 05:10 <@nikky> of course 05:11 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Read error: Connection reset by peer] 05:11 -!- mode/#tcpa [+b *!*njaDrag@*.wideopenwest.com] by efneTI86 05:11 -!- bsparks was kicked from #tcpa by efneTI86 [test] 05:12 -!- mode/#tcpa [-b *!*njaDrag@*.wideopenwest.com] by efneTI86, efneTI92 05:12 -!- bsparks [~NinjaDrag@d60-65-157-149.col.wideopenwest.com] has joined #tcpa 05:12 < bsparks> cool 05:12 <@BrandonW> So if all the bots fell over and died, is there the chance we would lose this channel? 05:12 < bsparks> Nah 05:13 < bsparks> #tcpa is no #ti 05:13 <@nikky> BrandonW: no 05:13 < Randomist> Hasn't this place been here more than long enough for CHANFIX? 05:13 <@nikky> exactly 05:14 < Netham45> lolchanfix 05:14 < Netham45> I used that for a while as the bot for one of my chans. >.> 05:15 < Merth> firefox is really pissing me off 05:15 < Randomist> Of course. 05:15 < Randomist> It's designed to do just that. 05:15 < Netham45> nikky, you poopyhead 05:15 <@nikky> :) 05:17 < mokomull> is nikky a poopyhead? 05:17 <@efneTI86> No, Netham is a poopyhead. 05:17 < mokomull> *giggle* 05:19 < Grue`> Oh, snap! 05:20 * Randomist snaps once. 05:22 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 05:26 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Ping timeout: 256 seconds] 05:27 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 05:33 <@nikky> mokomull: join the you know what 05:36 < mokomull> nikky: done 05:36 <@nikky> no you didn't 05:36 <@nikky> the sekret one 05:36 * mokomull doesn't know what 05:36 < bsparks> secret :o 05:37 < Jonimus> .chat 1337 05:37 < Jonimus> gah 05:37 < Jonimus> oh well 05:38 <@nikky> oh yeah, halfops 05:38 <@nikky> we have a special channel 05:38 <@nikky> PM me for details 05:38 -!- Tari [~tari@emcnair-77-67.resnet.mtu.edu] has quit [Read error: Operation timed out] 05:39 -!- Tari [~tari@emcnair-77-67.resnet.mtu.edu] has joined #tcpa 05:40 <@BrandonW> a/s/l 05:40 <@BrandonW> wat u up2 05:40 < chronomex> w'dup BrandonW 05:40 <@BrandonW> y 05:41 <+Genolo> brandonw: 10/f/japan 05:41 < chronomex> i b 22/m/98101 05:41 <@BrandonW> ocool 05:41 < jr19> oooh 05:41 < jr19> i fail. 05:42 <@BrandonW> y 05:43 < jr19> i dont remember my bot pw, i should've put it in my phone :\ 05:43 <@BrandonW> o 05:43 <+Genolo> i forgot my bot password for like 6 months one time 05:43 <@BrandonW> k 05:46 < jr19> i'll think of it some day 05:46 <+rcfreak0> just make it something 'memerable like nikkyisawesome 05:47 < tev> I use one of those "password safe" programs to keep track of all my passwords. 05:47 < jr19> yeah well i am a dumb ass 05:48 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Quit: Leaving] 05:48 < jr19> is there any way i can just reset it 05:49 <@BrandonW> y 05:49 < jr19> nikky? 05:49 -!- aksnowman [~MrSmith@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 05:49 <@nikky> hi 05:49 <@nikky> yes 05:49 <@BrandonW> It just might be possible to actually carry on a conversation with just letters. 05:50 <+Genolo> k 05:50 < jr19> my ex gf used to get mad when i just said "oh" to her when she would tell me something 05:50 -!- seidior [~spencer@ip68-107-76-123.sd.sd.cox.net] has quit [Read error: Connection reset by peer] 05:50 < jr19> like seriously pissed 05:50 <@BrandonW> I hate it when people say "ok" to everything I say. 05:50 < jr19> probably one reason she's my ex 05:50 < DrDnar> ok 05:50 <@BrandonW> To things that don't even deserve a response. 05:50 <@BrandonW> Like this sentence. 05:50 <@BrandonW> It's like they're trying to tell me that yes, they did in fact read it. 05:50 <@BrandonW> ExceptI don't care. 05:50 <@BrandonW> I assume they read it. 05:50 -!- seidior [~spencer@ip68-107-76-123.sd.sd.cox.net] has joined #tcpa 05:51 <@BrandonW> Anyway, differences between 73 boot code 1.3004 and 1.3005: some sort of bug fix in _TransformHash (it's scary math I don't understand), and it wasn't sending a skip/exit packet when validation failed (it does in 1.3005). 05:51 <@BrandonW> So...if you transfer an invalid OS to a 1.3004 TI-73, TI Connect won't know what's going on when it fails. 05:52 < Netham45> "You won't bloddy stop me." "Don't curse." 05:53 <@_Auron_> 18:51 - 21:25 05:53 <@BrandonW> !k Netham45 cursing 05:53 -!- Netham45 was kicked from #tcpa by efneTI86 [BrandonW: cursing] 05:53 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 05:53 < Netham45> :( 05:54 < Randomist> The fuck you think this is? This is a family-friendly channel! 05:54 <@nikky> yeah 05:54 -!- DrDnar [~Ander@c-24-35-66-83.customer.broadstripe.net] has quit [Leaving.] 05:54 < Randomist> :P 05:55 <@_Auron_> 28275 32137 05:56 < Randomist> Interesting. 05:56 -!- rcfreak0 [~rcfreak0@adsl-68-254-168-90.dsl.milwwi.ameritech.net] has quit [sleep] 05:58 -!- Buckeye [~Poweruser@c-24-16-240-132.hsd1.wa.comcast.net] has quit [Leaving.] 05:58 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has joined #tcpa 05:58 -!- WinstonSm is now known as aksnowman 05:58 < aksnowman> :/ 05:58 < aksnowman> irssi isn't liking me :'( 05:59 <@nikky> sad 05:59 < aksnowman> indeed 05:59 -!- aksnowman [~MrSmith@63-103-35-72.mtaonline.net] has quit [Client Quit] 06:03 < Netham45> omfg 06:03 < Netham45> that is such an evil cliffhanger 06:04 <@BrandonW> Say what? 06:04 < Netham45> the end of the end of time part one 06:05 < Netham45> (the 2nd to last episode of Dr Who for this season) 06:05 <@BrandonW> Oh, sorry, I don't watch garbage. 06:06 < Netham45> I thought you watched Dr Who 06:06 < Netham45> someone here does 06:06 <@BrandonW> I hate all British sci-fi. 06:06 < Netham45> musta been Kerm that watched it then 06:06 <@BrandonW> He definitely does. 06:07 < Netham45> ah 06:09 <+glk> Coast to Coast is about Startrek now 06:09 < Jonimus> BrandonW: sadly even the guy from the UK, benryves, agrees with you. 06:09 <@BrandonW> Star Trek is dead to me. 06:09 < Netham45> I've never hated star trek, but it's never been my favorite either 06:10 <@BrandonW> I loved it. 06:10 <@BrandonW> Until that stupid movie. 06:10 <@BrandonW> And frankly Enterprise. 06:11 <@BrandonW> glk, you have to pay money to listen to it online? 06:11 <@BrandonW> No thank you, sir. 06:11 <+glk> no 06:11 <+glk> http://www.ksco.com/ksco.m3u realaudio 06:12 <@BrandonW> It forces me to login when I click the streamling link. 06:12 <+glk> I use it free 06:12 <@_Auron_> I'm uploading a video of The Master 06:13 <@BrandonW> That link doesn't work. 06:13 -!- Barrett [~Barrett@75-165-230-28.slkc.qwest.net] has quit [Ping timeout: 268 seconds] 06:13 <+glk> It works for me 06:14 <@BrandonW> "The requested URL /ksco.m3u was not found on this server." 06:14 <+glk> http://www.ksco.com/ksco.m3u wake up realaudio 06:15 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has joined #tcpa 06:15 <@_Auron_> anyone here watch Dr. Who? 06:15 <@BrandonW> Netham45 and Kerm do. 06:16 < Randomist> glk / BrandonW: http://communities.anomalies.net/forum/ubbthreads.php?ubb=showflat&Number=152226 06:17 * Grue` raises his hand. 06:18 <+glk> I use aMac real.audio version 06:21 < Randomist> I wonder if it is worth the pain to try Uzbl. 06:23 < Tari> probably 06:23 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has quit [Quit: brb] 06:23 < Tari> it's installed on my system but I haven't tried to rtfm yet 06:24 <@BrandonW> I am falling asleep listening to this. 06:25 <@nikky> rtfm 06:26 <+glk> google coast to coast streaming 06:27 <@BrandonW> Is the world going to end in 2012 or what, glk? 06:27 <@_Auron_> no 06:28 <@BrandonW> Is your name glk? 06:29 <@nikky> yes 06:29 <+glk> graham l kendall 06:30 <@BrandonW> I know that. 06:30 <@BrandonW> I'm asking you a question. 06:30 <@BrandonW> Is the world going to end in 2012? 06:30 <+glk> no. 06:31 <+glk> http://streamingradioguide.com/radio-show.php?showid=667 try some of these 06:31 <@BrandonW> Is a significant world event going to occur in 2012? 06:31 <@BrandonW> I got it working, and I was falling asleep listening to it. 06:31 <+glk> no 06:32 <@_Auron_> BrandonW: rumors spread about the end of the world when talk about the end of the mayan calendar became a bizarre interest 06:32 <+Genolo> sigh 06:32 < Randomist> s:Is:Do you think: #More accurate. 06:32 <+Genolo> i can't watch blu ray without risk of having my laptop overheat 06:32 <@_Auron_> and people are constantly wondering if we're all going to die, also. hollywood helps in that 06:32 <+Genolo> and if it overheats i risk it not being able to turn back on 06:32 <+glk> People need something to talk about 06:33 < Randomist> When it's time for humanity to be terminated, humanity will be terminated. The end. 06:33 <@BrandonW> Spoken like a true nihilist. 06:33 <+glk> A meteor strike can do it 06:33 <+Genolo> a meteor strike would leave the world full of paranoid people 06:33 < DSP_Lord> you know, i distinctly remember reading somewhere that 2012 is not actually when 13.0.0.0.0 or whatever occurs in the Mayan calendar. 06:34 <+Genolo> because the ones livings are those people who live in shelters 06:34 <+Genolo> the only possible bad thing that can happen in 2012 is sarah palin becoming president of the US 06:34 < DSP_Lord> haha 06:34 < Randomist> Genolo++ 06:36 -!- blankie [~myname@d207-6-186-113.bchsia.telus.net] has quit [—I-n-v-i-s-i-o-n— 3.0 (March '08)] 06:36 < Randomist> The Hadron Collider! 06:43 -!- tev [~travis@ip68-102-72-41.ks.ok.cox.net] has quit [Remote host closed the connection] 06:43 -!- blankie [~myname@d207-6-186-113.bchsia.telus.net] has joined #tcpa 06:43 -!- tev [~travis@ip68-102-72-41.ks.ok.cox.net] has joined #tcpa 06:50 < Goplat> if the world "ends" soon it's probably going to be due to nuclear war, or artifical intelligence. Or possibly an engineered virus. 06:51 < Goplat> If none of those things wipe out humanity in the next 50 years, overpopulation will cause a resource crisis leading to a massive die-off 06:51 < Goplat> which might not make humans extinct entirely, but it will destroy civilization anyway 06:52 -!- Merth [~Shaun@d-69-161-78-59.cpe.metrocast.net] has quit [Read error: Operation timed out] 06:54 < Spengo> Goplat, artificial intelligence is the future, not the end of the world 06:54 < Spengo> it's the evolution of the human race 06:55 <@BrandonW> I'm firmly against artificial intelligence. 06:55 <@BrandonW> I believe it's completely wrong. 06:55 <@BrandonW> And we should retard its development at any cost. 06:55 < Spengo> we already have neural networks powerful enough to simulate the brains of rats, it's only a matter of time before we have the capability to make a human mind 06:55 < Spengo> or better 06:55 <@BrandonW> Consider me Will Smith in I, Robot. 06:55 <@BrandonW> That doesn't mean we should. 06:55 < Spengo> why not 06:55 <@BrandonW> We're at a dangerous point in our development. 06:55 < Spengo> imagine being able to copy your brain completely into an electronic model 06:56 <@BrandonW> We have the ability to do things we shouldn't. 06:56 < Spengo> why shouldn't we? 06:56 < Spengo> we could extend our lives indefinitely 06:56 < Goplat> no we couldn't 06:56 < Goplat> "copying" your brain is pointless, because *you're* still going to die 06:56 < Spengo> but my electronic counterpart will not 06:56 < Randomist> I wonder if there's a wireless adapter with four-port Ethernet that can plug in a single PCI slow in a desktop machine. 06:56 <@BrandonW> You stop being unique. 06:56 < Goplat> it's not you. You're just implanting false memories into a robot. 06:57 < Spengo> what if we found a way to synch memories 06:57 < Randomist> Security exploits galore. 06:57 <@BrandonW> What? Use whatever word you want, "sync", "implant", it's a copy and not the original. 06:57 < Randomist> We'd be worse than Windows. 06:57 <@_Auron_> http://www.youtube.com/user/GoogleNexusOne?feature=pyv&ad=4071948640&kw=nexus%20one#p/u/0/I6COwgigJ-g 06:57 < Goplat> Exactly. There's plenty of crazies out there who each think they're Jesus Christ. That doesn't make it so. 06:58 < Spengo> BrandonW, but then I would have the experiences it had, and it would have mine when we were apart 06:58 < Spengo> and if it's an exact copy how is it different 06:58 <@BrandonW> It's just like transporters. 06:58 <@BrandonW> You step into that thing, you die. 06:58 <@BrandonW> Plain and simple. 06:58 < Spengo> perhaps further in the future we will have the ability to create perfect human clones 06:59 < Spengo> and then we could continually copy our minds into the clones 06:59 < Randomist> That still wouldn't be you. 06:59 < Spengo> what counts as "me" 06:59 <@BrandonW> I honestly have no idea, and neither do you. 06:59 <@BrandonW> I don't want to die finding out. 06:59 < Spengo> if me is my meaty shell then sure, but if me is my mind, then I would argue not so 07:01 < tr1p1ea> if you could make an artificial even marginally more intelligent than existing humans 07:01 < tr1p1ea> artificial intelligence* 07:01 < Spengo> you could make yourSELF more intelligent than existing humans 07:01 < Spengo> when processing power improves you could speed up your reaction times, so everything seems to be in slow motion 07:01 < tr1p1ea> well, you have no idea how it might be able to improve itself 07:02 < tr1p1ea> ... 07:02 < Spengo> unlimited memory, all your memories available on call at will 07:02 <@_Auron_> I have a better theory about how that works via neural networks 07:02 <@_Auron_> which I'm going to code this summer 07:02 < Spengo> I studied them last semester 07:03 <@BrandonW> I think any disruption of the electrical impulses inside that meaty shell and your brain and you stop being you. 07:03 < Spengo> made one that learned to play stratego :> 07:03 <@BrandonW> In the same way that going through a transporter and being re-assembled stops you from being you. 07:03 < Spengo> well then, how about this 07:04 < Spengo> why do you care? 07:04 <@BrandonW> Sure, something identical comes back out, but it's not the same. 07:04 < Spengo> the old you would not exist anymore and the new you would be exactly the same 07:04 <@BrandonW> Because I'm lost. 07:04 < Spengo> but the old you would not exist to care 07:04 < tr1p1ea> well very technically you are comprised of particles that only exist for a very short time anyway 07:04 < Randomist> The smallest things that make it up would have different IDs than in the clone. Therefore, not you. :P 07:04 <@_Auron_> I prefer the perfect space folding method of transportation 07:04 < Goplat> Spengo: same reason anyone cares about not dying 07:04 <@BrandonW> Imagine I was cloned, and my memories were implanted into the clone, so we were pretty much identical, and then I was murdered. The other one will live on in the same exact way I would, but I STOPPED being me. 07:05 <@BrandonW> Have you ever seen The Prestige? 07:05 < tr1p1ea> yup 07:05 <@BrandonW> It's like being the one in the tank. 07:05 < tr1p1ea> tesla already invented a way to do this 07:05 < DSP_Lord> heh 07:06 < DSP_Lord> i love that movie. 07:06 <@BrandonW> Or to put it another way, if somehow the 5-second-future version of me was pulled away and then I was killed. The other one would be just like me so I'd live on, but I'm still the one freaking dying. 07:06 <@BrandonW> That's kind of a backward example because then the future one would die, but ignoring temporal paradoxes... 07:06 < Spengo> anyway BrandonW what's to lose, if you copy your brain to an electronic medium then your current meaty brain would simply live out the rest of it's life regularly 07:07 <@BrandonW> So keep the electronic one on ice until I kick the bucket, and then let it live on? 07:07 < Spengo> sure 07:07 < DSP_Lord> ok, theory: 07:07 <@BrandonW> It's just unnatural. 07:07 < Randomist> Clones are never as good as the original. 07:07 < Goplat> spengo, if artificial intelligence exists you won't have the option of living any more 07:08 < Spengo> Randomist, in this case, the clone could be better 07:08 < Goplat> nobody will ever hire a human, since AIs will have lower cost of living, so they can be offered lower pay for the same job (and do it with fewer mistakes) 07:08 < Goplat> cost of "living", heh 07:08 < Spengo> oh well see I've already taken that into account 07:08 < DSP_Lord> if you were to make an electronic copy of yourself, transfer your memories, whatever, right before you (as in your original body) died, wouldn't whatever you implanted those memories to come to being thinking it was about to die as well? 07:09 < tr1p1ea> wait a sec, are we talking about that sg-1 episode? 07:09 < Spengo> I plan on becoming financially independant, and THEN returning to school to get my phd and working on AI research 07:09 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has joined #tcpa 07:09 <@BrandonW> DSP_Lord, yes, just like the movie. He went into that machine believing he was going to die. 07:09 <@BrandonW> One would be right, one would be wrong. 07:10 < Spengo> so if no one hires humans anymore I will be fine, being already financially independant 07:10 <@BrandonW> Learn how to spell independent before you get that PhD. 07:10 < tr1p1ea> most likely people will 'own' machines to do workplace duties for them 07:10 < Randomist> Closest thing we could do if we wanted to stay the original person is work out how to change our bodies to machine-parts and leave our brains in-tact. 07:10 < tr1p1ea> and be paid for it 07:10 < Spengo> BrandonW, dant dent what's the difference 07:10 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has quit [Client Quit] 07:10 <@BrandonW> An a and an e. 07:10 < Goplat> tr1p1ea: the ruling class will own machines as always. But they will no longer employ humans 07:11 < Spengo> one is what happens when you bump your car into something, the other is.. I dunno 07:11 < Goplat> so, money goes from humans to AIs but never vice versa 07:11 < Randomist> (And work out better brain-repair.) 07:11 < Spengo> Randomist, but brains age 07:11 < Spengo> yeah.. 07:11 < Spengo> ok think about this 07:11 < Goplat> result: in a society with AIs, all humans starve since they can't afford anything any more 07:11 -!- millinao [~Joshua@c-76-27-206-76.hsd1.or.comcast.net] has quit [Leaving] 07:11 < Spengo> we currently have the technology to simulate a single neuron exactly 07:11 <@BrandonW> What about children? Why have children when you can just have 18 robots? What's to stop you from having 38 of the exact same kid? Nothing is unique or sacred anymore. 07:12 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has joined #tcpa 07:12 < Spengo> if this could be miniaturized, and you surgically removed one neuron from yoru brain and placed the electronic one in 07:12 < Goplat> Spengo: technically, we can't simulate anything exactly, since the real world is analog 07:12 < Spengo> are you still you? 07:12 < Goplat> Spengo: probably 07:12 < Spengo> analog is not impossible 07:12 < Spengo> so 07:12 <@BrandonW> I really don't know, in the same way that if I lost my hand and had it replaced with my clone's... 07:12 < tr1p1ea> analog computers exist 07:12 < Spengo> if you do that until you have no meat neurons left 07:12 < Spengo> are you still you? 07:13 < Goplat> Spengo: no 07:13 < Randomist> Of course not. 07:13 < Spengo> what if you had one meat neuron left 07:13 < Goplat> it's like Jenga, pull out enough neurons and you just suddenly die 07:13 < Spengo> where do you draw the line? 07:13 <@BrandonW> lool 07:13 <@BrandonW> lol* 07:13 < Spengo> is there a line at all? 07:13 < Spengo> I believe there isn't :V 07:13 <@BrandonW> Spengo, I just might be willing to undergo such a procedure. 07:13 < tr1p1ea> like i said before, the particles that make up everything in your body dont always exist 07:13 -!- WinstonSm [~MrSmith@63-103-35-72.mtaonline.net] has quit [Client Quit] 07:14 < Randomist> If we take half of someone's brain and put it in a clone and vise-versa... 07:14 <@BrandonW> I'm reminded of that DS9 episode where that Vedek was injured and Kira kept wanting the doctor to replace more and more of his brain with technology. 07:14 < tr1p1ea> what about richard dean anderson being copied? 07:15 < tr1p1ea> BrandonW 07:15 < tr1p1ea> err and maybe the rest of them i dont recall 07:15 < tr1p1ea> early season 07:15 <@BrandonW> Sucks to be the clone... 07:15 <@BrandonW> He ended up getting himself killed. 07:15 -!- glk [glk@adsl-71-153-163-176.dsl.tul2ok.sbcglobal.net] has quit [ http://grahamkendall.net/] 07:15 < tr1p1ea> didnt they leave him behind? 07:15 < Randomist> Spengo: If we went the electronic route, what's stopping some idiot from fucking it all up along the way by making everyone the same? :P 07:15 <@BrandonW> I'm thinking of the robot one, are you? 07:16 < tr1p1ea> yeah 07:16 < Spengo> Randomist, I shoot him? 07:16 < tr1p1ea> but ive only seen it once .... a decade ago :X 07:16 <@BrandonW> Yeah, they left him and the rest of SG-1 on the planet, they had to stay because of power requirements. Eventually they started going through the gate on suicide missions and met the real SG-1. 07:16 <@BrandonW> And they all ended up dying. 07:16 < Spengo> oh I remember that 07:16 < tr1p1ea> ahh right 07:16 < Spengo> they had blood that looked like semen 07:17 < tr1p1ea> the universe cannot sustain 2 macguyvers 07:17 < Spengo> what was it the fat guy said 07:17 < Spengo> KUMTRAYA 07:17 < Spengo> or something 07:17 < Randomist> Let along Chuck Norrises. 07:17 <@BrandonW> Don't forget the one stuck in 2995 BC... 07:17 < Randomist> s:g:e: 07:18 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:18 <@BrandonW> Anyway, yeah, it sucks to be the clone. 07:18 <@BrandonW> Like Star Trek Voyager's "Course Oblivion"... 07:18 < tr1p1ea> but like i said, if man created an artificial intelligence more powerful that the human brain, it might think up ways to improve itself that we could never comprehend 07:18 <@BrandonW> Or TNG's second Riker from the transporter accident. 07:19 <@BrandonW> They all ended up dying because that's the convenient way of dealing with them. 07:19 <@BrandonW> Or in prison. 07:20 <@BrandonW> So we shouldn't be creating them in the first place. 07:20 < Randomist> tr1p1ea: Or kill off its creators. :P 07:20 <@BrandonW> Terminator! 07:20 < Randomist> Or both. 07:20 < tr1p1ea> Randomist: that happened in 1997 07:20 -!- Markus92 [~markusjan@cable-232-119.zeelandnet.nl] has joined #tcpa 07:20 -!- Markus92 [~markusjan@cable-232-119.zeelandnet.nl] has quit [Client Quit] 07:20 < tr1p1ea> and terminator leads into the matrix 07:20 <@BrandonW> Judgement Day. 07:21 < Randomist> "I, Robot." 07:21 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:21 < tr1p1ea> i like how we had the technology to corrupt the atmosphere 07:22 <@BrandonW> Meaning nuclear bombs? 07:22 < Randomist> Just set off some nunkes. 07:22 < tr1p1ea> and for some reason the machines didnt have enough funding for a space program 07:22 < Randomist> "Nukes," even. 07:22 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:22 < tr1p1ea> the harvest solar energy 07:22 < tr1p1ea> almost as if someone said "hey cool story ... but couldnt they get power from the sun?" 07:22 < tr1p1ea> *5 minutes later* 07:22 < tr1p1ea> "ok fixed" 07:23 <@BrandonW> They have "a form of fusion"...they don't have real power problems. 07:23 <@BrandonW> They were willing to wipe out humanity. 07:24 <@BrandonW> "There are levels of survival we are prepared to accept." 07:24 < tr1p1ea> ergo 07:26 * Randomist needs to turn Idle Mind his Everex tower into a router. 07:26 < tr1p1ea> robots are useless anyway 07:27 <@BrandonW> The only life we should be creating is our own. 07:27 < tr1p1ea> no children? 07:27 <@BrandonW> Human life. 07:27 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:27 < Randomist> When there are no more humans, what would the Internet be for? There'd be no porn there. :P 07:28 -!- DSP_Lord [~darksidep@h209.135.28.71.dynamic.ip.windstream.net] has quit [Ping timeout: 311 seconds] 07:28 <@BrandonW> The internet is for porn! 07:28 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:29 < tr1p1ea> btw have you seen Avatar? 07:29 < tr1p1ea> (possibly a silly question) 07:29 * Randomist scans... 07:30 <@BrandonW> Yeah, I saw it. 07:30 <@BrandonW> It was absolutely nothing special at all. 07:30 < Randomist> ...Yuck, TeleSync. 07:30 * Randomist waits for the DVD. 07:30 < tr1p1ea> :X 07:31 < tr1p1ea> did you see it in 3D? 07:31 < Netham45> lol 07:31 < Netham45> I saw a cam recording of avatar floating around, in which the guy went to the 3D showing and stuck the glasses over his camera 07:31 < Randomist> 3D is overrated until they put it on three-sixty-degree dome screens. 07:31 < Netham45> A human eye can't see 360 degrees 07:31 < Randomist> Netham45: Ha. 07:31 < tr1p1ea> Netham45 ... err that wouldnt work 07:32 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:32 <@BrandonW> I was supposed to see it in 3D, but no, I didn't. 07:32 < Netham45> tr1p1ea, yea, I know 07:32 < Goplat> you'd need 2 cameras to record the 3d properly 07:32 <@BrandonW> I already saw that story in 3rd grade... 07:32 <@BrandonW> The evil white man driving the indians from their home for some precious resource. 07:32 -!- DSP_Lord [~darksidep@h218.109.88.75.dynamic.ip.windstream.net] has joined #tcpa 07:32 <@BrandonW> I found it boring. 07:32 < tr1p1ea> yeah yeah pok 07:32 < Goplat> yeah, plot is pretty plain from what I've heard 07:33 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:33 < Goplat> it's more of a graphics demo than a movie :p 07:33 < E-J> there have been same kind of graphics demos before 07:33 < E-J> but shorter ones 07:33 <@BrandonW> They even called it unobtainium. 07:33 < Netham45> even if they had 2 cameras, they're still pointing shitty cameras at an imax screen 07:33 <@BrandonW> Ripped right out of The Core and other movies. 07:33 < tr1p1ea> that was one of my only gripes 07:34 <@BrandonW> It was also really long. 07:34 <@BrandonW> I was checking my watch 1:30 to 1:45 in. 07:34 < tr1p1ea> you want a boring movie? 07:35 <@BrandonW> I'm starting to think no movie can entertain me anymore. 07:35 < tr1p1ea> did you see "Paranormal Activity"? 07:35 <@BrandonW> Yes, I saw it and gave this channel the play-by-play not too long ago. 07:35 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:35 < Netham45> I heard that one sucked 07:35 < E-J> BrandonW: even if it's about z80 and ti calculators? 07:35 < Netham45> from numerous sources 07:35 <@BrandonW> I was watching it alone in my apartment in pitch black at 2AM with the cat jumping on me, so I was pretty scared. 07:35 < tr1p1ea> hah 07:35 < Netham45> lol 07:35 < DSP_Lord> lol 07:35 <@BrandonW> E-J, perhaps. 07:36 < tr1p1ea> its was 1 night after the other where basically every night got progressively worse 07:36 < tr1p1ea> until you knew it would all fall apart at the end 07:36 < tr1p1ea> i really struggled to stay awake 07:36 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:36 <@BrandonW> You have to admit, her being pulled by the leg by something invisible right off the bed and down the hallway, that was downright freaky. 07:36 < tr1p1ea> but my friend was really scared 07:37 < tr1p1ea> yeh 07:37 < tr1p1ea> i asked my friend why people get scared of movies with demons in them and believe they are real? 07:37 < tr1p1ea> or at least people believe in the possibility 07:37 <@BrandonW> Who's to say they're not? 07:38 <@BrandonW> I watched Drag Me to Hell last night or the night before and it really sucked. 07:38 < tr1p1ea> make one about angels and the same people would never even consider it believeable 07:39 <@BrandonW> Make them watch Legion. 07:39 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:39 < Netham45> BrandonW, eh, who's to say they do? It's pretty illogical to believe something exists without proof, when believing that something doesn't exist without proof is the other option. 07:40 < tr1p1ea> im sorry but i got lost at the evil old lady 07:42 <@BrandonW> That scene is epic. 07:42 <@BrandonW> You have to admit. 07:42 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:43 <@BrandonW> Netham45, I was just saying it's illogical to believe something doesn't exist without proof. 07:44 < Netham45> It's illogical to believe either side, but it's sane to at least lean towards it not existing without proof. 07:44 < tr1p1ea> isnt it unscientific to not believe in the possibility of literally *anything*? 07:45 < Netham45> possiblity != definitive (non)existance 07:45 < tr1p1ea> indeed 07:45 < tr1p1ea> the word wouldnt exist if it was a synonym 07:46 < Randomist> I've seen YouTube trolls before. But I've never seen YouTube trolls that troll in poem... until now. 07:46 < tr1p1ea> hah 07:46 < Netham45> I saw a haiku troll before 07:46 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Connection reset by peer] 07:48 * Netham45 goes to bed, night. 07:48 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has joined #tcpa 07:56 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has quit [Time left until the Apocalypse: 28yrs 2wks 19hrs 17mins 27secs] 07:57 < E-J> http://kuvaton.com/browse/13695/basic_day13.jpg 08:00 < Randomist> [Chanting "Two more days!"] 08:00 < Randomist> E-J: Whoa, really? :P 08:00 < Spengo> http://img20.imageshack.us/img20/7828/sisterl.png 08:00 < Spengo> lol 08:01 < Spengo> finland 08:01 < E-J> Spengo: you should watch all of that guy's pictures 08:02 < Spengo> lol 08:04 < E-J> if i could only remember his site 08:04 < E-J> most popular of those where people can post their drawings 08:04 < E-J> Randomist might remember 08:05 < Randomist> WebCanvas? 08:05 < Randomist> DeviantArt? Photobucket? 08:05 < E-J> deviantart 08:05 < E-J> thanks 08:07 < E-J> Spengo: http://humon.deviantart.com/gallery/ 08:09 < Spengo> lol 08:13 < tr1p1ea> did i mention it was hot here today? 08:13 < tr1p1ea> 44C 08:13 < tr1p1ea> (111.2F) 08:14 < E-J> tr1p1ea: we had here yesterday -21C 08:14 < tr1p1ea> O_O 08:14 < E-J> today it is warmer -13C 08:14 < tr1p1ea> id be frozen 08:14 < E-J> and i'll be melted in your temp 08:14 < tr1p1ea> :> 08:15 < E-J> though it's still too cold there for sauna 08:15 < E-J> at friday i went from +80C to -20C 08:16 < tr1p1ea> 80?! 08:17 < tr1p1ea> http://www.vyoos.com/images/hot-koala-41.JPG 08:17 < tr1p1ea> lolol 08:19 < E-J> tr1p1ea: yes, finnish saunas have that kind of temperature 08:23 -!- Buckeye [~Poweruser@c-24-16-240-132.hsd1.wa.comcast.net] has joined #tcpa 08:29 < _Digital> nikky, XMPP? not in teh mood to google it 08:44 < Randomist> Eight Celcius? Wow, that's about the regular temperature of the laptop I once had. 08:44 < Randomist> * Eighy 08:46 -!- tev is now known as tev_ 08:49 -!- tev_ is now known as tev 08:57 -!- Exploiter [~Sk84Life@c-67-185-40-45.hsd1.wa.comcast.net] has quit [Quit: Exploiter] 09:11 -!- Spengo [~Spengo@64.251.243.204] has quit [<3 my CZ-75] 09:25 -!- aksnowman [~root@63-103-35-72.mtaonline.net] has quit [Read error: Operation timed out] 09:32 -!- leofox [leofox@leofox.student.utwente.nl] has joined #tcpa 09:32 <@efneTI92> [leofox] All we do in hell is play DDR! 09:59 -!- Randomist [~Randomist@75.111.209.80] has quit [Remote host closed the connection] 11:40 -!- DSP_Lord [~darksidep@h218.109.88.75.dynamic.ip.windstream.net] has quit [Ping timeout: 311 seconds] 11:43 -!- DSP_Lord [~darksidep@h148.9.96.216.dynamic.ip.windstream.net] has joined #tcpa 11:48 < E-J> http://www.youtube.com/watch?v=k-yqMbSHR1g 12:35 -!- iGenolo [~igenolo@hs1.north-haven.k12.ct.us] has joined #tcpa 12:36 < iGenolo> Why did I save all my homework for study hall 12:36 < iGenolo> oh well I have an hour and a half 12:38 < iGenolo> Wonder if my ipod would flood out if I connected to my boucer with it 12:42 -!- boscop [~boscop@f050144133.adsl.alicedsl.de] has joined #tcpa 13:05 -!- debrouxl [~chatzilla@AGrenoble-257-1-124-186.w90-27.abo.wanadoo.fr] has joined #tcpa 13:05 < Andy_J> I wish I had a laptop that ran at 8C. 13:05 -!- KermM [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 13:05 <@efneTI92> [KermM] http://www.cemetech.net :: Leading The Way to the Future 13:09 -!- debrouxl_ [~Lionel_De@AGrenoble-257-1-124-186.w90-27.abo.wanadoo.fr] has quit [Ping timeout: 268 seconds] 13:17 -!- boscop [~boscop@f050144133.adsl.alicedsl.de] has quit [Read error: Connection reset by peer] 13:17 -!- boscop_ [~boscop@f050144133.adsl.alicedsl.de] has joined #tcpa 13:31 < iGenolo> Quick what's a story with karma 13:39 -!- KermM [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has left #tcpa [] 13:44 -!- dohreme [~owner@host-201-41-103-192.augie.edu] has quit [Read error: Operation timed out] 13:45 -!- dohreme [~owner@host-201-41-103-192.augie.edu] has joined #tcpa 13:50 -!- iGenolo [~igenolo@hs1.north-haven.k12.ct.us] has quit [Read error: Connection reset by peer] 14:03 -!- boscop [~boscop@f055070153.adsl.alicedsl.de] has joined #tcpa 14:07 -!- boscop_ [~boscop@f050144133.adsl.alicedsl.de] has quit [Read error: Operation timed out] 14:08 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Ping timeout: 480 seconds] 14:10 < E-J> http://s2.b3ta.com/host/creative/55979/1262957415/SnowMower.jpg 14:11 < jr19> wtf 14:11 < jr19> E-J: our temperatures are supposed to be a little warmer for the next week or so 14:11 < E-J> same here, now only -9 14:12 < E-J> last week average was that -20 14:12 < jr19> yeah it was probably about the same here 14:12 < jr19> today its going to be 22F which i'm guessing is like -5 to -10C 14:13 < jr19> i dont know my metric temps very well besides 0C, 30C, and 100C 14:13 < E-J> well, -40C = -40F 14:13 < jr19> and isn't -40C the same as -40F 14:13 < E-J> but some news article said that yesterday utsjoki and miami had same temperature (+2C) 14:13 < jr19> in between though, i get a little confused 14:14 < jr19> yeah it was really "cold" in florida 14:14 < jr19> i guess they were getting freezing rain and stuff they pretty much never get 14:14 < E-J> utsjoki is at lappland, and there it isn't normal that in winter there would be +degrees 14:14 < jr19> ah 14:15 < E-J> normally it's one of the places which have -35 or lower at winter 14:15 < jr19> i dont think it's going to get to be >0C here, but it will be close 14:17 -!- nicolas [~nicolas@89.83.211.223] has quit [Read error: Operation timed out] 14:20 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 14:21 -!- mode/#tcpa [+v Kaeru] by etaonrish 14:21 < E-J> note to self: don't buy "coffeed battery energy drink" anymore 14:21 -!- nicolas [~nicolas@89.83.211.223] has joined #tcpa 14:22 < jr19> i dont remember the last time i had an energy drink 14:22 < jr19> my energy drink is usually a diet coke 14:22 < E-J> do you drink coffee? 14:23 < jr19> no 14:23 < jr19> i've probably had it less than 10 times 14:24 < E-J> i've had it less than 5 times, i don't like the taste 14:25 < E-J> and that's why i should have known that energy drink that is flavoured like coffee, tastes like coffee 14:25 < jr19> i've had the cappuccino stuff you can get at gas stations here and that is pretty good 14:25 < jr19> but i dont consider that coffee 14:25 < jr19> lol yeah 14:25 < jr19> you should've just gotten red bull or something 14:25 < E-J> i counted cappuchino to those less than 5 14:25 < E-J> well i bought teho also 14:26 < jr19> i dont know what teho is 14:26 < E-J> red bull sells in small cans and is expensive, so i mostly buy finnish brands 14:26 < E-J> teho is finnish word for power 14:28 <+Neff> finland! 14:28 < jr19> ah 14:28 < jr19> they have stuff like that here of course 14:28 < jr19> like monster 14:28 <+Neff> i don't think i've ever met anyone from finland on IRC before 14:28 <+Neff> they must have finally gotten internet up there 14:28 <+Neff> ;) 14:28 < jr19> there are at least two here 14:29 < E-J> Neff: did you know that irc was invented in finland 14:29 <+Neff> maybe they only hang out on nerd channels 14:29 <+Neff> E-J: yes 14:30 < jr19> kids and their crazy modulator demodulators today 14:30 < E-J> jr19: http://www.energydrink.fi/ almost all the energy drinks that are available in finland 14:30 <+Neff> E-J: did you help invent IRC 14:30 < E-J> nope 14:30 < E-J> Neff: and most of the finns who irc are in ircnet or quakenet, i'm in several more than 100 people channels in ircnet 14:31 < E-J> there are even girls 14:31 <+Neff> eww 14:31 < E-J> who aren't nerds 14:31 < jr19> energy drinks are probably really popular in finland 14:31 <+Neff> eww 14:31 < jr19> with all the darkness making you sleepy and what not 14:31 <+Neff> girls don't belong on my intarwebz 14:31 < jr19> girls who aren't nerds on irc...hehe 14:32 <+Neff> most of the girls on IRC i've seen are fat whores 14:32 <+Neff> almost all of them 14:32 <+Neff> 99% 14:32 <+Neff> the other 1% are thin whores 14:32 < jr19> E-J: have you had Rockstar 14:32 <+Neff> :P 14:32 < E-J> jr19, ix_: http://tango.nncdn.com/nn/0/002/578/41870.jpg "and next immortal will tell us tomorrow's weather" 14:33 <+Neff> E-J: where do you live in finland? 14:33 <+Neff> do you ever see russians? 14:33 < E-J> jr19: yes, it was ok, but i don't like drinks that are served in cans 14:33 < E-J> Neff: espoo, sometimes 14:33 < jr19> pour it into a cup heh 14:34 <+Neff> !weather espoo 14:34 < E-J> Neff: -9C, foggy 14:34 <+Neff> Espoo, Finland (60.2°N/24.7°E); Updated: 4:34 PM EET (January 11, 2010); Conditions: Overcast; Temperature: 16.3°F (-8.7°C); Windchill: 16°F (-9°C); High/Low: 24/13°F (-4/-10°C); UV: 0/16; Humidity: 88%; Dew Point: 13°F (-10°C); Pressure: 30.37 in/1028.3 hPa; Wind: Calm 14:35 <+Neff> hrm 14:35 <+Neff> a little warmer there 14:35 <+Neff> it's only -7C here 14:35 <+Neff> with some light snow 14:35 < jr19> where is "here" 14:36 <+Neff> michigan, USA 14:36 < jr19> ok 14:36 < E-J> Neff: "warmer", don't you mean colder 14:36 <+Neff> err yes 14:36 <+Neff> i meant warmer here :) 14:36 < Tari> that sounds exactly like my weather right now 14:36 <+ports_> Neff: heh 14:37 <+Neff> i live across lake michigan from chicago 14:37 <+Neff> to give you a better idea where i am 14:37 <+ports_> Neff: so do i 14:37 <+Neff> orly? 14:38 <+Neff> wo wohst du? 14:38 <+Neff> wohnst* 14:38 -!- KermM [~KermM@wlc3.cooper.edu] has joined #tcpa 14:38 <@efneTI92> [KermM] http://www.cemetech.net :: Leading The Way to the Future 14:39 <+Neff> grand rapids? 14:39 <+Neff> kalamazoo? 14:39 <+Neff> st joe? 14:39 <+Neff> south haven? 14:39 <+Neff> paw paw? 14:40 <+Neff> berrien springs? 14:40 < E-J> "under the bridge"? 14:40 <+Neff> covert? 14:40 <+Neff> i'm going to keep naming towns until he says yes 14:40 <+Neff> :P 14:40 < i_c-Y> ... 14:40 < Tari> haha, trolls 14:40 < KermM> i_c-Y == TROLL 14:40 < KermM> or rather troll, when I'm not cruising for cool 14:40 <+Neff> who is a troll 14:41 < Tari> you and ports 14:41 < Tari> ;) 14:41 <+Neff> :( 14:41 < KermM> hiya Tari 14:41 <+Neff> oh well bbl 14:41 < Tari> hey KermM 14:42 <+ports_> heh 14:42 <+ports_> Tari: im not a troll. 14:42 <+ports_> you should smurf off. 14:42 < Tari> lies, you live under the bridge 14:42 <+ports_> who was i talking to earlier? 14:43 <+ports_> oh yeah Neff 14:43 <+ports_> Neff: I live west of lake michigan 14:43 <+ports_> but I used to live near Sturgis 14:45 <+Neff> oh did you move to the chicago area 14:46 -!- Buckeye [~Poweruser@c-24-16-240-132.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 14:49 <+ports_> es 14:50 -!- KermM [~KermM@wlc3.cooper.edu] has quit [Ping timeout: no data for 493 seconds] 14:54 <+ports_> ok 14:56 -!- KermM [~KermM@wlc3.cooper.edu] has joined #tcpa 14:56 <@efneTI92> [KermM] http://www.cemetech.net :: Leading The Way to the Future 14:56 -!- KermM [~KermM@wlc3.cooper.edu] has left #tcpa [] 15:09 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 15:09 <@efneTI92> [Randomist] CAUTION: Exposure to this user may cause neurological damage. 15:09 -!- Randomist [~Randomist@75.111.209.80] has quit [Remote host closed the connection] 15:10 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 15:13 -!- Spengo [~Spengo@64.251.246.138] has joined #tcpa 15:25 <+ports_> hi 15:26 < incubus> hi 15:33 <@nikky> no 15:34 < incubus> nikky, you do things to me while I sleep 15:36 <@nikky> I don't think so 15:40 <+ports_> hi incubus 15:41 < E-J> nikky molests incubus while incubus sleeps? 15:42 <+ports_> nikki nissen 15:42 < Randomist> Does that make Nikky the succubus? 15:43 < jr19> O.o 15:43 < Randomist> Wait... never mind, I don't think incubi and succubi can do that directly. I forget. 15:43 < E-J> well, succubus is female i believe? 15:44 < Randomist> They have to use a human or something like that. 15:45 -!- dankidd [~dankid@72.131.125.188] has joined #tcpa 15:45 < Randomist> Oh, right, and yes, at jr19. 15:46 < Randomist> Er, E-J. 15:47 < incubus> me and nikky had cybersex, and he pretended to be a girl, then told me he was a guy afterwards in the channel 15:47 < incubus> I found it odd that he went to such extremes for a joke 15:47 -!- KermM_ [~KermM@dhcp73.ee.cooper.edu] has joined #tcpa 15:47 <@efneTI92> [KermM_] http://www.cemetech.net :: Leading The Way to the Future 15:47 -!- KermM_ [~KermM@dhcp73.ee.cooper.edu] has left #tcpa [] 15:47 < Randomist> incubus: Facebook. :P 15:48 < incubus> Randomist, :D 15:49 < Randomist> nikky: What is your defense? 15:52 < jr19> whats a face book 15:57 < Randomist> See page forty-two. 15:59 <+ports_> its a year book 15:59 < Randomist> ...on the Internet(s). 15:59 <+ports_> jr19: i dunno how to swap my company blackberry 15:59 < E-J> http://www.crayonphysics.com/ 16:00 < jr19> swap it? for what? 16:00 <+ports_> to use it 16:01 <+ports_> E-J: i bought that game just now 16:01 <+ports_> i donated 1.00 16:02 < Randomist> I wish I had a Touchscreen. 16:03 < jr19> no you dont 16:03 < jr19> well, if it was guaranteed to work and never stop working...it wouldn't be so bad 16:03 <+ports_> you had a crappy touchscreen 16:04 <+ports_> USCC should have gotten the BB Storm 16:04 <+ports_> have you used the Storm2? 16:04 < jr19> no 16:04 <+ports_> me neither 16:04 < jr19> could've got the touch pro 2 16:05 <+ports_> i used the professors Storm1.. and i guess i didnt get much time with it.. but i didnt care for it 16:05 <+ports_> he was in a hurry to have me install some apps for him... so i couldnt really get used to it 16:05 -!- dohreme [~owner@host-201-41-103-192.augie.edu] has quit [Quit: Leaving] 16:07 < jr19> my sister uses a storm1 for work 16:07 <+ports_> yeah 16:08 < jr19> one of the IT guys here at work has one too 16:09 <+ports_> cool 16:09 <+ports_> i wouldnt mind playing with a Storm2 16:09 <+ports_> but i dont think id want one as my permanent phone 16:18 -!- aksnowman [~root@103-103-35-72.mtaonline.net] has joined #tcpa 16:22 < sir_lewk> hola senoritas 16:23 -!- KermEEE [~KermM@wlc3.cooper.edu] has joined #tcpa 16:23 <@efneTI92> [KermEEE] http://www.cemetech.net :: Leading The Way to the Future 16:24 < jr19> como te llamas? 16:26 < sir_lewk> estan moy tacos 16:27 -!- DrDnar [~Ander@c-24-35-66-83.customer.broadstripe.net] has joined #tcpa 16:29 < Randomist> [Mirando a la dictionario del Inglís a Español...] 16:29 < sir_lewk> hasta la vista baby 16:30 < E-J> haista lapista 16:30 < Randomist> Vista es malo. 16:30 < DrDnar> Isn 16:30 < DrDnar> Isn't vistar a verb? 16:31 < sir_lewk> el fotbol como taco moy mexico bueno noches 16:31 < mokomull> DrDnar: "vista" is a noun form of "ver", I think. 16:31 < DrDnar> ah 16:32 * Randomist needs to get back into Spanish. 16:32 < Randomist> s:need:want: 16:32 < Randomist> Actually, I don't know what language I want to go with learning first. 16:32 < sir_lewk> welp, I have exhausted my spanish knowledge 16:32 < DrDnar> assembly, duh 16:32 < Randomist> DrDnar: :P 16:32 -!- Markus92 [~markusjan@cable-232-119.zeelandnet.nl] has joined #tcpa 16:32 < mokomull> Randomist: 日本語を勉強した方がいいと思う。 16:32 < sir_lewk> wtf is that? 16:33 < DrDnar> Japanese 16:33 < Jonimus> woo Putty handled those correctly 16:33 < Randomist> , foo'. 16:33 < mokomull> points to DrDnar 16:33 < jr19> i'm pretty good at spanish usually 16:33 < Jonimus> thats a first I've seen putty do that :P 16:33 < asmand> is there an extension to chrome that traces all requests that are done? 16:33 < E-J> sir_lewk: http://www.youtube.com/watch?v=ctaszjeaDK0 16:33 < mokomull> asmand: The version I had came with an inspector utility built-in 16:33 < DrDnar> I think the first two ideographs there are the symbols for "Japanese". 16:34 < Randomist> mokomull: Blue hats rain monkey-feet punch to good happiness? 16:34 < sir_lewk> I'm at work, no flash :( 16:34 < mokomull> DrDnar: oof, you just lost a half point. First two mean "Japan", third is "language" 16:34 * sir_lewk files the link under the "things to watch when I get back home" file 16:35 < DrDnar> I've never studied the language. I've just seen those three ideographs in language selections and know they're the ones for Japanese. 16:35 < DrDnar> Mainly because the Wikipedia language link with that points to "ja.wikipedia.org" 16:38 < mokomull> DrDnar: :P 16:39 < DrDnar> I also managed to identify E-J's and a few others' language as Finnish. 16:40 < mokomull> I think asmand also speaks Finnish. Weird language, that. 16:40 < DrDnar> sounds like a lot of fun 16:40 < E-J> asmand denies that he speaks finnish, at least not good finnish :) 16:40 < mokomull> They have like fourteen noun cases. 16:41 < E-J> mokomull: so, you have same amount of prepositions (or about that) 16:42 < E-J> and finnish has parts that are easier than english 16:42 < DrDnar> As far as I can tell, their noun cases just do what we do with other words; e.g., instead of "of x", the "of" gets tacked onto "x". 16:42 < mokomull> E-J: Oh, yes, Finnish syntactically makes a hell lot more sense than English, it's just intimidating 16:43 < DrDnar> English has no rules. It's all irregular. 16:43 < mokomull> DrDnar: As a general statement, yes. Noun cases also give the speaker lots of flexibility in word order, as well. 16:43 < mokomull> Japanese is a particle system, but I kind of treat it in my brain as if noun+particle were a noun case. 16:44 < DrDnar> Figure order I decode we too can any, at least for simpler cases. 16:44 < E-J> yeah, finnish has no actual word order, though in some cases meaning of the sentence might differ 16:44 < mokomull> DrDnar: I should shoot you. 16:44 < sir_lewk> the one thing english has going for it is that if an english speaker can understand what you are saying, then it is "correct" 16:44 < sir_lewk> snobby highschool english teachers aside 16:45 < Jonimus> ^ 16:45 < DrDnar> In the real world, if they understand you, it's correct. 16:45 < mokomull> sir_lewk: Eh, there are plenty of Indian Anglophones that can understand each other, but can't understand me :) 16:45 < E-J> sir_lewk: can you understand french english? 16:45 < sir_lewk> well sure, I have a hard time understanding people from the deep south too 16:46 < E-J> i would paste some finnish english link, but you don't have flash 16:46 < sir_lewk> :( 16:46 * Jonimus needs to figure out a way to have clickable links in putty 16:47 < E-J> Jonimus: try putty tray 16:48 < Jonimus> thanks E-J 16:48 < E-J> np 16:48 < DrDnar> I remember that a kid in high school (the jock, of course) asked my Spanish teacher if Spanish people dreamt in English. 16:49 < jr19> are you saying that people that play sports are stupid 16:49 < mokomull> yeah, pretty much 16:49 < DrDnar> If that's the ONLY thing they do, sure. 16:49 < E-J> http://news.bbc.co.uk/2/hi/programmes/click_online/8450385.stm 16:50 -!- Barrett [~Barrett@75-165-247-135.slkc.qwest.net] has joined #tcpa 16:50 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 16:50 < DrDnar> There are people who have no life outside of sports, and there are those who do. 16:51 < sir_lewk> T minus 9 minutes until hot pockets 16:52 < sir_lewk> DrDnar: I think there is some insight in that comment, though it is of course obscured 16:52 < sir_lewk> I often find myself thinking about concepts, but without words, though other times I definetly think in english 16:52 < sir_lewk> the distinction is blurred if I am not concentrating on it 16:53 < DrDnar> Visual reasoning is very powerful. 16:54 < sir_lewk> I mean on lower level, like if I'm deciding between coke or dr. pepper, I am generally not vocalizing the pros and cons of each to myself 16:54 < jr19> i'd be willing to bet that there are more people who have no life outside computers than people who have no life outside sports 16:54 < jr19> not saying that makes either of them better, but its just a guess 16:54 < sir_lewk> ^ 16:54 < sir_lewk> highly likely I'd say 16:55 < sir_lewk> generally people with "no life outside sports" actually do have a life 16:55 < sir_lewk> just perhaps not acedemic 16:55 < sir_lewk> T minus 5 minutes until hot pockets 16:55 < sir_lewk> :O 16:55 < jr19> heh 16:56 < DrDnar> Are they HOT? 16:57 < sir_lewk> not yet 16:57 < sir_lewk> haven't nuked them yet 16:57 < sir_lewk> it is not lunchtime yet 16:59 < jr19> are you in a student lounge or something? 16:59 < DrDnar> Okay, seriously, I am not going to support text viewports less than eight pixels wide. 16:59 < incubus> lol 16:59 < incubus> hahaha 17:00 < Jonimus> nice DrDnar 17:00 -!- rcfreak0 [~rcfreak0@adsl-68-254-168-90.dsl.milwwi.ameritech.net] has joined #tcpa 17:00 < mokomull> DrDnar: ..? 17:00 -!- mode/#tcpa [+v rcfreak0] by etaonrish 17:00 < DrDnar> for a text editor 17:00 < sir_lewk> jr19: I'm at work 17:00 < sir_lewk> oh shi-- brb 17:01 < DrDnar> I'm writing code to scroll the text, and I don't think it's important to support windows smaller than eight pixels. 17:01 < mokomull> What platform? 17:01 < DrDnar> 83+/84+ 17:01 < mokomull> isn't the display size fixed? :P 17:02 < DrDnar> Yeah, but there's no reason the editing can't be used for dialogues too. 17:02 < mokomull> mmm 17:02 < DrDnar> And there will be no eight-pixel dialogues. 17:03 < DrDnar> Because the scroller has to have a whole new code branch if start and stop locations are in the same byte. 17:03 < jr19> sir_lewk: oh i thought you were in school or something 17:04 -!- Merthsoft [~Shaun@d-69-161-78-59.cpe.metrocast.net] has joined #tcpa 17:04 < Randomist> Aww. 17:05 < Randomist> Had RTorrent set up nice, just to learn it does not do UPnP. 17:05 <+ports_> weird 17:05 < Jonimus> DrDnar: I think that is perfectly fine, its not like you can read any text in a viewport that small 17:05 <+ports_> im going to set up some remote torrenting soon with utorrent 17:05 < DrDnar> Jonimus: It's not like I'm giving anyone a choice. 17:06 <+ports_> im so cold 17:07 -!- krisk [~krisk@j239072.upc-j.chello.nl] has joined #tcpa 17:07 -!- mode/#tcpa [+v krisk] by efneTI80 17:07 <+ports_> hi krisk 17:07 < jr19> hey krisk 17:07 < sir_lewk> jr19: I am, but I have class spring/summer 17:08 <+ports_> i beat you bitch ass :P 17:08 < sir_lewk> fall/winter I do coop/internship 17:08 < jr19> ah alright 17:08 <+ports_> sir_lewk: youre on the quarter system? 17:08 < sir_lewk> yeah 17:08 <+ports_> hectic 17:09 < sir_lewk> it is hell 17:11 <+ports_> what date is today the 11th? 17:12 < Jonimus> yeah 17:12 <+ports_> score 17:12 < Jonimus> lol why? 17:12 <+ports_> does anyone get lemon in their water at restaurants? 17:12 * Jonimus looks at clock again, oh shit I need to get moving 17:13 <+ports_> just making sure 17:14 <+ports_> USPS said they might have received my package on the 8th 17:14 <+ports_> nothing updated on the tracking otherwise 17:14 -!- iGenolo [~igenolo@hs1.north-haven.k12.ct.us] has joined #tcpa 17:17 < iGenolo> lunch tine or something 17:21 < sir_lewk> Jonimus: it burns you out quick 17:21 < sir_lewk> very fast classes 17:21 < sir_lewk> ports_: sure, all the time 17:21 < sir_lewk> usually I take it out, maybe squeeze it once or twice 17:21 < Randomist> No comment. 17:23 -!- iGenolo [~igenolo@hs1.north-haven.k12.ct.us] has quit [Colloquy for iPhone - http://colloquy.mobi] 17:25 < jr19> ha 17:33 < sir_lewk> lol 17:33 < jr19> just caught that huh 17:35 < sir_lewk> I did not realize how dirty that sounded 17:37 <+ports_> haha 17:37 -!- JoelS [~JSeligste@out1-1601fw.corp.tfbnw.net] has joined #tcpa 17:38 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 17:38 -!- mode/#tcpa [+v Kaeru] by efneTI92 17:39 < Randomist> !qadd usually I take it out, maybe squeeze it once or twice 17:39 <@efneTI86> Quote 1666 added 17:39 <+rcfreak0> lol 17:41 -!- debrouxl_ [~Lionel_De@AGrenoble-257-1-124-186.w90-27.abo.wanadoo.fr] has joined #tcpa 17:42 <+ports_> lol 17:42 <+ports_> !qdel 1666 17:42 <+ports_> you need the line after too 17:42 <+ports_> when he realized it 17:42 < Randomist> !qdel 1666 17:42 <@efneTI86> Deleted quote 1666 17:42 < sir_lewk> does the phrase "similar but orthoganal" make sense, or does orthoganal imply similar? 17:42 <+ports_> sir_lewk: no 17:43 < sir_lewk> to which? 17:43 < Randomist> !qadd usually I take it out, maybe squeeze it once or twice | I did not realize how dirty that sounded 17:43 <@efneTI86> Quote 1667 added 17:43 < Randomist> There. 17:43 < sir_lewk> lol 17:43 * Randomist goes off to read stuff. 17:46 < sir_lewk> http://github.com/jgreco/vindication/blob/master/vindication.1 someone proofread kthnx 17:48 < jr19> it hurts my eyes 17:48 < sir_lewk> it's a manpage 17:48 < sir_lewk> `man ./vindication.1` 17:49 < jr19> i've gathered that much 17:50 <+ports_> lol 17:50 <+ports_> man up 17:51 < sir_lewk> No manual entry for up 17:54 -!- debrouxl [~chatzilla@AGrenoble-257-1-124-186.w90-27.abo.wanadoo.fr] has quit [Quit: ChatZilla 0.9.86 [Firefox 2.0.0.19/2008120200]] 17:55 -!- debrouxl_ is now known as debrouxl 17:59 < Randomist> sir_lewk: More like, `wget -O- http://github.com/jgreco/vindication/blob/master/vindication.1 | html2text | grep "^[0-9].*" | sed 's:^[0-9]. ::' | tail -n+2 > vindication.1 && man ./vindication.1` 18:01 < jr19> Randomist is showing off his CLI foo 18:01 < jr19> or maybe CLI-fu? 18:01 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has joined #tcpa 18:12 < E-J> http://upload.wikimedia.org/wikipedia/commons/0/05/Eisbein-2.jpg 18:13 < DrDnar> ? 18:14 < E-J> DrDnar: german food that doesn't look very delicious 18:14 < DrDnar> It sure looks different. 18:16 < jr19> what about that poop sausage that they serve in finland 18:16 -!- KermEEE [~KermM@wlc3.cooper.edu] has quit [Read error: Operation timed out] 18:17 < E-J> jr19: that's blood sausage 18:18 < jr19> yeah 18:18 < jr19> it looks nasty though 18:18 < E-J> http://upload.wikimedia.org/wikipedia/commons/0/03/Mustamakkara1.jpg for DrDnar to compare 18:18 <@nikky> yes 18:19 < DrDnar> Blood is very nutritious, is it not? 18:20 -!- incubus [incubus__@c-98-199-128-21.hsd1.tx.comcast.net] has quit [Read error: Operation timed out] 18:21 -!- Barrett_ [~Barrett@75-165-233-176.slkc.qwest.net] has joined #tcpa 18:23 < jr19> sure its nutritious but do you really want to eat a bunch of blood 18:24 -!- Barrett [~Barrett@75-165-247-135.slkc.qwest.net] has quit [Ping timeout: 268 seconds] 18:24 < E-J> i can say that both blood sausage and blood pancakes are delicious 18:24 < E-J> though i like blood pancakes more 18:26 < jr19> those are scary looking 18:26 < jr19> i prefer the buttermilk variety 18:29 < sir_lewk> Randomist: that is a monstrosity 18:36 < sir_lewk> pancakes with aunt jemima's syrup 18:36 < sir_lewk> did I ever mention that I am a Jemima's Witness? 18:39 < sir_lewk> we worship the great syrup provider 18:40 < sir_lewk> does your god give you syrup? I THOUGHT NOT 18:42 < jr19> didnt god create aunt jemima 18:43 < jr19> probably somewhere between the 5th and 6th day 18:43 < Merthsoft> aunt jemima is actually eve 18:43 < jr19> she owes me a rib 18:43 < jr19> silly bible 18:43 < DrDnar> Do you really want syrup on your rib? 18:44 < DrDnar> Most people use a sauce. 18:44 < Merthsoft> are you saying syrup isn't a sauce? 18:44 < jr19> i dip my chicken nuggets in it 18:44 -!- krisk [~krisk@j239072.upc-j.chello.nl] has quit [Read error: Connection reset by peer] 18:45 < jr19> lunch time! 18:46 < E-J> one friend just announced to other channel that she is ircing from childbearing hospital 18:46 < Barrett_> I am so lazy 18:46 < DrDnar> Can you elaborate? Is she using IRC while giving birth? 18:49 < E-J> DrDnar: i think she is using it before 18:50 < DrDnar> I hope IRC isn't hazardous to babies. 18:50 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has quit [Time left until the Apocalypse: 28yrs 2wks 8hrs 23mins 22secs] 18:51 < sir_lewk> jr19: no, aunt jemima created god 18:51 < sir_lewk> so people would have something to compare her syrup to 18:52 -!- krisk [~krisk@j239072.upc-j.chello.nl] has joined #tcpa 18:53 -!- mode/#tcpa [+v krisk] by efneTI81 18:55 < Barrett_> what the heck? 18:55 < Barrett_> I didn't know anyone liked syrup that much 18:56 <+ports_> what 19:00 < sir_lewk> Barrett_: repent, and receive syrup. 19:04 < E-J> http://www.dailymail.co.uk/news/article-1182373/Welcome-binge-Britain-Polish-photographer-documents-years-drunken-revelry-Cardiff.html 19:13 < leofox> E-J haha the English 19:14 < leofox> skâl 19:14 < leofox> (i cant find the a with the little circle) 19:15 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 19:22 <+ports_> E-J: that crayon physics game is a lot of fun 19:23 < E-J> leofox: might be alt-0197 19:26 < leofox> thats the capital 19:26 -!- Barrett__ [~Barrett@75-165-235-142.slkc.qwest.net] has joined #tcpa 19:30 -!- Barrett_ [~Barrett@75-165-233-176.slkc.qwest.net] has quit [Ping timeout: 268 seconds] 19:34 <+ports_> hrmm 19:40 <+ports_> my feet are so cold 19:42 <+Genolo> someone adopt me my parents are fucking stupid 19:44 < sir_lewk> http://expect.nist.gov/example/unbuffer.man.html#toc3 best bug ever 19:45 <+Genolo> i don't take up much space 19:46 < sir_lewk> go zip yourself 19:49 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 19:49 -!- mode/#tcpa [+v Kaeru] by efneTI85, SnowCrash 19:51 -!- debrouxl_ [~Lionel_De@AGrenoble-257-1-16-47.w86-193.abo.wanadoo.fr] has joined #tcpa 19:51 -!- debrouxl [~Lionel_De@AGrenoble-257-1-124-186.w90-27.abo.wanadoo.fr] has quit [Ping timeout: 268 seconds] 19:53 -!- HelDragon [~jd@modemcable207.134-202-24.mc.videotron.ca] has quit [Quit: Ω] 19:53 -!- HelDragon [~jd@modemcable207.134-202-24.mc.videotron.ca] has joined #tcpa 19:53 -!- mode/#tcpa [+v HelDragon] by |Remius| 19:57 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 19:57 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 19:58 -!- mode/#tcpa [+v Kaeru] by efneTI85, efneTI81 20:01 -!- rcfreak0 [~rcfreak0@adsl-68-254-168-90.dsl.milwwi.ameritech.net] has quit [bbl] 20:08 -!- debrouxl_ is now known as debrouxl 20:13 -!- NF_Sleep [chatzilla@dD57754BE.access.telenet.be] has joined #tcpa 20:13 -!- NF_Sleep is now known as _NF_Away 20:14 -!- _NF_Away is now known as _NF_ 20:37 < Jonimus> Randomist: ping 20:49 -!- incubus [incubus__@c-98-199-128-21.hsd1.tx.comcast.net] has joined #tcpa 20:55 < jr19> IIS server is down...again... 20:58 -!- _NF_ is now known as _NF_Away 21:00 <+krisk> sorry ports and jr19 21:00 <+krisk> had flashing mirc turned off 21:02 < jr19> its cool 21:02 <+krisk> i clicked on mirc just now to say how dead its in here today 21:02 <+krisk> then i remembered im an idiot 21:03 -!- mode/#tcpa [+v jr19] by efneTI86 21:04 <+jr19> heh 21:04 <+jr19> what have you been up to 21:04 <+krisk> today, work 21:04 <+krisk> and was fixing best girl friend's laptop 21:04 <+krisk> installed win 7 21:05 <+jr19> ah 21:06 <+jr19> i'm thinking about trying this superpump stuff again today before i work out 21:06 <+jr19> i havent used it in awhile so any tolerance should be gone 21:06 <+jr19> and i'm a little more tired than usual 21:06 <+krisk> what did you think about it? 21:07 <+jr19> the couple weeks i took it, i felt like i had way more energy/focus and i definitely felt more pumps from it 21:07 <+jr19> but then the effects seem to fade 21:07 <+jr19> like my body got used to it 21:07 <+krisk> ah yeah 21:07 <+krisk> had that with creatine too 21:08 <+jr19> this stuff contains creatine mono 21:08 -!- Merthsoft [~Shaun@d-69-161-78-59.cpe.metrocast.net] has quit [Ping timeout: 380 seconds] 21:09 <+jr19> in fact, i sort of forgot i had it until i looked up on one of the shelves here 21:10 -!- dankid [~dankid@CPE-72-131-125-188.wi.res.rr.com] has quit [Ping timeout: 264 seconds] 21:14 <+krisk> i have to say, work was actually kinda fun today 21:15 -!- _NF_Away is now known as _NF_ 21:15 -!- i_c-Y [~Icy@cpe-69-204-242-163.nyc.res.rr.com] has quit [Ping timeout: 264 seconds] 21:16 -!- i_c-Y [~Icy@cpe-69-204-242-163.nyc.res.rr.com] has joined #tcpa 21:16 -!- dankid [~dankid@CPE-72-131-125-188.wi.res.rr.com] has joined #tcpa 21:17 -!- calc84 [Mibbit@h241.246.21.98.ip.windstream.net] has joined #tcpa 21:18 -!- calc84 [Mibbit@h241.246.21.98.ip.windstream.net] has left #tcpa [] 21:22 <+jr19> why fun 21:24 <+krisk> idk 21:24 <+krisk> it was void of effort 21:24 <+krisk> yet i fixed something deemed unfixable for months 21:28 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 21:29 <+jr19> cool 21:30 < Jonimus> http://izismile.com/2009/08/31/crash_test_of_a_chinese_taxi_1_1_mb.html 21:31 <+jr19> when you call a phone number and it's busy, where does the busy tone originate from? 21:32 -!- Tribal [~Tribal@pa-76-2-65-215.dhcp.embarqhsd.net] has joined #tcpa 21:34 < Jonimus> jr19: I think its whatever data center your connected through 21:34 < Jonimus> hence why it sometimes sounds different 21:34 < Jonimus> s/datacenter/switch 21:35 <+jr19> yeah that's what i was wondering 21:35 <+jr19> cuz i just got a busy tone that was ridiculously loud 21:38 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 21:38 -!- mode/#tcpa [+v Kaeru] by efneTI80 21:40 < sir_lewk> wow that is bad Jonimus 21:41 < bsparks> god damn it's too cold outside to be doing electrical work x.x 21:43 <+jr19> i actually thought it felt rather comfortable outside today 21:43 <+jr19> temperature in the low-mid 20s 21:43 <+jr19> very acceptable for january 21:45 -!- efneTI80 [aardrop@mirabel.epfarms.org] has quit [Ping timeout: 198 seconds] 21:46 < bsparks> jr19, you wanna go do electrical work in the freezing cold. Be my guest 21:46 < bsparks> I for one, think it's too fucking cold 21:48 -!- efneTI80 [aardrop@66.111.62.80] has joined #tcpa 21:53 <+ports_> heh 21:53 <+ports_> the hardest thing to do at a community college is cheat on a test.. 21:53 <+ports_> the only people you can cheat off of also go to a community college. 21:53 <+ports_> - Tommy Johnagin 21:57 -!- sir_lewk_ [~jlg95@ws80.cs.drexel.edu] has joined #tcpa 21:57 <@efneTI92> [sir_lewk_] http://www.cs.drexel.edu/~jlg95 I have much DATA in VELOCIRAPTORS AND PHILOSOPHY 22:00 <+krisk> im watching it now 22:00 <+krisk> at ep 5 22:00 <+jr19> orly 22:05 -!- _NF_ [chatzilla@dD57754BE.access.telenet.be] has quit [Ping timeout: 256 seconds] 22:05 -!- sir_lewk [~jlg95@tux64-10.cs.drexel.edu] has quit [Ping timeout: no data for 493 seconds] 22:11 -!- glk [glk@ppp-70-128-96-254.dsl.tulsok.swbell.net] has joined #tcpa 22:12 -!- mode/#tcpa [+v glk] by efneTI92, SnowCrash 22:12 <@nikky> ports_: ass 22:14 -!- mode/#tcpa [+v Tribal] by efneTI86 22:17 <+ports_> nikky: class 22:17 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has quit [Quit: Z:8015-190D] 22:17 -!- Netham45 [~Netham45@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 22:18 -!- mode/#tcpa [+v Netham45] by efneTI86 22:18 <@nikky> wow, you can rhyme 22:18 -!- sir_lewk_ [~jlg95@ws80.cs.drexel.edu] has quit [Quit: leaving] 22:18 <@nikky> you have a BMW, right 22:19 <@nikky> ? 22:19 < bsparks> I thought he had some cheap Audi 22:19 <@nikky> oh, he seemed like someone to buy a used BMW 22:19 <@nikky> fits his personality 22:19 -!- sir_lewk [~jlg95@tux64-10.cs.drexel.edu] has joined #tcpa 22:20 <@nikky> unreliable 22:20 -!- Markus92 [~markusjan@cable-232-119.zeelandnet.nl] has quit [Ping timeout: 268 seconds] 22:20 < bsparks> Good point 22:23 <+ports_> No... I don't drive a BMW. 22:23 <+ports_> I bought a Porsche Cayenne S. 22:24 < bsparks> You bought... that? 22:24 <@nikky> wow, that's hilarious 22:24 < bsparks> I don't blame that girl for not complementing your car 22:24 <@nikky> no wonder girls don't like you 22:24 <+krisk> lol 22:24 < bsparks> You bought the ugliest SUV anyone has ever made... and it's totally a wife's car 22:25 <+ports_> trolls. 22:26 -!- rcfreak0 [~rcfreak0@adsl-68-254-168-90.dsl.milwwi.ameritech.net] has joined #tcpa 22:26 -!- mode/#tcpa [+v rcfreak0] by efneTI85, SnowCrash 22:26 <@nikky> whatever, we're not driving a car we borrowed from our mother 22:26 <+krisk> this show is genius 22:26 <+ports_> krisk: Community? 22:26 <+krisk> yes 22:26 <+ports_> krisk: I liked it.. my sister and i watched most of the first 10 episodes last weekend 22:27 -!- waeyn [~wayne@ool-ad03ce08.dyn.optonline.net] has joined #tcpa 22:27 <+ports_> nikky: stop being a troll. 22:27 -!- mode/#tcpa [+v waeyn] by |Remius| 22:27 < bsparks> nikky, I wonder if all the girls thought he was metrosexual 22:27 <@nikky> funny, coming from you 22:27 <@nikky> s/metro/homo 22:28 <+Netham45> s/homo/a 22:28 < bsparks> nikky, give him SOME credit, the the homosexual wouldn't have bought the S model 22:28 <@nikky> quote that! 22:28 <@nikky> netham is ++ 22:28 <+Netham45> woo 22:29 <+ports_> I dont own a porsche... and have never driven one. 22:29 <+ports_> pwned bitches. 22:29 < bsparks> !qadd nikky, I wonder if all the girls thought he was metrosexual | s/metro/homo | s/homo/a 22:29 <+ports_> go troll BrandonW 22:29 <@efneTI86> Quote 1668 added 22:29 < bsparks> Oh, so now you're a loser AND a liar? 22:29 <+krisk> lol i get it! 22:29 <+Netham45> BrandonW bitches about how the community sucks when we troll him 22:29 <+Netham45> you just get defensive 22:37 < Jonimus> BrandonW: does have some good points there... 22:37 < bsparks> BrandonW is just good points 22:38 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 22:44 <+krisk> i think ports said it best when he said pwned bitches. 22:44 <+krisk> because there is a lot of bitching going on around here 22:45 <+Netham45> You're bitching about our bitching 22:45 <+Netham45> just saying. 22:46 <+krisk> case in point 22:47 <+Netham45> !delquote 1668 22:47 <@efneTI86> Deleted quote 1668 22:47 <+Netham45> !qadd nikky, I wonder if all the girls thought he[ports_] was metrosexual | s/metro/homo | s/homo/a 22:47 <@efneTI86> Quote 1669 added 22:47 -!- Exploiter [~Sk84Life@c-67-185-40-45.hsd1.wa.comcast.net] has joined #tcpa 22:48 < bsparks> Netham45, if you are going to bracket, you don't need the "he 22:48 <+Netham45> fine 22:48 <+Netham45> !delquote 1669 22:48 <@efneTI86> Deleted quote 1669 22:48 < bsparks> !delquote 1668 22:48 <@efneTI86> An error occurred deleting the quote :( 22:48 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 22:48 <+Netham45> !qadd nikky, I wonder if all the girls thought [ports_] was metrosexual | s/metro/homo | s/homo/a 22:48 <@efneTI86> Quote 1670 added 22:48 < bsparks> !delquote 1668 22:48 <@efneTI86> An error occurred deleting the quote :( 22:48 <+Netham45> I already deleted it 22:48 < bsparks> fuck you efneTI86 22:48 < bsparks> oh 22:48 < bsparks> I see this 22:48 < bsparks> my bad 22:53 -!- Kaeru [ba0f1c3e@webchat.mibbit.com] has joined #tcpa 22:53 -!- mode/#tcpa [+v Kaeru] by efneTI85 22:55 -!- Goplat [~goplat@adsl-69-107-70-22.dsl.pltn13.pacbell.net] has joined #tcpa 23:02 < Randomist> Jonimus: [Pong.] 23:07 -!- Tyler2 [~nexon@residence-232-86.mschaffer.ualberta.ca] has joined #tcpa 23:07 <@efneTI92> [Tyler2] I no longer speak fluent dialup. 23:07 -!- mode/#tcpa [+v Tyler2] by efneTI81 23:19 -!- calcdude [4af2c222@adsl-242-194-34.rmo.bellsouth.net] has joined #tcpa 23:20 -!- sir_lewk [~jlg95@tux64-10.cs.drexel.edu] has quit [Read error: Operation timed out] 23:20 -!- sir_lewk [~jlg95@tux64-10.cs.drexel.edu] has joined #tcpa 23:20 -!- efneTI80 [aardrop@66.111.62.80] has quit [Ping timeout: 480 seconds] 23:20 -!- KermM [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 23:20 <@efneTI92> [KermM] http://www.cemetech.net :: Leading The Way to the Future 23:21 -!- KermM [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has left #tcpa [] 23:26 -!- efneTI80 [aardrop@66.111.62.80] has joined #tcpa 23:37 -!- calcdude [4af2c222@adsl-242-194-34.rmo.bellsouth.net] has left #tcpa [] 23:38 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 23:38 <@efneTI92> [KermEEE] http://www.cemetech.net :: Leading The Way to the Future 23:48 -!- Randomist [~Randomist@75.111.209.80] has quit [Remote host closed the connection] 23:49 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 23:49 -!- krisk [~krisk@j239072.upc-j.chello.nl] has quit [] 23:49 -!- Randomist [~Randomist@75.111.209.80] has quit [Remote host closed the connection] 23:50 -!- Randomist [~Randomist@75.111.209.80] has joined #tcpa 23:55 -!- leofox [leofox@leofox.student.utwente.nl] has quit [] 23:56 -!- JoeYoung_ [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 23:57 <+Tribal> http://www.youtube.com/watch?v=O2rGTXHvPCQ 23:57 -!- JoeYoung_ [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Read error: Connection reset by peer] 23:57 -!- JoeYoung_ [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 23:59 -!- JoeYoung [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has quit [Ping timeout: 256 seconds] --- Log closed Tue Jan 12 00:00:54 2010