00:00:07 that's the one i'm testing. takes about 3 seconds to export to a ns/moz file. 00:00:54 Hmm... 00:01:01 sbp has quit 00:01:50 And sbp didn't complain that TimBL didn't use his middle initial? wow 00:02:55 i'll get this to work eventually, morbus... 00:03:47 uzy has joined #swhack 00:04:23 heh. ok. it seems to work. i should probably just count http:// and see if they match up. 00:04:41 here we go 00:04:43 count? 00:05:01 boy this bookmark file is big... 00:05:15 oh fuck. 00:05:17 dammit. 00:05:22 the export has 11755 bookmarks. 00:05:27 the original has 11756. 00:05:28 groan. 00:06:12 can you do similar counts on your export too? 00:06:23 i'm just doing "grep -cwn "http:' " 00:07:23 Hmm, it doesn't like this input 00:07:38 ? xml::parser based on expat has no prob with it. 00:09:17 Hmm, what can I do to check it... 00:09:36 why -n? 00:09:37 not sure. that's my problem too. thee's not much out there for xbel 00:09:42 uzy has left #swhack 00:10:09 Well, this is like the official xbel tool -- let me check the code 00:11:05 sbp has joined #swhack 00:11:27 I have returned to #swhack! 00:11:46 could I *be* any more cool? 00:11:54 Heh. 00:11:56 could I *use* any worse grammar? 00:12:18 * sbp continues to mess with his homepage 00:12:25 This is the regexp: <(\?xml|!DOCTYPE)\s+xbel' 00:13:31 Morbus, listen to him! 00:13:48 wha?>! 00:13:57 that's causing it to break? 00:16:03 i give up with this 00:16:03 sbp has quit 00:17:51 Tell this guy to cut down on the bookmarks, sheesh 00:18:19 heh. 00:18:23 too big for ya? 00:18:32 Well, it's doing something now... 00:18:35 Ooh, it worked 00:18:42 yeah? cool. 00:18:48 count your entries now. 00:18:52 how big? 00:19:14 * AaronSw twiddles thumbs while Python prints... 00:19:21 heh 00:19:59 dum di dum 00:20:05 long time. 00:21:20 ok 00:21:24 real 1m25.204s 00:21:24 user 0m33.270s 00:21:24 sys 0m24.990s 00:21:32 wow! 00:21:39 that's a long time, man. why so long? 00:21:42 takes perl 3 seconds. 00:21:54 11790 00:22:00 http:s 00:22:18 heh... um. that's weird 00:22:30 when i grep the original xml, i get less than that. 00:22:35 that's why you get in the export? 00:22:38 11756 in the original 00:22:43 yes, that's the html version 00:22:45 ok. 00:22:51 that's weird. where'd all the others come from? 00:23:10 12010 for A HREF 00:23:43 how big is your html file? 00:23:54 1495721 00:24:01 heh. 00:24:22 so you get more http's, and a near same size export. 00:24:23 weord. 00:24:40 very weord 00:25:30 the file looks well formed... 00:25:54 Hmm: DT>VirtLab Group 00:25:59 That None is suspicious 00:26:34 i wonder if that's related to added_date, which is a valid moz attributes 00:27:11 Hmm, I get 12010 href=s in the orig 00:27:15 ADD_DATE, LAST_VISIT and LAST_MODIFIED are valid attr's for a ns/moz file. 00:27:35 Ah, some of them are ftp:! 00:27:39 Ahhh.... 00:27:46 lemme recalculate on my end. 00:28:04 Yeah, so the number of HREF=s are equal. 00:28:14 12010 in both 00:30:08 damn, i'm still missing one. 00:30:16 12009 in my export. 00:30:38 which one? 00:30:41 dunno. 00:30:46 that's gonna be fun trying to find out. 00:31:30 process the files to produce lists of just URIs, then diff them 00:31:48 doing that now 00:32:02 course, the export is in random order, so the diff won't help so much 00:32:06 sort! 00:32:15 heh, you beat me to it 00:32:18 yeah, as if that'd work 00:32:24 shuddup ;) 00:43:20 sbp has joined #swhack 01:02:25 ahhh. found it 01:02:31 great! 01:02:33 01:02:41 my parser sikips that one cos it doesn'thave a title. 01:02:47 or a bookmark name, really. 01:02:54 what do you think? is that a good thing or a bad thing? 01:04:23 oop.my parser is broken. 01:04:32 the dtd says that "this element is always optional". 01:05:08 I think it's a bad thing 01:05:14 same here, personally. 01:05:29 why not use the URI name as a title in the absence of a title? 01:05:31 wait. a bad thing that my parser is broken, or bad that a bookmark title can be blnak? 01:05:53 I mean, I'm really not adverse to using URIs as titles (ahem), but it's better than nothing at all :-) 01:06:01 title can be blank 01:06:11 and that the parser is broken 01:06:23 yeah, i'm not to fond of title being blank either. 01:06:24 but I like to pick at the pedantic little style-flow things 01:07:10 ok. well, for netscape, a bookmark has to have a title. 01:07:23 so i'll use the uri. 01:07:45 unfortunately, that means that the next import/export, all formats, including the xbel, will have that url title. 01:08:16 come again? 01:08:54 if i set the uri to the for ns, then the next import of the ns bookmarks will see this "new bookmark" that doesn't exist in our xbel source. 01:09:28 <Morbus> and thus it will be added to the xbel source, and by association, everywhere else. 01:10:16 <Morbus> same for IE - ie can't have a nothing as a title, since IE stores the bookmarks as actual files in a directory. 01:10:25 <Morbus> you can't have a null filename. 01:12:09 <AaronSw> pah 01:12:23 <Morbus> pah is so noncommittal, dammit. 01:12:27 <Morbus> pah, what? <g> 01:12:28 <AaronSw> can't you invent a new attribute for NS? 01:12:38 <Morbus> heh. um. 01:12:48 <Morbus> no. 01:13:53 <AaronSw> pah 01:14:10 <Morbus> what would inventing a new one solve? 01:14:23 <AaronSw> then you'd be able to see that it was invented and take it out of the xbel 01:14:32 <AaronSw> something like inventedTitle="1" 01:14:56 <Morbus> well, that tag would have to show up in the xbel then. 01:15:02 <Morbus> since browser rewriting will prolly remove it. 01:15:45 <AaronSw> No, in the xbel you'd leave it without a title -- that's the idea! 01:16:40 <Morbus> hmm... 01:17:05 <Morbus> so i'd have to do a comparison - if the xbel title is blank, check the other bookmarks for something with that URL and a title matching the URL. and if so... 01:17:07 <Morbus> yes? 01:17:36 <AaronSw> huh? 01:17:50 <AaronSw> This is too complicated for me to follow while I'm eating ;) 01:17:54 <Morbus> heheheh. 01:29:57 <sbp> A, I've resorted to calling you "A". Aaron is too much of a strain to type 01:30:06 <AaronSw> Pah! 01:31:05 <oierw`> sbp: accept dcc file send 01:31:29 <sbp> done 01:31:38 <AaronSw> Secret data transmissions? 01:31:52 <AaronSw> All this stuff going on without me?! I want in! 01:32:01 <sbp> even I don't know what 01:32:06 <sbp> what's going on :-) 01:34:46 <SeanP> SeanP has joined #swhack 01:34:52 <SeanP> cool, it works 01:34:53 <GabeW> GabeW has quit 01:35:24 <oierw`> AaronSw: getting sbp up to speed with irc :) 01:35:30 <oierw`> AaronSw: especially nick complete 01:35:35 <AaronSw> Heh heh. 01:36:36 <AaronSw> My stupid client only does nick complete at the beginning of a line 01:37:00 <Morbus> hah. 01:37:07 <Morbus> athena does within 01:39:08 <SeanP> so many windows... so many people chatting 01:39:21 <AaronSw> Wait, there's two of you?! 01:40:53 <Morbus> god, he's spreading 01:41:49 <sbp> the other me is using a different client 01:41:58 <SeanP> yeah... er... Bersirc 01:42:08 <AaronSw> ah, _that_ client 01:42:31 <oierw`> he's still missing out on a lot of bersirc stuff 01:42:48 <AaronSw> Like that automatic nipple-pulling feature? 01:42:58 <oierw`> that's in plugin form only still 01:43:03 <AaronSw> Oh. 01:43:13 <oierw`> automatic spell checker :) 01:43:16 <AaronSw> * AaronSw nipple-pulls tav` 01:43:20 <AaronSw> * AaronSw nipple-pulls tav 01:43:25 <AaronSw> * AaronSw nipple-pulls oierw` 01:43:27 <AaronSw> pah! 01:43:37 <AaronSw> pah to all of you! 01:43:41 <Morbus> wwooo. 7 seconds to import and export that 1.5 meg xbel file 01:46:47 <Morbus> hey aaron, if i gzip this file and send it to you, can you test to see if its parsable/savable via your python? 01:47:01 <AaronSw> yeah 01:47:47 <AaronSw> Ugh I hate DCC 01:48:01 <Morbus> yeah, so do i. but i got too many windows open and i don't want one more ;) 01:48:35 <AaronSw> I converted rillian from athena to Snak, you can come next! mwahaha 01:49:02 <rillian> AaronSw: is the new version out yet? 01:49:10 <Morbus> yeah, well, i don't want to pay for snak 01:49:13 <rillian> I notice mine doesn't do outgoing dcc (though incoming works fine) 01:49:21 <AaronSw> I think that's a NAT thing 01:49:30 <AaronSw> Latest version is 4.7.2 01:51:33 <AaronSw> xmllib.Error: Syntax error at line 65: bogus `&' 01:51:43 <AaronSw> After all that 01:51:50 <AaronSw> any old xmlwf could've told you that error 01:51:54 <Morbus> sigh. stupid xml parser. 01:51:56 <rillian> AaronSw: that incoming works and outgoing doesn't? come to think of it, you're probably right 01:52:06 <AaronSw> yep, i have same problem 01:53:25 <Morbus> anyone know how to tell xml::parser not to do entity expansion? 01:53:27 <Morbus> ;) 01:54:17 <AaronSw> smack it? 01:54:24 <Morbus> guffaw 01:54:28 <AaronSw> I'm not sure what you mean? 01:54:35 <AaronSw> Don't you have xml:encode or something? 01:54:38 <Morbus> it's auto changing & to &. 01:54:43 <AaronSw> as it should 01:54:43 <SeanP> SeanP has quit 01:54:43 <Morbus> that's why that broken. 01:54:55 <sbp> cool, it even imported my quit message 01:55:00 <AaronSw> Heh! 01:55:23 <Morbus> yeah, well, in this case, i don't want it too - else, i'll have to go through and encode all the crap. i'm not writing out via xml::parser, just through my own code. 01:56:22 <AaronSw> How hard is it to encode it? 01:56:28 <AaronSw> Plus you'll catch < too 01:56:51 <Morbus> well, if it does it unconditionally, then i could do a simple &/& 01:57:07 <AaronSw> of course it does it unconditionally -- that's why its a parser! 01:57:14 <AaronSw> ok, gotta go out for a bit 01:57:17 <Morbus> i hate you sometimes <g> 01:57:25 <AaronSw> :-) 02:05:20 <Morbus> mmkay. 02:05:30 <Morbus> ns/moz/ie export and import work on the mac. 02:05:38 <Morbus> ns/moz ex/im work on the pc. 02:05:43 <Morbus> and xbel works everywhere. 02:05:47 <Morbus> now to do IE on the pc. 02:09:04 <Morbus> poo. a 1.5 meg file brings the classic macperl to a stall 02:15:20 <AaronSw> * AaronSw returnswith new glasses 02:15:37 <AaronSw> well with my first glasses really 02:16:56 <AaronSw> I'm hoping that if I wear these I don't have to wear glasses 02:17:03 <AaronSw> awww, I don't want to wear glasses 02:20:15 <Morbus> its okay. 02:20:52 <AaronSw> No! I don't want to be ugly like Morbus... 02:20:59 <sbp> <AaronSw> I'm hoping that if I wear these I don't have to wear glasses 02:21:00 <sbp> huh? 02:21:01 <AaronSw> I mean, I want to stay handsome like Morbus. 02:21:15 <AaronSw> These are reading glasses, for nearwork like using the computer 02:21:22 <Morbus> i don't have glasses. 02:21:23 <AaronSw> the idea is that these'll bend my eyes back in shape 02:21:35 <AaronSw> so I don't have to wear glasses when i'm walking around and stuff 02:21:45 <Morbus> "walking around and stuff" 02:21:49 <Morbus> you lead an eventful life. 02:22:16 <AaronSw> What am I supposed to say? 02:22:19 <Morbus> poo.parsing this 1.5 meg xbel file in classic macperl crashed classic 02:23:34 <AaronSw> They're supposed to prevent the eyestrain that causes sever myopia 02:23:43 <Morbus> welp, i'm booting into classic. see if it crashes there. brb 02:23:44 <Morbus> Morbus has quit 02:42:21 <AaronSw> apt subject header: Subject: Re: datatypes [was Re: Argh!] 02:42:39 <sbp> yeah, I liked that one 02:46:38 <sbp> heh: 02:46:38 <sbp> [[[ 02:46:40 <sbp> good thing, too, since the wreck probably would really have screwed up my ThinkPad -- I care a lot more about my ThinkPad than I do about my car 02:46:49 <sbp> ]]] - http://scobleizer.manilasites.com/2001/10/29 02:47:00 <Morbus> Morbus has joined #swhack 02:47:54 <sbp> *slap!* 02:47:56 <sbp> heh, heh 02:48:01 <sbp> can you paste yod in? 02:48:17 <AaronSw> No. 02:48:21 <sbp> fine 02:48:22 <AaronSw> Well, I can but I won't. 02:48:26 <sbp> O.K. 02:48:34 <AaronSw> *slap!* 02:48:34 <AaronSw> *slap!* 02:48:49 <sbp> *slap!* *slap!* *slapity!* *slap!* 02:54:47 <Morbus> comment from source of live365: 02:54:48 <Morbus> // make call to missing banner child and tell the worryingMother to start worrying sequence 02:56:22 <AaronSw> Heh! 02:57:57 <Morbus> finally got powerpuff working again. woo. 02:58:14 <sbp> it's confusing with all these channels... 02:58:34 <Morbus> no crap. i had to view source to find the stream url cos the stupid popup junk broke 02:58:53 <AaronSw> Well so did I but it wasn't hard. 02:58:56 <AaronSw> It never worked for me. 02:59:23 <AaronSw> The small iTunes doo-dad is really cute, IMO 02:59:58 <Morbus> what doodad? 03:00:49 <AaronSw> the one you get when you click the green button on it 03:00:56 <Morbus> ah. 03:01:56 <sbp> cool: http://www.snoopy.com/comics/peanuts/archive/peanuts-20011029.html 03:04:18 <Morbus> lol 03:04:24 <Morbus> i'm sitting next to a can of soda, right. 03:04:33 <Morbus> and i'm like "why is my computer churning?" 03:04:41 <Morbus> was the stupid bubbles popping ;) 03:05:07 <sbp> lol! 03:06:31 <Morbus> damn, i'm gonna have to get on my windows bx. 03:07:27 <sbp> we need to attract some better visitors with our topic title... 03:07:30 <sbp> any suggestions? 03:07:55 <Morbus> "My contact lens is somewhere in my girlfriend's cleavage" 03:08:32 <sbp> how will that attract vistors? In 30 words or less 03:08:51 <Morbus> Um. "Help me find..." 03:09:00 <sbp> aaaah 03:09:32 <sbp> you can use the rest of the words up insulting A and I 03:09:57 <Morbus> you know what i hate? 03:10:13 <sbp> Aaron and I? 03:10:15 <Morbus> i hate when i send myself an email to pick up on the other computer, and then i stupidly check my main again on the originating computer 03:10:32 <sbp> lol! 03:10:39 <AaronSw> Heh. 03:10:55 <Morbus> ok. i'm out. won't be back for awhile. 03:11:04 <Morbus> unless i can get jabber working 03:11:10 <sbp> that's like saying "oh, I stabbing myself in the stomach with scissors when I'm cutting paper" 03:11:18 <sbp> s/I s/hate s/ 03:11:21 <Morbus> Morbus has quit 03:11:53 <sbp> where'd he go? 03:12:04 <sbp> pffffff, I was talking to him! :-) 03:12:20 <AaronSw> :-) 03:13:32 <sbp> heh, I could send it in another email. Clutter up the ol' email inbox 03:13:53 <sbp> are there any other types on inbox? pfffff 03:13:58 <sbp> s/email // 03:15:48 <AaronSw> There's an inbox inbox. 03:19:03 <sbp> for what what? 03:19:46 <sbp> Ugh, I'm still listed under TC members: http://www.oasis-open.org/committees/humanmarkup/ 03:22:05 <sbp> I quit ages ago 03:23:07 <AaronSw> They need your valuable name-recognition. 03:23:16 <sbp> heh, heh! 03:23:43 <sbp> what, to keep people away? 03:23:54 <AaronSw> something like that. 03:25:12 <sbp> Hmm... how big are your IRC logs? 03:25:17 <sbp> Mine are only about 10MB 03:25:26 <AaronSw> 30MB or so 03:25:27 <sbp> well, actually, closer to 15, I think 03:25:34 <sbp> not much, is it? 03:25:47 <rillian> rillian has quit 03:27:03 <AaronSw> Wimpy IRC logs. 03:28:44 <sbp> WIl 03:28:55 <AaronSw> ? 03:29:14 <sbp> "WIl" :acronymOf "Wimpy IRC logs" . 03:29:20 <AaronSw> Ah. 03:29:27 <sbp> Where there's a WIl, there's a WAI 03:29:36 <sbp> aha! We should have called EARL WILL 03:29:49 <AaronSw> Heh. 03:30:19 <sbp> ppppffffffff: just a "heh"? It was at least a "heheheheh!" 03:30:44 <AaronSw> Well, it'd be funnier if I pronounced it like that. 03:30:49 <AaronSw> But I say it as "Why" 03:30:54 <sbp> ah 03:31:08 <sbp> well, it's meant to be pronounced "way" 03:31:17 <AaronSw> That's just one way, tho. 03:31:31 <AaronSw> The name is device independent. 03:31:48 <sbp> heh, heh 03:32:16 <sbp> I'll start pronouncing "Aaron" as "splodge" then, O.K.? 03:32:25 <AaronSw> Please no. 03:32:35 <sbp> "splodge" with an "A" 03:33:52 <sbp> ah: http://www.xrefer.com/entry/597368 03:36:15 <sbp> Hmm:- 03:36:16 <sbp> [[[ 03:36:17 <sbp> dog (occurs once in late Old English as docga, but has no Germanic analogues; the normal Old English word was hund, hound) 03:36:22 <sbp> ]]] - http://www.xrefer.com/entry/593108 03:39:47 <AaronSw> tav, xrefer would be a good source to add to your kbase 03:39:49 <AaronSw> tav`? 03:41:00 <sbp> heh 03:42:34 <sbp> [[[ 03:42:35 <sbp> Wow, who's the mother? 03:42:35 <sbp> In the strictest mathematical sense, this is the absolute worst thing that a man can say when a close female friend calls excitedly to announce that he is to become a father. 03:42:44 <sbp> ]]] - http://www.plexoft.com/SBF/W03.html 03:43:34 <sbp> heh, weird: plexoft 03:44:14 <AaronSw> mathematical sense? 03:44:23 <sbp> yeah 03:46:01 <sbp> funny that no one knows the etymology for dogca 03:46:57 <sbp> er... docga 03:48:54 <sbp> cool: http://www.speech.cs.cmu.edu/~sburke/ma/micro.html 03:49:04 <AaronSw> LOL! 03:49:06 <AaronSw> [[[ 03:49:06 <AaronSw> dog food 03:49:06 <AaronSw> If you run out of Alpo or Science Diet or whatever, you could try homework. 03:49:06 <AaronSw> Dogs absolutely love to eat homework. Homework contains nutrients essential 03:49:07 <AaronSw> to dog health. Don't shred it, or they'll think it's just some paper with 03:49:08 <AaronSw> ink on it. 03:49:09 <AaronSw> Dog food is also a stage in the Microsoft software development process, I 03:49:12 <AaronSw> was not surprised to learn. On the other hand, Intel's Moore speaks of how 03:49:14 <AaronSw> Intel must ``eat its own children.'' This must be the difference between 03:49:15 <AaronSw> software and hardware. 03:49:18 <AaronSw> ]]] - http://www.plexoft.com/SBF/D05.html 03:49:28 <sbp> http://www.speech.cs.cmu.edu/~sburke/ma/micro.html - Microstructure and Content in Print and Online Lexicons 03:49:36 <sbp> ah, I'm glad you liked that :-) 03:49:43 <AaronSw> AaronSw is now known as free_at_last 03:49:52 <sbp> :-) 03:50:57 <free_at_last> I hate it when nick-change jokes bleed over to other channels. 03:51:03 <sbp> yeah... 03:51:11 <free_at_last> free_at_last is now known as AaroNSw 03:51:12 <sbp> heh, it's weird seeing you with that Nick 03:51:17 <sbp> heh! 03:51:19 <AaroNSw> AaroNSw is now known as AaronSw 03:51:42 <AaronSw> There's this guy in another channel, where loggy is. 03:51:46 <AaronSw> Whenever loggy comes on he goes 03:51:52 <AaronSw> /nick laggy 03:51:55 <AaronSw> * laggy is lagging 03:52:06 <sbp> huh? 03:52:20 <AaronSw> You know, lag. 03:53:34 <sbp> yeah, but what's that about the guy? 03:53:49 <sbp> oh! 03:53:57 <sbp> heh, sorry: I badly misread it 03:54:08 <sbp> heh, heh 03:54:26 <sbp> <AaronSw> Whenever loggy comes on he goes 03:54:36 <sbp> I thought you meant that he didn't like to be logged 03:54:40 <sbp> you forgot the colon! 03:54:48 <AaronSw> Oh. 04:03:24 <AaronSw> What to do with your standardized test: http://www.nomoretests.com/pranks.html 04:05:29 <sbp> heh, heh, heh 04:09:32 <sbp> heh!: http://rainbowwarrior.coa.edu/laura/listings/traditionalalternatives.htm 04:09:41 <Morbus> Morbus has joined #swhack 04:09:55 <sbp> heh, heh:- 04:09:56 <sbp> [[[ 04:09:57 <sbp> I have not included names that are usually considered foul words or terms used to describe the genitals or sexual acts. But they are out there. 04:10:02 <sbp> ]]] - http://rainbowwarrior.coa.edu/laura/listings/traditionalalternatives.htm 04:10:11 <Morbus> welp, got ie parsing done 04:10:12 <sbp> wb Morby 04:10:39 <Morbus> hey hey 04:10:58 <AaronSw> heh 04:15:40 <Morbus> Morbus has quit 04:16:51 <AaronSw> Heh: "With a tiny hard disk of 5 Gigaoctets, the iPod seems able to contain 66 hours of music at the normal level of compression of format MP3." - http://translate.google.com/translate_c?hl=en&sl=fr&u=http://www.liberation.fr/chroniques/gassee/ga20011026.html 04:17:10 <AaronSw> I like gigaoctets myself... 04:17:41 <sbp> [[[ 04:17:42 <sbp> The American Name Society was founded in 1951 to promote onomastics, the study of names and naming practices, both in the United States and abroad. It is a non-profit organization that seeks to find out what really is in a name, and to investigate cultural insights, settlement history, and linguistic characteristics revealed in names. 04:17:51 <sbp> ]]] - http://www.wtsn.binghamton.edu/ANS/ 04:18:05 <AaronSw> sounds like the place for you 04:23:19 <sbp> :-) 04:37:53 <AaronSw> Morbus would like this: http://www.theregister.co.uk/content/4/22533.html 04:39:01 <sbp> sbp has quit 08:10:01 <oierw`> oierw` has quit 08:11:50 <oierw`> oierw` has joined #swhack 08:39:02 <oierw`> oierw` has quit 08:40:49 <oierw`> oierw` has joined #swhack 08:58:32 <oierw`> oierw` has quit 09:00:19 <oierw`> oierw` has joined #swhack 09:02:33 <tav`> tav` has quit 09:02:33 <deltab> deltab has quit 09:02:33 <xena> xena has quit 09:04:05 <tav`> tav` has joined #swhack 09:04:05 <deltab> deltab has joined #swhack 09:04:05 <xena> xena has joined #swhack 09:45:37 <xena> xena has quit 13:31:07 <tav> tav has joined #swhack 14:19:01 <Morbus> Morbus has joined #swhack 14:21:52 <Morbus> Morbus has changed the topic to: my growling stomach assaults my growing ambition 14:29:50 <AaronSw> Hmm. 14:30:02 <Morbus> what's that? 14:30:12 <Morbus> finally making some progress on syncasaurus. moving forward quickly now. 14:30:15 <AaronSw> Does it really? 14:30:21 <AaronSw> progress: cool 14:30:29 <Morbus> my "todo today" should be finished before noon, which means tons of extra hours tonight 14:30:45 <AaronSw> cool 14:38:49 <Morbus> Morbus has quit 16:40:23 <sbp> sbp has joined #swhack 16:54:47 <sbp> Gotta run 16:54:47 <sbp> sbp has quit 18:14:37 <GabeW> GabeW has joined #swhack 18:25:14 <sbp> sbp has joined #swhack 18:36:37 <sbp> sbp has quit 19:25:13 <AaronSw> Scary: http://www.w3.org/2001/10/05-string.rdf 19:36:12 <xena> xena has joined #swhack 19:50:10 <AaronSw> No matter what you're doing, anti-aliased text gives your document the look of professionalism. 20:06:53 <sbp> sbp has joined #swhack 20:07:06 <AaronSw> 'lo 20:07:22 <sbp> 'i 20:18:47 <AaronSw> Scary: http://lieber.www.media.mit.edu/people/lieber/ 20:19:09 <AaronSw> Oops, I didn't mean that. 20:19:14 <AaronSw> Lieber is a cool guy. 20:19:27 <AaronSw> We've got a copy of his new book lying around. 20:22:10 <AaronSw> I think my favorite song might be Rhapsody in Blue. 20:22:14 <AaronSw> I also like Bohemian Rhapsody. 20:24:45 <sbp> 310d42-e9df4a77ec-5982b8521a861f1665ae5bbb125ee756 20:24:56 <sbp> rather, urn:uuid:310d42-e9df4a77ec-5982b8521a861f1665ae5bbb125ee756 20:25:45 <AaronSw> Really? 20:27:00 <sbp> pffplfepf:- 20:27:02 <sbp> [[[ 20:27:02 <sbp> This specification defines the format of UUIDs (Universally Unique 20:27:02 <sbp> IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID 20:27:02 <sbp> is 128 bits long, and if generated according to the one of the 20:27:02 <sbp> mechanisms in this document, is either guaranteed to be different 20:27:03 <sbp> from all other UUIDs/GUIDs generated until 3400 A.D. or extremely 20:27:05 <sbp> likely to be different (depending on the mechanism chosen). 20:27:11 <sbp> ]]] - http://www.webdav.org/specs/draft-leach-uuids-guids-01.txt 20:28:41 <AaronSw> What do these .FBCIndex files do in OS X? 20:28:57 <AaronSw> Why pffplfepf? 20:34:35 <sbp> "until 3400A.D." 20:34:52 <AaronSw> Hey, why worry? You'll be dead by then~ 20:34:56 <AaronSw> s/~/!/ 20:35:11 <AaronSw> Truthfully, that's when UUID 2.0 is supposed to be done. 20:37:14 <sbp> ah 21:09:26 <AaronSw> Weird use of 'or' there. 21:09:42 <sbp> yeah 21:14:23 <sbp> "Here's to hoping that next year is even more exciting than this one." - http://swartzfam.com/aaron/school/2001/06/03/ 21:14:35 <AaronSw> Sure has been so far. 21:14:41 <sbp> y'idiot: you've been wasting it talking to me! 21:18:03 <AaronSw> Heh heh heh. 21:24:08 <Morbus> Morbus has joined #swhack 21:35:29 <AaronSw> How are you wasting your time, Morbus? 21:36:15 <Morbus> other than that, syncasaurus. 21:42:53 <AaronSw> LOL: "I just watched a co-worker transfer a sales person to our head of purchasing Mr Neil Dlesshold. (N. Dlesshold)." 21:43:18 <Morbus> bwahahaha. 21:43:22 <sbp> lol! 21:44:01 <AaronSw> I bet Morbus does that all the time. 21:44:07 <Morbus> nope. 21:44:09 <GabeW> * GabeW feels dense for not getting it 21:44:17 <AaronSw> N. Dlesshold -> Endless Hold 21:44:18 <Morbus> just me and the owner. we do everything. 21:44:55 <GabeW> ahhahaha 21:45:29 <sbp> <Morbus> other than that, syncasaurus. 21:45:34 <sbp> other than what? 21:46:35 <Morbus> other than syncasaurus, camwhores. gotta love camwhores. 21:46:42 <sbp> lol 21:51:48 <Morbus> my god. you want to see the worst site ever? 21:53:46 <AaronSw> Heheh! 21:54:34 <Morbus> oh, the new 6.2 netscape is secretly out on the ftp. 21:54:43 <Morbus> supposedly faster than 0.95 of moz. haven't tried it yet. 21:55:16 <Morbus> you can grab it from http://browsers.evolt.org/index.cfm/dir/navigator/ 21:55:49 <sbp> sbp has quit 21:58:51 <AaronSw> Hmm 21:59:10 <AaronSw> Cool stuff, marked for later. http://www.ibft.org/ibft040.txt 22:00:17 <Morbus> interesting. 22:02:40 <Morbus> http://www.daypop.com/search?q=morbus&t=a 22:02:43 <Morbus> ooh. i'm special. 22:02:44 <Morbus> sigh. 22:03:26 <AaronSw> "In this article, I'll show you how I created a search engine friendly dynamic image gallery, using only the" stuff I found in my garden? pants? 22:03:42 <Morbus> heh. you've seen that article, right? deltab helped edit it. 22:03:53 <AaronSw> Oh, that. 22:04:14 <AaronSw> I remember now. 22:04:19 <AaronSw> Gotta run. 22:12:06 <GabeW> GabeW has quit 22:13:31 <AaronSw> * AaronSw disconnects 22:52:50 <Morbus> Morbus has quit 22:58:26 <sbp> sbp has joined #swhack 22:59:24 <sbp> lol! 22:59:26 <sbp> [[[ 22:59:27 <sbp> [21:58:45] <AaronSw> You both have clearly gone to school. 22:59:34 <sbp> ]]] - http://irclogs.espnow.com/plex-logs/show_file.php?logfile=2001_10_30.log 23:07:38 <Morbus> Morbus has joined #swhack 23:09:16 <sbp> hey, Morby, how's it hanging? How are the cammies? 23:09:38 <Morbus> mmMMmmmmM. cammies 23:09:56 <sbp> * sbp comes up with more cool words for cool things by the day 23:17:38 <Morbus> aaron, you around? 23:18:34 <Morbus> good! 23:18:37 <Morbus> logster, shut the hell up 23:18:38 <Morbus> I'm logging. I don't understand 'shut the hell up', Morbus. Try /msg logster help 23:18:44 <Morbus> logster, shut up 23:19:11 <Morbus> sigh. yeah, i know. i'm a luser 23:20:31 <sbp> heh, heh, heh 23:20:44 <sbp> * sbp chimes in with his neatly punctuated laughing 23:20:59 <Morbus> ok. i should get some work done. 23:21:07 <Morbus> * Morbus queues up PowerPuff FM. 23:21:11 <sbp> woah, hang on a sec. 23:21:17 <Morbus> hmm? 23:21:22 <sbp> there's an article somewhere that you should read... 23:21:34 <Morbus> mmkay. 23:21:50 <sbp> aha: http://ibft.org/ibft040.txt 23:22:09 <sbp> xover pointed it out to Aaron and I, and everyone's been talkin' about it.. 23:22:09 <Morbus> AaronSw already told me about it. its in my bookmrks. haven't read yet 23:22:12 <sbp> aha 23:23:14 <Morbus> working on some merge bookmark code for syncasaurus 23:24:10 <sbp> coool 23:24:12 <sbp> [sic] 23:24:48 <Morbus> [sick?] 23:24:50 <Morbus> [sic] 23:25:00 <sbp> heh, heh, heh 23:25:04 <sbp> brb 23:25:33 <Morbus> Morbus has changed the topic to: from pigtails to perfumes, i'm growing up so soon 23:25:39 <Morbus> topic compliments of powerpuff fm 23:25:54 <Morbus> Morbus has changed the topic to: from pigtails to perfumes, i'm growing up so soon ... i'll always be daddy's girl. 23:26:01 <Morbus> damn, too long. 23:26:04 <Morbus> Morbus has changed the topic to: from pigtails to perfumes, i'm growing up so soon 23:26:31 <Morbus> Morbus is now known as Morbus-MsgMe 23:28:16 <sbp> heh, heh 23:28:22 <sbp> Gotta run 23:31:23 <sbp> sbp has quit