--- Log opened Mon Jul 27 00:00:57 2009 00:02 <+krisk> (what's the bug?) 00:03 <@_Auron_> goddamn 00:03 <@_Auron_> I should just post this on pastebin and make people read it 00:13 -!- i_c-Y [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has joined #tcpa 00:13 <@efneTI92> [i_c-Y] It's like I'm the last sane person on Earth. 00:16 < i_c-Y> !t Welcome to the #TCPA 00:16 -!- efneTI86 changed the topic of #tcpa to: Welcome to the #TCPA 00:17 <@_Auron_> http://pastebin.org/4335 00:17 <@_Auron_> ^ Read. 00:22 < Merthsoft> :( 00:22 <@_Auron_> So what can I do? 00:22 <@_Auron_> Hate Android like BrandonW hates TI. 00:22 <+krisk> uhh apply singleton pattern? 00:22 <@_Auron_> That's what I can do. 00:23 <+krisk> onCreate -> check for running instance, call that.onResume() instead. 00:24 <+krisk> does it let you do threading stuff? maybe there's a solution there 00:24 < i_c-Y> tl;dr 00:24 <@_Auron_> krisk: Crashes if I try to do that. 00:24 <+krisk> fun 00:25 <@_Auron_> also it's extremely hard to tell if the app is already running or not 00:25 <+krisk> yeah i bet 00:26 <+krisk> unSurfaceCreated should reload textures after reactivating the app? 00:26 <+krisk> or jsut load initially? 00:26 <@_Auron_> onSurfaceCreated is automatically called from the openGL thread, which has its own automation 00:26 <@_Auron_> it is resumed (GLView.onResume();) from my main thread's onResume 00:26 <+krisk> uhuh 00:27 <+krisk> but you wouldnt need to reload textures yourself? 00:27 <+krisk> or shouldnt 00:27 <@_Auron_> onSurfaceCreated has my code in it 00:27 <@_Auron_> one of them is the texture and sprite instance loading 00:27 <+krisk> ok 00:27 <@_Auron_> I have log outputs for those sections to make sure they're run; they are. 00:27 <+krisk> uhuh 00:27 <+krisk> well shitsux 00:28 <@_Auron_> so when that broken texture issue happens, I have NO FUCKING IDEA why 00:29 <@_Auron_> the mere fact that android is trying to run a second instance of my program is a framework issue in itself 00:30 < incubus> I miss _Auron_ when he was high on Energy drinks 00:30 < i_c-Y> http://www.newegg.com/Product/Product.aspx?nm_mc=AFC-SlickDeals&cm_mmc=AFC-SlickDeals-_-NA-_-NA-_-NA&Item=N82E16822152175&Tpk=N82E16822152175 :o 00:31 <@_Auron_> oh and also 00:32 <@_Auron_> when the program is dispalyed, just before the texture is broken, it displays (for a single frame) the correct texture 00:32 <@_Auron_> then it 'breaks' 00:32 <@_Auron_> every time 00:33 <+krisk> maybe some destructs are being called after reinitiating? 00:33 <@_Auron_> that makes no sense 00:33 <+krisk> does the bug make sense? 00:33 <@_Auron_> onSurfaceCreated is where textures are supposed to be generated 00:33 <@_Auron_> why would it create the texture, draw a frame, and then destroy it? 00:34 <+krisk> because its a bug 00:34 -!- Barrett [~chavez@75-165-242-53.slkc.qwest.net] has joined #tcpa 00:34 <+krisk> you would think other devs are having the same issue though 00:35 <@_Auron_> then if it does destroy the texture, why does it do it in the emulator that has the same rom image? 00:35 <@_Auron_> doesn't* 00:35 <+krisk> yeah idk 00:36 <@_Auron_> see, none of this makes any fucking sense 00:36 <+krisk> the problem must be with something you're doing and not android though, otherwise all the other devs would have the same issue, right? 00:37 <@_Auron_> http://code.google.com/p/android/issues/detail?id=2828&q=opengl&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary 00:37 < i_c-Y> for those of you who wear glasses, what model(s) do you wear? 00:37 <+krisk> ok 00:37 <+krisk> oh J2ME? cool 00:38 <@_Auron_> android is not J2ME 00:38 < Barrett> does facebook not let you put a less specific hometown? 00:38 < Barrett> I've been ordered by one of my relatives to put my county instead of city, but apparently facebook won't let me 00:38 <+krisk> well i see import javax.microedition so i thought.. 00:39 < i_c-Y> just hide it period 00:39 < i_c-Y> or list another city nearby 00:39 <+krisk> enjoy having your personal information used for commercial purposes 00:39 < i_c-Y> facebook is for losers 00:39 <+krisk> yeah 00:40 < Barrett> well, sometimes it's kind of amusing to make connections based on hometown... 00:41 < Barrett> and explaining to everyone who asks that I'm not actually from dana point would be painful 00:41 <@_Auron_> just got a confirmation from someone else that tried another person's openGL app, same issue 00:41 <@_Auron_> from http://code.google.com/p/akjava-android-project/ 00:42 < Barrett> _Auron_: what's the problem you're running into? 00:42 <@_Auron_> Barrett: read my pastebin 00:43 < Barrett> had I joined the channel when you sent that link? 00:43 < i_c-Y> no 00:43 < i_c-Y> <@_Auron_> http://pastebin.org/4335 00:43 < i_c-Y> <@_Auron_> ^ Read. 00:43 < i_c-Y> i'll warn you, its very tl;dr able 00:45 <@_Auron_> oh, sorry 00:45 < Barrett> _Auron_: I don't know the specifics of your app, but generally you're advised to save state and destroy it 00:46 <@_Auron_> did you read the second half? 00:47 < Barrett> heh 00:48 < Barrett> I've noticed some differences between the emulator and the real device regarding textures 00:48 < Barrett> as well 00:48 < Barrett> (emulator will display textures that aren't 2^n x 2^m, but actual device (correctly) will not) 00:49 <@_Auron_> and that isn't the issue 00:49 < Barrett> () 00:49 <@_Auron_> because my texture is 512x512 and is an atlas texture that my sprite objects map u,v coords to, and it has been working fine. the only time it breaks is from this Home bullshit 00:50 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 00:50 <@_Auron_> the part that pisses me off is because android finds itself perfect and flawless, I can't override the Home key (and remap it to say.. Back, which exits the app differently, and doesn't fuck everything up) 00:52 -!- KermEEE1 [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 00:53 < i_c-Y> tra lalalalalalalalala 00:53 < i_c-Y> http://www.youtube.com/watch?v=-HUnF1CST20 00:53 <+krisk> i_c-Y why did you say yesterday that my setup sucks :( 00:54 < i_c-Y> _Auron_: maybe you should have gotten an iphone 00:54 < i_c-Y> dunno. 00:54 < i_c-Y> lemme see your setup 00:55 -!- Tari [~Tari@mke-66-97-126-54.milwpc.com] has joined #tcpa 00:55 <@efneTI92> [Tari] Remember, remember the 5th of November 00:55 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 00:57 -!- KermEEE1 [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 00:59 < Tari> I'm back, bitches. 00:59 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 01:00 -!- Tari_ [~Tari@mke-66-97-126-54.milwpc.com] has joined #tcpa 01:02 -!- Tari [~Tari@mke-66-97-126-54.milwpc.com] has quit [Read error: Connection reset by peer] 01:02 -!- _Auron|G1 [~Auron@m4e0536d0.tmodns.net] has joined #tcpa 01:02 <@efneTI92> [_Auron|G1] We called it Sin. 01:02 -!- Tari_ is now known as Tari 01:17 -!- Tyler2 [nexon@76.70.225.186] has joined #tcpa 01:30 < _Auron|G1> it's cool when you're close enough to a farm to hear a cow 01:31 < _Auron|G1> but still in the city 01:49 <@E-J> just heard this weekend that holy grail used in the last crusade was made in finland 01:51 -!- Storm|wrk [~TheStorm@rrcs-67-53-176-159.west.biz.rr.com] has joined #tcpa 01:51 <@efneTI92> [Storm|wrk] Yes rivereye, it is time to go fishing. 01:53 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has joined #tcpa 01:53 -!- mode/#tcpa [+v Goplat] by efneTI80 02:22 -!- KermEEE [~KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 02:29 <+krisk> pics or it didnt happen 02:32 < _Auron|G1> krisk you're such an internet trend whore 02:33 <+krisk> *ahem* andoird dev 02:33 -!- Spengo [~Spengo@pool-71-111-180-68.ptldor.dsl-w.verizon.net] has joined #tcpa 02:34 < _Auron|G1> that's not an internet trend 02:34 <+krisk> uhm 02:35 < _Auron|G1> my dev has nothing to do with the internet 02:35 <+krisk> but android is a trend 02:35 < _Auron|G1> not really 02:36 <+krisk> hmm my msn crashes sometimes out of the blue 02:36 <+krisk> when im not even doing anything with it 02:40 < _Auron|G1> god this noob on freenode keeps asking me why people idle on irc 02:40 < _Auron|G1> and started pm'ing me 02:40 <+krisk> so why do people idle on irc 02:41 <+krisk> lol, if people would read the logs of when theyre gone haha 02:42 < _Auron|G1> so they can read what's going on when they're gone 02:42 < _Auron|G1> but he didn't take that as an answer 02:42 < _Auron|G1> idiot 02:42 <+krisk> people really read several hours worth of logs from perhaps multiple channels? 02:42 <+krisk> just so they know what they may have missed 02:43 < _Auron|G1> sometimes 02:43 < _Auron|G1> or they read what's going on without saying anything 02:43 <+krisk> yeah 02:44 < _Auron|G1> he keeps going "mm" 02:45 < _Auron|G1> I want to banstick him but he's not really doing anything wrong 02:48 <+krisk> lol pigeons on the football field 02:48 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has quit [Time left until the Apocalypse: 28yrs 26wks 1day 10hrs 36mins 14secs] 03:10 -!- _Auron|G1 [~Auron@m4e0536d0.tmodns.net] has quit [AndroidIrc Disconnecting] 03:27 -!- KermEEE [~KermM@user-10879b0.cable.mindspring.com] has joined #tcpa 03:27 <@_Auron_> okay, facebook just went fuck-stupid 03:27 <@_Auron_> nm 03:31 -!- KermEEE [~KermM@user-10879b0.cable.mindspring.com] has quit [Ping timeout: 240 seconds] 03:34 < incubus> http://www.newegg.com/Product/Product.aspx?nm_mc=AFC-SlickDeals&cm_mmc=AFC-SlickDeals-_-NA-_-NA-_-NA&Item=N82E16822152175&Tpk=N82E16822152175 03:34 < incubus> holy shit 03:34 < incubus> good deal 03:39 < i_c-Y> already linked. 03:40 < incubus> I was bringing it up again so everyone knew what I was saying 03:46 -!- KermEEE [~KermM@pool-71-247-244-207.nycmny.east.verizon.net] has joined #tcpa 03:47 <@_Auron_> I wish I had money D: 03:48 <@_Auron_> "It also even came with 4 mounting screws and a plastic storage case, nice!!" 03:48 <@_Auron_> LOL 03:48 <@_Auron_> plastic storage case. 03:48 <@_Auron_> oh ew, it's 5400 RPM 03:52 < bsparks> yeah :p 03:53 -!- KermEEE1 [~KermM@pool-151-205-106-120.ny325.east.verizon.net] has joined #tcpa 03:57 -!- sgm [~user@d207-6-56-205.bchsia.telus.net] has quit [Read error: Connection reset by peer] 04:00 < i_c-Y> who cares if its 5400 rpm - it makes a great storage drive 04:02 < KermEEE1> hey i_c-Y 04:02 <+krisk> i'd rather have a slightly cheaper 1tb seagate that is 7200rpm 04:02 < i_c-Y> hi 04:02 < i_c-Y> sup 04:03 < KermEEE1> nm 04:03 < KermEEE1> should be at the nab at 3pm to deal with that 04:03 -!- KermEEE [~KermM@pool-71-247-244-207.nycmny.east.verizon.net] has quit [Ping timeout: 980 seconds] 04:03 -!- KermEEE1 is now known as KermEEE 04:07 -!- nygren [~chatzilla@s83-176-251-105.cust.tele2.se] has joined #tcpa 04:07 -!- mode/#tcpa [+v nygren] by efneTI81, efneTI86 04:09 -!- KermEEE1 [~KermM@pool-71-247-244-207.nycmny.east.verizon.net] has joined #tcpa 04:10 -!- KermEEE [~KermM@pool-151-205-106-120.ny325.east.verizon.net] has quit [Ping timeout: 276 seconds] 04:13 < i_c-Y> this iced tea needs more vodka. 04:16 <+krisk> good plan 04:17 <@_Auron_> sounds fun 04:19 <+krisk> how can i keep firefox launching at a certain monitor? 04:21 < TD-Linux> I prefer high speed drives 04:21 < TD-Linux> for bulk storage I have an external drive 04:21 < TD-Linux> I have very few large things though 04:22 < TD-Linux> esp. on a laptop, high capacity would tempt me to store stuff on it 04:26 < Merthsoft> TD-Linux: I'm sure no one's ever accused you of having something large. 04:27 -!- KermEEE [~KermM@pool-151-205-106-120.ny325.east.verizon.net] has joined #tcpa 04:28 < bsparks> krisk, I thought it launched to the monitor the icon came from 04:28 < i_c-Y> haha 04:28 < bsparks> aka, if I have the icon on monitor 2, it launches there 04:28 < i_c-Y> Merthsoft++ 04:29 < Merthsoft> :) 04:33 -!- Tyler2 [nexon@76.70.225.186] has quit [Ping timeout: 276 seconds] 04:35 <+krisk> bsparks I'm launching it from a toolbar and it used to launch on monitor 1 but after dragging it to monitor 2 it no longer wants to launch on monitor 1 04:35 <+krisk> dragging the firefox window that is, toolbar is still on monitor 1 04:36 < bsparks> have you, opened it, dragged it back, and closed it again? 04:36 -!- KermEEE1 [~KermM@pool-71-247-244-207.nycmny.east.verizon.net] has quit [Read error: Operation timed out] 04:36 <+krisk> multiple times and in various states (maximized minimized windowed ) 04:37 < bsparks> hmm, idk 04:37 < bsparks> lolwindows 04:40 -!- KermEEE [~KermM@pool-151-205-106-120.ny325.east.verizon.net] has quit [Ping timeout: 480 seconds] 04:41 < i_c-Y> lolmac 04:41 < bsparks> lol...lol 04:46 -!- likeWOAH [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has joined #tcpa 04:47 <@efneTI92> [likeWOAH] It's like I'm the last sane person on Earth. 04:47 -!- i_c-Y [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has quit [Ping timeout: 276 seconds] 04:52 < TD-Linux> Merthsoft, well I do have a big... phone :/ 05:01 <+krisk> what does DE and ME stand for? 05:02 <+krisk> oh never mind 05:03 -!- likeWOAH is now known as i_c-Y 05:35 -!- Spengo [~Spengo@pool-71-111-180-68.ptldor.dsl-w.verizon.net] has quit [Read error: Connection reset by peer] 05:56 -!- Grue_ [~steve@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has quit [Read error: Connection reset by peer] 05:56 -!- SnowCrash [~SnowCrash@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has quit [Read error: Connection reset by peer] 05:57 -!- Grue_ [~steve@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has joined #tcpa 05:59 -!- SnowCrash [~SnowCrash@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has joined #tcpa 05:59 -!- mode/#tcpa [+o SnowCrash] by efneTI80 06:13 -!- Tyler2 [nexon@76.70.208.48] has joined #tcpa 06:16 -!- Netham45 [~YouJustGo@c-67-166-1-212.hsd1.co.comcast.net] has joined #tcpa 06:16 <@efneTI92> [Netham45] Narf! 06:16 -!- mode/#tcpa [+v Netham45] by efneTI92 06:21 < Storm|wrk> Lulz ECS fails hard core 06:22 < Storm|wrk> In their DSDT code they do math on the current battery state but they never store it to the ouput :P 06:33 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 06:33 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 07:00 -!- glk [glk@adsl-64-149-62-84.dsl.tul2ok.sbcglobal.net] has joined #tcpa 07:00 -!- mode/#tcpa [+v glk] by efneTI80 07:07 -!- ryantmer [~Ryan@dhcp185-155.theedge.ca] has joined #tcpa 07:20 -!- Storm|wrk [~TheStorm@rrcs-67-53-176-159.west.biz.rr.com] has quit [Remote host closed the connection] 07:21 -!- Genolo [~Geno@69.37.240.223] has quit [Read error: Connection reset by peer] 07:22 -!- Genolo [~Geno@69.37.240.223] has joined #tcpa 07:22 -!- mode/#tcpa [+v Genolo] by efneTI92 07:23 -!- patz2009 [~patrick@c-69-247-152-128.hsd1.tn.comcast.net] has joined #tcpa 07:23 -!- mode/#tcpa [+v patz2009] by etaonrish 08:29 <+patz2009> My my, aren't we chatty today. 08:31 <+krisk> fuck yeah 08:33 <+krisk> hey do you know if muesli bars are worse than just eating muesli? 08:35 <+krisk> speculation is ok too 08:37 < i_c-Y> what do they use to bind the bars together? 08:37 < i_c-Y> sugar. 08:37 < i_c-Y> honey 08:37 < i_c-Y> mollasses 08:37 <+krisk> mollasses? 08:38 <+krisk> ok some kind of honey related stuff 08:38 <+krisk> but uhm, do you have a point? 08:43 < i_c-Y> yes. 08:44 < i_c-Y> its muesli with extra sugar 08:44 <+krisk> uuuhuh... 08:46 <+krisk> it would be kinda silly to it eat for anything but carbs 08:46 <+krisk> so yeah its a pack of carbs with carbs 08:46 <+krisk> ? 08:53 <+krisk> I think I'm missing your point 08:54 < i_c-Y> you have lost the game, krisk 08:54 <+patz2009> fuuuuuuuuuuuuuuu-- 08:56 <+krisk> are you saying theres something wrong with sugar? 08:58 < ports> yes 09:03 <+krisk> what? why? 09:05 <+krisk> it gives a quick insulin response while the more complex carbs in the muesli give a slower insulin response 09:05 <+krisk> insulin release causes nutrients to be absorbed 09:05 <+krisk> yay? 09:07 -!- Merthsoft [~Shaun@140.141.36.207] has quit [Ping timeout: 384 seconds] 09:09 <+krisk> of course wether the insulin is usefull or not depends on your insulin sensitivity at the time, but that should be high so very little will be stored as fat. and evne that isnt all that bad either 09:10 -!- krisk [~krisk@j239072.upc-j.chello.nl] has quit [Quit: User excited] 09:11 -!- HelDragon [jd@modemcable178.248-201-24.mc.videotron.ca] has joined #tcpa 09:14 < ports> hrm 09:14 < ports> i had to go to a wedding reception and wedding this weekend.. it was awful 09:15 < ports> this total tool that is my brother inlaws cousin... hes got a greasy face, not attractive, etc.... he married a hot girl... i wonder whats wrong with her 09:17 < i_c-Y> \money? 09:17 < ports> i_c-Y, yeah his family has money.. 09:18 < ports> the kid failed out of two colleges and ended up doing a computer program at ITT Tech 09:19 < ports> i was a little depressed that a moron like him scored a hot girl.. but then i realized that there has to be something really wrong with her... and he did me a favor by taking another psycho girl off the market 10:13 -!- Spengo [~Spengo@pool-71-111-180-68.ptldor.dsl-w.verizon.net] has joined #tcpa 10:25 -!- leofox [leofox@leofox.student.utwente.nl] has quit [] 10:32 -!- glk [glk@adsl-64-149-62-84.dsl.tul2ok.sbcglobal.net] has quit [+] 10:41 -!- nygren [~chatzilla@s83-176-251-105.cust.tele2.se] has quit [Quit: ChatZilla 0.9.85 [Firefox 3.0.12/2009070611]] 10:47 < BrandonW> So I IM'd a guy the fact that I have 25 calculators, and he laughed and signed off. 10:47 < BrandonW> I'm not sure how to feel about that. 10:49 < i_c-Y> don't worry BrandonW , nobody will ever love you, so it's okay 10:49 < BrandonW> :( 10:49 < i_c-Y> :) 10:50 < BrandonW> I'm not sure it's 25, I lost count. 10:50 <+Netham45> BrandonW, unless that guy was your dad, I'd say don't worry about it. 10:50 < BrandonW> It's somewhere around there. 10:51 <+Netham45> lol 10:51 * Netham45 goes to fuck around with PHP 10:51 < BrandonW> All real life people around me support my habit/addiction. 10:51 <+Netham45> yea, it's constructive 10:52 < BrandonW> They don't understand it, care, or want to hear about it, but they support it. 10:52 <+Netham45> but, if you go up to some random guy and go, "Hey, I have 25 calculators," you probabally won't recieve much support. 10:55 < bsparks> it's quite the opposite in face, as if you said "Hey, I have 25 virgin women" 10:58 < i_c-Y> BrandonW: has it ever felt like your life was a tv show? 10:58 < i_c-Y> like people were watching you like it was some sort of sick circus? 10:59 < i_c-Y> well... 10:59 < i_c-Y> it i--- 10:59 < i_c-Y> NOOO 10:59 < i_c-Y> NOOO 10:59 < i_c-Y> NOOO 10:59 -!- i_c-Y [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has left #tcpa [Insert generic /part message here. ] 10:59 < bsparks> ... 11:00 -!- i_c-Y [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has joined #tcpa 11:03 -!- incubus[] [incubus__@98.194.19.98] has joined #tcpa 11:03 -!- incubus [incubus__@98.194.19.98] has quit [Read error: Connection timed out] 11:03 -!- Merthsoft [~Shaun@140.141.36.207] has joined #tcpa 11:10 -!- incubus[] [incubus__@98.194.19.98] has quit [Read error: Operation timed out] 11:11 -!- incubus [incubus__@98.194.19.98] has joined #tcpa 11:11 < BrandonW> Good morning, and in case I don't see ya, good afternoon, good evening, and good night. 11:14 < Merthsoft> hi BrandonW 11:14 -!- Genolo [~Geno@69.37.240.223] has quit [Quit: (21:24.49)» <&NightKev> ~slogan Phi (21:24.50)» <&FraxyBot> Phi - You see this name, you think dirty. (21:24.56)» ] 11:15 -!- Kaeru [ba0f170f@webchat.mibbit.com] has joined #tcpa 11:16 < ports> hmm 11:16 < ports> i played in a really bad poker game last night 11:16 < ports> what are the odds of 3 flushes showing up in 1 hand? 11:28 < bsparks> 1 in 75,300 11:29 -!- Spengo [~Spengo@pool-71-111-180-68.ptldor.dsl-w.verizon.net] has quit [♥] 11:30 -!- KermMrt [KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 11:31 < ports> heh 11:31 < ports> i lost $105 playing a hand last night.. 11:31 < ports> i had a queen high flush... guy to my left had a ten high flush... guy to my right had an ace high flush.. 11:34 < ports> that was incredinly unfortunate 11:40 < KermMrt> ouch ports 11:40 < KermMrt> that's harsh 11:44 < ports> it happens 11:44 < ports> but that hand was pretty much the end of my game 11:44 < ports> it put me on my last $30... and didnt have enough money to make a stand on any hand 12:08 < BrandonW> Hi, Merthsoft. 12:08 < Merthsoft> how are you? 12:09 < BrandonW> I'm alright. 12:09 < jr19> i hate throwing up 12:09 < BrandonW> Psycho. I love it. 12:10 < Merthsoft> The movie? 12:10 < BrandonW> No, I love throwing up, and you're a psycho for hating it. 12:11 < Merthsoft> Oooh, I get it. 12:14 < jr19> also, i hate having a headache 12:15 < Merthsoft> That's about the only pain I can't stand 12:19 < BrandonW> What about a migraine where you go blind before it hits?! 12:19 < jr19> i am probably going to be hungover for 2 days as opposed to the usual one 12:19 < Merthsoft> A migraine is a headache 12:21 < BrandonW> I had such a migraine Friday. 12:21 < sir_lewk> in the same way a papercut is a mortal wound 12:21 < Merthsoft> i'd say a migraine is a subset of headache 12:22 < sir_lewk> sure, but to just call it a "headache" is to greatly understate the situation ;) 12:23 -!- millinao [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has joined #tcpa 12:25 < BrandonW> 10PM on a Sunday, I think I'll watch some horror movies and scare myself to sleep. 12:26 < sir_lewk> whatcha gonna watch? 12:26 < millinao> he should watch rear window 12:26 < BrandonW> I just got done watching Funny Games, which I hated. 12:27 < sir_lewk> aww 12:27 < BrandonW> I'm probably going to watch Mirrors and A Haunting in Connecticut. 12:27 < sir_lewk> that movie is awesome 12:27 < BrandonW> I'll be honest, I don't care how bad it is, I'll watch any movie with Naomi Watts. 12:27 < BrandonW> Preferably naked. 12:27 < sir_lewk> it's purpose is to make you hate it 12:27 < sir_lewk> lol 12:28 < sir_lewk> to be fair, Funny Games isn't actually horror, it just markets itself as that 12:28 < i_c-Y> yay, power outage 12:28 < BrandonW> Yeah, that wasn't part of the plan, that's just what I was doing before I came back in here. 12:28 < i_c-Y> (my router and modem are on a ups) 12:28 < BrandonW> So are mine. *gasp* 12:28 < BrandonW> Aren't we special? 12:28 < sir_lewk> I'm drunk 12:28 < sir_lewk> ain't I special? 12:29 < Merthsoft> i wanna see A Haunting in Connecticut 12:30 < BrandonW> The only thing I hated about Funny Games was the rewind scene. 12:30 < BrandonW> I have no problem with that in principle, but I need a scifi context or something. 12:30 < BrandonW> It's completely out of place. 12:30 < sir_lewk> that was my favorite part :< 12:31 < sir_lewk> it was breaking the 4th wall all over the place, that was just the point in the movie where you realize it's purpose is to break it 12:31 < sir_lewk> hennyways 12:32 < sir_lewk> what's everyone else up too? 12:34 < millinao> http://www.youtube.com/watch?v=RRMz8fKkG2g 12:35 < i_c-Y> well, now i have electricity back 12:35 < i_c-Y> and someone swapped my ccfl with an incandescent light bulb 12:36 < jr19> my electricity was out for like 2 hours today 12:36 < i_c-Y> err cfl. 12:41 < BrandonW> My main PC, modem, router, and one monitor are on a UPS. 12:41 -!- incubus [incubus__@98.194.19.98] has quit [Read error: Operation timed out] 12:41 < BrandonW> All PCs support WOL and the other two bridges automagically connect to the primary router. 12:42 < BrandonW> reconnect* 12:42 < BrandonW> In the event of a power failure. 12:47 -!- TheStorm [~TheStorm@CPE-70-92-241-13.wi.res.rr.com] has joined #tcpa 12:47 <@efneTI92> [TheStorm] Yes rivereye, it is time to go fishing. 12:48 < jr19> i figure a power outage gives me an excuse to get off my computer and play guitar or something 12:48 -!- ryantmer_ [~Ryan@dhcp185-155.theedge.ca] has joined #tcpa 12:48 < BrandonW> It just makes me happy in the pants to know I can bring everything back online and manage it all from my phone no matter where I am. 12:49 < i_c-Y> loser. 12:49 < BrandonW> You started this discussion. 12:55 < i_c-Y> yeah, i know. but you got way too excited about it. 12:56 < Merthsoft> BrandonW: How do you do that? 12:56 -!- ryantmer [~Ryan@dhcp185-155.theedge.ca] has quit [Read error: Connection timed out] 12:58 < millinao> probably somehow involving a TI-84+SE 12:59 < Merthsoft> haha, probably 13:01 * TheStorm wishes he knew why his laptop battery was reporting a remaining charge of 64202mAh when its a 2200mAh battery :/ 13:04 < i_c-Y> 1337 h4x 13:08 < TheStorm> More like ECS fail 13:09 < TheStorm> I've been messing with the DSDT tables to no avail, it seems the issue lies deeper in the BIOS 13:12 < TheStorm> there are tons of stupid mistakes all over it, in one spot they do some adjustments to a var and then never store it the Return Packet. 13:21 -!- ryantmer_ is now known as ryantmer 13:24 <+Netham45> I'm working on a PHP script, what's the name of a function I can use to cut the first 3 characters off of a string? 13:25 <+Netham45> nevermind, found it. 13:28 < jr19> lol at&t blocking 4chan... 13:28 <@_Auron_> ? 13:28 -!- mtgrss111 [~Admin@pool-71-248-143-217.dllstx.dsl-w.verizon.net] has joined #tcpa 13:29 < mtgrss111> yo 13:30 < BrandonW> How do I do what, control stuff? 13:30 < BrandonW> I just mean DD-WRT, admin page. 13:30 < BrandonW> One for each router. 13:30 < BrandonW> Set up for WOL. 13:30 < BrandonW> They're all set up for remote desktop as well. 13:31 < BrandonW> I remote into this PC a lot when I'm at work or elsewhere. 13:31 < Merthsoft> i see 13:31 < Merthsoft> my computer's off a lot 13:31 < BrandonW> I even remote in from the phone when I get desperate. 13:31 < BrandonW> My computer is pretty much never ever off. 13:32 * TheStorm wishes his Phones rom had RDP in it :( 13:32 < TheStorm> but at least I can use Putty one it 13:34 -!- Netsplit ircd.he.net <-> irc.easynews.com quits: Grue_, tev, efneTI89, @SnowCrash, @efneTI86, @efneTI92 13:35 -!- Netsplit over, joins: @SnowCrash, Grue_, @efneTI86, @efneTI92, efneTI89, tev 13:45 < bsparks> Anyone know a Jon Jonson? 13:46 < BrandonW> Surely. 13:46 < Merthsoft> debian is almost done downloading 13:47 <@chronomex> afternoon #tcpa 13:48 < Tari> evening chronomex 13:48 < BrandonW> Evening, Tari. 13:48 < BrandonW> Go sign LIFOS. 13:48 * Merthsoft signs LIFOS 13:48 < Tari> Hah, I'll work on that tonight 13:48 < Merthsoft> grr 13:48 * Merthsoft sings LIFOS 13:49 < bsparks> Facebook told me that I might be friends with him, and I was adding a bunch of people from HS, and thought, what the hell. And he knows tifreak8x, Tianon, Kerm, elfprince13, and whoever Ben Orenstein is, I forgot his handle :( 13:49 < Tari> seen Jon 13:49 <@efneTI86> Jon was last on IRC channel #tcpa 671 days, 2 hours, 36 minutes ago. 13:49 < bsparks> wait, it's THAT Jon? 13:49 <@chronomex> ... maybe 13:49 < Tari> there's some jon around here 13:49 <@chronomex> why don't you message him and ask his handle? 13:50 < bsparks> I ought to, he knows me by my handles 13:50 <@chronomex> that's life 13:50 < bsparks> eh 13:50 < bsparks> it doesn't bug me that much 13:51 < bsparks> hoshit 13:51 < bsparks> ok, now I remember 13:51 < bsparks> my first theory was right 13:51 < BrandonW> Netter yet, try and sign it with RabbitSign. 13:51 < BrandonW> I'm not sure anyone's used it successfully yet. 13:51 < BrandonW> Better& 13:51 < BrandonW> Better** 13:51 < BrandonW> :( 13:52 < KermMrt> so, in case it didn' tcome up yet, at&t blocked img.4chan 13:52 < KermMrt> let the lulz begin. 13:52 < BrandonW> Everyone shouldd block that. 13:52 < BrandonW> Out of their minds. 13:53 < KermMrt> jon johnson is AlienCC, isn't he? 13:53 < KermMrt> owner of uti 13:53 < Merthsoft> kerm knows everyone! 13:53 < BrandonW> I know him. 13:53 < BrandonW> He's the guy that pays way too much money to keep United TI working. 13:53 < TheStorm> Woot My laptops Resource cd has the old Bios on it :) 13:54 < TheStorm> time to see if that fixes my Battery issue. 13:54 < KermMrt> Merthsoft, we've been FB friends for a long time 13:54 < KermMrt> gg TheStorm 13:54 < BrandonW> Good going? 13:54 < BrandonW> Because he found a CD? 13:54 < BrandonW> I think you praise too much. 13:55 < TheStorm> though iirc this bios hangs if no battery is inserted and running from ZC 13:55 < TheStorm> AC* 13:57 -!- tifreak [~Daniel@ip-69-27-59-214.slm.blueriver.net] has joined #tcpa 13:58 < Merthsoft> i'm installing debian! 13:59 <@chronomex> i'm using debian! 13:59 < Merthsoft> i'm doing it in a virtual machine 13:59 < BrandonW> I'm doing it in a virtual machine! 13:59 < BrandonW> Wait... 14:00 < bsparks> I wanna install elive :( 14:00 < KermMrt> Merthsoft, BrandonW, that doesn't sound right at all 14:00 <@chronomex> I'm doing it in a real machine! 14:00 -!- KermMrt is now known as KermM 14:01 < Merthsoft> guys what's an LVM? 14:01 < BrandonW> Linux Virtual Machine! 14:01 < Tari> LVM is the logical volume manager 14:02 < Merthsoft> do i want that? 14:02 < BrandonW> Sure, if you believe him. 14:02 < Tari> allows you to layer a virtual disc over multiple physical discs 14:02 < Tari> it's like a RAID, but less structured 14:02 < Merthsoft> well i don't think imma need that 14:02 < Tari> rabbitsign isn't working 14:02 < Tari> no OS header found 14:03 < BrandonW> I'm not sure what his convention is for that. 14:03 < BrandonW> Maybe he assumes you'll place it at 7A:4000h. 14:03 < BrandonW> Which is wrong, but whatever. 14:03 < Tari> I took my hex (as output by brass and sent through multihex), ran it through packxxk and then rabbitsign 14:04 < BrandonW> You gave it an 8XU? 14:04 < BrandonW> I don't use packxxk, I don't know if that's what it is. 14:04 < BrandonW> it does.* 14:04 < Tari> it did worse if I just gave it the hex 14:04 < Tari> packxxk -t 8xu LIFOS.hex -o LIFOS.8xu 14:05 < Tari> then rabbitsign -K 05 LIFOS.8xu 14:06 < Tari> I'll try simply resigning the output of packxxu 14:08 < BrandonW> Make sure you have 0FFh at 0056h, by the way. 14:09 -!- tsrk [~tsrk@c-67-189-63-62.hsd1.or.comcast.net] has quit [Remote host closed the connection] 14:10 < Tari> FF at both 0056 and 0057? 14:10 < BrandonW> No, just 0056h. 14:10 < BrandonW> Still 0A5h at 0057h. 14:10 < Tari> ok, let's hope it still works 14:11 < Tari> I patched that in the hex by hand 14:11 -!- mtgrss111 [~Admin@pool-71-248-143-217.dllstx.dsl-w.verizon.net] has quit [Read error: Connection timed out] 14:12 < BrandonW> It still works as long as you sign it afterward. 14:12 < BrandonW> It has to be signed with 0FFh there. 14:16 -!- dankid [~dankid@72.131.125.188] has joined #tcpa 14:18 < Merthsoft> So here I am, installing Debian, and it asks if I want to install a window manager or whatever, so it just does its things. 14:18 < Merthsoft> Is there a way to choose which gui thing i want? 14:19 < Merthsoft> looks like it's doing gnome 14:20 -!- millinao_ [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has joined #tcpa 14:21 -!- _Auron_ [~DarkAuron@adsl-99-170-79-85.dsl.rcsntx.sbcglobal.net] has quit [Infinity repeatedly denies rumours of plotting with zero to bring down the Universe.] 14:27 -!- millinao [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has quit [Read error: Operation timed out] 14:28 < Tari> http://taricorp.net/media/gallery/PNW/DSC_0558.png 14:28 -!- _Auron_ [~DarkAuron@adsl-99-170-79-85.dsl.rcsntx.sbcglobal.net] has joined #tcpa 14:28 <@efneTI92> [_Auron_] We called it Sin. 14:28 -!- mode/#tcpa [+o _Auron_] by efneTI86 14:32 <@E-J> Tari: http://www.kuvaboxi.fi/mediaobjects/orig/pub/2009/05/09/8143010478550162150orig.jpg 14:32 -!- Kaeru [ba0f170f@webchat.mibbit.com] has quit [Quit: http://www.mibbit.com ajax IRC Client] 14:33 < bsparks> I think I am the only one alive who hasn't done real sunset photography 14:33 < Tari> I took that one at the airport 14:33 < BrandonW> Okay, that's freaking crazy. 14:33 < BrandonW> (watching Mirrors) 14:33 < BrandonW> Girl just tore her own jaw wide open. 14:34 < ryantmer> hawt 14:34 < bsparks> what? 14:34 < ryantmer> Trivia: "what" is "hawt", rearranged. 14:35 < Merthsoft> hey chronomex do you use gnome? 14:36 <@E-J> i took mine at alexandrovskaya, st. petersburg, russia 14:36 <@E-J> he uses Nikky, it's about same 14:36 < BrandonW> I thought you thought girls tearing open their jaws was hot. 14:36 < BrandonW> Which, you know, whatever, to each his own... 14:39 <@chronomex> Merthsoft: no, I use wmii 14:39 < Merthsoft> i've never heard of that 14:39 < Merthsoft> is it cool? 14:39 <@chronomex> I'm not surprised 14:39 <@chronomex> it takes some getting used to 14:39 -!- millinao_ [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has quit [Ping timeout: 202 seconds] 14:39 <@chronomex> it's similar to awesomewm 14:39 <@chronomex> and ratpoison 14:39 < Merthsoft> dunno that either 14:39 <@chronomex> k 14:39 < Merthsoft> i know Gnome, XFCE, and KDE 14:39 <@chronomex> you can do almost everything without the mouse 14:39 < Merthsoft> i don't think i like Gnome much 14:40 <@E-J> i use kde 14:40 <@chronomex> tiling wm, makes the windows fill up the whole screen and abut nicely 14:40 < Merthsoft> if i've installed gnome, is there a way to uninstall it and switch to something else? 14:40 <@chronomex> you don't have to uninstall it 14:40 < Merthsoft> oh 14:40 -!- Netsplit hub.efnet.us <-> irc.umich.edu quits: Milyardo, sir_lewk 14:40 <@chronomex> if you have a decent login manager, it'll give you a menu of installed wms 14:41 < Merthsoft> ah, ok 14:41 <@E-J> chronomex: is gdm decent? 14:41 < Merthsoft> how do i get wmii? 14:42 <@E-J> apt-get install wmii? 14:42 < Merthsoft> yeah that seemed to work 14:43 <@chronomex> E-J: yeah, I think so 14:43 < Merthsoft> shit this is weird 14:43 <@chronomex> shiyeah 14:43 <@chronomex> read the tutorial, it helps 14:44 < Merthsoft> i don't wanna use this anymore :| 14:44 < Merthsoft> how do i get a terminal up? 14:44 <@chronomex> alt-enter 14:45 < Tari> Tiling WMs ftw! 14:45 <@chronomex> they just take some getting used to 14:45 < Merthsoft> ahhhh 14:45 < Merthsoft> ok how do i log out? 14:46 < Merthsoft> i need to get guest additions installed so taht the screen works right before i do play with this 14:46 <@chronomex> Merthsoft: alt-a, type quit 14:46 <@chronomex> alt-p is programs menu 14:47 * Tari uses Musca 14:49 < Merthsoft> oh no 14:49 < Merthsoft> it just kernel paniced when i reset... 14:50 <@chronomex> pity 14:50 < Merthsoft> well that was weird 14:54 <@_Auron_> omg. *just discovered shift+tab for block tab reduction* 14:54 <@chronomex> what? 14:55 <@_Auron_> you know how if you want to add a tab to like 10+ lines, you highlight them all and hit tab, it tabs them all? (in some apps anyways) 14:55 <@_Auron_> well shift+tab does the same, but removes instead of adds 14:59 < Merthsoft> lol 14:59 < Merthsoft> good job _Auron_ 15:03 <@_Auron_> Merthsoft: ! check #android-dev 15:04 -!- ryantmer [~Ryan@dhcp185-155.theedge.ca] has quit [Quit: www.ryantmer.com] 15:05 -!- Ox40 [~Ox40@24-183-134-146.dhcp.fdul.wi.charter.com] has joined #tcpa 15:05 -!- mode/#tcpa [+v Ox40] by efneTI81 15:06 <+Ox40> yeah, I can finally get back on my home server again! 15:09 < bsparks> it'd be nice if Mac on Mac worked :( 15:09 < Merthsoft> Nikky: What window manager do you use? 15:10 -!- Netsplit over, joins: sir_lewk, Milyardo 15:11 <@chronomex> _Auron_: yeah, we know :P 15:11 -!- tifreak [~Daniel@ip-69-27-59-214.slm.blueriver.net] has left #tcpa [] 15:14 <+Ox40> And, I just realized how nerdy I am : Double clicking a *.html file on my computer brings up phpDesigner2008 15:14 < Merthsoft> ok, i don't think i like debian at all 15:14 <@chronomex> :( 15:15 < Merthsoft> imma stick with fedora and ubuntu 15:20 <@chronomex> k 15:21 < Merthsoft> i'm not smart enough for other stuff 15:25 -!- Tyler3 [nexon@70.28.227.224] has joined #tcpa 15:28 <+Ox40> http://fukung.net/v/7231/wows.jpg 15:28 <+Ox40> think its true? (sfw) 15:28 -!- Tyler2 [nexon@76.70.208.48] has quit [Read error: Operation timed out] 15:29 <@_Auron_> eh 15:29 <+Ox40> lmfao WHAT IS THIS SHIT? 15:29 <@_Auron_> no 15:30 <+Ox40> My computer now has commercial interruptions. 15:30 <+Ox40> lolololol what the hell? 15:31 <@_Auron_> virii 15:32 <+Ox40> yeah, wsb.exe 15:32 <+Ox40> right by b.exe 15:32 <+Ox40> <_< 15:32 -!- Merthsoft [~Shaun@140.141.36.207] has quit [Quit: ☮♥♫] 15:33 <+Ox40> wait, isn't there a FREE AVG ? 15:33 < Tari> http://free.grisoft.com/ 15:33 < Tari> they hide it pretty well 15:34 < mokomull> That they do. No links to get there from their homepage, I think... 15:34 <+Ox40> lol nice... 15:34 <+Ox40> free.avg.com also works apparently 15:34 <+Ox40> they realllly hide it 15:38 -!- millinao [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has joined #tcpa 15:55 <+Ox40> ok, this hamburger helper is not going to well 15:55 <+Ox40> apparently my pan is too small, because its RIGHT up to the brim 15:57 < bsparks> this is fucking bullshit, first my wacom pen dies this morning, and my only working x86 computer died not half an hour ago >( 15:59 <+Ox40> wacom? 15:59 < bsparks> drawing tablet 15:59 <+Ox40> ah, cool 15:59 < millinao> what computer isn't x86 these days 16:00 <+Ox40> I need one of those 16:00 < bsparks> millinao, a lot of super computers? the PS3, 360, and Wii... ummm 16:00 < bsparks> any ARM based computer 16:00 < bsparks> oh, and most Sun/Sparc/Macs from the early 2000's 16:07 <+Ox40> dude, this hamburger shit might have turned out afterall.. 16:07 < BrandonW> Who would make a hamburger out of shit? 16:08 <+Ox40> Stouffers 16:09 < millinao> Applebees 16:09 < millinao> seriously, never eat at applebees 16:10 <+Ox40> ohmygod applebees! 16:10 <+Ox40> omnomnomnom 16:10 <+Ox40> Brouchetta(sp) burger... omFg 16:11 <+Ox40> freaking quesadilla-burger. HOW can you not want that? 16:11 <+Ox40> Popcorn shrimp... mozarella sticks. 16:11 < millinao> one of my favorite analogies is denser than an applebees hamburger 16:11 <+Ox40> what analogy would that be? 16:12 <+Ox40> :P 16:12 < millinao> err, not analogy 16:12 <+Ox40> nvm, dont mind my smartass. 16:12 < millinao> simile 16:12 < millinao> wait 16:12 < millinao> shit 16:12 <+Ox40> lol 16:14 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Operation timed out] 16:16 -!- Tyler3 [nexon@70.28.227.224] has quit [Read error: Connection timed out] 16:26 <+Ox40> hey question: can you use handsoap as shampoo in a desperate situation? 16:26 <+Ox40> or will it leave a fucked up _____thing 16:27 < millinao> hopefully you're talking about your hair 16:27 <+Ox40> mmhm 16:27 <+Ox40> _____thing == something 16:27 <+Ox40> dont ask. 16:31 <+Netham45> Given '0x00 0x01 0x00 0x00 0x00 0x7E 0x46 0x90 0x44' is a float number, how would I convert it into a float(PHP, if there's a fast function to handle this)? 16:33 <+Netham45> actualy 16:33 <+Netham45> ignore that 16:33 -!- Ox40 is now known as OxC2D 16:33 <+Netham45> I think I'm really fucking confused 16:33 < millinao> we've all known that 16:36 -!- OxC2D [~Ox40@24-183-134-146.dhcp.fdul.wi.charter.com] has quit [Ping timeout: 180 seconds] 16:53 -!- Barrett [~chavez@75-165-242-53.slkc.qwest.net] has quit [] 16:55 < DSP_Lord> !seen tifreak 16:56 <@efneTI86> tifreak (Daniel@ip-69-27-59-214.slm.blueriver.net) was last seen parting #tcpa 1 hour, 43 minutes ago stating "{}". 17:00 < DSP_Lord> :< 17:00 < millinao> :> 17:02 -!- TheStorm [~TheStorm@CPE-70-92-241-13.wi.res.rr.com] has quit [Quit: See Ya'll later] 17:07 -!- Genolo [~Geno@69.37.240.223] has joined #tcpa 17:08 -!- mode/#tcpa [+v Genolo] by efneTI92 17:40 -!- patz2009 [~patrick@c-69-247-152-128.hsd1.tn.comcast.net] has quit [Leaving.] 18:10 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 18:24 < _Digital> everyone already check xkcd? 18:35 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 18:36 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 18:41 -!- Kerm [KermM@cpe-74-66-230-83.nyc.res.rr.com] has joined #tcpa 18:47 -!- KermM [KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 18:49 -!- Kerm [KermM@cpe-74-66-230-83.nyc.res.rr.com] has quit [Read error: Operation timed out] 19:04 < DSP_Lord> XD _Auron_ 19:04 < DSP_Lord> er, _Digital 19:04 < DSP_Lord> damnit. 19:05 < _Digital> what do you want 19:05 < DSP_Lord> i went and looked at the new xkcd at your behest. 19:06 < _Digital> and? 19:06 * DSP_Lord approves 19:07 < _Digital> what are you lagging like mad right now? 19:08 < DSP_Lord> mayhaps. 19:08 < DSP_Lord> or, more likely, you are lagging. 19:08 < _Digital> am not 19:08 < DSP_Lord> i also, in case you didn't know, lurk on more networks than just EFNet :P 19:09 < DSP_Lord> so, sometimes it looks like it takes me like a minute to respond, making it appear that i am lagging 19:09 < _Digital> or not paying attention 19:09 < DSP_Lord> ^ 19:09 < DSP_Lord> that is usually the case. 19:09 < _Digital> but you normally don't pay attention... 19:09 < DSP_Lord> <_< 19:10 < DSP_Lord> because about 90% of the time i look in here i instantly regret it. 19:10 < millinao> hey can someone tell me what quotebot we use 19:10 < DSP_Lord> efneTI86, why. 19:10 < millinao> oh, is it built into 86? 19:11 < DSP_Lord> pretty much. 19:11 < DSP_Lord> !quoteurl 19:11 <@efneTI86> http://tcpa.aardy.net/quotes/ 19:11 < DSP_Lord> or look at that. 19:11 < millinao> oh. another channel i'm in is looking for a quotebot 19:11 < DSP_Lord> ¯\(°_o)/¯ 19:25 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 19:25 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 19:29 -!- i_c-Y [~Icy@pool-71-172-208-58.nwrknj.east.verizon.net] has quit [Ping timeout: 276 seconds] 19:38 -!- DSP_Lord [~darksidep@h102.135.28.71.dynamic.ip.windstream.net] has quit [] 19:38 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 19:39 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 19:43 -!- DSP_Lord [~darksidep@h102.135.28.71.dynamic.ip.windstream.net] has joined #tcpa 19:43 <@efneTI92> [DSP_Lord] I'm not a ninja, no idea what you're talking about. 20:19 -!- incubus [~ksj@98.194.19.98] has joined #tcpa 20:23 -!- millinao [~millinao@c-67-189-52-185.hsd1.or.comcast.net] has quit [Leaving] 20:40 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 20:40 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 21:14 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 21:15 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 21:38 -!- leofox [leofox@leofox.student.utwente.nl] has joined #tcpa 21:38 <@efneTI92> [leofox] All we do in hell is play DDR! 23:05 < bsparks> I better fucking get paid today 23:05 < bsparks> or I am going to have to shoot an asian 23:05 < bsparks> and that is literal 23:05 < bsparks> this fucking asshole is checkdodging me 23:07 -!- SnowCrash [~SnowCrash@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:07 -!- Grue_ [~steve@adsl-75-4-227-209.dsl.irvnca.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:08 -!- Grue_ [~steve@adsl-75-4-251-107.dsl.irvnca.sbcglobal.net] has joined #tcpa 23:08 -!- SnowCrash [~SnowCrash@adsl-75-4-251-107.dsl.irvnca.sbcglobal.net] has joined #tcpa 23:09 -!- mode/#tcpa [+o SnowCrash] by efneTI80 23:11 -!- SnowCrash [~SnowCrash@adsl-75-4-251-107.dsl.irvnca.sbcglobal.net] has quit [Read error: Operation timed out] 23:11 -!- SnowCrash [~SnowCrash@adsl-75-4-251-107.dsl.irvnca.sbcglobal.net] has joined #tcpa 23:13 -!- mode/#tcpa [+o SnowCrash] by efneTI92, efneTI81 23:17 -!- Tyler2 [nexon@70.28.238.67] has joined #tcpa 23:28 -!- Tari_ [~Tari@mke-67-208-61-74.milwpc.com] has joined #tcpa 23:28 <@efneTI92> [Tari_] Remember, remember the 5th of November 23:33 -!- Tari [~Tari@mke-66-97-126-54.milwpc.com] has quit [Ping timeout: 276 seconds] 23:33 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:34 -!- FastEddie [~FastEddie@76-204-71-206.lightspeed.sgnwmi.sbcglobal.net] has joined #tcpa 23:48 < jr19> bsparks: hate crime? --- Log closed Tue Jul 28 00:00:58 2009