--- Log opened Sun Mar 23 00:00:43 2008 00:06 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has joined #se2600 00:06 -!- mode/#se2600 [+o ShadowHntr] by ChanServ 00:28 <@dasunt> Mirage: Yep. 00:28 <@dasunt> Mirage: It looks like a tunerless mythtv box would make a nice media player/game frontend. 00:29 <+scort> hi dasunt 00:29 <@Mirage> Shouldn't be any problem, and the menus are just xml files that you can easily go in and edit 00:29 <@Mirage> I have all the crap taken out of the menus that I don't use 00:30 <@Mirage> ok, time to go home 00:30 <@dasunt> Oh, nice. 00:30 <@dasunt> I didn't know that. 00:37 -!- dc0de [n=dc0de@12.155.202.163] has joined #se2600 00:37 -!- mode/#se2600 [+o dc0de] by ChanServ 00:38 <@dc0de> all props to SkyDog_ and crew for another great Con! 00:42 <@dasunt> He does kick ass. 00:44 -!- dc0de [n=dc0de@12.155.202.163] has quit [Read error: 104 (Connection reset by peer)] 00:44 <@poiupoiu> hells yeah 00:44 -!- dc0de [n=dc0de@12.155.202.163] has joined #se2600 00:44 -!- mode/#se2600 [+o dc0de] by ChanServ 00:50 <@dasunt> I'd give my superdelegate vote to him, if I had one. 00:51 <@ShadowHntr> hehehehe 00:52 <+scort> eheheheh 00:57 <@dc0de> arararar 00:59 <@freakn> cops show up yet? 01:00 <@dc0de> freakn; I left to go to my room... I'm about to go to bed. 01:00 <@dasunt> Sleep is for the weak. 01:00 <@dc0de> dasunt; yeah, and where are you? in Nashville? 01:01 <+scort> deja vu again 01:01 <@dasunt> Minneapolis. 01:01 <+scort> wtf 01:01 <@dasunt> I'm up north again. 01:02 <@dc0de> dasunt; then I don't wanna hear it.. 01:02 <@dc0de> Not only didn't you come down for OZ4, you didn't speak at the con either. 01:02 <@dasunt> Maybe I'll give a talk at the next Phreaknic. 01:02 <@dc0de> err, so, stuff it. 01:02 <@dc0de> :P 01:02 <@dasunt> "Cheap ways of getting drunk" 01:03 <@dasunt> Also included: How much alcohol is needed to enhance system administration, and how much is too much. 01:06 <+scort> xhost 01:06 <+scort> hmm 01:06 <+scort> i guess not 01:06 <+scort> so how do you make a window from a diff computer pop up on this comp 01:07 <@dasunt> ssh -X ? 01:07 <@freakn> get a very long vga cable 01:07 <+scort> -X is it? 01:07 <@dasunt> Or, if you want to do it in a PITA way, alter the display variable and change the permissions around. 01:07 <@dasunt> ssh -X is much, much easier and more secure. 01:08 <+scort> any other cmd besides -X ? 01:08 <+scort> cuz it still says cannot open display 01:08 <@dasunt> It shoudl work. 01:08 <@dasunt> Can you display it locally? 01:08 <+scort> dont have a gui 01:09 <@dasunt> Did you disable X11 forwarding on that machine? 01:09 <+scort> i dont think so 01:09 <@ShadowHntr> scort: you may have to do 'xhost +' 01:09 <+scort> su: xhost: command not found 01:09 <@ShadowHntr> before you ssh -X 01:09 <@ShadowHntr> /usr/bin/xhost 01:09 <@ShadowHntr> that no good? 01:10 <@ShadowHntr> um 01:10 <@dasunt> I can use xhost from a non-su account 01:10 <@ShadowHntr> yeah 01:10 <@dasunt> scort: 'locate xhost'? 01:10 <+scort> hmm, looks like it needs to be installed separatley 01:10 <@ShadowHntr> i don't think it does 01:10 <@ShadowHntr> it should be part of Xorg 01:11 * dc0de is away: off to bed. 01:11 <@dasunt> [dasunt@tiamat:~]$ dlocate `which xhost` 01:11 <@dasunt> [dasunt@tiamat:~]$ dlocate `which xhost`xbase-clients: /usr/bin/xhost 01:11 <@dasunt> Weird. 01:11 <@dasunt> Anyways, it is in xbase-clients on debian. 01:11 <@ShadowHntr> told ya lol 01:11 <@ShadowHntr> :) 01:11 <+scort> this is fbsd 01:11 <@dasunt> FreeBSD hates you then. 01:12 <+scort> xhost: unable to open display "" 01:12 <@ShadowHntr> the target machine may not support X forwarding 01:12 <@dasunt> Also, shouldn't it be part of the X11 part of fBSD, or does fBSD package itself differently than oBSD? 01:12 <@ShadowHntr> check the target machine's /etc/sshd.conf or equivalent 01:12 <+scort> when i did ssh -X 01:12 <+scort> it opened up X11 locally (osx) 01:12 <@ShadowHntr> for the X11Forwarding directive 01:12 <@dasunt> sudo cat /etc/sshd.conf 01:12 <@dasunt> Er, ssh cat hostname:/etc/sshd.conf 01:13 <@ShadowHntr> sudo's for pussies. Real sysadmins aren't afraid of using a real shell. 01:13 <@ShadowHntr> :) 01:13 <@dasunt> BTW, passed the too much alcohol paprt. 01:13 <+scort> X11Forwarding yes 01:13 <+scort> aww 01:13 <@dasunt> I do 'sudo bash' when I'm doing a lot of stuff. 01:13 <+scort> ahh, it was commented out 01:13 <@ShadowHntr> scort: uncomment it and restart sshd 01:13 <+scort> rly ShadowHntr 01:13 <@ShadowHntr> then it should work 01:13 <@ShadowHntr> or pkill -HUP sshd 01:13 <@ShadowHntr> :) 01:14 <@ShadowHntr> i learned about pgrep and pkill on HP-UX 01:14 <@ShadowHntr> pretty cool command 01:14 <@ShadowHntr> pgrep = process grep 01:14 <@ShadowHntr> pkill = kill a process by name 01:14 <@ShadowHntr> works on all unices 01:14 <+scort> xhost: unable to open display "" 01:17 <+scort> its not sshd.conf 01:17 <+scort> it's /etc/ssh/sshd_config 01:18 <@dasunt> Woot. 01:18 <@dasunt> I need to use pkill. 01:18 <@dasunt> scort: Debian? 01:18 <@ShadowHntr> scort: i said or equivalent 01:18 <+scort> fbsd 01:19 <+scort> it's just xhost + ...right? 01:19 <@ShadowHntr> dasunt: i've used if !(pgrep process) call process in a crond - don't know if that's the best way to accomplish what i was doing, but it worked... 01:19 <@ShadowHntr> that was when i didn't have root access on that box 01:28 <+scort> thanks for answering me everyone!!!!11 01:47 <@ShadowHntr> scort: did you get it working? 01:48 <+scort> uhh...no 02:01 <@dasunt> You suck. 02:01 <+scort> tghat 02:01 <+scort> that's besides the point 02:03 <@dasunt> Why do you assume that? 02:05 <+scort> can we get back on topic 02:09 <@aestetix> How did outerz0ne go? 02:33 <@ShadowHntr> brb reboot 02:33 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has quit ["Leaving"] 02:50 <@dasunt> Topic? We can has topic? 02:51 <+scort> no 02:51 <+scort> fixor my shit 02:53 <@dasunt> I fixored my shit earlier 02:53 <@dasunt> NJNow I'm drunk. 02:53 <@dasunt> As usual. 02:53 <@dasunt> Poor liver. 02:53 <+scort> now fixor my X 02:53 <+scort> then you can drink more 02:53 <@dasunt> It bears the pain of my brain. 02:53 <@dasunt> I'm hovering on the drunk-enough-to-almost-like-myself vs too-drunk-to-focus-on-anything-'cept-puking. 02:54 <@dasunt> Also, I'm out of opiates. 02:54 * scort spins dasunt around 02:54 <@dasunt> Damnit. 02:54 <+scort> which one will you land on 02:54 <@dasunt> Oh, and it is snowing again. 02:54 <@dasunt> Damnit x2. 02:55 <+scort> join #cutmywrist 02:55 <+scort> then sulk in there 02:55 <@dasunt> Are you afraid? Afraid to try? 02:55 <+scort> im talking to you asshole 02:55 <+scort> dont try to reverse this 02:56 <@dasunt> Just take, razor blade, and cut your wrist down to the bone and die laughing. 02:56 <@dasunt> #cutmywrist isn't a real channel, damnit. 02:56 <+scort> yeah 02:56 <+scort> it's called gtfo 02:56 <+scort> and bitch somewhere else 02:56 <@dasunt> <_< 02:56 <+scort> i already got enough problems 02:57 <@dasunt> LOL! 02:57 <+scort> that i dont need to fucking hear yours 02:57 <@dasunt> You are dating my ex? 02:57 <+scort> no, you wont tell me where she lives 02:57 <@dasunt> I'm trying to protect you! 02:57 <@dasunt> Also, you probably aren't fucked up enough for her. 02:57 <+scort> you were 02:57 <+scort> now you're drowning in your self pity 02:57 <@dasunt> No, I wasn't. :( 02:57 <+scort> poor you, boo hoo... 02:58 <+scort> cry a river 02:58 <@dasunt> Crying does nothing. 02:58 <+scort> then build bridge and get over it 02:58 <@dasunt> I want the impossible, don't you know that? 02:58 <@dasunt> But you can have my ex. 02:59 <+scort> why the fuck would i do a stupid thing like that 02:59 <+scort> you fell for it 02:59 <+scort> what makes you think i would 02:59 <@dasunt> I did. :( 02:59 <@dasunt> I was young and stupid. 02:59 <@dasunt> I'm not old and smart yet. 02:59 <+scort> and nothing has changed 02:59 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has joined #se2600 02:59 -!- mode/#se2600 [+o ShadowHntr] by ChanServ 02:59 <@dasunt> I'm not longer young and stupid. 02:59 <+scort> fuck that dualboot shit ShadowHntr 02:59 <@dasunt> Er, no longer. 02:59 <@ShadowHntr> scort : ? 02:59 <@dasunt> I'm just not an old PUA either. 03:03 <@dasunt> There is hope for me yet. 03:05 <@ShadowHntr> nothing like compiling your own kernel to make you feel... like you're back in school. :P 03:05 <@ShadowHntr> :) 03:05 <@dasunt> Compiling kernels is for gentoo noobs. :p 03:05 <@ShadowHntr> heh 03:06 <@ShadowHntr> dasunt : i don't know how, but somehow i fucked up my modules 03:06 <+scort> dasunt: what should i drink 03:06 <@ShadowHntr> and i couldn't figure out how to compile just the modules w/o compiling the whole kernel too 03:06 <@ShadowHntr> :P 03:06 <@dasunt> scort: Gin. 03:06 <+scort> so ShadowHntr, you ready to help me 03:06 <@ShadowHntr> i like vodka 03:06 <+scort> dasunt: omg 5 days till im 21 03:06 <@dasunt> Gin and soda water, with lime. 03:06 <+scort> like actual lime 03:06 <+scort> or just juice 03:06 <@dasunt> The cheap stuff. 03:06 <+scort> lime for garnish? 03:06 <@ShadowHntr> scort : perhaps - keep the fridge stocked and i'll help you all night... or at least as long as i'm coherant. ;) 03:06 <+scort> or flava 03:07 <@dasunt> Lime is only to make it go down easier. 03:07 <+scort> pfft ShadowHntr 03:07 <+scort> just tell me why xhost isn't fucking working 03:07 <@ShadowHntr> scort : it was worth a try ;) 03:07 <@ShadowHntr> i don't know 03:07 <@ShadowHntr> you're using fbsd 03:07 <@ShadowHntr> talk to skydog 03:07 <@dasunt> Do what I did after the divorce. 03:07 <+scort> you could of said that earlyer 03:07 <@dasunt> Worry? Another shot. 03:07 <+scort> so i wouldn't of been so pissed off this whole time 03:07 <@ShadowHntr> scort : is this remote host on your lan? 03:07 <@dasunt> Although I did get worry after a week of Bicardi 151. I ended up not being able to taste alcohol. 03:08 <+scort> lan 03:08 <@dasunt> scort: Firewall? 03:08 <@dasunt> scort: xinit script turning off tcp/ip? 03:08 <@ShadowHntr> scort : on the remote host, type 'export DISPLAY=:0.0' 03:08 <@dasunt> scort: Check if the port is open. 03:09 <@ShadowHntr> i'd type 'export DISPLAY=10.0.5.254:0.0' 03:09 <+scort> ShadowHntr: define remote host 03:09 <+scort> like the x im trying to run on this cmoputer? 03:09 <@ShadowHntr> scort : you're trying to run X11 applications on a remote host and have the display show up on your local box, right? 03:09 <+scort> yes 03:10 <@dasunt> X client/server def backwardsness. 03:10 <@ShadowHntr> then remote host should be pretty straightforward 03:10 <+scort> what port 03:10 <+scort> does it run off o 03:10 <@ShadowHntr> port 8000 03:10 <@ShadowHntr> er 03:10 <@ShadowHntr> wrong 03:10 <@ShadowHntr> port 6000 03:11 <@ShadowHntr> sorry had to look it up lol 03:11 <@ShadowHntr> that G3 ran OS X rather nicely 03:11 <@ShadowHntr> now i just have to install the latest release it can handle 03:11 <@ShadowHntr> and format cause i got the system secondhand and don't have any acct details 03:11 <+scort> Xlib: connection to "192.168.1.3:0.0" refused by server 03:12 <@ShadowHntr> scort : your X server running? 03:12 <@ShadowHntr> on your local system? 03:12 <+scort> do i have to do anything in X? 03:12 <@ShadowHntr> just 'xhost +' 03:12 <+scort> other then run it? 03:12 <@ShadowHntr> i don't know why you can't do that 03:12 <@ShadowHntr> :/ 03:12 <@ShadowHntr> SkyDog would know 03:12 <@ShadowHntr> he's the resident FBSD guru. 03:12 <@ShadowHntr> i've used it a few times on Alpha 03:13 <+scort> now im getting confused 03:14 <+scort> im on osx right now 03:14 <+scort> so that would be the client right? 03:14 <@ShadowHntr> then you have to start X11 on OS X 03:14 <+scort> trying to run the x 03:14 <@ShadowHntr> it doesn't come with OS X normally 03:14 <+scort> X11 starts when i run ssh -X 03:14 <@ShadowHntr> no 03:14 <+scort> it does 03:14 <@ShadowHntr> that just directs the remote host to forward X11 traffic to your local box 03:14 <+scort> it's fucking sitting in my dock right now 03:14 <@ShadowHntr> ok you didn't tell me that. 03:14 <@ShadowHntr> 'xhost +' should work then 03:15 <@ShadowHntr> you may want to read your X11 documentation 03:15 <+scort> and i type xhost on osx or fbsd 03:15 <@ShadowHntr> i've never used X11 on OS X 03:15 <@ShadowHntr> could i ssh in and try? 03:15 <+scort> last time i let someone in my box i almost had a heart attack 03:16 <@ShadowHntr> well i don't know enough about OS X to help you that much 03:16 <@ShadowHntr> OS X and BSD are SkyDog's specialties 03:16 <@ShadowHntr> you may want to wait and ask him when he comes on 03:16 <+scort> like he'd help me 03:16 <@ShadowHntr> why wouldn't he 03:16 <+scort> and he'd probably be too tired for weeks after this oz thing 03:17 <+scort> so fuck it 03:17 <+scort> i dont need this shit 03:17 <@ShadowHntr> scort : have you tried #macosx here? 03:18 <@ShadowHntr> it's a rather large channel probably someone there could help you 03:18 <+scort> i hate the fucking help channels on here 03:18 <+scort> there too large 03:18 <+scort> scrolls too quickly and no one sees your question 03:18 <@ShadowHntr> i've had no problems in the suse and asterisk channels 03:18 <@ShadowHntr> but maybe they're too specialized lol 03:18 <+scort> why dont i join linux too 03:19 <@ShadowHntr> linux != os x 03:19 <@ShadowHntr> :P 03:19 <@ShadowHntr> now maybe you could contrast to #rhel 03:19 <+scort> huh 03:19 <+scort> what the fuck 03:19 <+scort> it worked now 03:19 <@ShadowHntr> *shrug* 03:19 <+scort> like driftnet poped up 03:20 <+scort> but it's a blank screen 03:20 <+scort> maybe it doesn't work on a switched network? 03:20 <@ShadowHntr> what's driftnet 03:20 <@ShadowHntr> network monitoring? 03:20 <@ShadowHntr> packet analysis or something? 03:20 <@dasunt> Its a way to lose your soul. 03:20 <@ShadowHntr> dasunt : well we KNEW that... :P 03:20 <@dasunt> It allows you to see images other people are browsing on the network. 03:20 <+scort> picks up the pics from sites supposily from anyone on your network 03:20 <@ShadowHntr> probably needs port mirroring 03:21 <@dasunt> So, in short, an experience in Rule 34. 03:21 <+scort> but it 03:21 <@ShadowHntr> yeah switched network probably won't work. 03:21 <+scort> 's just a black screen 03:21 <@dasunt> Hope you didn't have fond memories of your childhood. 03:21 <+scort> iv'e seen it all 03:21 <+scort> already :P 03:21 <@dasunt> scort: Did you test it with something simpler? xclock maybe? 03:22 <@dasunt> scort: I dunno. Last time I looked into it, I found Ice Climber (???) porn. I will not mess with Rule 34 ever again. 03:22 <+scort> oh 03:22 <+scort> weird, it opened up a blank window 03:22 <+scort> then it said cannot open display 03:22 <+scort> so were getting somewhere 03:23 <@dasunt> And yes, that's Ice Climber as in the NES game. Someone made porn of it./ 03:23 * dasunt shudders inside. 03:23 <@ShadowHntr> dasunt : people and their fetishes. *cringe* 03:23 <+scort> okay, xclock works 03:23 <+scort> well i think that's the right time 03:23 <@ShadowHntr> lol 03:23 <+scort> damnit, i hope it wasn't the right time 03:23 <@ShadowHntr> if you get that far, then it's working. fuck the time. 03:24 <+scort> but no pics 03:24 <@dasunt> ShadowHntr: I don't understand it. How can you play 8 bit games and think of porn? 03:24 <@ShadowHntr> w00t my uptime has broke 30 days 03:24 <@ShadowHntr> dasunt : you got me. think Metroid, i guess... 03:24 <@ShadowHntr> *shrug* 03:24 <+scort> yeah, im browsing google images 03:24 <+scort> and nothing is showing up 03:24 <@ShadowHntr> 3:24am up 31 day(s), 23:49, 1 user, load average: 0.02, 0.01, 0.01 03:24 * scort trys to do ssh -D as well 03:25 <+scort> can you do both? 03:25 <@ShadowHntr> yes 03:25 <+scort> ShadowHntr: coil has over 260 days uptime on residental power with no ups 03:25 <+scort> beat that 03:25 <+scort> but i can't ssh into it, cuz i killall sshd 03:25 <@ShadowHntr> scort : it's been 31 days since i installed Solaris 10 Update 5 beta. 03:26 <@ShadowHntr> i'm an active beta tester with Sun Microsystems 03:26 <+scort> werrrrrrrrrrrrrd 03:26 <@ShadowHntr> but that's a *damn* good uptime. kudos. 03:26 <+scort> it's fbsd 6.2 03:26 <@ShadowHntr> rock on. 03:26 <+scort> dont wanna upgrade 03:26 <+scort> cuz then i'd have to reboot :P 03:26 <@ShadowHntr> ROFL 03:26 <@ShadowHntr> some excuse... 03:26 <@ShadowHntr> ;) 03:27 <@dasunt> ShadowHntr: In metroid's defense (and I can't believe I'm arguing this), there's higher res sequals. 03:28 <@ShadowHntr> hehehehe 03:28 <@ShadowHntr> yeah i guess so 03:28 <@ShadowHntr> Metroid Prime FTW (not in the realm of porn, great game btw) 03:29 <@dasunt> There's probably subgenres of metroid prime porn. 03:29 <+scort> dasunt: are you just suppost to sudo driftnet -i eth0 03:29 <@ShadowHntr> i don't want to think about it. 03:29 <+scort> no other options to make it work? 03:29 <+scort> cuz im not getting anything 03:29 <@dasunt> ShadowHntr: I understand. It doesn't exist. 03:30 <@dasunt> This conversation reminds me of a time when a friend googled the nick of an asshole in a forum he was on. 03:30 -!- I-MOD [n=I-MOD@c-68-62-216-5.hsd1.al.comcast.net] has quit [Read error: 110 (Connection timed out)] 03:31 <@dasunt> The asshole had a unique nick. 03:31 <+scort> hey asshole 03:31 <@dasunt> Which was found in a fetish forum. 03:31 <+scort> listen 03:31 <+scort> fucking answer me 03:31 <@dasunt> Hillarous as fuck. 03:31 <@dasunt> And disturbing as fuck. 03:31 -!- strages [n=strages@c-68-62-216-5.hsd1.al.comcast.net] has quit [Read error: 110 (Connection timed out)] 03:32 <@ShadowHntr> w00t linking the kernel modules now 03:32 <+scort> stfu 03:32 <+scort> dasunt, 03:33 <+scort> , dasunt 03:33 <@dasunt> There is no dasunt here. Only Zhul. 03:33 <+scort> who the fuck is that 03:33 <@dasunt> scort does not take 80s comedies for $400, Alex. 03:33 <@ShadowHntr> dasunt : nice reference. 03:33 <@ShadowHntr> i got that. 03:34 <@dasunt> ShadowHntr: :D 03:34 <+scort> celeb jep? 03:34 <@ShadowHntr> scort : Ghostbusters reference 03:34 <@ShadowHntr> "Awesome!" 03:34 <@ShadowHntr> "Righteous!" 03:34 <+scort> so why doesn't my shit work 03:34 <@ShadowHntr> "Bossa nova!" 03:35 <@ShadowHntr> "Bossa nova?" 03:35 <@ShadowHntr> "Chevy Nova?" 03:35 <@ShadowHntr> ... ... 03:35 <@ShadowHntr> "EXCELLENT !" 03:35 <+scort> shut the fuck up? 03:35 <@ShadowHntr> oh come on 03:35 <@ShadowHntr> you're not a ninja turtles fan? 03:35 <@ShadowHntr> :P 03:35 <+scort> i tend to forget shit 03:36 <+scort> cuz i ahte my past 03:36 <@ShadowHntr> heh 03:36 <@ShadowHntr> :P 03:37 * scort installs iftop 03:37 <@ShadowHntr> i forget which program it was 03:38 <@ShadowHntr> but i learned about a protocol monitor in high school 03:38 <@ShadowHntr> ran it on caldera openlinux back when caldera wasn't evil lol 03:38 <+scort> i wish i found ettercap again 03:38 <+scort> that shit was cool 03:38 <+scort> but it seems to have vanished 03:38 <@ShadowHntr> ethercap perhaps? 03:39 <+scort> probably different 03:39 <@ShadowHntr> *shrug* 03:40 <@ShadowHntr> time for me to test my new kernel 03:40 <@ShadowHntr> brb 03:40 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has quit ["[BX] Reserve your copy of BitchX-1.1-final for the Microsoft Xbox today!"] 03:40 <+scort> no 03:50 <+scort> xhost: must be on local machine to enable or disable access control. 03:53 <+scort> i am on local machine, you mother fucker 03:56 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has joined #se2600 03:56 -!- mode/#se2600 [+o ShadowHntr] by ChanServ 03:56 <+scort> 3:50:27] +scort | xhost: must be on local machine to enable or disable access control. ???@timoguin 03:59 -!- ShadowHntr [n=sentinel@wikipedia/Shadowhntr] has quit [Client Quit] 04:04 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit ["This computer has gone to sleep"] 04:05 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has joined #se2600 04:05 -!- mode/#se2600 [+o hobbes615] by ChanServ 04:05 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit [Client Quit] 08:58 * dc0de is back (gone 07:47:35) 08:58 <@dc0de> mr0nin all 09:05 -!- dc0de [n=dc0de@12.155.202.163] has quit [Remote closed the connection] 09:24 -!- Neoteric [n=timball@12.155.202.162] has joined #se2600 09:24 -!- mode/#se2600 [+o Neoteric] by ChanServ 09:24 -!- Feltenix [n=Tanstaaf@66-23-202-18.clients.speedfactory.net] has quit ["leaving"] 09:30 -!- Corydon76-lap [n=Corydon7@pdpc/supporter/bronze/Corydon76-home] has joined #se2600 09:30 -!- mode/#se2600 [+o Corydon76-lap] by ChanServ 09:44 <@sdodson> hai! 09:45 <@sdodson> we don't love dem hoes 09:58 -!- Neoteric [n=timball@12.155.202.162] has quit [Read error: 110 (Connection timed out)] 09:59 -!- Corydon76-lap [n=Corydon7@pdpc/supporter/bronze/Corydon76-home] has quit ["Leaving"] 10:05 -!- bjablonsky__ [n=bjablons@rbn2-216-180-138-65.adsl.hiwaay.net] has joined #se2600 10:21 -!- bjablonsky_ [n=bjablons@rbn2-216-180-138-80.adsl.hiwaay.net] has quit [Read error: 110 (Connection timed out)] 10:29 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 10:29 -!- mode/#se2600 [+o dc0de] by ChanServ 10:32 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has joined #se2600 10:32 -!- mode/#se2600 [+o hobbes615] by ChanServ 11:02 <@ladymerlin> whee 11:06 <@dc0de> hey there... 11:07 <@SkyDog_> Morning all. 11:07 <@dc0de> w00f! 11:08 <@dc0de> Great Con! 11:08 * dc0de is back home already. 11:14 <@SkyDog_> Woof! 11:15 <@SkyDog_> I am sitting in the lobby with LadyM, Corydon, Quigon, Stefanie, and a few others. 11:15 <@SkyDog_> Getting ready for IHOP. 11:15 <@SkyDog_> Then Fry's. 11:15 <@SkyDog_> :) 11:15 <@ladymerlin> woohoo frys! 11:15 <@SkyDog_> Damn skippy. 11:16 <@dc0de> heh... 11:16 <@dc0de> fry's... 11:16 * dc0de is over it. 11:16 <@dc0de> fry's is where I go when I'm bored and have spending $$ to burn. 11:16 <@ladymerlin> yeah well we dont have one 11:16 <@ladymerlin> lol 11:16 <@ladymerlin> so we go buy a bunch of shit lol 11:17 <@dc0de> I know... I remember when we didn't have one and I would travel to dallas... 11:17 <@dc0de> it was an event to go to Fry's. 11:18 <@oddball> I'm really hopping that Fry's or Microcenter decides to move into where CompUSA was 11:20 <@dc0de> oddball; where? In Nashville? 11:20 <@dc0de> there were plenty of empty stores in ATL, when fry's decided to simply build the Gwinnett location... 11:24 <@sdodson> anyone send me skydog's number? 11:28 <@oddball> yeah, in Nashville 11:28 <@oddball> CompUSA came in, and pretty much killed all of the local computer shops... now that they're dead, if you want something that BestBuy doesn't sell, you pretty much have to order it. 11:32 <@sdodson> nm, we gave up 11:36 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has quit ["Leaving"] 11:37 <@ladymerlin> sdodson: you still need him? 11:53 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 11:53 -!- mode/#se2600 [+o dc0de] by ChanServ 12:04 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit ["This computer has gone to sleep"] 12:27 <@Dementia> oddball: come visit me, there is a Fry's, a Microcenter and a Tiger Direct Outlet within driving distance of my apartment :) 12:42 <@dc0de> what's a good linux mp3 tag editor? 12:49 <@oddball> Dementia: you want me to be more broke than I am now? 13:14 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has joined #se2600 13:14 -!- mode/#se2600 [+o hobbes615] by ChanServ 13:51 -!- cwire [n=chatzill@c-71-226-12-74.hsd1.ga.comcast.net] has joined #se2600 14:41 -!- bjablonsky__ [n=bjablons@rbn2-216-180-138-65.adsl.hiwaay.net] has quit ["Leaving"] 14:44 < banglarry> what is mirage's phone number? 14:49 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has quit [Remote closed the connection] 14:49 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 14:49 -!- mode/#se2600 [+o dc0de] by ChanServ 14:51 <@Mirage> what? 14:51 <@Mirage> on the phone w/ dol 15:00 <@Mirage> NotLarry: Hey, did you forward the work number to my cell? 15:02 < banglarry> no, but the damn cordless phone is not ringing 15:03 < banglarry> I had to go let plant ops in and while I was in the hall the phone rang and the cordless didn't 15:04 < banglarry> is your cell ringin? 15:06 <@Mirage> Yeah, I got a call from your wife for you..she claimed she called the office number 15:07 < banglarry> I bet it is set to forward on na 15:07 < banglarry> just got to find which phone 15:07 <@Mirage> Well, I know I didn't forward it 15:08 <@Mirage> it was on 2-2954 15:08 < banglarry> I'm calling it now, lets see where it forwards to:) 15:12 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit ["This computer has gone to sleep"] 15:15 -!- Cynefrid [n=fuck@71-8-201-32.dhcp.stls.mo.charter.com] has joined #se2600 15:15 -!- mode/#se2600 [+o Cynefrid] by ChanServ 15:27 < banglarry> uck me. the place next door has NO food 15:35 -!- strages [n=strages@c-68-62-216-5.hsd1.al.comcast.net] has joined #se2600 15:35 -!- mode/#se2600 [+o strages] by ChanServ 15:36 -!- I-MOD [n=I-MOD@c-68-62-216-5.hsd1.al.comcast.net] has joined #se2600 15:36 -!- mode/#se2600 [+o I-MOD] by ChanServ 15:37 -!- Feltenix [i=conrad@146.229.190.33] has joined #se2600 15:42 < ware> wee 15:42 < ware> made it back 15:43 <@dc0de> how many laws did you break? 15:46 <@Dagmar> Fucking Sony is *so* full of evil 15:47 <@Cynefrid> evil in a sense of being over priced? 15:47 <@dc0de> I think both are true. 15:47 <@Dagmar> No, evil in the sense of "Their fucking theme creator for the PSP is full of insanity" 15:59 <@strages> we're back too 15:59 <@strages> hsv guys that is 15:59 <@dc0de> cool... good drive strages? 15:59 <@strages> aye, wasn't too bad 15:59 <@dc0de> btw, it was good to see a large crew from hsv... 15:59 <@strages> we get larger and larger every year 15:59 <@dc0de> did heather have a bad hangover? she was pretty lit last night. 15:59 < ware> i finished up geek mafia 2 on the way back 16:00 <@dc0de> geek mafia 2 is awesome 16:00 < ware> i dont see how, she only had a 6pk of fruity crap 16:01 <@dc0de> ware, you weren't around when strages, heather, JimShoe, and Al were talking... she was drinking whatever she was handed, and we doing shots of something. 16:02 < cwire> so dc0de, i'm downloading ubuntu and planning on switching over, you have a convert :-P 16:02 <@dc0de> cool... 16:07 <@dc0de> cwire; what hardware? 16:08 <@strages> dc0de: I think you mean sara 16:08 <@strages> and no she didn't have a hangover 16:08 < cwire> p4 2.4Ghz, 200 gig hd, 1 gb ram, nvidia 6800 GT 16:10 <@dc0de> cwire; brand? 16:10 < cwire> hp, this is for my desktop 16:11 <@dc0de> ok, go search google for the make and model with ubuntu 7.10 gutsy 16:12 <@Dagmar> Fuck it 16:12 <@Dagmar> Get the 8.x beta 16:12 <@dc0de> cwire; I would wait. 16:13 < cwire> for 8? 16:14 <@dc0de> yeah, when you get 7.10 installed and 8 is a stable release, you can simply perform an "apt-get dist-upgrade" to get the latest. 16:14 < cwire> sweet 16:15 < cwire> i guess i'm in your target audience, i've played with and installed several distros over time but never used as a primary machine 16:15 <@dc0de> it's fun... and worthwhile. 16:15 < cwire> yeah 16:16 <@dc0de> and there's some screencasts in OGG format to introduce you to the desktop 16:16 < cwire> cool 16:17 <@dc0de> http://feeds.feedburner.com/ubuntu/mos2007_ogg_large 16:20 < mtown_nerd> \o all 16:20 <@dc0de> hi 16:21 < mtown_nerd> Just rolled into M-town. : D 16:25 < mtown_nerd> I must say...first trip to OZ was pretty awesome :) 16:25 < mtown_nerd> Inspiring in many ways, depressing in others. lol 16:25 <@dc0de> heh 16:30 -!- JimShoe [n=jimshoe@208.72.153.173] has quit ["gone!"] 16:36 < cwire> anyone here done google's summer of code before? i'm thinking about trying to get on with a project this summer since i'll be graduated and have little to do 16:40 < cwire> brb 16:40 -!- cwire [n=chatzill@c-71-226-12-74.hsd1.ga.comcast.net] has quit ["ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]"] 16:40 <@dc0de> i'm going to lay down... I didn't get to sleep until 4am. 16:41 -!- JimShoe [n=jimshoe@208.72.153.173] has joined #se2600 16:41 <@dc0de> couldn't sleep. 16:41 <@dc0de> sup JimShoe 16:41 < JimShoe> hey dc0de 16:41 < JimShoe> just got home 16:41 <@dc0de> cool 16:42 < JimShoe> yea, except all the tv is out i have to fix it 16:42 <@dc0de> that sux 16:43 < JimShoe> great weekend i can't wait till phreaknic 16:44 <@dc0de> that's was an awesome weekend 16:46 < JimShoe> dc0de: here is the link for that throat mic http://gizmodo.com/363239/roadrunner-bluetooth-neckset-translates-throat-vibrations-into-phone-conversations 16:46 <@Mirage> "that's was"...? Still drunk? 16:47 <@dc0de> Mirage; I only had a 1/2 oz of scotch at the party... 16:53 < JimShoe> i was drunk but by 5am when i went to bed it was over :( 17:00 < mtown_nerd> I heard the party got kinda' wild... lol 17:00 < mtown_nerd> Where was it?? 17:01 < JimShoe> 521 17:01 < mtown_nerd> Aahh 17:01 < JimShoe> i let about 5am, but i guess Al and a few others were there till about 8am 17:01 < mtown_nerd> lol Gracious. >_< 17:02 < mtown_nerd> And Al's car wasn't out in the parking lot when unixfag and i left at 9-10ish 17:02 < mtown_nerd> Hope he was a breakfast, and not tryign to drive home. :X 17:02 * mtown_nerd is actually looking up the feasibility of making the Orange Box work under Linux. :) 17:03 < JimShoe> mtown_nerd: wine won't work but crossover linux will boot steam, i dont' know about the games 17:04 < mtown_nerd> Well... I've found an article on how to make it work under WINE. The problem is he's using the DVD's, which I don't have because I bought mine through the steam client. 17:04 < mtown_nerd> So... not sure what the workaround for that is. lol 17:05 < mtown_nerd> I've never heard of crossover linux, though... I'lll look into it. :o 17:07 < JimShoe> ah ok...have fun 17:16 < mtown_nerd> so far, games have been the only thign keeping me on the Windows platform. But now, the only games that concern me are Team Fortress 2, and the upcoming Warhammer Online. 17:22 <@dc0de> JimShoe; yeah, that one looks a bit "ghay"... 17:24 < mtown_nerd> Which one? 17:25 < mtown_nerd> (It's "ghey," btw. ;p) 17:25 <@dc0de> mtown_nerd; not the way I spell it... it's ghay 17:25 <@dc0de> http://gizmodo.com/363239/roadrunner-bluetooth-neckset-translates-throat-vibrations-into-phone-conversations 17:25 < mtown_nerd> YOR DOIN IT WRONG!1 17:25 -!- mtown_nerd was kicked from #se2600 by dc0de ["actually, ummm, no."] 17:26 -!- mtown_nerd [n=Jhester@216.37.68.93] has joined #se2600 17:26 < mtown_nerd> lol ow >< 17:39 <@dc0de> there's more where that came from... 17:40 < mtown_nerd> Awww :( So mean to me! 17:49 -!- ShadowHntr [i=sentinel@wikipedia/Shadowhntr] has joined #se2600 17:49 -!- mode/#se2600 [+o ShadowHntr] by ChanServ 17:49 <@Evilpig> ahhh the days after a con when all the riff raff show up 17:49 <@ShadowHntr> lol 17:51 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has quit [Read error: 110 (Connection timed out)] 17:51 <@ShadowHntr> anyone have a copy of OS X 10.2 (Jaguar) and possibly 10.4 (Tiger) available? 17:52 <@ShadowHntr> i could use them for my Power Mac G3s 17:58 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has joined #se2600 17:58 -!- mode/#se2600 [+o tcstool] by ChanServ 18:01 -!- rattle [n=rattle@tor/regular/rattle] has joined #se2600 18:01 -!- mode/#se2600 [+o rattle] by ChanServ 18:01 <@rattle> Back in DC.. 18:04 <@ShadowHntr> ? 18:08 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 18:08 -!- mode/#se2600 [+o dc0de] by ChanServ 18:19 -!- freakn_ [i=freakn@outbound.silenceisdefeat.org] has joined #se2600 18:19 -!- freakn [i=freakn@outbound.silenceisdefeat.org] has quit [Read error: 104 (Connection reset by peer)] 18:26 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has quit [Remote closed the connection] 18:36 -!- remoford [n=remoford@c-76-22-253-140.hsd1.tn.comcast.net] has joined #se2600 18:36 -!- mode/#se2600 [+o remoford] by ChanServ 18:39 -!- omegix [n=JC@76.73.237.206] has joined #se2600 18:55 * ShadowHntr is jammin' to Beck - Diamond Dogs (MP3) 18:55 <@ShadowHntr> Evilpig: how was the con 18:56 <@dc0de> Evilpig wouldn't know 18:56 <@ShadowHntr> dc0de: you too 18:56 <@ShadowHntr> how was it 18:56 <@dc0de> it was great! 18:56 <@ShadowHntr> sweet 18:56 <@dc0de> awesome talks... 18:56 <@ShadowHntr> too bad i couldn't make it 18:56 <@ShadowHntr> i did like the list of talks 18:56 <@ShadowHntr> i really would have loved to go 18:56 < omegix> people tazing each other, wild 18:56 <@dc0de> I sat through every one on Saturday, and only missed Godfix's on Friday... 18:56 <@ShadowHntr> i think obiwan was going to offer to let me carpool with him lol 18:57 <@dc0de> oh, everyone missed Godfix's talk. 18:57 <@ShadowHntr> i would have volunteered the weekend if that had happened 18:57 <@Evilpig> I wasn't tehre 18:58 <@Evilpig> I heard there was a few people that showed up that dropped jaws. or at least one 18:58 <@dc0de> Evilpig; yeah, you were missed... 18:58 <@dc0de> dropped jaws? 18:58 <@dc0de> I don't know of anyone that dropped jaws. 18:58 <@Evilpig> you sure about that? 18:58 < mtown_nerd> (maybe referring to bIlly's?) 19:06 <@Dagmar> For those of you with PSPs who play WoW: http://blairhouse.homeip.net/~dagmar/worldofwarcraft.ptf (Warning: Strong Alliance Themes) 19:07 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has quit ["Leaving"] 19:07 <@Dagmar> NOW I can go back to slepe 19:07 -!- Dolemite [n=scott@70.43.59.190.nw.nuvox.net] has joined #se2600 19:07 -!- mode/#se2600 [+o Dolemite] by ChanServ 19:07 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 19:07 -!- mode/#se2600 [+o dc0de] by ChanServ 19:07 <@Dagmar> The things you have to do to make the fucking thing TAKE the images is just ludicrous 19:07 <@Dolemite> outerz0ne be0tches! pics or shens! 19:08 * dc0de is away: off to bedz 19:08 <@Evilpig> ooo ooo I got my pic up here. http://wilpig.org/temp/pokechop.jpg 19:08 <@Dolemite> Evilpig : Damn, that's sexy 19:08 <@Dolemite> which ass cheek did you donate for that? 19:08 <@Evilpig> none of mine 19:09 <@Dolemite> riiiiiiiight 19:09 <@Evilpig> 2" of poke chop goodness right there 19:09 <@SkyDog_> evening. 19:09 <@Dolemite> where was that? 19:09 * Dolemite rolls up a newspaper and threatens SkyDog_ with it 19:10 <@SkyDog_> i'll bite you. 19:10 <@Dolemite> pics or shins, be0tche 19:10 <@SkyDog_> soon. 19:10 <@Evilpig> http://www.pattis-settlement.com/pattis_restaurant.htm 19:11 <@Dolemite> Hrmm, that'd be a nice place to eat when going to Metropolis 19:11 <@Dolemite> or on the way home 19:13 <@Evilpig> have to make reservations most of the time 19:13 <@Evilpig> it's high traffic 19:13 <@Dolemite> cool deal 19:13 < ware> hehe 19:18 <@ShadowHntr> SkyDog_: were the presentations taped? 19:18 <@ShadowHntr> oh wait 19:18 <@ShadowHntr> i didn't understand that's what ya'll were talking about a few mins ago lol 19:18 <@ShadowHntr> i'm a twat :P 19:19 <@Dolemite> ok, time to get 2.0 ready for bed 19:19 <@ShadowHntr> how old are the kids 19:19 <@SkyDog_> Shadow404: Yes. 19:19 < JimShoe> wm 19:21 <@SkyDog_> I have about 30 hours of video to rip and edit. 19:21 <@ShadowHntr> cool 19:21 <@ShadowHntr> i look forward to seeing the end product. 19:23 -!- remoford [n=remoford@c-76-22-253-140.hsd1.tn.comcast.net] has quit [Read error: 110 (Connection timed out)] 19:41 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has joined #se2600 19:41 -!- mode/#se2600 [+o tcstool] by ChanServ 19:43 -!- Catonic [n=cinotac@cs6625115-206.bham.res.rr.com] has joined #se2600 19:43 -!- mode/#se2600 [+o Catonic] by ChanServ 19:45 <@Catonic> Lord, please forgive me my tresspass, and my sins. 19:46 <@Catonic> happy zombie jesus day, y'all. 19:46 <@critch> happy zombie jesus day to you too 19:46 < omegix> raaaaghhh... souuls.... 19:46 <@critch> BRAINSSSS......!... 19:47 <@Catonic> I have spent the last three days in captivity with an honest to goodness asperger's case... 19:47 <@Catonic> I felt like I was tom cruise in rainman 19:48 <@Catonic> he about had a temper-tanrum this morning because he wasn't going to be able to get to roman-cath mass for easter service. 19:49 <@ladymerlin> whee 19:49 <@Catonic> I haz a mental hurtee. 19:52 <@ShadowHntr> ladymerlin: enjoy the con? 19:53 <@ladymerlin> alwayse 19:53 <@Catonic> i am beat. my car is abused. my liver is not in bad shape. 19:54 <@Catonic> btw... you should always look at yourself in the mirror day after a con 19:54 <@Catonic> if you notice that your skin is yellow, call 911 and go lie down. 19:55 <@Corydon76-dig> Speaking from experience? 19:55 <@tcstool> Good thing my wife made me stay home, we thought the baby was going to come last night 19:55 <@Catonic> just a thought that occured to me just now 19:55 <@tcstool> I'd hate to think how I would have felt had we sped back from GA for a false alarm 19:55 <@Catonic> tcstool: what's wrong with having a kid born in ATL? 19:56 <@tcstool> No wife would have been here and I would have been there 19:57 <@Corydon76-dig> ... and drunk off your ass... 19:59 <@tcstool> yeah 19:59 <@Corydon76-dig> and in no state to drive 20:01 <@Corydon76-dig> So by the time you could've sobered up enough to drive, you would have learned that it was a false alarm and returned to imbibing 20:01 <@tcstool> fair enough 20:16 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has quit ["Leaving"] 20:16 <@Catonic> cat got everyone's post-con tongue? 20:16 <@critch> http://cad-comic.com/comic.php?d=20080322 20:20 * mtown_nerd is working on an old Dell machine some dood from work gave him, reading critch's comic, and trying to imagine himself not running Windows as his primary OS for the first time. :X 20:21 < mtown_nerd> The con has actually made me realize how little I get done on Windows. lol So now this beast of a game rig that I built gets to put Ubuntu 7.10 x64 through tis paces. :) 20:21 < mtown_nerd> I'm kinda' nervous about it. :[ 20:23 <@ShadowHntr> i'm getting more and more done on opensuse 10.3 x64 20:23 <@ShadowHntr> only weird thing i had to do is install 32-bit firefox 20:24 <@ShadowHntr> the rest works just fine 20:24 <@ShadowHntr> virtualbox, gstreamer codecs for videos, etc. 20:24 <@ShadowHntr> do check out virtualbox for virtualization :) 20:24 <@ShadowHntr> virtualbox.org 20:25 < mtown_nerd> I've heard of it ...and I plan to :] 20:25 < mtown_nerd> Theo nly thing holding me to Windows is/was gaming. But the only game I really play anymore is TF2, which I have seen can be made to run on Linux with fair success 20:25 < mtown_nerd> and ... I'll just have to cross the WAR bridge when I get tehre. Might have to leave some unformatted space free on the drive array so taht when it comes out, if it's totally WIndows-only, I can just load windows and dual-boot. 20:27 <@ShadowHntr> http://www.playonlinux.com/en/ 20:27 <@ShadowHntr> can't say i was sold by ubuntu 20:27 <@ShadowHntr> one thing is i'm not a fan of debian. 20:27 <@brimstone> what do you not like about debian? 20:27 <@Catonic> apt-get install clue 20:27 <@ShadowHntr> LOL 20:27 <@Catonic> apt-cache search beer 20:27 <@ShadowHntr> heh. 20:27 <@Catonic> there is nothing more needed for life 20:27 * ShadowHntr is a redhat and slackware man. :) 20:28 <@Catonic> unlike slackware.. 20:28 <@critch> qbrew - Homebrewer's recipe calculator (uses Qt) 20:28 <@critch> pysycache-buttons-beerabbit - Bee-rabbit images for buttons activities for PySyCache 20:28 <@critch> see, debian even has beer 20:30 <@brimstone> ShadowHntr: but you've not said why you don't like debian 20:30 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has joined #se2600 20:30 -!- mode/#se2600 [+o tcstool] by ChanServ 20:31 <@ShadowHntr> brimstone: i used it back when i was first trying linux. not only did i have to spend many hours after installation to get the system populated with my desired environment (with no option to add development tools, etc) and debian using one directory structure for documents when everyone else uses a different one. just made it more difficult to learn linux in general. 20:31 <@ShadowHntr> s/documents/documentation 20:31 < mtown_nerd> Well.. I'm just excited to see a 2.33GHz Penryn-powered Ubuntu 7.10 box w/ 8GB of DDR2 and an 8800GT 512. lol All the attempts at Linux I've ever run have either been VM's or on terrible hardware 20:31 <@brimstone> ShadowHntr: have you used it recently? 20:32 <@brimstone> and how long ago was that? 20:32 <@ShadowHntr> brimstone: nope, and have no plans to 20:32 <@ShadowHntr> circa 1999-2000 20:32 <@brimstone> ok, so 6~7 years after they got started 20:32 <@I-MOD> build-essentials wins hard 20:32 <@I-MOD> err 20:32 <@ShadowHntr> brimstone: i also took almost a full day on ubuntu hedgehog trying to just get damn nis and nfs support on the system ! 20:32 <@I-MOD> minus that s 20:32 <@brimstone> ubuntu doesn't have a hedgehog 20:32 <@ShadowHntr> hoary hedgehog 20:33 <@ShadowHntr> i think v5.04 20:33 <@ShadowHntr> i flat out gave up and installed slackware. 20:33 <@brimstone> oh they do, i'm sorry 20:34 <@brimstone> i thought they were in alpha order 20:34 <@brimstone> i'm curious how nfs support boggled you, but i'll admit ubuntu didn't really get their act together till 7.04 in my opinion 20:36 <@ShadowHntr> brimstone: nfs support flat out wasn't in there! i was in dependency hell for almost 8 full hours (on dialup at this time, i was with my parents who have free dialup for life) :P 20:36 <@critch> ubuntu will fight you if you want to do something outside of their norm. 20:36 <@ShadowHntr> heh. 20:37 <@tcstool> Ubuntu has evolved into such a piece of crap 20:37 <@brimstone> well, to each their own 20:37 <@ShadowHntr> it's great that it's reached such a large audience 20:37 <@ShadowHntr> but it's not the best distribution for everyone. 20:38 <@tcstool> I think that's part of the problem 20:39 <@brimstone> i didn't have good luck with ubuntu back earlier, but i installed 7.10 on my x61 when i got it a month or so back and it was just so easy to get everything working within a day's worth of work 20:39 <@brimstone> i was very impressed 20:40 <@critch> pysycache-buttons-beerabbit - Bee-rabbit images for buttons activities for PySyCache 20:40 <@critch> crap buffer 20:40 <@tcstool> I think it's nice out of the box, but upgrades almost always break things, then when you're trying to dig up troubleshooting info, the user community is so large you have to filter through the legit information and the crap from people who have no idea what they are talking about 20:40 <@critch> http://www.youtube.com/watch?v=OGxdgNJ_lZM 20:40 <@brimstone> tcstool: i've noticed that "upgrades" don't go so well 20:41 <@brimstone> i don't plan on upgrading this box, just a fresh install about a month or two after hardy goes final 20:43 <@tcstool> Yeah 20:43 <@tcstool> the upgrades alwasy seem to break a lot of stuff 20:44 <@critch> If you have to watch a cialis comercial, this is the fun one. http://www.youtube.com/watch?v=Z9NuV6jSjHw 20:47 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has quit [Read error: 110 (Connection timed out)] 20:51 <@critch> damn, some new respect for Natalie Portman. http://www.youtube.com/watch?v=YOnULYyuya 20:52 <@sdodson> upgrades are awesome 20:52 <@sdodson> why did you respect her? 20:52 <@critch> did you watch that? 20:53 <@sdodson> critch: video contains a malformed video id 20:53 <@critch> http://www.youtube.com/watch?v=YOnULYyuyaM 20:53 <@critch> ahh, I screwed up and typed a 'a' after the url 20:55 <@sdodson> http://www.flickr.com/photos/btmspox/2356373516/in/photostream/ 20:57 <@sdodson> what's wrong with that? 20:57 <@I-MOD> a lot 20:57 -!- MxZBot- [n=mxzbot@maxiez.com] has quit ["Outta here"] 20:58 <@sdodson> wait, the natalie portman thing or my link? 20:58 -!- MxZBot [n=mxzbot@maxiez.com] has joined #se2600 20:58 -!- mode/#se2600 [+v MxZBot] by ChanServ 20:58 <@I-MOD> yours 20:58 <@sdodson> check the next one? 20:59 -!- MxZBot [n=mxzbot@maxiez.com] has quit [Remote closed the connection] 20:59 <@sdodson> Ya, my link is leet. Though, I guess if they've got physical access your game is over anyway. 20:59 <@sdodson> Though, if they can read it through the cage I guess that doesn't mean they've necessarilly got physical access. 20:59 -!- MxZBot [n=mxzbot@maxiez.com] has joined #se2600 20:59 -!- mode/#se2600 [+v MxZBot] by ChanServ 21:02 <@sdodson> The new clock for gnome lets you select locations to display on the map. When you type in New York you get three differen options. Central Park, Kennedy Airport, and LaGuardia. UI Failure 21:02 <@sdodson> Unless I'm missing something, I don't think those three locations are in different time zones. 21:02 <@ShadowHntr> yeah i was about to say 21:02 <+MaxieZ> Well I imagine central park is about 30 minutes behind the airports 21:02 <@ShadowHntr> ROFL 21:02 <@ShadowHntr> :) 21:03 <@ShadowHntr> and JFK about 20 minutes behind LAG for people transferring from LAG to JFK 21:03 <@ShadowHntr> ;) 21:03 <@sdodson> What it actually does is provide lat/long so it places a dot on the map, but still... 21:04 <@ShadowHntr> ARGH 21:04 <@ShadowHntr> wish it would stop going from 70 degrees one day to 32 the next :P 21:04 <@sdodson> erm, the clock i'm describing is for purpose of showing a world clock 21:05 -!- dc0de [n=dc0de@c-76-97-62-119.hsd1.ga.comcast.net] has joined #se2600 21:05 -!- mode/#se2600 [+o dc0de] by ChanServ 21:05 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has joined #se2600 21:05 -!- mode/#se2600 [+o hobbes615] by ChanServ 21:05 <@sdodson> to the store! 21:06 * sdodson sure hopes dc0de checks in with a report on his efforts to compile i386 binaries on x86_64 21:06 <@ShadowHntr> it's fine on doing that 21:06 <@critch> hmm, bet he passes too. http://www.flickr.com/photos/btmspox/2290575894/in/photostream/ 21:06 <@ShadowHntr> just need to have 32-bit libraries available 21:07 <@critch> ShadowHntr: of course under debiam, you can make a 32bit chroot, bootstrap a debian install into it, and use apt-get to install all you need of the 32bit stuff on 64bit. 21:07 <@sdodson> hmm, one of his photos talks of going to schmoo 21:07 <+MaxieZ> Actually, he had a 32 bit library, but ld wouldn't a link it. 21:08 <@sdodson> I think he had 32bit metasploit installed and needed to compile a module for it which compiled in 64bit but was trying to link to 32bit libraries 21:09 <+MaxieZ> yeah. 21:09 -!- tcstool [n=tcstool@74-38-170-152.dsl1.ckvl.tn.frontiernet.net] has quit ["Leaving"] 21:10 <@sdodson> I assume metasploit is distributed via binaries? 21:11 <@ShadowHntr> critch: you serious? 21:11 <@ShadowHntr> good god. 21:11 <@ShadowHntr> :P 21:11 <@critch> about what? 21:11 <@ShadowHntr> about it being that complicated? 21:11 <@ShadowHntr> :P 21:12 <@sdodson> chill chill, i didn't want to start some distro shenanigins 21:12 <@critch> sdodson: yeah, here is another shmoocon pick from the same archive. http://www.flickr.com/photos/btmspox/2269863667/in/photostream/ 21:13 <@critch> ShadowHntr: no, that isn't complicated. It is like 3 commands to build a chroot with debian installed in it. As to if you have to do it, no, there are 32bit library packages to get the basics for 64bit already. 21:13 <@ShadowHntr> critch: you just made it sound a lot more complex. 21:14 <@critch> oopps, it is actually only 2 commands. 21:14 <@critch> mkdir /var/sid-386-chroot 21:14 <@critch> debootstrap -arch i386 sid /var/sid-386-chroot http://ftp.debian.org/debian/ 21:15 <@critch> Don't think it could get easier 21:15 <@ShadowHntr> cool 21:15 <@ShadowHntr> :) 21:16 <@critch> That is also the way I think they suggested getting xen debian systems built. Essentially you could bootstrap a box together with chroot and provide that dir to xen to run. 21:17 <@brimstone> i use xend-tools on debian, very easy to setup new debian xen domUs 21:17 <@critch> I'll stick with vmware 21:17 <@critch> gotta go check on a machine that is updating 21:19 <@sdodson> xm destroy brimstone 21:20 <@brimstone> xm diaf sdodson 21:20 -!- ziplock [n=ziplock@pdpc/supporter/active/ziplock] has joined #se2600 21:20 <@sdodson> virsh dettach-disk brimstone xvda 21:21 <@brimstone> :o 21:21 <@brimstone> you wouldn't 21:21 <@sdodson> i'm just that evil 21:27 -!- cwire [n=chatzill@c-71-226-12-74.hsd1.ga.comcast.net] has joined #se2600 21:36 -!- cerkit [i=cerkit@dtmf.org] has joined #se2600 21:41 <@brimstone> anyone know some awk in here? 21:41 <@brimstone> if /foo/,EOF matches to the end of the file, what matches from the beginning up to /foo/ ? 21:41 <@critch> a little 21:42 <@critch> beyond me 21:42 <@brimstone> :( 21:42 <@brimstone> the man and google aren't helping 21:43 <@I-MOD> is BOF valid? 21:43 <@brimstone> it appears not 21:43 <@I-MOD> sadness 21:43 <@I-MOD> ^? 21:43 <@brimstone> that's seems to only work on lines 21:43 <@brimstone> /^foo/ and the like 21:44 <@I-MOD> meh 21:45 <@critch> well, what are you trying to do, maybe there is another way 21:45 <@Catonic> Sade, dis-moi 21:46 <@brimstone> i want to only display the lines starting from the top of the file, going to but not including the first line that matches /^http/ 21:47 <@I-MOD> maybe 0,/regex/? 21:47 <@critch> Hmm, so it sounds like you just need a if looking for http and then exit 21:47 <@brimstone> i was hoping for a short little awk to do it 21:47 <@brimstone> ooh, maybe critch 21:48 <@brimstone> ha, awk '/^http/ {exit} {print $0}' seems to do it 21:48 <@brimstone> yes, that seems to work nicely, thanks for the tip 21:49 <@I-MOD> wow...maybe 'NR==0',/^http/ 21:49 <@critch> see, just needed to take a step back from the problem 21:49 <@brimstone> yup 21:49 <@brimstone> always helps to have someone else to bounce it off of 21:50 <@critch> damn, I love finding old drives with porn on them. Forgot all about some of this stuff, and it is nice. 21:51 -!- Catonic [n=cinotac@cs6625115-206.bham.res.rr.com] has quit ["hasta."] 21:52 <@critch> crap, didn't notice the time, looks like I'll miss out on seeing Sarah tonight. 21:54 <@tzanger> haha 21:55 < ware> wee 22:05 <@ShadowHntr> http://thatismessedup.com/2008/01/09/move-over/ 22:06 -!- ziplock [n=ziplock@pdpc/supporter/active/ziplock] has left #se2600 [] 22:15 <@Corydon76-dig> omegix: please register your nick with nickserv 22:16 <@Corydon76-dig> omegix: or, if you have already, please identify 22:16 -ChanServ:#se2600- Corydon76-dig!i=one@pdpc/supporter/bronze/Corydon76-home ACCESS [#se2600] ADD mtown_nerd 10 22:16 -!- mode/#se2600 [+o mtown_nerd] by ChanServ 22:17 <@sdodson> another one indoctrinated 22:17 <@Corydon76-dig> with Freenode? 22:19 <@sdodson> ohy, Matthew Garrett joins RHT 22:21 < cerkit> ; 22:21 -!- cerkit [i=cerkit@dtmf.org] has quit ["cerkit has no reason"] 22:26 -!- mtown_nerd [n=Jhester@216.37.68.93] has quit ["Leaving."] 22:29 < JimShoe> Corydon76-dig: were you able to take the CAcert Assurer Challenge? 22:29 <@sdodson> He's passed that afaik. 22:29 <@sdodson> I need to do it 22:30 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit ["This computer has gone to sleep"] 22:30 < JimShoe> i can't seem to take the test the link doesn't work 22:35 <@Corydon76-dig> JimShoe: are you using FireFox to take the test? 22:35 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has joined #se2600 22:35 -!- mode/#se2600 [+o hobbes615] by ChanServ 22:36 <@Corydon76-dig> https://cats.cacert.org/ 22:40 -!- Cynefrid [n=fuck@71-8-201-32.dhcp.stls.mo.charter.com] has left #se2600 [] 22:40 -!- Cynefrid [n=fuck@71-8-201-32.dhcp.stls.mo.charter.com] has joined #se2600 22:40 -!- mode/#se2600 [+o Cynefrid] by ChanServ 22:40 < JimShoe> yep, even tryed with safark 22:41 < JimShoe> Safari* 22:42 <@Corydon76-dig> Running local DNS? 22:42 <@sdodson> I get an SSL error. 22:42 < JimShoe> no just what my isp provides...with IE it asks for a digital certificate 22:44 <@Corydon76-dig> Ah, because you haven't read the instructions 22:44 <@Corydon76-dig> Part of taking the test is demonstrating that you have practical knowledge of the digital certs 22:44 < JimShoe> i have my cert installed in firefox, but it wasn't working so i went to a different machine and now i'm doing it 22:45 <@Corydon76-dig> Cool 22:45 <@ShadowHntr> finally passed the assurer's challenge 22:45 <@ShadowHntr> lol 22:45 <@ShadowHntr> :) 22:46 <@sdodson> I have tons of trouble with the cert in firefox. 22:46 <@ShadowHntr> i haven't 22:47 < omegix> Corydon76-dig, done. 22:47 <@ShadowHntr> be sure to add both of the ca's certificates 22:47 -ChanServ:#se2600- Corydon76-dig!i=one@pdpc/supporter/bronze/Corydon76-home ACCESS [#se2600] ADD omegix 10 22:47 -!- mode/#se2600 [+o omegix] by ChanServ 22:53 < JimShoe> omegix: nice to see you in se2600 22:53 <@dasunt> Easiest way to edit a *.mov file under leenucks? 22:58 <@brimstone> dasunt: orange 22:58 <@brimstone> no wait, gorilla 23:01 < cwire> i have a couple of partitions separate from the partition windows is installed on where i have some programs installed , if i were to install ubuntu over the windows install could i later use the programs installed on the other partitions under wine or something? 23:03 <@brimstone> probably 23:03 <@brimstone> but your registry is gone then 23:03 <@brimstone> so you might have to reregister some programs 23:03 <@brimstone> and others might not work at all 23:03 -!- omegix [n=JC@76.73.237.206] has quit ["I quitz"] 23:03 <@sdodson> cwire: possibly, but that assumes they've not installed system libraries that would be deleted on the windows partition 23:03 < cwire> right 23:04 < cwire> thanks to the both of you, i have some digging to do 23:06 <@brimstone> sdodson: high five! 23:06 <@sdodson> I enjoyed Sippy's talk on malware/windows debugging. It's nice to hear a talk from someone who knows a good bit about windows and isn't all "lulz windows, viruses, lulz!" 23:08 < cwire> i thought that presentation was awesome. it felt like they went through it all pretty quick though they did have a lot of material to get through so it's understandable 23:08 <@sdodson> Ya, good stuff. 23:14 <@ShadowHntr> Corydon76-dig: omegix one of yours? 23:17 < JimShoe> he is mine ;) 23:20 <@ShadowHntr> cool 23:20 <@ShadowHntr> glad to have some new people in the group 23:20 <@ShadowHntr> :) 23:20 < JimShoe> he came with us from HSV 23:20 < JimShoe> we had about 10 people 23:21 <@ShadowHntr> awesome 23:21 <@ShadowHntr> :D 23:23 < JimShoe> yep it was a great weekend 23:23 <@sdodson> hsv totally pwned outerzone 23:23 < JimShoe> yes we did 23:23 < JimShoe> :D 23:23 <@ShadowHntr> wish i could have gone 23:24 <@ShadowHntr> but i had some business in nashville friday afternoon 23:24 <@ShadowHntr> and missed the convoy 23:24 <@ShadowHntr> anyway couldn't have afforded the admission or lodging anyway 23:24 < JimShoe> sucks 23:24 <@ShadowHntr> i'm gonna be short coming up with rent next month 23:24 <@ShadowHntr> :( 23:24 <@sdodson> admission was free and i had floor space 23:24 <@ShadowHntr> i'm hoping to hear back about these jobs i've interviewed for last week 23:24 <@ShadowHntr> sdodson: if i had been able to make the convoy, i probably would have gone. 23:25 <@sdodson> but travel is expensive anyway, food and all that 23:25 <@ShadowHntr> yeah 23:25 <@ShadowHntr> thanks for letting me crash at your room at pn0x0b 23:25 <@sdodson> np 23:25 * sdodson goes to crash in his bed 23:25 <@ShadowHntr> now if i can ever get the cash available to get randall the cash for staying in his room 23:25 <@ShadowHntr> lol :P 23:26 <@sdodson> carolina con next weekend, and then we're going to try to hit notacon too 23:27 <@ShadowHntr> o_0 notacon 23:27 <@ShadowHntr> i *so* wanted to go to shmoocon 23:29 <@ShadowHntr> o_0 23:29 <@ShadowHntr> summercon 23:36 <@ShadowHntr> man i wish i could go to some of these larger cons :) 23:48 <@ShadowHntr> 2 weeks and counting for new series of Doctor Who w00t 23:48 <@ShadowHntr> \:) 23:48 <@ShadowHntr> whoops 23:51 <+scort> hi 23:52 <@ShadowHntr> hey scort 23:52 <@ShadowHntr> how's that phenom box working out for ya 23:52 <+scort> alright 23:52 <@ShadowHntr> rock on 23:52 <@ShadowHntr> quiet too 23:52 <@ShadowHntr> :D 23:52 <@ShadowHntr> i'm looking forward to the tri-core phenoms 23:53 <+scort> it would be better if i had more use for it 23:53 -!- R3d2Dawn [n=H4x0r@71-87-176-185.dhcp.jcsn.tn.charter.com] has joined #se2600 23:53 <@ShadowHntr> lol 23:53 <@ShadowHntr> seti@home for now, perhaps? 23:54 <@ShadowHntr> or some other distributed project? 23:54 <@ShadowHntr> www.boinc.berkeley.edu 23:54 <+scort> update the topic 23:54 -!- ShadowHntr changed the topic of #se2600 to: Happy Easter.. http://eddirt.frozenreality.co.uk/index.php?id=450 23:55 <+scort> i guess ill play some tf2 or something 23:56 -!- hobbes615 [n=ryan@pool-71-251-63-108.washdc.east.verizon.net] has quit ["This computer has gone to sleep"] 23:57 -!- R3d2Dawn [n=H4x0r@71-87-176-185.dhcp.jcsn.tn.charter.com] has left #se2600 ["Leaving."] 23:57 -!- R3d2Dawn [n=H4x0r@71-87-176-185.dhcp.jcsn.tn.charter.com] has joined #se2600 --- Log closed Mon Mar 24 00:00:20 2008