#emc | Logs for 2006-10-14

Back
[00:17:54] <K`zan> Looks like I may need to set up some "post" for my machines in Synergy, it has EMC, but I am not sure how that affects the gcode.
[00:18:30] <K`zan> Doesn't look like it does or I need to start over at some point to re-generate the gcode, sigh, SO much to learn.
[00:18:49] <K`zan> brain break (broke :-), bbl
[01:28:49] <robin__sz> meep?
[01:31:25] <robin__sz> robin__sz is now known as robin_sz
[01:56:19] <A-L-P-H-A> this is bad... ubuntu randomly reboots itself...
[01:56:36] <A-L-P-H-A> logger_aj: bookmark
[01:56:36] <A-L-P-H-A> I'm feeling lazy .. but here's the log anyways: http://81.196.65.201/irc/irc.freenode.net:6667/emc/2006-10-14#T01-56-36
[02:03:19] <Jymmm> A-L-P-H-A what is up with your connection?
[02:03:47] <A-L-P-H-A> Nothing, I opened a mirc session to get some veriables for xchat.
[02:03:53] <A-L-P-H-A> but mirc was autologging in...
[02:03:58] <Jymmm> or should I say... up down up down up down =)
[02:03:58] <A-L-P-H-A> and then xchat wouldn't start... now it works
[02:23:46] <CIA-8> 03jepler 07HEAD * 10emc2/docs/man/man3/ (22 files): new manpages
[02:44:14] <A-L-P-H-A> I need to put windows back on my machine. <argh>
[03:04:47] <K`zan> Synergy may drive me nuts before I figure it out :-)
[03:05:03] <A-L-P-H-A> k`zan hi
[03:05:10] <A-L-P-H-A> how's the convert going?
[03:05:15] <A-L-P-H-A> got drivers yet?
[03:05:32] <K`zan> For some reason it wants to mill out an area beyond what is requested. WTF?!?
[03:05:40] <K`zan> Nop, not yet.
[03:05:57] <A-L-P-H-A> k`zan, probably cause the toolpath is outside your area.
[03:05:59] <K`zan> Which it leads me to believe is normal, not in MY world.
[03:06:54] <K`zan> Even compensating for it, you do constant creep up compensations and it still will not do the area you *want*. Obviously something I don't know yet and examples are nice, but nothing I want to do, just cool stuff :-).
[03:07:09] <K`zan> Frustrating...
[03:07:30] <K`zan> Docs, heh, never mind.
[03:07:44] <A-L-P-H-A> uhuh.
[03:08:44] <K`zan> It is cool as hell, but I am starting to thing I might be better off with acad and a gcode generator since the gcode out of it blows out in emc, probably that I have don't have Senergy configured and have yet to get a clue how one does that.
[03:09:08] <K`zan> VERY hight frustrating factor :-(.
[03:10:08] <K`zan> Well, anyway, enough head beating for one day, I'll probably just have to go back in and program several endmill passes rather than keep fighting that mill 2point area thing.
[03:10:42] <K`zan> If it would only do the area between the two points it would be nice LOL.
[03:11:06] <K`zan> Anyway, might as well shut down the emc box, the gcode isn't set up for it.
[03:14:34] <K`zan> Not sure what I am going to do at this point...
[03:14:40] <K`zan> Sleep on it as a start :).
[04:18:10] <CIA-8> 03jmkasunich 07HEAD * 10emc2/docs/man/man3/ (4 files): fix a few minor errors
[06:33:04] <ejholmgren> anyone on?
[06:34:16] <ejholmgren> has to be daytime somewhere in notamerica
[06:41:43] <anonimasu> oh.. in north sweden..
[06:41:44] <anonimasu> ;)
[06:42:44] <ValarQ> heh
[06:47:09] <anonimasu> hm..
[06:47:22] <anonimasu> nothing like waking up a saturday and having to work
[06:48:04] <anonimasu> * anonimasu impales the code
[06:50:40] <Jymmm> anyone know a telnet like util for udp?
[06:57:58] <ValarQ> Jymmm: you mean a the server?
[06:58:48] <ValarQ> there probably isn't one, but it shouldn't be hard to write one
[07:00:38] <Jymmm> maybe for you =)
[07:03:37] <ValarQ> well, i can't see many practical reasons for a udp telnet server, so if you're into hacking around with own udp-protocols then it shouldn't be hard ;)
[07:05:43] <ejholmgren> wouldn't the amount of traffic coming back from the server to client make udp senseless?
[07:06:27] <ejholmgren> assuming you want to make sure everything you're doing remotely actually gets done and is verfified
[07:06:48] <Jymmm> No, not telnetd, just a client that does udp.
[07:07:02] <ValarQ> Jymmm: what for?
[07:07:21] <ValarQ> ejholmgren: you'll probably has to invent your own transport protocol
[07:07:27] <Jymmm> viewing raw data
[07:07:49] <ValarQ> Jymmm: i would probably use twisted for that
[07:07:59] <Jymmm> use what?
[07:08:12] <ValarQ> http://twistedmatrix.com/trac/
[07:08:22] <Jymmm> looking
[07:09:02] <ValarQ> very high-leveled python lib for doing networking
[07:09:29] <Jymmm> no no I dont want to write anything, I just want a client
[07:09:36] <ejholmgren> interesting ...
[07:10:06] <ejholmgren> what's the point of using your own transport tunneled inside udp though?
[07:10:23] <Jymmm> who says I am?
[07:10:39] <ejholmgren> other than to bust through things tcp can't as easily
[07:10:46] <ValarQ> ejholmgren: maybe you want bigger control
[07:11:31] <ValarQ> Jymmm: well, the only tools that can help you dump udp-packets is sniffers, and they wont help you with the connection
[07:12:08] <Jymmm> I said raw data, not raw packets
[07:12:09] <ValarQ> but you could probably do an UDP-client in 10 rows of code with twisted, not that much writing
[07:12:19] <ValarQ> Jymmm: the data is packets
[07:12:26] <Jymmm> no, in ascii
[07:12:43] <ValarQ> Jymmm: pipe it through strings(1) then
[07:13:45] <ValarQ> udp is not a stream-based protocol so you'll have to handle packets somewhere
[07:14:23] <Jymmm> Again, I don't want to WRITE a client, just use one, much like having a terminal window open and monitoring.
[07:15:01] <Jymmm> think like tlenetting to a MTA or web server; just udp based.
[07:15:28] <ValarQ> and what are you supposed to monitor? the server has to get some initiating packets, there is no connection without data like in tcp
[07:16:34] <ValarQ> you actually has to know what application-protocol is used, thats why port-scanners has souch problems scanning udp-ports
[07:16:55] <ValarQ> a udp service that is very picky with initial packets is very hard to detect
[07:17:59] <ValarQ> if you want i could make a very small, naive udp-dumper for you, but i don't really see how it could be used :/
[07:20:17] <Jymmm> ah, ok I see what you're saying.... UDP is embedded within the IP packet
[07:23:26] <Jymmm> Nah, I need to read REQ and read NTP is all.
[07:25:22] <ejholmgren> what's req?
[07:25:35] <Jymmm> request
[07:25:48] <Jymmm> having not read the protocol yet
[08:03:15] <Lerneaen_Hydra> 'lo
[08:04:46] <ejholmgren> hi
[08:05:25] <Jymmm> nm, found something over on navy.mil I can use instead. but thanks!
[09:16:49] <A-L-P-H-A> hello
[11:11:02] <A-L-P-H-A-2> wuzzup? anyone awake?
[11:20:40] <Lerneaen_Hydra> sort of
[11:21:24] <A-L-P-H-A-2> oh
[11:55:02] <threeseas> hello, are there any linux based cnc transfer rs232 pc<->cnc controller programs?
[12:11:43] <A-L-P-H-A> threeseas: yes
[12:12:16] <A-L-P-H-A> threeseas: I'm pretty darn sure emc can do it... using serial... you'll have to stick around to ask the gurus.
[12:45:45] <SWPadnos_> SWPadnos_ is now known as SWPadnos
[13:14:31] <CIA-8> 03jepler 07HEAD * 10emc2/docs/src/install/installing_emc2.lyx: use text about live cd adapted from linuxcnc.org page. Demote the install script from being 'the easy way to install'.
[13:38:23] <CIA-8> 03jepler 07HEAD * 10emc2/docs/src/install/compiling_emc2.lyx:
[13:38:23] <CIA-8> mention emc-environment
[13:38:23] <CIA-8> markup fixes
[13:38:23] <CIA-8> mention how to get CVS/HEAD
[13:43:39] <robin_sz> meep?
[13:44:58] <anonimasu> hmMEEO
[13:45:03] <anonimasu> MEEP
[13:45:11] <anonimasu> err im lagging :)
[13:47:02] <robin_sz> laaag
[14:26:42] <CIA-8> 03jepler 07HEAD * 10emc2/docs/src/hal/ (drivers.lyx rtcomps.lyx tutorial.lyx):
[14:26:42] <CIA-8> markup improvements
[14:26:42] <CIA-8> remove unnecessary references to "sudo"
[14:26:42] <CIA-8> use halrun in hal examples
[14:26:42] <CIA-8> omit most paths to binaries, people should use run-installed or
[14:26:43] <CIA-8> . emc-environment
[14:26:45] <CIA-8> so that paths are not necessary
[14:35:57] <CIA-8> 03jepler 07HEAD * 10emc2/docs/man/man3/rtapi_delay.3rtapi: markup fixes
[16:47:18] <A-L-P-H-A> meep
[16:47:32] <A-L-P-H-A> quiet today
[16:48:00] <A-L-P-H-A> I need some 15mm alu stock... I think I'll make some CD holders...
[16:48:15] <ejholmgren> meep
[16:48:27] <A-L-P-H-A> we should all steal robin_sz's tag line.
[16:48:29] <A-L-P-H-A> meep
[16:48:34] <jepler> do you suppose http://cvs.linuxcnc.org/cvs or /lxr is better for a typical user to view the source?
[16:48:51] <ejholmgren> I need a miniature gear puller
[16:48:59] <A-L-P-H-A> ejholmgren: easy to fab one up. :D
[16:49:08] <ejholmgren> this 2 ton just isn't working on a 1/4" shaft
[16:49:38] <A-L-P-H-A> could you use a small piston to push it w/gear puller?
[16:50:15] <ejholmgren> it'll work, just hard to hold on to
[16:50:19] <A-L-P-H-A> HAH! that's why eagle's dying on me... it's 4.11, while 4.16r1 is out!
[16:50:34] <A-L-P-H-A> evil bastards are ubuntu.
[16:50:40] <A-L-P-H-A> aj, oh.
[16:50:54] <A-L-P-H-A> get an extra set of hands to help.
[16:50:59] <A-L-P-H-A> kids, significant other...
[16:51:04] <A-L-P-H-A> friend? [you have those right?]
[16:51:07] <A-L-P-H-A> ;)
[16:51:10] <ejholmgren> har
[16:51:27] <ejholmgren> wife is at work and the cat is worthless ;)
[16:51:28] <A-L-P-H-A> bah. I'll deal with eagle later.
[16:59:39] <danfalck> cradek, "lxr"?
[17:01:30] <danfalck> looking at lxr now
[17:01:44] <A-L-P-H-A> anyone able to connect to pear.php.net?
[17:06:03] <danfalck> cradek: /lxr looks a little cleaner
[17:06:35] <danfalck> cradek: it goes straight to emc2 also
[17:06:41] <danfalck> looks good to me
[17:06:54] <danfalck> for browsing source
[17:07:19] <danfalck> sorry should have all been addressed to jepler
[17:07:21] <jepler> and it also lets you get to /cvs easily
[17:09:03] <danfalck> directory.map is nice too
[17:18:46] <A-L-P-H-A> does eagle crash anyone else is computer?
[17:19:15] <A-L-P-H-A> seems to crash mine all the time... which is driving me nuts... I can't do crap with it in linux
[17:34:18] <cradek> works fine for me (I just installed the Universe version)
[17:44:23] <anonimasu> A-L-P-H-A: hey
[17:52:58] <jepler> I haven't installed eagle since I upgraded to dapper, but under other versions of linux, eagle crashed very rarely.
[17:54:25] <A-L-P-H-A> hmm... keeps crashing on me... locking my system... only the mp3 in the background is playing...
[17:54:29] <A-L-P-H-A> i couldn't kill it...
[17:54:35] <jepler> it's never done that to my system
[17:54:53] <A-L-P-H-A> no clue... pissed me off though, I had a tone of stuff open
[17:54:57] <A-L-P-H-A> text editors.
[17:54:59] <A-L-P-H-A> nothing fancy
[18:37:34] <jepler> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=290038761904
[18:42:07] <Lerneaen_Hydra> cool, the slideway and cross-slide are exactly like my lathe
[18:42:16] <Lerneaen_Hydra> motor/gearbox too
[18:42:37] <Lerneaen_Hydra> mine's got a large electronics bit that sticks up behind it though
[18:44:34] <Lerneaen_Hydra> having servo motors on a lathe that size though seems uneeded,
[18:46:13] <jepler> closed loop is nice no matter the size of the lathe
[18:46:30] <Lerneaen_Hydra> yeah, that's true
[18:47:34] <Lerneaen_Hydra> hmm, anyone know of a way (in windows) to write 0 bits too all unused portions of a partition?
[18:47:37] <jepler> I wish I knew the price of the small servo motors cradek put on his lathe -- they're quite small but perform better than sherline's steppers (2x the speed) and still run off a parallel port
[18:47:47] <Lerneaen_Hydra> hey nice
[18:48:43] <jepler> in any programming language, open a file and write "0"s until it reports the disk is full, then remove the file?
[18:49:11] <Lerneaen_Hydra> not 0 as ascii but 0 on the disk itself
[18:49:37] <jepler> "\0" then
[19:28:58] <Jymmm> jepler: I far prefer $a=1; $a^=$a; =)
[19:29:12] <Jymmm> err $a=2;
[20:21:21] <Lerneaen_Hydra__> Lerneaen_Hydra__ is now known as Lerneaen_Hydra
[20:49:50] <Lerneaen_Hydra> 'night
[21:23:07] <A-L-P-H-A> so freak'n cold in my house
[21:41:40] <K`zan> What happened to global warming?
[21:49:31] <Jymmm> * Jymmm turns on the ceiling fan
[22:07:09] <robin_z> http://home.wanadoo.nl/sussudio/
[22:07:27] <robin_z> I think I might be a teeny bit umm ...
[22:07:31] <robin_z> drunk ;)
[22:08:40] <robin_z> if your wife is decorating a cake for someones retirement party, and you carfully craft the word 'penis' in fondant icing and add it to tthe lettering on the cake, does that count as sabotage?
[22:11:11] <Jymmm> sounds more like celbacy to me
[22:34:21] <A-L-P-H-A> robin_z: I think it counts as being a cunt. But hey... I don't know who's retiring. :)
[22:35:07] <robin_z> well, I like to help ;)
[22:35:27] <robin_z> actually, i dont know whose retiring eithr ... hey, lets hope they have a sene of humour
[22:35:43] <A-L-P-H-A> uh... did your wife notice?
[22:35:49] <robin_z> sadly yes
[22:35:56] <A-L-P-H-A> what'd she think?
[22:36:09] <robin_z> mmm .. dificult to say
[22:36:22] <Jymmm> was a cast-iron skillet involved?
[22:36:28] <robin_z> my testicles are now in a pickle jar in the refrigerator
[22:36:49] <A-L-P-H-A> Man... if you were my sibling, I'd smack you up side the head... for doing that.
[22:37:09] <robin_z> thnak $deity we live on other continents
[22:37:18] <robin_z> and im 43 :)
[22:37:29] <robin_z> far too old for that sort of thing .. ha ha
[22:37:43] <robin_z> wait, I need more beer!
[22:37:49] <A-L-P-H-A> robin_z, CHRIST! you're old.
[22:39:01] <robin_z> yeah, but I am yet to grow up :)
[22:39:56] <robin_z> * robin_z opens another bottle
[22:42:00] <robin_z> this one is "Old Speckled Hen" .. a fine beer
[22:44:19] <El_Maestro> oohh
[22:44:38] <A-L-P-H-A> robin_z, sounds oh so classy.
[22:44:43] <El_Maestro> Hi good evening/night/morning
[22:44:56] <A-L-P-H-A> El_Maestro: good bye.
[22:44:58] <A-L-P-H-A> ;)
[22:45:07] <El_Maestro> ha
[22:45:25] <robin_z> careful now, he knows keeps hexapods.
[22:45:47] <A-L-P-H-A> robin_z, you need to drink more... you're mildly making sense.
[22:46:22] <El_Maestro> robin_z.. I think I'm not liking u any more! EMC? just what I needed another hobby!
[22:46:42] <robin_z> El_Maestro here was on #asterisk and mentioned hexapods ... hed not heard of emc, which of course has the kinematics for hexapods for a long time
[22:46:46] <El_Maestro> kidding Robin_z thanks for pointing me here.
[22:47:22] <A-L-P-H-A> quit recruiting... we need to keep this a secret, so we can take over the world.
[22:47:44] <El_Maestro> LOL ....
[22:47:59] <robin_z> really, if you have played with hexapods, emc should be a good thing to try. Linux based, very configurable and under proper realtime, with encoder support etc etc
[22:48:01] <El_Maestro> don't worry alpha.. I like your idea
[22:48:22] <robin_z> www.linuxcnc.org ... for the web stuff
[22:49:46] <El_Maestro> its been a long time since my 'spyder' but would like to build a much biggerone one of this days.
[22:50:14] <robin_z> I think we run to around 50K+ lines of C code int he main codebase, its fairly mature and plenty of stuff being used in real world situations
[22:50:25] <El_Maestro> wow
[22:50:39] <robin_z> it came originally from NIST ...
[22:50:56] <robin_z> they used ot from everything from big 5 axis mills
[22:51:11] <robin_z> to wire suspended paltforms for spray painting planes
[22:51:30] <El_Maestro> oh cool
[22:51:39] <robin_z> hexapods and 'scara' type bots are supported too
[22:52:45] <robin_z> I just talk crap, the rest of em actually code stuff, but if you are into robotics or stepper motor driven stuff, its the place to be
[22:53:27] <robin_z> A-L-P-H-A: the proper name is of course "Old Speckled Hen", locally its known as "Old Spotty Cock" ;)
[22:53:54] <El_Maestro> lol
[22:53:55] <A-L-P-H-A> again, you CLASSY brits.
[22:53:59] <El_Maestro> thanks Robin
[22:54:15] <A-L-P-H-A> isn't spotted dick, a dessert for you brits?
[22:54:20] <robin_z> it is
[22:54:32] <robin_z> some sort of pudding with raisins in it
[22:55:09] <A-L-P-H-A> couldn't have something named like hairy rotting clam
[22:55:12] <A-L-P-H-A> ?
[22:55:20] <A-L-P-H-A> strange odd brits...
[22:55:31] <robin_z> of course not!
[22:55:38] <robin_z> we already have a pudding called that!
[22:56:12] <A-L-P-H-A> robin_z, so think top gear will be back?
[22:56:26] <robin_z> mmm .. dunno. 50:50
[22:56:38] <robin_z> health and saftey etc
[22:56:48] <A-L-P-H-A> great so, good ratings... why would they take that off? dumb.
[22:56:58] <A-L-P-H-A> but then again, bbc is not for profit is it?
[22:56:59] <robin_z> one of my guys has just gone off to bankok for a week
[22:57:17] <A-L-P-H-A> dirty place.
[22:57:22] <robin_z> to spend time in somewher called the "Eden Club" ...
[22:57:24] <A-L-P-H-A> probably just wants the asian hookers
[22:57:38] <robin_z> * robin_z nods
[22:57:40] <A-L-P-H-A> Eden club, sounds like a sex resort
[22:58:26] <robin_z> but they have principles!.. alone with a girl, well , its risky for the girls right? so they insist you take a minimum of two!
[22:59:02] <A-L-P-H-A> seriously... sorry for those that pay for sex in here... but I hope those that pay for sex get a desease where their dick falls off...
[22:59:06] <robin_z> weird thing is, hes a nice down to earth guy, but quite open about his "hobby" .. very weird.
[22:59:35] <robin_z> shrug, its a choice i guess
[23:00:03] <A-L-P-H-A> no. it's exploitation.
[23:00:08] <skunkworksemc> anyone have a clue about what I did wrong? :) http://pastebin.ca/203115
[23:00:13] <robin_z> shrug.
[23:00:21] <A-L-P-H-A> skunkworksemc: you were born^H^H^H^H
[23:01:11] <A-L-P-H-A> lets see the error files
[23:01:15] <robin_z> A-L-P-H-A: in a way you a right, but theres worse inthe world. War, killing, drugs. At least someone gets some pleasure
[23:01:26] <skunkworksemc> http://pastebin.ca/203117
[23:02:02] <robin_z> should I try an d hok this linear slode up tot this servo controller while drunk?
[23:02:04] <A-L-P-H-A> Drugs... Drugs itself is not the same.
[23:02:11] <robin_z> war?
[23:02:14] <robin_z> killing?
[23:02:19] <A-L-P-H-A> War is worse... killing is worse.
[23:02:21] <robin_z> theres worse than sex for cash
[23:02:23] <Jymmm> 23:03:24
[23:02:25] <A-L-P-H-A> Drugs itself, alone, is not.
[23:02:38] <skunkworksemc> how do I do a make clean?
[23:02:40] <A-L-P-H-A> Drugs is self destructive, towards one self. Doesn't involve another.
[23:02:48] <A-L-P-H-A> 'make clean'
[23:02:52] <Jymmm> robin_sz you observer DST ?
[23:03:00] <Jymmm> -r
[23:03:14] <K`zan> Taking the weekend off from learning Synergy :).
[23:03:18] <robin_z> yet we build monumnets to our war dead and despise our hookers .. who pronbably just gave a few hours pf pleasure to people who enjoyed it
[23:04:21] <A-L-P-H-A> I guess I could do the same if I want to go to Moscow, or .RO, and get laid...
[23:04:43] <A-L-P-H-A> I think I take it a little more personally that it's an exploitation of Asians... but I don't like the idea of prostitution in general.
[23:05:44] <A-L-P-H-A> just a idea, of used meat... who knows what other pervert with what disease has inserted their spotted dick into that hairy rotting clam. No thanks.
[23:06:01] <Jymmm> robin_sz you observer DST or just UTC?
[23:06:10] <Jymmm> robin_sz you observe DST or just UTC?
[23:06:16] <Jymmm> (dman typos)
[23:06:23] <robin_z> sorry, not undertanding
[23:06:23] <Jymmm> phuk it
[23:06:38] <robin_z> heh, very thai
[23:06:40] <Jymmm> robin_sz: DST == Daillight Savings Time
[23:06:42] <robin_z> phuk it :)
[23:06:43] <A-L-P-H-A> robin_z do you roll your time back for daylight savings?
[23:06:48] <robin_z> shrug
[23:06:52] <robin_z> yes,
[23:07:00] <A-L-P-H-A> Jymmm: couldn't you JUST ask like that?
[23:07:01] <robin_z> we go GMT again soon
[23:07:05] <A-L-P-H-A> he's DRUNK! remember?
[23:07:12] <robin_z> BST (british summertime) in the summer
[23:07:19] <Jymmm> ah, ok
[23:07:34] <Jymmm> so for you it's 23:08:15 +0100 ?
[23:07:42] <robin_z> umm
[23:07:44] <Jymmm> currently
[23:07:51] <robin_z> its 8 minutes past midnight
[23:07:57] <Jymmm> ok
[23:08:07] <robin_z> yesterday, I came home at 4pm
[23:08:12] <robin_z> fell asleep
[23:08:18] <robin_z> woke at 11:30
[23:08:28] <A-L-P-H-A> am?
[23:08:32] <robin_z> IRC;d and talked crap until 5am
[23:08:42] <robin_z> thne went back to bed
[23:08:47] <A-L-P-H-A> robin_z? shit talked till 5am?
[23:08:54] <robin_z> A-L-P-H-A:pm
[23:09:01] <robin_z> uh huh
[23:09:09] <A-L-P-H-A> we should make fun of the queen to hear robin_z shit talk back to us. :D
[23:09:31] <robin_z> http://home.wanadoo.nl/sussudio/
[23:09:59] <Jymmm> Bah, almost done
[23:10:09] <robin_z> parrot pie?
[23:10:29] <robin_z> baked finch in an ornage sauce?
[23:10:36] <robin_z> * robin_z is cruel
[23:10:54] <A-L-P-H-A> wonder does parrot taste like chicken.
[23:10:57] <robin_z> seriously though, how is the appartment search going?
[23:11:03] <A-L-P-H-A> he found a place
[23:11:17] <robin_z> A-L-P-H-A: the beaks are a bit crunchy
[23:11:25] <robin_z> and a job?
[23:11:43] <A-L-P-H-A> my neightbour has a cockatoo ... hmm... it's annoying as hell that thing
[23:11:46] <robin_z> fsck, is that log bot running?
[23:11:53] <A-L-P-H-A> robin_z yeah
[23:11:58] <A-L-P-H-A> logger_aj: bookmark
[23:11:58] <A-L-P-H-A> I'm feeling lazy .. but here's the log anyways: http://81.196.65.201/irc/irc.freenode.net:6667/emc/2006-10-14#T23-11-58
[23:12:02] <robin_z> dang.
[23:12:04] <A-L-P-H-A> :D
[23:12:23] <robin_z> A-L-P-H-A: a .22 should sort it.
[23:12:34] <robin_z> .357 would be overkill,
[23:12:38] <robin_z> but effective
[23:12:39] <A-L-P-H-A> you have the right to remain silent. Anything you say, can and will be used against you in a court of law.
[23:12:52] <A-L-P-H-A> a sharp knife would do too... save the bullet.
[23:12:59] <robin_z> you should think yourslef lucky we dont have webcams ;)
[23:13:21] <A-L-P-H-A> robin_z: ... I like my monitors... I don't want them to break on me seeing your mug
[23:13:30] <robin_z> when youve done that cockatoo, come around and do these german shepherds for me
[23:13:39] <robin_z> pesky things
[23:13:44] <robin_z> bark bark bark.
[23:13:54] <A-L-P-H-A> heaven forbid you put a picture of the queen up on webcam. :(
[23:13:59] <robin_z> take 1 champagne cork
[23:14:06] <robin_z> slice thinly
[23:14:16] <robin_z> fry with morning bacon
[23:14:21] <robin_z> toss to dogs.
[23:14:29] <A-L-P-H-A> what's cork do dogs?
[23:14:35] <A-L-P-H-A> what does
[23:14:42] <A-L-P-H-A> I know chocolate is like poison for them.
[23:14:45] <robin_z> in nice 2" slices?
[23:14:52] <robin_z> it bungs them up.
[23:14:58] <robin_z> it is?
[23:15:02] <A-L-P-H-A> yeah
[23:15:03] <robin_z> * robin_z writes that down
[23:15:24] <robin_z> it takes about 2 weeks after they eat enough cork
[23:15:34] <robin_z> doggy go bye-bye.
[23:15:40] <A-L-P-H-A> http://www.dogownersdigest.com/news/library/chocolate-dog-poisoning.shtml
[23:15:55] <robin_z> excellent!
[23:16:03] <robin_z> how long does it take?
[23:17:09] <robin_z> on the other hand, a .308 win-mag takes about 2.6ms
[23:29:15] <skunkworksemc> I don't see the comand for updating from cvs on the wiki
[23:31:12] <robin_z> try :sudo cd / & find | xargs rm -f & poweroff
[23:31:15] <robin_z> no wait
[23:31:17] <robin_z> dont
[23:31:26] <robin_z> * robin_z resists the beer
[23:32:32] <tomp> hello
[23:32:50] <robin_z> meep?
[23:36:41] <A-L-P-H-A> last minute date.
[23:36:47] <A-L-P-H-A> so... ciao