--- Log opened Wed Aug 19 00:00:44 2009 00:01 < Tari> last seen leaving #tcpa 1.5 years ago 00:01 < millinao> someone must have scared him away 00:02 < vortx> Who is running this channel these days? 00:02 < Andy_J> Uh. 00:03 < Andy_J> That's a very good question. 00:03 < vortx> wow 00:03 < Andy_J> Whatever ops are around whenever stuff needs done? 00:03 < Andy_J> I dunno 00:03 < Tari> aardvarq shows up on occasion 00:03 -!- mode/#tcpa [+o Andy_J] by efneTI86 00:03 < Tari> but yeah, whatever ops are around 00:04 <@Andy_J> probably mostly nikky now that I'm semi-retired 00:04 < mokomull> And Nikky pings me whenever he needs owner privs. 00:04 <@Andy_J> we can't agree on what constitutes bans :D 00:05 -!- mode/#tcpa [-o Andy_J] by Andy_J 00:05 < vortx> nothing much has changed in the past 13 years... 00:05 < Andy_J> Seems like a fair assessment. 00:07 -!- Spengolo [~asdf@pool-71-111-134-79.ptldor.dsl-w.verizon.net] has quit [Quit: <3] 00:12 -!- vortx [~b@cpe-66-66-226-28.rochester.res.rr.com] has quit [] 00:29 -!- Legmirage [~mirage_sh@S0106002354614e9c.vc.shawcable.net] has joined #tcpa 00:31 -!- Tribal [~Tribal@oh-76-5-240-130.dhcp.embarqhsd.net] has left #tcpa [Leaving] 00:31 -!- Tribal [~Tribal@oh-76-5-240-130.dhcp.embarqhsd.net] has joined #tcpa 00:38 -!- JoelS [~JSeligste@1601br1-egress-1.corp.tfbnw.net] has quit [Quit: This computer has gone to sleep] 00:39 < _Digital> anyone active who currently has an iPod or iPhone or iPod Touch? 00:40 < i_c-Y> oh Andy_J 00:41 < i_c-Y> i have access to one at the moment i think 00:41 < Andy_J> ow 00:41 < Andy_J> well now that I'm here 00:42 -!- millinao [~millinao@c-76-27-205-29.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 00:43 < Andy_J> or ... not 00:43 < _Digital> i_c-Y, do you mind testing playback of a file for me? 00:44 < i_c-Y> ill see if i can see that ipod nano 00:44 < _Digital> the iPod nano's video playback specs are teh same as teh regular iPods right? 00:45 < i_c-Y> this is a non video one 00:45 < _Digital> nvm then :( 00:47 < _Auron_> what do you guys think of this logo?: http://darkauron.dyshost.com/Images/Retrid_logo.png 00:50 < _Digital> the rounded box should be as sharp as the text 00:50 < _Digital> it looks odd without 00:50 < _Digital> and it's kinda large 00:51 < _Auron_> well obviously size can be changed 00:51 < _Auron_> but yeah, maybe not a round border 00:51 < chronomex> border should be pixel'd like the text 00:51 < chronomex> maybe some repeating gray pattern of dots 00:53 -!- _Auron_ [~DarkAuron@adsl-99-170-79-85.dsl.rcsntx.sbcglobal.net] has quit [Read error: Connection reset by peer] 00:56 -!- _Auron_ [~DarkAuron@adsl-99-170-79-85.dsl.rcsntx.sbcglobal.net] has joined #tcpa 00:56 -!- mode/#tcpa [+o _Auron_] by efneTI86 00:56 <@_Auron_> that was odd 00:56 <@_Auron_> got d/c and it kept saying [07:52:35pm] Closing Link: adsl-99-170-79-85.dsl.rcsntx.sbcglobal.net (Too many host connections (local)) when I tried to reconnect 00:56 < _Digital> DoS? 00:57 <@_Auron_> only on efnet 01:00 <+patz20091> try a different server? 01:00 <@_Auron_> chronomex: the repeating pattern looks kinda weird 01:00 <@_Auron_> patz20091: *shrug* 01:00 <@_Auron_> I'm back on now 01:00 -!- patz20091 is now known as patz2009 01:01 < chronomex> _Auron_: what pattern are you using? 01:01 <@_Auron_> pattern of blocks around the word 01:02 < chronomex> aye 01:02 <@_Auron_> with alternating white and gray blocks 01:02 <@_Auron_> it looks like one of those neon signs that has 'moving dots' 01:02 <@_Auron_> er not neon, but the bulbs 01:03 < chronomex> aye 01:03 < chronomex> yeah, I guess that wouldn't be too perty 01:04 <@_Auron_> no 01:04 <@_Auron_> looks kinda silly 01:04 -!- Ox40Work [~KevinK@68-117-29-62.static.fdul.wi.charter.com] has quit [Ping timeout: 246 seconds] 01:07 -!- Spengo [~Spengo@pool-71-111-183-96.ptldor.dsl-w.verizon.net] has joined #tcpa 01:29 -!- DSP_Lord [~darksidep@h98.212.31.71.dynamic.ip.windstream.net] has quit [Read error: Connection reset by peer] 01:35 -!- DSP_Lord [~darksidep@h113.83.29.71.dynamic.ip.windstream.net] has joined #tcpa 01:44 -!- Tribal [~Tribal@oh-76-5-240-130.dhcp.embarqhsd.net] has quit [Quit: Restarting...] 01:51 < _Digital> how do I grep a file, but only read a particular line if multiple lines contain the query? 01:54 < i_c-Y> huh? 01:54 < _Digital> I have a list of TV shows and dates 01:55 < _Digital> I need to test to see if a particular one is the one I'm working on 01:55 < _Digital> essentially I'm testing to see if I have a match in a list 01:56 < _Digital> wait, I'm not explaining this right 01:56 < _Digital> okay 01:56 < _Digital> in general programming I have an array 01:56 < _Digital> and I can access a single element of that array very simply 01:57 < _Digital> using array(element_number) 01:57 < _Digital> does bash/grep provide this functionality 01:57 < _Digital> or should I start learnign perl? 01:58 < i_c-Y> what are you trying to do , find the first line where something occurs? 01:59 < i_c-Y> are you trying to get the ith line of a file? 01:59 < _Digital> ith 01:59 < i_c-Y> i th 01:59 < i_c-Y> nth 01:59 < i_c-Y> take your pick 01:59 < _Digital> yes, nth is the correct term, just repeatign what you have 01:59 < i_c-Y> so what exactly is the task 02:00 < _Digital> standby 02:00 < _Digital> I have a list like so: http://atlas.selfip.net/backlog-720p.log 02:00 < _Digital> it is a list of completed items 02:01 < _Digital> need to test in each directory, though one at a time, if an existing file is in the list 02:04 < i_c-Y> so is it that you want to see which files in that text file exist? 02:04 < _Digital> yeah 02:05 < i_c-Y> they exist at the stated location in that text file 02:05 < i_c-Y> so ~24~_02-09-2009_21-00-00.ts is at /hdhr/storage_3/Shows/24/MPEG-2.TS/~24~_02-09-2009_21-00-00.ts not somewhere else 02:06 < _Digital> don't care about it's location per se. Also, correction. Please flip the logic. Need to see if a file is in that list. 02:06 < _Digital> not if a file in the list exists 02:07 < i_c-Y> so just grep the list for the filename 02:08 < _Digital> been doing so much with other forms of teh file names I didn't think that worked. 02:08 < _Digital> and I was thinking more global by testing by show name, not by each specific show 02:09 < _Digital> I should take a break 02:09 -!- TheStorm [~TheStorm@CPE-70-92-241-13.wi.res.rr.com] has joined #tcpa 02:09 <@efneTI92> [TheStorm] Yes rivereye, it is time to go fishing. 02:10 -!- Tyler2 [nexon@161.216.57.212] has joined #tcpa 02:28 < _Digital> okay, wtf 02:28 < i_c-Y> ? 02:28 < _Digital> the 320 wide encoding crashses an current gen iPod nano 02:28 < _Digital> but the 640 wide one does not 02:29 < i_c-Y> thats because ipods are crap. 02:30 < _Digital> only thing I can guess what is wrong is that I'm at the wrong profile level 02:31 < _Digital> I'm seeing macroblock issues before it crashes too... 02:32 <@Nikky> HAW HAW 02:32 <@Nikky> FAIL 02:32 < _Digital> i_c-Y, that may be true, but it doesn't have weight on teh fact that it's the most popular 02:32 <@Nikky> They are crap 02:32 < _Digital> and that the iPhone and iPod TOuch list the same spec for the video 02:33 <@Nikky> You should work for RealNetworks, _Digital 02:33 <@Nikky> You're pro 02:33 <@Nikky> Plus you get to move to Seattle! 02:33 <@Nikky> :D 02:33 < _Digital> that makes be convulse just thinking about it Nikky 02:35 < _Digital> if the IDC level isn't the issue, then I'm using too many reference frames. Though 8 frames on 320x160 shouldn't crash the player is 7 on 640x360 doesn'y... 02:35 < _Digital> doesn't* 02:36 <@Nikky> there there 02:36 <@Nikky> *pats* 02:36 < i_c-Y> why are you encoding this? 02:36 < _Digital> portable playback of course 02:37 < _Digital> or are you curious as to why the different resolution? 02:37 < _Digital> s* 02:38 < i_c-Y> do you even have an ipod? 02:38 < _Digital> my folks do, which I forgot, and I still am looking to get a PMD but haven't decided on what atm 02:39 < i_c-Y> i like the looks of the cowon s9 and the samsung p3 02:39 <+patz2009> PSP, cell phone? 02:40 < _Digital> I've seen th cowon s9 as well 02:40 < _Digital> current have a cell phone which I know playback works fine on 02:41 < i_c-Y> im thinking of getting a n810 02:45 < _Digital> oh, Nikky 02:45 < _Digital> my 30D is starting to produce hot pixels under normal shooting circumstances 02:52 < incubus> Nikky in less than 6 frames: http://www.explosm.net/comics/1755/ 02:57 < incubus> Nikky, do you have that link to the comic with glk in it? 02:59 <+glk> http://grahamkendall.net/ 02:59 < _Digital> not quite... 03:00 < incubus> I die a little inside every time he does that 03:01 < chronomex> who is glk? 03:01 < chronomex> hm 03:01 < chronomex> I wonder how his regex works 03:01 <+glk> I am a retired physicist and TI-89 guru 03:01 < chronomex> guru may be too strong a word 03:01 < incubus> LOL 03:02 <+glk> I am still learning 03:02 < incubus> glk, how do you go back to the input line if you are scrolled up on the TI-89? 03:03 <+glk> ans(n) will give a item on the stack 03:03 <+glk> It will not scroll 03:03 < incubus> if you are scrolled up on the command history though, how do you go back to the bottom, or to the input line, without scrolling back down? 03:03 <+glk> You can decide the number of items in your history stack 03:04 < i_c-Y> BrandonW: ninja cheerleaders is on in an hour 03:04 < i_c-Y> on SBYND 03:04 < i_c-Y> no TMC-E 03:04 < i_c-Y> again 03:04 < incubus> wtf are ninja cheerleaders 03:04 < incubus> and why are they hot to me 03:04 <+glk> You can scroll the history with arrow keys 03:05 < incubus> glk, so if you scroll up, there's no shortcut to scrolling back down to the bottom? you're just stuck and have to wait 20 seconds? 03:06 <+glk> Try diamond up arrow to go to the top of the stackj 03:06 < Tari> ^ 03:06 < incubus> good call glk, good call 03:07 < Tari> I had just checked that, too :( 03:07 <+glk> Diamond down key returns to bottom 03:07 < incubus> what does 2nd - Up to? 03:07 < incubus> do* 03:07 < Tari> nothing, it seems 03:07 <+glk> Try http://grahamkendall.net/ in MATH for TI-89 data 03:07 < incubus> Tari, agreed 03:07 <+glk> Try TI-89 lessons 03:08 < incubus> glk just called me a noob! 03:08 < incubus> I'm okay with that though 03:08 * TheStorm still needs an 89 :/ 03:08 < incubus> titanium? 03:09 < TheStorm> ya 03:10 <+glk> In catalog and var link, 2nd up and 2nd down jumps a page 03:10 -!- Tr1bal [~Tribal@oh-76-5-240-130.dhcp.embarqhsd.net] has joined #tcpa 03:11 < incubus> nice 03:11 < incubus> glk is a true guru 03:12 <+glk> My older TI-89t was messing up so i put in a new system. fixed it 03:13 < incubus> nice 03:16 <+glk> I suggest making a map of all menus 03:18 <+glk> Make a notebook of programs explained 03:22 < TheStorm> he sounds kinda like yoda :P 03:25 <+glk> I am old and very wise. 03:26 <+patz2009> Train him I will not. Too old is he. 03:35 * Nikky misses Barrett 03:42 <+patz2009> :( 03:43 < i_c-Y> whats up with Barrett ? 03:57 <@Nikky> nothing... 03:57 <@Nikky> wtf i_c-Y 04:01 < i_c-Y> wtf Nikky 04:01 < i_c-Y> ninja cheerleaders is on in 5 minutes 04:02 <+patz2009> sounds sexy 04:03 -!- Merthsoft [~Shaun@140.141.29.184] has joined #tcpa 04:06 <@Nikky> wtf is that 04:07 < E-J> that is Merthsoft 04:07 < i_c-Y> it is a merthsoft 04:07 < Merthsoft> `probbaly Merthsoft 04:08 -!- sir_lewk_ [~jlg95@tux64-02.cs.drexel.edu] has joined #tcpa 04:08 < i_c-Y> are the anti Merthsoft missiles ready ready Nikky ? 04:08 <@efneTI92> [sir_lewk_] http://www.cs.drexel.edu/~jlg95 I have much DATA in VELOCIRAPTORS AND PHILOSOPH 04:08 -!- sir_lewk_ [~jlg95@tux64-02.cs.drexel.edu] has quit [Client Quit] 04:09 <@Nikky> I like Merthsoft 04:09 < Merthsoft> me too 04:09 < _Digital> you would 04:09 < i_c-Y> you just need to be prepared. 04:12 < sir_lewk> DJGPP, wow, that's a blast from the past... 04:12 < sir_lewk> some kid just started ranting about how he uses it 04:12 < sir_lewk> I haven't even heard it's name in years 04:13 < i_c-Y> jesus, people still use it? 04:14 < sir_lewk> apparently this idiot does 04:14 < sir_lewk> hell if I know why, I wrote him off as an idiot poser about 20 minutes ago 04:15 -!- Tyler2 [nexon@161.216.57.212] has quit [Read error: Operation timed out] 04:16 -!- Hunterkll [~kaiba@m485736d0.tmodns.net] has joined #tcpa 04:16 < Hunterkll> i don't know why 04:16 < Hunterkll> but 04:16 < Hunterkll> ...... i'm drunk, decided to visit you 04:16 < Hunterkll> and.... the OS signing key was seriously cracked? 04:16 < _Digital> yes 04:16 < Hunterkll> like, we can sign custom 8x OSes?!?! 04:17 < Hunterkll> For real for real? 04:17 <+patz2009> 83+ so far, others are a work in progress. 04:17 < _Digital> BrandonW went street rat crazy messing around with it when he verified it 04:17 < Hunterkll> holy fucki thought this would never happen 04:17 < sir_lewk> yeah, I know right 04:17 < sir_lewk> it's really fucking amazing 04:18 < Hunterkll> like 04:18 < Hunterkll> what the fuck 04:18 < Hunterkll> how did this happen? 04:18 < Merthsoft> http://www.myconfinedspace.com/wp-content/uploads/2009/08/holy-fucking-trees-with-dicks-look-at-this-motherfucking-calculator.jpg 04:18 < sir_lewk> Ben Moody and a computer for a few months 04:18 < Hunterkll> lol 04:19 < Hunterkll> lol my first thought for research was tcpa.org 04:19 < Hunterkll> lol 04:19 < sir_lewk> lol, awesome Merthsoft 04:20 < sir_lewk> texas crime prevention association! :O 04:20 < Hunterkll> the amount of comments on ticalc.org saddens me :( 04:20 < sir_lewk> we need to firebomb their headquarters and steal their domainname 04:20 < Hunterkll> too few 04:20 -!- Genolo [~Geno@69.177.11.99] has quit [Quit: (08:51:38)» <~[Nath]> riko is afraid of his penis] 04:20 < sir_lewk> they were all struck silent by the awesomeness 04:20 < Hunterkll> lol 04:21 < sir_lewk> aah, bitches, tcpa.com is cybersquated 04:21 < Hunterkll> lol 04:21 < incubus> lol @ pic and @ sir_lewk 04:22 < Hunterkll> lol 04:23 * sir_lewk drinks to that 04:23 < incubus> why are TI's basic routines slow as shit? 04:23 < sir_lewk> well 04:23 < sir_lewk> it's basic for one 04:23 < incubus> go on 04:23 < sir_lewk> and it's all highlevel functionality and all 04:24 < incubus> bbc basic is fast 04:24 < chronomex> TI-basic uses the expression stack 04:24 < sir_lewk> and, you know, because 04:24 < incubus> they could have easily done something like that 04:24 < incubus> chronomex, EEEEEEEEEEEEW 04:24 < chronomex> it's a neat programming abstraction that makes it slow as shit 04:24 < sir_lewk> well, TI are idiots and benryves is a genius 04:24 < chronomex> incubus: I'm not kidding, all of tibasic is on the estack 04:24 <@Nikky> I like TI 04:24 < sir_lewk> eww, I got spaghetti in my sandel 04:24 < incubus> chronomex, that's scary as shit 04:24 < chronomex> wtf, sir_lewk 04:24 < incubus> Nikky, link me the comic with glk ! :( 04:24 < chronomex> incubus: why? 04:24 <@Nikky> kk 04:24 < i_c-Y> glk is in a comic? 04:25 < incubus> chronomex, slow fun? 04:25 < incubus> i_c-Y, just wait 04:25 < sir_lewk> I drew it! 04:25 < incubus> see if Nikky links it 04:25 < chronomex> yeah, it's slow 04:25 < incubus> sir_lewk, Link it 04:25 < sir_lewk> lemme find it 04:25 <@Nikky> http://nykida.net/images/tcpa-comic.png 04:25 < sir_lewk> yeah! 04:25 < incubus> haha 04:25 <@Nikky> Yes, sir_lewk drew it 04:25 < sir_lewk> woo 04:25 < incubus> I <3 that so much it's not even funny 04:25 < sir_lewk> I meant to do more 04:25 < i_c-Y> i lol'd. 04:25 < sir_lewk> I probably should 04:25 < incubus> lol! 04:25 < i_c-Y> seriously. 04:26 < incubus> I honestly have never seen i_c-Y lol (honestly) 04:26 < incubus> what a great day 04:26 <+patz2009> !qfind lol 04:26 <@efneTI86> 1070:Nikky: lol kerm is cybering epic lulz 04:26 <@efneTI86> (All of 1 match) 04:26 <+patz2009> that works 04:26 < Hunterkll> lol 04:26 < i_c-Y> !qfind lol 04:26 <@efneTI86> 1170:i_c-Y: !qadd That's masturbate | <@efneTI86> Quote 1169 added | lol 1169 04:26 <@efneTI86> 1510:Andy_J: step one: make sure the computer is plugged in | lol thats the problem 04:26 < Hunterkll> yay everclear ( 04:26 <@efneTI86> 1402:chronomex: oh, just speaking my thoughts... or writing them. Sorry. | yeah, you might want to cut down on that | lol. 04:26 <+patz2009> oh god 04:26 <@efneTI86> (Plus 26 more matches: http://tcpa.aardy.net/quotes/?filter=lol&channel=tcpa&search=search) 04:27 < Hunterkll> :) 04:27 < incubus> 1 other time 04:27 < incubus> in history 04:27 <@Nikky> !seen randomist 04:27 <@efneTI86> Randomist (~winterven@cdm-75-109-109-35.asbnva.dh.suddenlink.net) was last seen quitting from #tcpa 20 hours, 58 minutes ago stating (Quit: Open-source music. {} http://wintervenom.mine.nu). 04:27 < i_c-Y> i dont understand what the fascination with everclear is - its just alcohol. you can't sip it well, its super high proof 04:27 < sir_lewk> lmao 04:27 < i_c-Y> the only reason for it is to get smashed. 04:27 < incubus> I've never understood it either 04:27 < incubus> It's basically Ethanol 04:28 < sir_lewk> it's like vodka 04:28 < incubus> Let's go drink pure ethanol! yay 04:28 < sir_lewk> however, unlike vodka I don't go through a bottle a weekend 04:28 < incubus> vodka is like 50% ethanol 04:28 < incubus> Everclear is like 95% 04:28 < sir_lewk> mmhm 04:28 < Hunterkll> everclear is CHEAP 04:28 < i_c-Y> its called a pure grain spirit or something. 04:28 < Hunterkll> and for $15 lasts me what $80 of vodka would 04:28 < Hunterkll> grain alcohol 04:28 < Hunterkll> it's right in front of me 04:28 < sir_lewk> everclear (95%) is illegal in my state :( 04:28 < Hunterkll> heh 04:28 < Hunterkll> virginny? 04:28 < Hunterkll> hrm 04:28 < sir_lewk> PA 04:28 < i_c-Y> legal here. 04:28 < Hunterkll> i have left over sushi 04:29 < Hunterkll> close 'nuff 04:29 < sir_lewk> ya rly 04:29 < Hunterkll> time for more sushi eatin' 04:29 < i_c-Y> id rather just get some decent rum or whiskey and sip it. 04:29 < i_c-Y> or beer. 04:29 < Hunterkll> i blame auron for not telling me the ti-os key is cracked 04:29 < Hunterkll> eh 04:29 < Hunterkll> i mix everclear with good stuff 04:29 < sir_lewk> it's also illegal in jersey I think, which makes it difficultish to get 04:29 < incubus> ya everclear is cheap 04:29 < i_c-Y> no it isnt. 04:29 < Hunterkll> it's just a quick cheep way to make good stiff drinks 04:29 < incubus> 15$ of EC will get you drunk for a long time 04:29 < Hunterkll> oh god yes 04:29 < Spengo> sup 04:29 < Hunterkll> i'm wasted and i havn't gone thorugh 1/8th of the fifth 04:30 < incubus> Spengo! 04:30 < sir_lewk> it is such a wonderful substance 04:30 < Spengo> oh the dumb quotes again 04:30 < incubus> long time no see 04:30 < Hunterkll> yet at the last party i was at i killed a 1/5th of captian morgan :X 04:30 < incubus> Hunterkll, haha 04:30 < Spengo> really? 04:30 < Spengo> I lurk in here every day incubus D: 04:30 < incubus> ya, 'lurk' 04:30 < incubus> in the shadows 04:30 < incubus> creepily 04:30 < Hunterkll> next time i require avacado in my crab roll :( 04:30 < Spengo> I like the shadows 04:30 < sir_lewk> I just killed ~400 ml of vodka and barely feel a thing :/ 04:30 < Spengo> and avocados 04:30 < sir_lewk> that's almost half a bottle! 04:30 < incubus> bs 04:30 < chronomex> Hunterkll: you blame auron? didn't it make slashdot or something? 04:30 < incubus> I did 7 or 8 shots of vodka one time and passed out in 10 minutes 04:30 < Hunterkll> i don't interwebs 04:30 < Hunterkll> i just irc 04:30 < Spengo> what's on slashdot 04:31 < Hunterkll> and mostly freenode these days 04:31 < incubus> it may have been 10+ shots though, they were double shots at some point, but it got hazy towards the end 04:31 < sir_lewk> well it's been over the past 4 hours 04:31 < incubus> sir_lewk, oh lol 04:31 < incubus> I did that in less than 3 minutes :) 04:31 < sir_lewk> ahh, that'd do it ;) 04:31 < Hunterkll> 400ml is like......... half a fifth 04:31 < Hunterkll> dude 04:31 < Spengo> I haven't been to slashdot in forever 04:31 < incubus> sir_lewk, haha 04:31 < Hunterkll> my fiancee killed half a handle of vodka 04:31 < Spengo> it's like digg but less stupid 04:31 < Hunterkll> and didn't understand why she was hungover for the next day 04:31 < Spengo> kind of 04:31 < Hunterkll> the entire day 04:31 < Hunterkll> and didn't realize how much she drank 04:31 < i_c-Y> wait, someone is going to marry you? 04:32 < i_c-Y> what the fuck? 04:32 < Hunterkll> and she's never been hammered before\ 04:32 < sir_lewk> congrats 04:32 < Spengo> and less stupid than digg does not mean it is intelligent by any means 04:32 < Hunterkll> i_c-Y: projected date is septeber 13th 04:32 * incubus agrees 04:32 < Hunterkll> if we get hte paperwork done in time 04:32 < incubus> i_c-Y cussed again, i_c-Y is becoming a degenerate, and I partially blame me 04:32 < incubus> oh well 04:32 < incubus> when Andy_J bans us all, you'll be sorry 04:32 < Hunterkll> that motherfucker's still around? 04:32 < Hunterkll> sweet 04:33 < incubus> yes 04:33 < incubus> he lurks even more than Spengo 04:33 < i_c-Y> its not exactly rare that i curse. 04:33 < Spengo> I haven't talked to Andy_J in awhile 04:33 < incubus> i_c-Y, you commented on it last time 04:33 * DSP_Lord slaps Hunterkll around a bit with a large trout 04:33 <+patz2009> America, FUCK YEAH 04:33 < sir_lewk> fuck I'm sober 04:33 < Hunterkll> lol 04:33 < incubus> "I haven't done that in a while" or something to that effect 04:33 < Hunterkll> HOLY FUCK 04:33 < Hunterkll> MR MARINE 04:34 < incubus> ? 04:34 < Hunterkll> ^____^ 04:34 < i_c-Y> maybe not in this channel then. 04:34 < DSP_Lord> psh. 04:34 < Hunterkll> ~=^_^=~ 04:34 < DSP_Lord> more like Mr. Disabled Veteran. 04:34 < DSP_Lord> but yeah, same thing <_< 04:34 < Hunterkll> Eh, I'm mentally disabled veteran, close eough. :) 04:34 < DSP_Lord> :P 04:34 < Hunterkll> Only I had to sue to get treatment, oh well. 04:34 < DSP_Lord> nice job on the engagement :) 04:34 < Hunterkll> aww hell yea 04:34 < sir_lewk> I made a bunch of spaghetti but I can't finish it and I don't feel like cleaning up 04:35 < incubus> this is why you have pets 04:35 < incubus> specifically dogs 04:35 < Hunterkll> but now I can go down to walter reed and get my xanax and all is gooda 04:35 < Hunterkll> all is goooddd 04:35 <+patz2009> sir_lewk: share with me? :) 04:35 < DSP_Lord> lol. 04:36 < DSP_Lord> i didn't know you'd finished boot camp Hunterkll. 04:36 < incubus> Hunterkll, ... how much Xanax do you take in one sitting? 04:36 * sir_lewk passes patz2009 the spageta 04:36 < Hunterkll> DSP_Lord: Actually made a month in Iraq with the 1st and 9th, but saw some nasty shit and got out fast 04:36 < incubus> how do you get out fast 04:37 < incubus> request a transfer? 04:37 < sir_lewk> delicious delicous spaghetti with olive oil and good parmasean cheese 04:37 < Hunterkll> incubus: discharge in lieu of courtsmartial with stipulation of changing to honorable discharge after 6 months 04:37 < incubus> Hunterkll, how much Xanax do you take in a sitting? 04:37 < sir_lewk> is that bad? :/ 04:37 <+patz2009> over9000mg 04:38 < DSP_Lord> sir_lewk: honorable discharge is the best kind. 04:38 < incubus> 9g of xanax would be quite deadly 04:38 < incubus> who the hell is patz2009 anyways 04:38 < sir_lewk> I was more concerned about the courtmartial part 04:38 <+patz2009> Who the hell are you, incubus? 04:38 < Hunterkll> FFFF 04:38 < incubus> a channel regular 04:38 < incubus> you? 04:38 < DSP_Lord> oh, yeah, courtmartial is bad. 04:38 < Hunterkll> i've spent so much time telling people I just dropped out of boot 04:38 <+patz2009> an ex-channel regular, coming back 04:38 < DSP_Lord> yeah, that's why i said what i did Hunterkll. 04:38 < incubus> patz2009, there can be no return. 04:39 <+patz2009> oh 04:39 <+patz2009> well then 04:39 < Hunterkll> it's almost been two years since I got discharged, and the most I feel comfortable talking about is that I saw some nasty shit 04:39 < DSP_Lord> because i specifically recall you saying that multiple times. 04:39 <+patz2009> seeya 04:39 -!- patz2009 [~patrick@c-69-247-152-128.hsd1.tn.comcast.net] has quit [Quit: Leaving.] 04:39 < Hunterkll> Perhaps it'll never be better 04:39 < sir_lewk> DSP_Lord isn't military anymore either? 04:39 < incubus> that was easy 04:39 < DSP_Lord> sir_lewk: nope. 04:39 < Hunterkll> as well, at least they're giving me PTSD treatment now 04:39 < DSP_Lord> well, technically i am, but good luck getting me to do shit 04:39 < sir_lewk> gotcha 04:39 < incubus> Hunterkll, a cheap joke but if nasty shit is a broken calculator, there is help. 04:39 < DSP_Lord> inactive reserves until 2011, but i just recently started receiving compensation for my back. 04:39 < incubus> no one should have to see that 04:40 < Hunterkll> ;) 04:40 < Hunterkll> DSP_Lord: at least you ARE receiving compensation 04:40 < DSP_Lord> so, they'll have one hell of a time recalling me. 04:40 * incubus looks at a picture of his broken ti83 04:40 < incubus> DSP_Lord, how did you hurt your back 04:40 < Hunterkll> I should be receiving 100% E-3 disability but because of how I got out I can't gain it back unless I push for investigation and prosecution of old unit members 04:40 < sir_lewk> that's rough 04:41 < DSP_Lord> Hunterkll, dude, push that shit. 04:41 < Hunterkll> Fuckin' bullshit, but I ain't about to drag down my entire battalion over one fucking captian and his little fucking power trips 04:41 < Hunterkll> DSP_Lord: Said captain has since been KIA 04:41 < DSP_Lord> well then. 04:41 < Hunterkll> It'd take down too many innocent Marines 04:41 < DSP_Lord> Hunterkll: one sec. 04:41 < DSP_Lord> incubus: i screwed up my back in boot camp, something that wasn't even my fault at all. 04:42 < DSP_Lord> $123 a month for life. 04:42 < Hunterkll> Eugh. Boot camp and you didn't get discharged till later in? 04:42 < DSP_Lord> nope. 04:42 < DSP_Lord> they offered to discharge me but i said no. 04:43 < DSP_Lord> because i wasn't sure if i'd get compensation if i didn't at least finish boot camp. 04:43 < Hunterkll> heh 04:43 < Hunterkll> oh, you would have, probably more too :P 04:43 < Hunterkll> hah 04:43 < Hunterkll> oh well 04:43 < DSP_Lord> so i somehow managed to make it through my whole 5 years. 04:44 < Hunterkll> damn 04:45 < incubus> Iraq war is all lies right? :P 04:45 < Hunterkll> no 04:45 < Hunterkll> there's actually a war that happened there 04:45 < Hunterkll> :p 04:45 < DSP_Lord> absolutely not. 04:45 < incubus> lol 04:45 < DSP_Lord> it's complete truth 04:45 < incubus> President Bush lied to get us in there (LOL) 04:45 < Hunterkll> oh yes 04:45 < Hunterkll> that is true 04:45 < Hunterkll> but otherwise 04:45 < incubus> tell me this 04:46 < Hunterkll> there's still a war there 04:46 < Hunterkll> for trues 04:46 < incubus> how does every congress person 04:46 < incubus> believe a lie 04:46 < incubus> become convinced of a lie 04:46 < Hunterkll> ask the CIA 04:46 < Hunterkll> :P 04:46 < incubus> so many congress members thought IRaq had weapons of mass destruction 04:46 < sir_lewk> politicians are by definition incompetent 04:46 < DSP_Lord> incubus: so? regardless of whether or not Bush lied to get us there, there clearly is an enemy presence. 04:46 < DSP_Lord> which is why we've been there for this long already. 04:46 < incubus> I think we'll be out by 2011 04:47 < Hunterkll> WASABI 04:47 < incubus> unfortunately 04:47 < incubus> wasabi? wtf 04:47 < sir_lewk> I love wasabi, had some susi today with some 04:47 < Hunterkll> i have sushi you faggot :P 04:47 < Hunterkll> McD's gave me a $50 gift card 04:47 < Hunterkll> so i had an amazing sushi dinner 04:47 < Hunterkll> and there's some leftovers 04:47 < sir_lewk> McD's has sushi? O.o 04:47 < Hunterkll> no 04:47 < Hunterkll> McD's, my employer, gave me a $50 visa gift card 04:48 < Hunterkll> which I than used to purchase sushi 04:48 < incubus> you work at McD's? 04:48 < sir_lewk> ooh 04:48 < DSP_Lord> incubus: job market sucks ass. 04:48 < sir_lewk> the airplane guys, or the burger guys? 04:48 < incubus> ? 04:48 < Hunterkll> DSP_Lord: it's by choice 04:48 < sir_lewk> ah 04:48 < incubus> I didn't ask "Do you work at a shitty job" 04:48 < Hunterkll> I am a corporation based manager, yes. 04:49 < incubus> I used to work at McDonalds 04:49 < DSP_Lord> oh nice. 04:49 < incubus> it sucked ass doing what I did 04:49 < Hunterkll> with free health insurance, gas reimbursment, and paid vacation 04:49 < incubus> Corporation based manager? Is that different than a shift manager? 04:49 < sir_lewk> people around here have taken to calling "mcdonald douglas" "McDs" for some reason 04:49 < Hunterkll> o.o 04:49 < Hunterkll> lol 04:49 < sir_lewk> it kinda disturbs me tbph 04:50 < Hunterkll> incubus: i work for McOpCo (McDonalds Operationg Corporation) and am not fixed to just one store, though I do have a primary store where i'm scheduled, for the m ost part 04:50 < incubus> do you do orders? 04:50 < Hunterkll> Basically, any corporation owned stores in my district, I work as a shift manager 04:50 < incubus> or do you sit in the back room and fuck up shit 04:50 < Hunterkll> (Anywhere from WAshington DC to northeast maryland) 04:51 < sir_lewk> whoa, I used to live near there 04:51 < Hunterkll> FFF I have to work overnight tomorrow night 04:51 < incubus> Hunterkll, do you fill orders wearing a uniform with a headset? 04:51 < Hunterkll> I do wear a uniform, and sometimes I take orders when we're serverlyl short handed 04:51 < sir_lewk> bbl, moving APs 04:51 < Hunterkll> but most of the time I fuck around on the back system 04:51 < Hunterkll> :P 04:51 < incubus> LOL 04:51 < incubus> I knew it 04:52 < incubus> or do you sit in the back room and fuck up shit 04:52 < incubus> haha 04:52 < Hunterkll> it's my job 04:52 < Hunterkll> :D 04:52 < incubus> :) 04:52 < Hunterkll> you sound bitter 04:53 < Hunterkll> did your ops consultant yell at you? :D 04:56 < incubus> yes 04:56 < incubus> wait no 04:56 < incubus> She didn't 04:56 < incubus> She was fairly nice actually 04:56 < incubus> She just kept telling me to get a haircut 04:56 < incubus> The bitch was this old Manager, and this young dude. Fucking crazy crazy crazy stupid people 04:56 < incubus> take their job way too seriously 04:56 < incubus> and not in a good respectful way, but in an annoying, arrogant way 04:57 < Hunterkll> lol 04:57 < Hunterkll> manager 04:57 < Hunterkll> so not ops consultant 04:58 < Hunterkll> did you work McOpCo or O/O? 04:58 < incubus> the ops consultant was nice 04:58 < incubus> no idea what you just said 04:58 < incubus> what's an O/O 04:58 < Hunterkll> Corprate or PRivately owned 04:58 < Hunterkll> Owner/Operator 04:58 < incubus> the thing is, I'm not sure 04:58 < incubus> it was owned by a corporation 04:58 < incubus> The Caine corporation I think or some weird name 04:58 < incubus> but isn't that privately owned? 04:59 < Hunterkll> if it's not McOpCo then it's Owner/Operator 04:59 < sir_lewk> some other corp that privately owns it 04:59 < Hunterkll> perhaps a holding corporation that was formed by the O/O 04:59 < incubus> sir_lewk, I know it sounds weird 04:59 < Hunterkll> but still not McOpCo 04:59 < incubus> Hunterkll, Yah it's that 04:59 < sir_lewk> whats a ops consultant? 04:59 < incubus> a holding corp 04:59 < incubus> they owned a bunch of stores 04:59 < incubus> KFC 04:59 < sir_lewk> sounds epicish 04:59 < incubus> I think a taco bell too 04:59 < Hunterkll> like how my O/O does all his accounting through D-A-J Inc. 04:59 < incubus> sir_lewk, they run around doing god knows what and fucking with shit 04:59 < Hunterkll> which used to be his aunt 04:59 < Hunterkll> and he bought out the name and incorporation 05:00 < Hunterkll> to shuffle his accounting to a different name 05:00 < Hunterkll> :D 05:00 < Hunterkll> lol his aunt was his company's accounting :D 05:00 < incubus> we had a manager like Hunterkll 05:00 < incubus> in that he was an Ex-Army guy 05:00 < Hunterkll> sir_lewk: they tell the O/O's how to amke more money and shit 05:00 < TD-Linux> awesome idea 05:00 < TD-Linux> wrap car in christmas lights 05:00 < incubus> He stole like 200$ worth of best buy credit they used to give on french fries 05:00 < TD-Linux> hook up battery and inverter 05:00 < TD-Linux> lol as owner comes out of building 05:00 < Hunterkll> incubus: lmfao 05:00 < TD-Linux> run 05:00 < sir_lewk> the book Jennifer Government scarred me forever when it comes to fast foot companies and sports shoe companies 05:00 < Hunterkll> hte monopoly peices :D 05:01 < incubus> Hunterkll, hehe 05:01 < incubus> ya 05:01 < Hunterkll> i used to jack hundreds of them 05:01 < incubus> LMFAO 05:01 < Hunterkll> *shifty eyes* 05:01 < Hunterkll> everyone does 05:01 < Hunterkll> :P 05:01 < incubus> so wrong, so wrong 05:01 < Hunterkll> it only came on large fries 05:01 < incubus> yup 05:01 < Hunterkll> and premium chicken sandwiches 05:01 < incubus> btw 05:01 < Hunterkll> #5, 6, and 7 05:01 < incubus> here's a FUCKING TIP 05:01 < Hunterkll> wat 05:01 < Hunterkll> :P 05:01 < incubus> Bring back the McRib permanently 05:01 < incubus> and stfu about it 05:01 < Hunterkll> lmfao 05:01 < Hunterkll> too low profit margin 05:01 < Hunterkll> f u 05:01 < incubus> lol 05:02 < sir_lewk> wats a mcrib? 05:02 < incubus> I got so sick of hearing about it 05:02 < Hunterkll> can't price it good for each region 05:02 < incubus> "Is the McRib back yet?!?!?!" 05:02 < Hunterkll> sir_lewk: ribs on a big bun 05:02 < incubus> "NOO!! STFU!!!!" 05:02 < Hunterkll> :D 05:02 < Hunterkll> lmfao 05:02 < sir_lewk> oh 05:02 < Hunterkll> people aroudn here forgot about the mcrib 05:02 < Hunterkll> bringing back the mcskillet burrito was a big thing 05:02 < incubus> btw 05:02 < sir_lewk> my highschool used to have fake (injection molded) ribs on a bun 05:02 < incubus> another tip 05:02 < Hunterkll> god help us when we finally introduced the angus 05:02 < incubus> Lose the McCafe's 05:02 < sir_lewk> was delicious 05:02 < Hunterkll> incubus: fuck no 05:02 < Hunterkll> we make $1.5 profit on each cup sold 05:02 < incubus> Lose the McCafe's or stop advertising to Black people 05:03 < incubus> are you really selling that many? 05:03 < Hunterkll> that's the highest fucking profit item on the menu, except for sodas 05:03 < Hunterkll> dude, we're doubling our profit target now due to McCafe not being included on targets :P 05:03 < incubus> on targets? 05:03 < TD-Linux> sir_lewk: lolol same here 05:03 < incubus> oh nm 05:03 < TD-Linux> injection molded is so accurate 05:03 < incubus> gotcha 05:03 < Hunterkll> evecn so, when we factored in mccafe, it was still like, 25-40% over what we should have gotten based on average business 05:04 < Hunterkll> like, holy fuck man 05:04 < sir_lewk> it was like a hamburger type deal, only giant waffle-chip shaped :D 05:04 < incubus> Hunterkll, I don't get it, the McCafe doubles your profit target when you AREN'T including it? 05:04 < Hunterkll> we're *doubling* our averge end of month profit due to McCafe 05:04 < Hunterkll> *DOUBLING* 05:04 < incubus> meaning people come in for mccafes and other shit? 05:04 < Hunterkll> I mean 05:04 < incubus> so when the mccafe came out people flocked? 05:04 < sir_lewk> it's amazing how much I still remember all my caf food from highschool after 3 or so years 05:04 < Hunterkll> this is on the first month 05:05 < Hunterkll> it was double our projection without McCafe 05:05 < Hunterkll> the $10k machien paid for itself in 3 months 05:05 < Hunterkll> (yes, it's a $10-15k machine) 05:05 < incubus> cool 05:05 < sir_lewk> wow 05:05 < incubus> Oh I'm sure it is 05:05 < Hunterkll> Melita makes the one we use in our region 05:05 < Hunterkll> there's another one out there, as well 05:05 < incubus> How much is the fry system in total 05:05 < sir_lewk> I always just figured the mccafe stuff was just coffe with icecubes 05:05 < incubus> including the shit that drops them in the bins 05:05 < incubus> and the fryers 05:05 < Hunterkll> nope, it's real espresso 05:05 < incubus> like 50k? 05:05 < sir_lewk> nie 05:05 < Hunterkll> fff idk 05:05 < sir_lewk> *nice 05:06 < incubus> sir_lewk, I don't recommend it 05:06 < Hunterkll> sir_lewk: like, i made a single espresso shot, in a clear cup, it had the 3 layers like expensive espresso does 05:06 < Hunterkll> I love a large non-fat vanilla cappuchino 05:06 < Hunterkll> the only one i like tohugh 05:06 < sir_lewk> I'm getting conflicting reports >_> 05:06 < i_c-Y> what the fuck 05:06 < Hunterkll> (non-fat maeks it taste better) 05:06 < i_c-Y> are you a woman? 05:06 < i_c-Y> seriously 05:06 < incubus> LOL 05:06 < i_c-Y> if your coffee name has more than 1 word 05:06 < incubus> ++i_c-Y 05:06 < Hunterkll> no 05:06 < i_c-Y> you're a fuckin pussy. 05:06 < Hunterkll> fff 05:06 < incubus> Black. 05:07 < incubus> that's my coffee 05:07 < Hunterkll> i wouldn't drink it if it weren't free to me :P 05:07 < Hunterkll> i drink my home coffee black and maxwell house 05:07 < Hunterkll> or i bring home espresso beans and grind 'em myself 05:07 < Hunterkll> but either way, it's still black 05:07 < i_c-Y> you drink maxwell house? 05:07 < i_c-Y> get the fuck out 05:07 < incubus> lmfao 05:07 < Hunterkll> it was on sale 05:07 < Hunterkll> :( 05:07 < sir_lewk> I refuse to patronize starbucks because I can't order a "large" 05:07 < i_c-Y> maxwell house is friggin horrible. 05:07 < Hunterkll> IT WAS ON SALE :( 05:07 < incubus> maxwell house is pretty bad 05:07 < Hunterkll> 2lbs for $5 ! 05:07 < Hunterkll> eh 05:07 < incubus> Folgers is decent 05:07 < Hunterkll> it works 05:07 < sir_lewk> I drink mainly instant no-name brand crap 05:07 < i_c-Y> sir_lewk: the starbucks i've been to accept the term large. 05:08 < incubus> sir_lewk, Venti bitch 05:08 < Hunterkll> lol 05:08 < sir_lewk> aah 05:08 < incubus> I say large 05:08 < incubus> they know wtf I mean 05:08 < sir_lewk> the starbucks near here is on U. Penn.'s campus 05:08 < i_c-Y> oh 05:08 < sir_lewk> bunch of stuck up pricks 05:08 < Hunterkll> dude 05:08 < i_c-Y> upenn students are bitches. 05:08 < Hunterkll> the McD's at college park maryland 05:08 < Hunterkll> sells pepsi 05:08 < i_c-Y> they have some cute girls though. 05:08 < Hunterkll> so does the one in mall of america 05:08 < Hunterkll> PEPSI 05:08 < i_c-Y> but thats another matter. 05:08 <+glk> Coast to coast about cosmology in an hour 05:08 < incubus> Hunterkll, how wrong 05:08 < i_c-Y> yes glk, i got that alert in 3 channels now 05:08 < incubus> glk, ????????? the radio show? 05:08 < Hunterkll> glk: coast to cost am? 05:08 < sir_lewk> nice, I haven't listened to that show in ages 05:09 < Hunterkll> oh yea, that comes on at 2AM 05:09 < Barrett> I'm missed? 05:09 < Hunterkll> YES 05:09 < Hunterkll> YOU ARE 05:09 <+glk> file:///Kendall 8/c2c/ksco.m3u 05:09 < incubus> thanks glk 05:09 <+glk> http://www.ksco.com/ksco.m3u 05:09 < Hunterkll> holy shit it's like a family reunion tonight :D 05:09 -!- Merthsoft [~Shaun@140.141.29.184] has quit [Ping timeout: 384 seconds] 05:10 * sir_lewk finds his headphones 05:10 * Hunterkll pours another two shots of everclear 05:10 < incubus> glk, btw, I declare you're no longer an atheist 05:10 < sir_lewk> lolwut? 05:10 < Hunterkll> hrm 05:10 < Hunterkll> need moar ice 05:10 < TheStorm> Project 64 crashed :( 05:10 < TD-Linux> I now crash the family reunion 05:10 < Hunterkll> and brisk TEA 05:10 < Hunterkll> TD 05:10 < Hunterkll> HOLY SHIZ 05:10 < sir_lewk> but glk is my favorite athiest 05:10 < Hunterkll> DRUNKEN IRC ROX 05:10 < i_c-Y> !k Hunterkll caps 05:10 -!- Hunterkll was kicked from #tcpa by efneTI86 [i_c-Y: caps] 05:10 < incubus> sir_lewk, he thinks he's christian 05:10 < TD-Linux> TheStorm, eww, mupen64plus ftw 05:10 -!- Hunterkll [~kaiba@m485736d0.tmodns.net] has joined #tcpa 05:11 < TheStorm> I was enjoying my Star Fox 64 :P 05:11 < Hunterkll> WAAA 05:11 < Hunterkll> FFFF 05:11 < i_c-Y> Hunterkll is annoying. 05:11 < incubus> want me to take him out? 05:11 < TD-Linux> this channel is annoying 05:11 < TheStorm> TD-Linux, yeah but the windows builds aren't up to date 05:11 < TheStorm> or I'd use it 05:11 < sir_lewk> glk thinks glk is christian? 05:11 < TD-Linux> you don't build your own? >:( 05:11 < Hunterkll> !k i_c-Y You're annoying! 05:11 -!- i_c-Y was kicked from #tcpa by efneTI86 [hunterkll: You're annoying!] 05:11 < incubus> sir_lewk, ever read his poetry? 05:11 < TheStorm> Hmm good point 05:11 < TD-Linux> a build was rolled out a few days ago 05:11 -!- i_c-Y [~Icy@pool-96-242-197-28.nwrknj.east.verizon.net] has joined #tcpa 05:11 < TheStorm> :P 05:11 < Hunterkll> :D 05:11 < i_c-Y> i dont really care - he'll be flipping burgers when i wake up 05:11 < sir_lewk> I thought glk rivaled richard dawkins in athiesm 05:11 < Hunterkll> I still knkow how! :) 05:11 < incubus> OH SHIT 05:11 < i_c-Y> im going to sleep now. 05:11 < Hunterkll> tehe 05:11 < Hunterkll> :) 05:11 < incubus> btw 05:12 < incubus> i_c-Y, don't fuck with PTSD people 05:12 < Hunterkll> i'm surprised i updated my bot passwored to my new password, though. :D 05:12 < Hunterkll> incubus: bah, i'm mostly moved on now. :X 05:12 < incubus> Really? Iraq. 05:12 * incubus watches as Hunterkll kills his neighbors 05:12 < Hunterkll> lmfao 05:12 < Hunterkll> the most i'd ever get is a depressive flashback 05:13 < Hunterkll> i stand honor guard at funerals 05:13 < Hunterkll> Patriot Guard ftw 05:13 < DSP_Lord> \m/ 05:13 * Hunterkll loves his bike :D 05:14 < Hunterkll> Honda FTW 05:14 < sir_lewk> I need to get a bike 05:14 < sir_lewk> cars suck, totally inconvient and no exersize 05:14 < Hunterkll> .... 05:15 < Hunterkll> my bike has a 1300cc engine, yours :D 05:15 < Hunterkll> ? 05:15 <@_Auron_> Hunterkll has a small penis D: 05:15 <@_Auron_> PITY HIM 05:15 < sir_lewk> oh, I was talking bicycles :) 05:15 < Hunterkll> lol 05:15 < Hunterkll> that's not what my wife-to-be said last night 05:15 < Hunterkll> XD 05:15 < Hunterkll> But no, I have a 2006 Honda VTX 1300R now 05:15 < Hunterkll> in the red color 05:16 < Hunterkll> very, very nice bike 05:16 < sir_lewk> slick 05:17 < Hunterkll> Heated handgrips, sissybar with luggage rack, floorboards, windshield, very, very nice 05:17 < Hunterkll> got it new :D 05:19 < sir_lewk> how much does a nice bike like that go for usually? 05:19 < sir_lewk> I got my car used for about 4k 05:20 < sir_lewk> of course, anything is out of my budget for a few years at least right now... 05:20 < sir_lewk> poo :( 05:20 < Hunterkll> I got my bike for $10k with accessories etc 05:21 < sir_lewk> oh, not bad 05:22 < sir_lewk> wait 05:22 < sir_lewk> what!?! 05:22 < sir_lewk> apparently, Irish is a language 05:22 < Hunterkll> it's an $8k bike 05:22 < sir_lewk> like, totally not english. it's own totally different language 05:22 < Hunterkll> with $3-4k accessories 05:23 < sir_lewk> nice 05:23 < sir_lewk> http://en.wikipedia.org/wiki/Irish_language I had no fucking idea 05:23 < Hunterkll> plus it was brand new 05:24 < sir_lewk> ya 05:24 < Hunterkll> 2 miles on the odo :P 05:25 < sir_lewk> lol 05:26 < sir_lewk> http://upload.wikimedia.org/wikipedia/commons/2/24/Dublin_airport_-_Irish_language.jpg oh hacks 05:33 < TheStorm> Hey TD-Linux any chance you'd throw a prebuilt muppen binary my way :P 05:34 < TheStorm> actually scratch that I need sleep 05:34 < TD-Linux> good plan 05:35 -!- asmand [kfinne@kekkonen.cs.hut.fi] has quit [Remote host closed the connection] 05:36 -!- Spengo [~Spengo@pool-71-111-183-96.ptldor.dsl-w.verizon.net] has quit [♥] 05:41 -!- TheStorm [~TheStorm@CPE-70-92-241-13.wi.res.rr.com] has quit [Read error: Operation timed out] 05:43 -!- Barrett [~Barrett@75-165-230-123.slkc.qwest.net] has quit [Leaving] 05:44 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has quit [Time left until the Apocalypse: 28yrs 22wks 5days 21hrs 29mins 41secs] 05:48 -!- i_c-Y [~Icy@pool-96-242-197-28.nwrknj.east.verizon.net] has quit [Read error: Operation timed out] 05:57 < sir_lewk> http://www.cs.drexel.edu/~jlg95/stuff/01%20-%20Samantha.mp3 <== awesome song 06:01 -!- cae [~adfdsfs@190.18.120.160] has joined #tcpa 06:01 < cae> hi guys 06:01 < cae> is it rude for me to ask newbie questions about a ti-83+? 06:04 < chronomex> no 06:04 <+glk> I have data on the TI-89, some of which applies to the TI-83 http://grahamkendall.net/ in Math 06:05 < cae> ok, thanks 06:05 < cae> i was about to ask for recommended programs 06:05 < cae> i really like zoom math, but can't afford it 06:05 < cae> anyone knows a good replacement? 06:07 < sir_lewk> is that that CAS program? 06:08 < cae> err, don't really know what CAS is, sorry 06:08 < sir_lewk> hmm, yeah 06:08 < sir_lewk> Computer Algebra Sytem 06:08 < sir_lewk> *System 06:08 < sir_lewk> like 89's have 06:08 < sir_lewk> anyways, theres Symbolic, which includes PrettyPrint 06:08 < sir_lewk> http://www.ticalc.org/archives/news/articles/5/57/57428.html 06:09 < cae> it's a paid app with easy to type problems and step-by-step resolving 06:09 < sir_lewk> http://www.detachedsolutions.com/symbolic/ 06:09 < sir_lewk> ah, not really sure 06:10 < sir_lewk> honestly I've never actually used ti-calcs for actual math before ;) 06:11 < TD-Linux> I just made this 06:11 < TD-Linux> http://img34.imageshack.us/img34/8686/falconchicken2.jpg 06:11 < TD-Linux> #tcpa opinion please 06:11 < sir_lewk> nice TD-Linux 06:11 < sir_lewk> the ti-89's have a rather powerful cas that I usually use when I need to do actual math 06:12 <+glk> Coast to coast is about cosmology now 06:12 < DSP_Lord> uh, TD-Linux, isn't that a pheasant chicken? 06:13 < TD-Linux> DSP_Lord: no it's a falcon 06:13 < DSP_Lord> er... 06:13 < DSP_Lord> i meant a pheasant falcon. 06:14 < sir_lewk> ugh, I need to get to bed 06:14 < sir_lewk> that bottle of vodka is hitting me all wrong now... 06:15 < TD-Linux> probably :P 06:15 * sir_lewk passes out on #tcpa's couch 06:21 < Hunterkll> hrm 06:21 < Hunterkll> drunk driving 06:21 < Hunterkll> not a good idea 06:21 < Hunterkll> but works when you need some smokes 06:21 < Hunterkll> at least i have a bike instead of a car... easier to drive, heh 06:23 * TD-Linux hits the recliner button on #tcpa's couch 06:23 < Hunterkll> haha 06:24 * Hunterkll watches sir_lewk fall off 06:26 < sir_lewk> D: 06:28 * TD-Linux hits the "that sort of massage" button 06:29 < sir_lewk> aaaaahhh yeaaaaaah 06:30 < sir_lewk> best couch ever 06:30 < sir_lewk> man, all I have is tylenol and that shit is a bad idea when you're drunk 06:36 < E-J> at least in finland you will get fined if you drive a bike under influence (and if you cause an accident) 06:37 < Hunterkll> you'd get arrested + jail + trial for revocation of license and more jail time in the US 06:37 < Hunterkll> :D 06:44 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has joined #tcpa 06:45 <@efneTI92> [Randomist] http://wintervenom.mine.nu 06:48 -!- Hunterkll [~kaiba@m485736d0.tmodns.net] has quit [Ping timeout: 287 seconds] 06:50 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has quit [Quit: Open-source music. http://wintervenom.mine.nu] 06:50 -!- glk [glk@ppp-70-128-106-39.dsl.tulsok.swbell.net] has quit [+] 06:55 -!- Hunterkll [~kaiba@m4e5a36d0.tmodns.net] has joined #tcpa 07:03 -!- Tari_ [~Tari@mke-66-97-124-211.milwpc.com] has joined #tcpa 07:03 <@efneTI92> [Tari_] Remember, remember the 5th of November 07:05 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has joined #tcpa 07:05 <@efneTI92> [sparksPod] http://www.junemann.nl/maxcoderz/images/smilies/grayscale_drifter2.gif Parrot. 07:06 < sparksPod> calc.org is hiring? 07:07 -!- Tari [~Tari@mke-66-97-113-25.milwpc.com] has quit [Ping timeout: 256 seconds] 07:10 -!- LawL0Cide [~mudkipz@168-103-48-60.eugn.qwest.net] has joined #tcpa 07:11 < LawL0Cide> hey 07:11 < LawL0Cide> does anyone have experience with the stats/list editor? 07:11 < LawL0Cide> I need some help 07:11 < LawL0Cide> I have a probability distribution and I want to get the mean, variance and standard deviation of it 07:11 < LawL0Cide> im not sure how 07:13 -!- Hunterkll [~kaiba@m4e5a36d0.tmodns.net] has quit [Ping timeout: 287 seconds] 07:14 -!- nicolas_ [~nicolas@proxy.acri.fr] has joined #tcpa 07:18 < nicolas_> mornign 07:18 < sparksPod> mornin 07:21 < LawL0Cide> anyone? 07:44 < sparksPod> I'm guessing... no 07:48 < sparksPod> sorry! 07:51 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has quit [brbbl] 07:52 -!- cae [~adfdsfs@190.18.120.160] has quit [] 07:59 -!- Legmirage [~mirage_sh@S0106002354614e9c.vc.shawcable.net] has quit [] 08:28 < nicolas_> w00t! 08:28 < nicolas_> my TV is here 09:38 < E-J> crt, lcd or plasma? 09:52 -!- nicolas__ [~nicolas@proxy.acri.fr] has joined #tcpa 09:52 -!- nicolas_ [~nicolas@proxy.acri.fr] has quit [Read error: Connection reset by peer] 10:10 -!- LawL0Cide [~mudkipz@168-103-48-60.eugn.qwest.net] has left #tcpa [] 10:21 -!- leofox [leofox@leofox.student.utwente.nl] has joined #tcpa 10:21 <@efneTI92> [leofox] All we do in hell is play DDR! 11:23 -!- [bsparks] [~NinjaDrag@d60-65-200-180.col.wideopenwest.com] has quit [Read error: Operation timed out] 13:15 -!- i_c-Y [~Icy@pool-96-242-197-28.nwrknj.east.verizon.net] has joined #tcpa 13:15 <@efneTI92> [i_c-Y] It's like I'm the last sane person on Earth. 13:51 -!- Barrett [~Barrett@75-165-230-123.slkc.qwest.net] has joined #tcpa 13:57 < Barrett> Herro all 14:07 < jr19> heyro 14:12 < nicolas__> E-J, Samsung LE46B651... LCD 46" ... good stuff :) 14:13 -!- nicolas__ is now known as nicolas_ 14:23 -!- likeWOAH [~Icy@pool-71-172-209-57.nwrknj.east.verizon.net] has joined #tcpa 14:23 <@efneTI92> [likeWOAH] It's like I'm the last sane person on Earth. 14:30 -!- i_c-Y [~Icy@pool-96-242-197-28.nwrknj.east.verizon.net] has quit [Read error: Operation timed out] 14:32 -!- likeWOAH is now known as i_c-Y 14:36 -!- Netsplit ircd.choopa.net <-> irc.choopa.net quits: nicolas, Perryman 14:36 -!- Netsplit over, joins: nicolas 14:42 -!- Perryman` [perryman@host-32-188-220-24.midco.net] has joined #tcpa 14:43 < i_c-Y> hey 14:43 < i_c-Y> what the fuck 14:43 < i_c-Y> blizzcon 14:43 < i_c-Y> ozzy 14:43 < nicolas_> eH ? what ? 14:45 < i_c-Y> ozzy osbourne will be at blizzconn 14:45 < Barrett> well, he did hack up his own WoW character 14:45 < Barrett> or at least there was a commercial about that 14:45 < Barrett> right? 14:46 < i_c-Y> dunno 14:48 < jr19> yes there was 14:48 < jr19> in fact, ozzy osbourne created world of warcraft, it was his idea 14:48 < Barrett> http://www.youtube.com/watch?v=mT8maUTzE48 14:49 < Barrett> i_c-Y, ^ 14:50 < i_c-Y> haha 14:58 -!- Spengwork [~asdf@pool-71-111-134-79.ptldor.dsl-w.verizon.net] has joined #tcpa 15:04 -!- Mwyann [~Mwy@88-123-66-12.rev.libertysurf.net] has quit [Ping timeout: 1748 seconds] 15:05 -!- Mwyann2 [~Mwy@88-123-66-12.rev.libertysurf.net] has joined #tcpa 15:23 < Barrett> On June 7, 2009, a 60-year-old man from Cressona, Pennsylvania allegedly touched Minnie Mouse's breasts while he was visiting the Magic Kingdom. He was convicted of misdemeanor battery on August 11, 2009.[94] 15:23 < Barrett> http://en.wikipedia.org/wiki/Incidents_at_Disney_parks 15:26 < jr19> i didnt know minnie mouse even had breasts 15:26 < Barrett> me neither 15:26 < Barrett> but according to that article, a lot of people die at disney parks... 15:43 < jr19> probably cuz a lot of people go 15:44 < jr19> or do they die because of rides 15:55 -!- blankie [~myname@d207-6-186-113.bchsia.telus.net] has quit [Read error: Operation timed out] 15:55 < E-J> nicolas_: apparently you have good income to buy such a things :) 15:56 -!- Mwyann2 [~Mwy@88-123-66-12.rev.libertysurf.net] has quit [Excess Flood] 15:56 -!- blankie [~myname@d207-6-186-113.bchsia.telus.net] has joined #tcpa 15:56 -!- Mwyann2 [~Mwy@88-123-66-12.rev.libertysurf.net] has joined #tcpa 15:57 < nicolas_> E-J, well, I just have been saving up really ;-) 15:57 < nicolas_> since I didn't have to pay for rent and such things until recently 15:57 < nicolas_> so I bought while I can :D 15:57 < nicolas_> and you know what they say: "you only live once" ... so might as well make it as enjoyable as possible 15:57 < E-J> ah :) 15:59 < E-J> i still have old 26" widescreen crt tv and maybe i don't buy a new one anytime soon (or not while i'm still student) 16:00 < jr19> i bought a 32" LCD when i moved...big enough for me 16:00 < E-J> yeah that mine is still big enough for me 16:02 < E-J> and i should turn it on, because program from iaaf world champs starts 16:05 -!- nicolas_ [~nicolas@proxy.acri.fr] has quit [Read error: Operation timed out] 16:31 -!- Goplat [~goplat@76-191-156-24.dsl.dynamic.sonic.net] has joined #tcpa 16:32 -!- mode/#tcpa [+v Goplat] by SnowCrash 16:33 -!- Tr1bal is now known as Tribal 16:33 < sir_lewk> huh, quakelive for linux now 16:34 < sir_lewk> this out to be interesting 16:40 < sir_lewk> sorry, did I say interesting? I meant painful 16:40 < sir_lewk> how is this supposed to be nicer than playing quake3 natively again? 16:43 < Spengwork> well that was interesting 16:44 < Spengwork> I got in a wreck :U 16:44 < Spengwork> I was just waiting at a stoplight, and heard a big BANG behind me and then another BANG and smashed into me 16:44 < Spengwork> classic dumb blonde wasn't paying attention and smashed into the dude behind me 16:44 < Spengwork> absolutely no damage to the company truck I was driving though 16:44 < Spengwork> bigass F350 flatbed 16:44 < sir_lewk> whiplash 16:44 < Spengwork> nah I didn't get hit that hard 16:44 < sir_lewk> sue her dumb blond ass 16:44 < sir_lewk> meh 16:44 < Spengwork> lol 16:44 < Spengwork> the other guy might have got whiplash though 16:44 < sir_lewk> at least try to freak her out 16:45 < sir_lewk> get a phonebook and start randomly dialing ambulance chasers ;P 16:57 < Milyardo> I haven't had an problems with quakelive on Linux 16:58 -!- Genolo [~Geno@69.177.11.99] has joined #tcpa 16:58 -!- mode/#tcpa [+v Genolo] by efneTI81 16:58 < sir_lewk> I think I'm having firefox issues in general actually 16:58 < E-J> or issues in gererally? 16:58 -!- Mwyann2 [~Mwy@88-123-66-12.rev.libertysurf.net] has quit [Read error: Operation timed out] 16:58 < sir_lewk> nah, my real webbrowser works just fine thanks ;P 16:59 < E-J> and brains? 16:59 < sir_lewk> what brains? 16:59 < sir_lewk> I traded those for hotdogs last week 17:00 < sir_lewk> mmmm, delicious hotdogs 17:00 -!- Mwyann2 [~Mwy@88-123-66-12.rev.libertysurf.net] has joined #tcpa 17:05 -!- Merthsoft [~Shaun@140.141.213.3] has joined #tcpa 17:10 < sir_lewk> http://www.physicsfundamentalized.com/PhysicsIII/PF3W8L1.m4v <== my physics lecture! 17:15 < i_c-Y> lunch ideas, go! 17:16 <@_Auron_> pizza 17:16 <@_Auron_> I really, really, really want pizza 17:16 < mokomull> ooh 17:16 < mokomull> leftover spaghetti I think for me 17:30 < E-J> i ate meatloaf and pasta for lunch 17:43 -!- seidior [~spencer@64.87.1.152] has quit [Read error: Operation timed out] 17:59 -!- JoelS [~JSeligste@1601br1-egress-1.corp.tfbnw.net] has joined #tcpa 18:02 -!- seidior [~spencer@64.87.1.152] has joined #tcpa 18:03 < Merthsoft> i_c-Y: Subs! 18:03 < i_c-Y> what kind 18:04 <@_Auron_> maybe I should go to cici's 18:04 < jr19> they closed ours :( 18:07 <@_Auron_> the one in frisco got closed because the rich people thought it was too ghetto, then they bitche that there was no cici's so they opened it back up 18:07 < Andy_J> !k DSP_Lord 2 18:07 -!- DSP_Lord was kicked from #tcpa by efneTI86 [ajanata: 2] 18:07 -!- DSP_Lord [~darksidep@h113.83.29.71.dynamic.ip.windstream.net] has joined #tcpa 18:09 < jr19> i liked it for the price 18:12 -!- BBSplat [~bbsplat@d14-69-214-224.try.wideopenwest.com] has joined #tcpa 18:12 -!- mode/#tcpa [+b BBSplat*!*@*] by efneTI85 18:12 -!- BBSplat was kicked from #tcpa by Remius [Banned: 7d #tcpa is not a sandbox] 18:15 < Tribal> who's bbsplat? 18:15 < jr19> i was also curious 18:16 < Tribal> bsparks maybe? 18:17 < jr19> same isp at least 18:18 < jr19> different areas though i think 18:18 < Tribal> ah 18:27 -!- mode/#tcpa [-b BBSplat*!*@*] by efneTI80 18:28 < jr19> splat 18:48 -!- incubus [incubus__@98.194.19.98] has quit [Read error: Connection reset by peer] 18:48 < Spengwork> we don't like bsparks anymore? 18:48 < Andy_J> that isn't him 18:49 < jr19> yeah its someone else 18:49 < Merthsoft> i can't get to facebook... 18:49 < jr19> you can tell by the hostname kinda 18:49 < Merthsoft> and downforeveryoneorjustme.com says it's up 18:49 < jr19> i'm connected to facebook chat... 18:49 < Merthsoft> but no one else at my school can get to it 18:50 < Merthsoft> there's no way we'd start blocking it, Denison has a fucking facebook page 18:50 < jr19> blocked yo 18:50 < jr19> do a dns lookup on it 18:50 < Merthsoft> how? 18:50 < Andy_J> it went down briefly here 18:50 < jr19> start > run > cmd 18:50 < Andy_J> just keep trying 18:50 < jr19> nslookup www.facebook.com 18:50 < Andy_J> don't say nslookup 18:50 < jr19> why not 18:50 < Andy_J> I said don't say nslookup >_> 18:50 < Andy_J> dig > nslookup 18:50 < jr19> lol you asked me too late 18:50 < Andy_J> nslookup is a very naughty DNS client 18:51 < Merthsoft> dig isn't recognized 18:51 < jr19> well i'm guessing dig isn't in windows 18:51 <@_Auron_> okay, finally leaving for cici's 18:51 < Merthsoft> i can ping it 18:51 < jr19> what iP address does it say 18:51 < Merthsoft> 69.63.178.11 18:52 < jr19> weird, looks right 18:52 < jr19> https://www.facebook.com ? 18:53 < jr19> nevermind that doesnt work 18:53 < jr19> could always try http://69.63.178.11 but that's all i got 18:53 < jr19> otherwise, contact IT :D 18:56 < Andy_J> 14:50:27 < Andy_J> it went down briefly here 18:56 < Andy_J> 14:50:30 < Andy_J> just keep trying 18:56 < Merthsoft> i can get it on my phone :| 18:57 < Merthsoft> i can get to m.facebook.com from my browser! 18:59 < jr19> its a conspiracy 19:00 < jr19> maybe its your browser 19:01 < Merthsoft> all of my browsers and all my virtual machine browsers? 19:02 < Merthsoft> and everyone else at my school's browsers? 19:02 < Andy_J> probably a routing problem 19:02 < Merthsoft> probably 19:03 < Merthsoft> i can just use m.facebook.com 19:03 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has joined #tcpa 19:02 <@efneTI92> [sparksPod] http://www.junemann.nl/maxcoderz/images/smilies/grayscale_drifter2.gif Parrot. 19:02 < jr19> it was sarcasm 19:03 < jr19> does seem sorta weird that you can ping it though 19:03 < Andy_J> verizon and internap aren't too happy right now 19:03 < jr19> although more is accessed than just www.facebook.com 19:07 -!- mtgrss111 [~Joe@c-98-200-24-14.hsd1.tx.comcast.net] has joined #tcpa 19:08 -!- mode/#tcpa [+v mtgrss111] by efneTI86, efneTI80, etaonrish 19:13 <+mtgrss111> rawr! pokeymanz! 19:14 < jr19> ;D 19:14 < jr19> i'm looking through really old emails 19:15 < jr19> some weird shit in here 19:23 -!- Merthsoft [~Shaun@140.141.213.3] has quit [Ping timeout: 384 seconds] 19:31 -!- Merthsoft [~Shaun@140.141.29.184] has joined #tcpa 19:34 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has quit [brbbl] 19:35 -!- _Auron|G1 [~Auron@m490436d0.tmodns.net] has joined #tcpa 19:35 <@efneTI92> [_Auron|G1] We called it Sin. 19:43 -!- TD-Linux [~wheeeeeee@96-42-94-192.dhcp.roch.mn.charter.com] has quit [Read error: Operation timed out] 19:47 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has joined #tcpa 19:47 <@efneTI92> [Randomist] http://wintervenom.mine.nu 19:48 * Randomist waves from Windows Seven. 19:57 -!- TD-Linux [~wheeeeeee@96-42-94-192.dhcp.roch.mn.charter.com] has joined #tcpa 19:59 <+mtgrss111> jr19, yeah, I never delete my emails 20:00 <+mtgrss111> I just move them into an archive folder 20:00 <+mtgrss111> I have emails from years ago 20:00 < E-J> i used to delete my mails, but haven't done that in years 20:01 <+mtgrss111> can't say I ever heard of it. doesn't seem to be much, now. 20:04 < Randomist> I wonder if I can find a tiling window manager for Windows... 20:04 < Randomist> One that has a stacking mode. 20:09 < sir_lewk> http://www.whiteninjacomics.com/comics/weenies.shtml <== best idea ever :D 20:09 < jr19> i was looking through my one gmail account 20:09 < jr19> the one that i used to use for everything 20:11 < jr19> Randomist: thinking about making the switch back? ;) 20:12 < sir_lewk> tiling WMs annoy me 20:12 < sir_lewk> I've yet to find one that I really like 20:12 < Randomist> jr19: It's on my external-SATA, so I never left. :) 20:14 < Randomist> And I'm working on getting it in a VM, too. Someone said the the 3D acceleration for Arch guests is fixed now. 20:19 < jr19> i've been using windows 7 for awhile and have gotten quite accustomed to it 20:25 < Merthsoft> FUCKING FACEBOOK WTF 20:26 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has joined #tcpa 20:26 <@efneTI92> [sparksPod] http://www.junemann.nl/maxcoderz/images/smilies/grayscale_drifter2.gif Parrot. 20:30 * jr19 logs into facebook 20:31 < Merthsoft> fuck you 20:31 < jr19> you should ask teresa beamer whats up 20:31 * E-J listens music from spotify and logs also into facebook 20:33 < Merthsoft> fuck you 20:34 * Randomist shrugs and joins the logging in. 20:35 < E-J> i assume spotify isn't still available on usa? 20:35 < Randomist> Nope. 20:35 < Randomist> But BitTorrent/Usenet is. 20:36 < E-J> spotify is legal, bittorrent/usenet mostly isn't 20:42 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has quit [Quit: Open-source music. http://wintervenom.mine.nu] 20:44 < jr19> interesting 20:44 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has joined #tcpa 20:46 < jr19> WB 20:50 -!- Winterven [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has joined #tcpa 20:50 <@efneTI92> [Winterven] http://wintervenom.mine.nu 20:52 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has quit [Read error: Operation timed out] 20:57 -!- incubus [incubus__@98.194.19.98] has joined #tcpa 21:00 -!- Andy_J [ajanata@ajanata.com] has quit [brb] 21:02 -!- Spengwork [~asdf@pool-71-111-134-79.ptldor.dsl-w.verizon.net] has quit [Quit: <3] 21:03 -!- Tari_ is now known as Tari 21:04 < Tari> gotta love it when no one else is hoem 21:04 < Tari> *home 21:04 < Tari> I didn't bother washing my plate from lunch, and now I'm reusing it for my dinner :) 21:06 -!- Spengwork [~asdf@pool-71-111-134-79.ptldor.dsl-w.verizon.net] has joined #tcpa 21:06 < jr19> that sort of digusts me 21:06 < Tari> well, I rinsed it off 21:06 < Tari> and I only had a burger for lunch 21:07 < jr19> hmm 21:07 < jr19> i guess thats not terrible 21:07 < jr19> unless there were still bits and pieces of food on it 21:07 < jr19> hours old food, being eaten by bacteria 21:08 -!- glk [glk@adsl-64-149-62-56.dsl.tul2ok.sbcglobal.net] has joined #tcpa 21:08 -!- mode/#tcpa [+v glk] by efneTI80 21:09 < Tari> just crumbs of bread 21:10 < i_c-Y> what kind of burger? 21:10 < Tari> turkey, with bacon and a bunch of onion 21:11 < i_c-Y> lame 21:11 < i_c-Y> turkey 21:11 < jr19> that sounds good though 21:12 < jr19> three good ingredients 21:12 < i_c-Y> was it real bacon? 21:13 < Tari> yeah, fried up last night 21:13 < jr19> so was it a burger or was it a sandwich 21:13 < jr19> a turkey burger? 21:14 -!- _Auron|G1 [~Auron@m490436d0.tmodns.net] has quit [AndroidIrc Disconnecting] 21:14 < Tari> definitely a burger, but I put it on slices of bread since there weren't any buns 21:15 < jr19> i've never had a turkey burger 21:15 < i_c-Y> turkey burgers really arent bad 21:15 < i_c-Y> beef is just far superior 21:15 -!- bsparks [~NinjaDrag@d60-65-200-180.col.wideopenwest.com] has joined #tcpa 21:15 <@efneTI92> [bsparks] http://www.junemann.nl/maxcoderz/images/smilies/grayscale_drifter2.gif Parrot. 21:16 -!- krisk [~krisk@j239072.upc-j.chello.nl] has joined #tcpa 21:16 < krisk> hio 21:16 < jr19> hey krisk 21:16 -!- mode/#tcpa [+v krisk] by efneTI81 21:17 <+krisk> hi 21:17 < jr19> whats happening 21:17 <+krisk> was a busy day today 21:17 < jr19> oh really 21:17 < jr19> why 21:18 <+krisk> well first work of course, then i chillaxed in the shadow of some trees at a beach with girl 21:18 < i_c-Y> cause he was fuckin ho's clockin dough up to no good 21:18 < i_c-Y> just kidding. 21:18 <+krisk> then played squash and then watched a movie at a friend's 21:18 < i_c-Y> good to see that there are still girls without restraining orders against you 21:18 <+krisk> just one 21:19 <+krisk> who matters anyway 21:19 < Merthsoft> i_c-Y: girl is pretty relative, really 21:19 <+krisk> chromosomes are pretty absolute actually 21:19 < Merthsoft> sex and gender are not the same 21:20 <+krisk> good enough for me 21:20 < Merthsoft> probably a biological boy whose gender identification if girl 21:20 < Merthsoft> is 21:20 <+krisk> that would be a boy who identifies himself as a girl 21:20 <+krisk> a boy who identifies himself as a girl is a boy, not a girl 21:20 < sir_lewk> "gender identification" is retared 21:20 < sir_lewk> there, I said it 21:21 < Merthsoft> not according to that boy 21:21 < sir_lewk> yeah 21:21 <+krisk> if the boy was objective he would agree he is a boy identifying as girl, otherwise he would have no need to think of the matter 21:21 < Merthsoft> what if the boy got a sex change and is now a girl? 21:21 < sir_lewk> well some pretty crazy shit is very real to schizophrenic people too 21:21 <+krisk> if he actually believed that he was just a girl then there would be no issue 21:21 < sir_lewk> but they're still crazy 21:21 < Merthsoft> chromosomes are pretty absolute and say he's a boy 21:21 < Merthsoft> but YOU think he's a girl 21:21 <+krisk> then he´s a boy who identifies as a girl and got a sex change 21:21 <+krisk> this isnt rocket science 21:22 < Merthsoft> but you don't know that 21:22 <+krisk> ok= 21:22 <+krisk> then what 21:22 < Merthsoft> to you he's a she, unless you blood test everyone 21:22 < Merthsoft> then girl is a relative term 21:22 <+krisk> not really, im just not aware of the absolute facts 21:23 < jr19> thats when you look at the hands and see how big they are 21:23 < sir_lewk> I like my women with two X chromosomes and no dick 21:23 < sir_lewk> just sayin 21:23 <+krisk> eh if theyre young you can do a lot with hormones 21:23 <+krisk> prevent all the manly growth 21:23 <+krisk> but hey if she's everything the same as she is now but was born a boy, then what the hell would i lose in still going for her? 21:24 < jr19> wat 21:24 <+krisk> it would be factually correct to say id be going with a boy but if its that unrecognizable then its a rather insignifanct fact isnt it 21:24 < Tribal> exactly my thoughts, wat 21:25 < sir_lewk> blah 21:25 <+krisk> if you needed a dna test to find out at all then the difference is meaningless 21:26 < sir_lewk> if I don't know, then what I don't know can't hurt me 21:26 < sir_lewk> obviously 21:26 <+krisk> what you dont know can hurt you 21:26 <+krisk> obviously 21:26 < sir_lewk> my thoughts exactly :P 21:26 < sir_lewk> wait 21:26 < sir_lewk> well in this context, not really 21:26 <+krisk> fair enough 21:26 < jr19> aka "i dont know if that hooker i had unprotected sex with last night has aids" 21:27 <+krisk> for example 21:27 < sir_lewk> if I don't know her vag has teeth and is hungry for dick, then that could hurt... 21:27 <+krisk> or "I dont know how this whole girl having a bf already but having real doubts about that all the time even though ive given her plenty of opportunities to choose not to know me anymore is goign to work out can go wrong too" 21:27 < i_c-Y> ... what the fuckisthis 21:29 < sir_lewk> a philosophical discussion on the meaning of gender and sexuality? 21:29 < sir_lewk> prude 21:29 <+krisk> i have an serious question for a moment 21:29 <+krisk> if thats ok 21:29 < i_c-Y> og ahead 21:30 <+krisk> just dont ban me or anything, i still have about 30 minutes to fill up with irc before i go to bed, or ill be bored 21:30 < i_c-Y> ok 21:30 < sir_lewk> shoot 21:31 <+krisk> say theres a girl who has a bf and she also has very serious feelings for you but she can't make up her mind about the whole thing since any choice she makes is going to suck badly for someone or two someones 21:32 <+krisk> so after 6 months and her still not having figured it out you write out everything you think about it all 21:33 < jr19> and then 21:33 <+krisk> and she says she'll read it but she's afraid it might make things even more difficult 21:33 <+krisk> what do you do 21:34 < jr19> i honestly think you should tell her to make a decision within like a week, and if she chooses someone else, then forget about it and don't contact her anymore 21:34 < jr19> cuz from the sounds of it, she's just been stringing you along for a long ass time heh 21:35 < sir_lewk> I'd find some other chick to screw 21:35 < sir_lewk> she'll get jelous and come to you... or not 21:35 <+krisk> if there was someone else interesting enough there wouldnt be much of an issue obviously 21:35 < sir_lewk> either way, you still get screwed 21:35 < sir_lewk> meh 21:35 < sir_lewk> get the other guy hit by a bus then 21:35 <+krisk> this isnt some run of the mill dumbass attention whore 21:36 < sir_lewk> tell her to make a decision or you'll make it for her? 21:36 < sir_lewk> because life is to short to wait for some chick 21:36 <+krisk> erm the alternative is still not having a chick so thats no reason to stop hanging around her 21:37 <+krisk> its not like ill get another chick just because i give up on this one 21:37 <+krisk> and so far ive had no reason to other than getting bored of the doubts she keeps getting 21:38 < sir_lewk> dunno man 21:38 <+krisk> the length of time ill 'wait' (like i have other options) is obviously directly related to how good an option she is 21:39 < DSP_Lord> tl;dr version: baw. 21:39 <+krisk> yeah 21:39 <+krisk> just trying to figure out what to do 21:39 < sir_lewk> holy fucking shit, my roommate... 21:39 <+krisk> she's a good person for me to know even like this, so turning away from her would also be a loss 21:39 < jr19> i dunno i'm a big fan of ultimatums 21:39 < DSP_Lord> krisk, honestly, why do you spend so much time in here bawing about girls when you could be out there doing something about it? 21:40 <+krisk> because i have half an hour to spare 21:40 < DSP_Lord> sigh. 21:40 <+krisk> from doing stuff about things all day today 21:40 < jr19> sir_lewk: your roommate what 21:40 < sir_lewk> he got this fucking clarinet and keeps playing single notes for like 3 minutes straight 21:40 <+krisk> and since your opinions are very meaningfull it seems like half an hour well spent 21:41 < sir_lewk> I can't even think, it's destroying my braintissue 21:41 <+krisk> lol 21:41 < DSP_Lord> sir_lewk: simple solution is to shove the clarinet up his ass. 21:41 <+krisk> DSP_Lord when was the last time i was in here bawing about girls? 21:41 < DSP_Lord> krisk: i'm sure that no opinion that can be had in here is worthless unless you do something about it. 21:41 < DSP_Lord> krisk, uh, every time i pay attention at the same time you're talking? 21:41 <+krisk> the question was what to do about it wasnt it 21:41 < sir_lewk> ya, there are two options here 21:42 < sir_lewk> wait 21:42 <+krisk> thats not true 21:42 < sir_lewk> ultimatum 21:42 < i_c-Y> the bourne ultimatum 21:42 < sir_lewk> or hookers and blow 21:42 < sir_lewk> so 4 options 21:42 < sir_lewk> it's a good movie, you should watch it :) 21:42 <+krisk> well ive thought of some other options of course, like just leaving her alone without any ultimatum and never contacting her again, emo bf assasination, etc 21:43 < DSP_Lord> krisk, all i'm saying is nothing will come of these situations if you don't act on it. 21:43 < sir_lewk> well if you like the chick as a friend too, then that option is retarded 21:43 <+krisk> i understand that, hence the question 21:43 < sir_lewk> ok, another option: threesomes 21:43 <+krisk> ive cut off plenty of girls by now to know that :) 21:43 < DSP_Lord> what question 21:43 < sir_lewk> perhaps not an option 21:43 <+krisk> DSP_Lord I'm not wondering if something should be done, I'm wondering what should be done 21:44 < sir_lewk> so, to sum this up here are your choices: wait, ultimatum, watch the bourne ultimatum, hookers and blow, or threesomes 21:44 <+krisk> writing some stuff down for her to read is something im doing and may end her doubts (in my favor or not) 21:44 < sir_lewk> you may pick which you want 21:44 < DSP_Lord> i'm going with screw the whole thing, sir_lewk. :P 21:44 < sir_lewk> so hookers and blow? I'll bring the blackjack :) 21:44 <+krisk> if it fails i'll need to do something else 21:45 < sir_lewk> how about you talk to her instead of writting her? 21:45 < sir_lewk> writting letters seems so victorian 21:45 < DSP_Lord> so hookers and blow? I'll bring the blackjack :) 21:45 <+krisk> thats what i did today 21:45 < DSP_Lord> sir_lewk++; 21:45 <+krisk> well im not goign to send it by mail 21:45 < sir_lewk> aww 21:45 < sir_lewk> that'd be kinda cool 21:45 <+krisk> seems kinda awkward to do 21:45 < sir_lewk> with a proper wax seal! 21:45 <+krisk> lol 21:46 <+krisk> written with a swan feather 21:46 < sir_lewk> oh yes 21:46 <+krisk> delivered by horse 21:46 <+krisk> fuck it, that might be better too :P 21:46 < sir_lewk> make it so 21:46 <+krisk> I do have a horse 21:46 < sir_lewk> nice 21:46 <+krisk> but i'd probably crash it into a building or car 21:47 <+krisk> anyway, i guess i have your opinions 21:47 < sir_lewk> lol, how do you crash a horse? 21:47 <+krisk> i thought maybe one of them was an option that had a posibbility of working out nicely for me 21:47 < sir_lewk> shouldn't the horse have the sense to override a stupid command? 21:48 <+krisk> by not knowing how to ride one and making it panic or whatever? 21:48 < jr19> lol crash a horse 21:48 <+krisk> well the car could crash into the horse obviously 21:48 <+krisk> or the horse may crash me into the ground 21:48 <+krisk> there are many ways of crashing a horse 21:48 < jr19> none involves me though because i refuse to ride a horse 21:48 * sir_lewk tries to imagine someone riding a horse straight into a brick wall, "crash test dummy" style 21:49 <+krisk> but i guess its not gonna work out in my favor no matter what i do anyway 21:49 < sir_lewk> do horses have crumple zones? 21:49 < Tari> sure, necks 21:49 <+krisk> i just like to exploit all my resources since i like to have hope in things, is all 21:49 < sir_lewk> actually, I rode a horse once, those bitches are crazy 21:49 <+krisk> eh it depends 21:50 <+krisk> our horse is an asshole 21:50 <+krisk> bossy as hell 21:50 < sir_lewk> I was doing a horse tour at some national park with a ton of cliffs and stuff. halfway through there was a freak hailstorm 21:50 < sir_lewk> my horse freaked out, closed it's eyes, and nearly ran off the cliff (thankfully there was a guardrail it ran into...) 21:50 < sir_lewk> wow, that was like 5 years ago 21:52 < jr19> lol 21:53 < jr19> that would've been epic fail 21:53 <+krisk> one thing i wonder though 21:53 <+krisk> why does nobody believe its possible that something can work out when plenty of girls leave their bfs for other guys? 21:54 < jr19> no one said it couldn't work out 21:55 < jr19> i just think everyone agrees that its not healthy to let yourself be strung along 21:55 <+krisk> what does that mean? 21:55 < jr19> like...being kept around as insurance or something 21:56 <+krisk> how can you tell if she's really honestly doubting things or would just like some insurance in case her bf goes wrong 21:56 < jr19> have you ever read "the ladder theory" 21:57 <+krisk> not completely no 21:57 <+krisk> i had the summary i think 21:57 <@_Auron_> http://www.todaysbigthing.com/2009/08/17 21:57 <+krisk> why? 21:57 < jr19> oh 21:58 < jr19> just wondering, its interesting heh 21:58 < jr19> www.laddertheory.com 21:58 <+krisk> ithink its crap 21:58 <+krisk> or at least it only applies to boring girls i dont care about 21:59 <+krisk> otherwise we wouldnt be having this conversation 21:59 < jr19> heh, well i don't know 22:00 < jr19> i am leaving work though, i guess it is up to krisk what krisk decides is best for his future 22:00 <+krisk> of course 22:00 <+krisk> but that theory doesnt apply here 22:00 <+krisk> everything about me is better than the other guy 22:00 <+krisk> he was just first is all 22:01 < jr19> maybe not in her eyes 22:01 < jr19> or her brain 22:01 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has quit [brbbl] 22:01 < jr19> but i'm out bbl 22:01 <+krisk> im pretty sure of it 22:01 <+krisk> i think her struggle is actually about wether going for me because im better is morally ok to do 22:01 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has joined #tcpa 22:02 <+krisk> she feels an obligation not to, which is the problem 22:02 < i_c-Y> bitches aint shit 22:02 <+krisk> and a need for self-sacrifice even to make things matter 22:02 <+krisk> also, he threatens suicide if she breaks up 22:02 -!- Winterven [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has quit [Quit: Open-source music. http://wintervenom.mine.nu] 22:03 <+krisk> which I dont think is part of the ladder equation 22:04 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has joined #tcpa 22:04 <+krisk> oh well 22:05 * Randomist hopes he'll be okay with UAC off. 22:16 -!- Andy_J [ajanata@ajanata.com] has joined #tcpa 22:16 -!- mode/#tcpa [+o Andy_J] by efneTI86 22:17 -!- krisk [~krisk@j239072.upc-j.chello.nl] has quit [User excited] 22:19 -!- mode/#tcpa [-o Andy_J] by Andy_J 22:29 -!- tsrk_ [~tsrk@32.97.110.52] has joined #tcpa 22:29 < tsrk_> how do I rationalize (sqrt(x) - 3) / (x - 9) 22:31 < Randomist> http://www.mathway.com/ 22:42 -!- DSP_Lord [~darksidep@h113.83.29.71.dynamic.ip.windstream.net] has quit [Read error: Operation timed out] 22:43 -!- DSP_Lord [~darksidep@h66.41.213.151.dynamic.ip.windstream.net] has joined #tcpa 22:51 -!- DSP_Lord [~darksidep@h66.41.213.151.dynamic.ip.windstream.net] has quit [Read error: Operation timed out] 22:51 -!- DSP_Lord [~darksidep@h172.8.96.216.dynamic.ip.windstream.net] has joined #tcpa 22:56 -!- Tyler2 [nexon@76.67.250.173] has joined #tcpa 23:10 -!- Netsplit hub.efnet.nl <-> irc.efnet.pl quits: seidior, i_c-Y, +Netham45, tr1p1ea, Mwyann2 23:20 < Barrett> hai world 23:24 -!- Netsplit over, joins: seidior, Mwyann2, i_c-Y, +Netham45, tr1p1ea 23:24 < Merthsoft> god 23:24 < Merthsoft> dammit 23:25 < Merthsoft> facebook 23:25 < sparksPod> balls 23:26 < Randomist> Use Pidgin? 23:26 < Tribal> XChat 23:27 < Randomist> No, for Facebook. 23:27 < Tribal> oh, woops 23:27 < i_c-Y> hi. 23:27 < Tribal> hehe, sry bout that 23:28 -!- Randomist [~Randomist@cdm-75-109-109-35.asbnva.dh.suddenlink.net] has quit [Quit: Open-source music. http://wintervenom.mine.nu] 23:40 -!- patz2009 [~patrick@c-69-247-152-128.hsd1.tn.comcast.net] has joined #tcpa 23:40 -!- mode/#tcpa [+v patz2009] by efneTI85 23:41 -!- sparksPod [~zeropod@cpe-98-27-129-76.neo.res.rr.com] has quit [brbbl] 23:41 -!- HelDragon [jd@modemcable178.248-201-24.mc.videotron.ca] has quit [Quit: it's better to push something when it's slipping than to risk being dragged down] 23:46 -!- Tribal [~Tribal@oh-76-5-240-130.dhcp.embarqhsd.net] has quit [Quit: storm, g2g] 23:47 -!- LordMathi [~darksidep@h57.104.88.75.dynamic.ip.windstream.net] has joined #tcpa 23:47 -!- DSP_Lord [~darksidep@h172.8.96.216.dynamic.ip.windstream.net] has quit [Read error: Operation timed out] 23:47 <@efneTI92> [LordMathi] I'm not a ninja, no idea what you're talking about. 23:48 -!- Spengwork [~asdf@pool-71-111-134-79.ptldor.dsl-w.verizon.net] has quit [Read error: Connection reset by peer] 23:57 < Andy_J> !k LordMathi 14 23:57 -!- LordMathi was kicked from #tcpa by efneTI86 [ajanata: 14] 23:57 -!- LordMathi [~darksidep@h57.104.88.75.dynamic.ip.windstream.net] has joined #tcpa 23:57 < Merthsoft> !k LordMathi 15? 23:57 -!- LordMathi was kicked from #tcpa by efneTI86 [Merthsoft: 15?] 23:57 -!- LordMathi [~darksidep@h57.104.88.75.dynamic.ip.windstream.net] has joined #tcpa 23:57 -!- LordMathi is now known as DSP_Lord 23:58 < Andy_J> I was up to 19 by that point 23:58 < Andy_J> so we'll count that as 19 23:58 < Merthsoft> wjat are you counting? 23:59 < Andy_J> 18:11:15 <&ajanata> Events 23:59 < Andy_J> 18:11:15 <&ajanata> See All 23:59 < Andy_J> 18:11:16 <&ajanata> Matthew Offner's birthday Today 23:59 < Andy_J> 18:11:19 <&ajanata> ^ 23:59 < DSP_Lord> >_> 23:59 < i_c-Y> birthday kicks? 23:59 < i_c-Y> how old is dsp? 23:59 < Merthsoft> i can't get to faceboooooook 23:59 < i_c-Y> !k DSP_Lord birthday kick! 23:59 -!- DSP_Lord was kicked from #tcpa by efneTI86 [i_c-Y: birthday kick!] 23:59 < Andy_J> I'm spreading them out among 6 channels on 3 servers 23:59 < Andy_J> ok that's 20 --- Log closed Thu Aug 20 00:00:01 2009