00:00:22 Perhaps it's part of a scheme to drown WAI members in confusion. 00:01:49 oh, that's been going on for years 00:01:56 Heh. 00:02:17 I'm wondering what to reply. Don't think I'll beother 00:02:33 er... bother 00:03:18 SXML sounds like a bundle of joy 00:04:31 Morbus has joined #swhack 00:05:08 aaronSw, lemme know when you're around. 00:05:14 I am around. 00:05:28 ok. i'm gonna cvs a new linux.pm for ya 00:05:46 actually, wait, this will be easier if i just put it here. 00:05:49 CVS me up, Scotty! 00:05:51 change the first line on bookmark_files to: 00:05:57 return unless $_ =~ /(bookmarks|favorites).htm.$/i; 00:05:57 00:06:01 M modules/OS/Linux.pm 00:06:27 like, "ooh, let's turn XPath into LISP!" 00:06:35 :-) 00:07:48 What's that supposed to fix, Morbus? 00:08:28 welp, basically, instead of checking for files that match *.htm first, we only move on IF the file has bookmarks/favorites in it. 00:08:45 it solves the "run four regexps cos AaronSw has his website junk in here" 00:08:55 but can potentially find more fositives. 00:09:02 Why does it search in backwards alphabetical order? 00:09:15 that's confusing -- i thought it was actually going really fast ;) 00:09:15 i dunno. i didn't code the module that does the actual finding. 00:09:19 heh 00:10:13 It's going reasonably fast, but it'll still take forever. 00:10:30 Of course i'm probably the only one who keeps that much junk around, but hey 00:11:22 well, i keep all my disobey/gamegrene stuff in my home dir, and it takes maybe 3 seconds. 00:11:35 remove the print statement and then try it. 00:11:58 that's what i miss in osx. the get info to see how many files in folders 00:12:03 How much stuff is that thoug? It's puny 00:12:08 This is like 4 GB of data or something 00:12:12 is it always backwards, or is it random order? 00:12:23 deltab: i dunno. its the file::find module 00:12:40 AaronSw? 00:12:44 sbp has quit 00:13:02 is it still slow? 00:13:04 It seems consistently backwards-alphabetical, at least for the dir with all the website names in it 00:13:43 Morbus, how slow is slow? 00:13:45 zalphabetical, you mean ;) 00:13:49 :-) 00:13:57 well, is it faster than previously? ;) 00:14:04 I dunno, it's never finished. 00:14:42 yeah, my home dir is only 2 megs. 00:14:48 and it takes about 3 seconds on a dual 450. 00:14:52 2 gigs, rather. 00:14:52 why search everything? 00:15:09 Your home dir is 2 GB? 00:15:11 because i don't want to depend on the "normal" locations for files. 00:15:17 yup. 00:15:30 And it only takes 2 seconds? weird 00:15:35 why not ask the user? 00:15:44 i don't want to assume the user is that smart. 00:16:03 sbp has joined #swhack 00:16:04 i asked on the list for bookmark names to test that thought, and i had a few people say they couldn't find them, or that it took them more than 10 minutes. 00:16:09 that's not friendly software. 00:16:56 what list 00:16:56 ? 00:16:56 you don't have to ask them to find the bookmark names 00:16:56 you just need to find the defaults and say: "Is this enough? Or should I continue and take 1000 years?" 00:17:09 just an mList i'm on. 00:17:15 mList? 00:17:22 well, that assumes the user knows that answer. 00:17:25 do other programs access these files? how do they find them? 00:17:28 ah, mailing list 00:17:37 deltab: they're common browser bookmark files. 00:17:42 knows the answer? Aren't they going to know what browsers they use? 00:17:57 tell me more about this common browser 00:18:27 AaronSw: sure, they may not what browsers they use, but if i can't autodetect an opera file (either before or after the 1000 years), then i can't depend on them to know that the name is opera.adr 00:18:55 the answer to that question assumes a knowledge of the files that the browser uses, not the browser itself. 00:19:21 deltab: common browsers in the sense of ie, ns, moz, opera, etc. 00:19:51 or omniweb. 00:21:00 perhaps you could have a function for each of those that looks up where the files are 00:21:22 that assumes that the file hasn't moved. 00:21:34 or been renamed, ec. 00:21:48 i'm trying to be as flexible as possible in the hunt routine. 00:22:12 Still churning... 00:22:20 if it has, the browser's not able to access it any more 00:22:57 What does the app you're cloning do? 00:22:58 not if they've specificed it in the browser. some browsers allow you to reconfigure where the file has been stored. 00:23:11 the app i'm cloning only knows ie and ns. no one else. 00:23:43 that location must be stored somewhere, right? 00:24:08 right, but then i'd have to figure out how to parse browser config/prefs, and not just browser bookmarks. 00:24:18 bookmarks are plain text, prefs are most often not. 00:25:33 I'd still try to do that before an exhaustive search 00:25:45 i don't have the time, deltab. this needs to be done by nov 1st. 00:25:50 Morbus, at least give the user a choice 00:26:40 Well, I don't care I'll just edit the code so code up new features 00:26:44 make an interface for it, and allow others to provides implementations 00:27:00 I'd expect people in my situation know how to edit the code 00:27:08 others will be able to provide bookmark parsing implementations, and the user can edit the .xml file themselves to point to diff config files. 00:27:36 like AaronSw could modify syncasaurus.pl to add a file that i haven't found. 00:31:35 aaron, add this right after the my $home_dir line. 00:31:36 # if this is OS X, add "Library" onto the $homedir. 00:31:36 if ($^O eq "darwin") { $home_dir .= "$home_dir/Library"; } 00:31:40 and try that. 00:32:30 thanks 00:33:02 OK, it worked 00:33:08 faster? 00:33:11 Real fast. 00:33:16 Well, it only found one thing: 1. /System Folder/Preferences/Explorer/Favorites.html 00:33:16 alright. 00:33:26 it found two things last time 00:33:33 logster, grep "2. " 00:33:41 I'm logging. I found 2 answers for '"2. "' 00:33:42 0) 2001-10-17 00:33:33 logster, grep "2. " 00:33:43 1) 2001-10-16 00:48:05 print "2: ", (getpwuid($>))[7], "\n"; 00:33:43 what has it normally found... do you remember what the other was? 00:34:04 heh, heh 00:34:20 logster, grep "/Users/aarownsw" 00:34:22 I'm logging. I found 1 answer for '"/Users/aarownsw"' 00:34:23 0) 2001-10-17 00:34:20 logster, grep "/Users/aarownsw" 00:34:26 goddamit it. 00:34:32 logster, grep "/Users/aaronsw" 00:34:34 I'm logging. I found 1 answer for '"/Users/aaronsw"' 00:34:35 0) 2001-10-17 00:34:32 logster, grep "/Users/aaronsw" 00:34:36 lol 00:34:43 logister 1\. 00:34:44 yeah, well, you can burn in hell 00:34:48 logister, grep 1\. 00:34:55 logister, grep 1\. 00:35:00 logster, grep 1\. 00:35:02 I'm logging. Sorry, nothing found for '1\. ' 00:35:03 logister? 00:35:25 logster, you're an arsehole 00:35:25 I'm logging. I don't understand 'you're an arsehole', sbp. Try /msg logster help 00:35:25 logster, grep "i suck" 00:35:27 I'm logging. I found 1 answer for '"i suck"' 00:35:28 0) 2001-10-17 00:35:25 logster, grep "i suck" 00:35:35 whoo! 00:35:39 Ahh, 1. /System Folder/Preferences/iCab Preferences/Hotlist.html 00:36:03 it was 2: 00:36:09 oh, you know, i took that out today cos i said "hotlist's won't exist on linux". but forgot darwin 00:36:25 perhaps the old #2 is now #1 00:36:27 AaronSw: modify return unless $_ =~ /(bookmarks|favorites|hotlist).htm.$/i; 00:37:36 Still didn't find it. 00:37:58 I think that you shouldn't use quotes in grep commands to the bot 00:38:23 Yeah, me too 00:38:54 I wonder why it didn't find it. 00:39:02 yeah, i dunno. i'm testing here. 00:39:05 why htm.$ ? don't you mean html?$ ? 00:39:24 bwahaha. yeah. 00:39:57 still didn't find it on my box though 00:41:24 Why isn't it finding it... weird 00:42:27 this shouldn't effect your prob, but there was a stupid bug. replace: 00:42:28 # if this is OS X, add "Library" onto the $home_dir. 00:42:28 if ($^O eq "darwin") { $home_dir .= "/Library"; } 00:42:42 my icab hotlist is stored in my user dir 00:42:51 Mine is in my System Folder 00:42:52 and it found it after fixing that for me. 00:43:29 Now it takes longer ;) 00:43:33 woo, lots of bookmarks! 00:43:40 hmm? 00:43:43 1. /Users/aaronsw/Library/Preferences/Explorer/Favorites.html 00:43:43 2. /Users/aaronsw/Library/OmniWeb/Bookmarks.html 00:43:43 3. /Users/aaronsw/Library/Mozilla/Profiles/default/ep7kpqrw.slt/bookmarks.html 00:43:43 4. /Users/aaronsw/Library/Application Support/OmniWeb/Bookmarks.html 00:43:43 5. /System Folder/Preferences/Explorer/Favorites.html 00:44:06 But still no iCab. 00:44:13 those two omniweb's - same thing? 00:45:33 The second one lookslike the real thing. 00:45:44 AaronSw: i justadded a stub hotlist in my system folder and it found it fine. 00:45:48 i'll cvs the code. 00:46:34 its there 00:46:40 Hmm, I added a fake one in the system folder and it didn't find it 00:47:22 the code you cvsed has a print statement in it 00:47:35 yeah, you can trash it if you want. 00:47:51 well take it out of the final version 00:47:58 Whoo, now it found it 00:47:59 i will. sheesh. 00:48:08 Heh 8 bookmars 00:48:14 fositive: 8. /System Folder/Help/Windows Media Player Help/htm/toorganizefavorites.htm 00:48:23 Gotta run 00:48:31 c'ya 00:49:03 AaronSw: modify: return unless $_ =~ /^(bookmarks|favorites|hotlist).html?$/i; 00:49:08 the "^" before everything. 00:49:13 should catch the 8) 00:49:50 Yep, now I'm down to 7 00:50:14 msg me with them. 00:51:24 sbp has quit 00:51:42 this should get rid of the false omniweb: 00:51:44 return if $File::Find::name =~ /$home_dir\/OmniWeb/i; 00:52:12 Hmm, I wonder why the old one is there? they must have moved their prefs directory 00:52:29 It's harmless really 00:52:39 you wouldn't have a problem with ath being merged? 00:52:45 is that a default bm set, or one you used to have? 00:52:50 A default set. 00:53:01 well, both, i think 00:53:04 it that was merged in, then it'd be overwritten after the merging 00:53:46 Yeah, it's the old location for their prefs 00:53:55 it's exactly the same as the new prefs directory 00:54:08 ok. so then, that can be merged no problem. 00:55:13 yep 00:55:22 k. newest code is cvs'd. 00:55:34 the only concern with that is that i wouldn't want my old bookmarks messing up my new ones 00:57:51 OK, updated and get the same 7 00:58:15 yeah, i didn't add the omniweb thing. 00:58:21 so that's what you should be getting. 00:58:33 right 01:00:06 sbp has joined #swhack 01:00:28 Heh: "Java buzzwords are the premier multi-tier enterprise applications solution! they're the standard in mobile agent-based collaborative networking!" 01:00:39 lol 01:03:37 heh: http://www.dilbert.com/comics/dilbert/scoop/dogbert_origin.html 01:05:07 Neat. 01:07:04 adding the ftp connectivity now. woo. 01:07:09 he he: http://www.dilbert.com/comics/dilbert/archive/images/dilbert2731130011008.gif 01:08:28 heh 01:08:34 Scott Adams on a roll: http://www.dilbert.com/comics/dilbert/archive/images/dilbert2036556011009.gif 01:09:19 I dunno what he was talking about, those vintage dogberts are great 01:09:27 yeah 01:14:06 Can you figure out why Brian emailed that Dilbert comic to the RDF Core list? 01:14:25 heh, heh, heh: I thought that was brilliant 01:15:00 Yeah, but what does it have to do with RDF? 01:15:23 anonymous nodes! 01:15:50 Oh... heheh! 01:15:55 Not-AaronSw has joined #swhack 01:16:11 * Not-AaronSw waves 01:16:33 Not-AaronSw has quit 01:16:38 heh. cool. 01:16:53 i just got a book the other day which has a whol earticle on hooking into jabber with perl. 01:17:03 What book? 01:17:20 applied perl 01:17:24 got it off my wishlist 01:18:23 Cool. 01:20:33 whoo. my ftp code seems to work so far. 01:21:34 cool 01:25:27 What's that guy in the Simpson's? 01:25:31 Duckman? 01:25:46 Duckman can't surf... credibility meter falling fast... 01:26:05 WTF are you going on about? 01:26:18 Duffman, you dumbwad 01:26:34 Ah, right. 01:26:39 tsk 01:26:47 I never saw that episode. 01:27:01 I dunno what his real name is, though. Either "Sid" or "Larry" 01:27:14 there have been two episodes with Duffman, that I can recall 01:27:38 Duffman: Duffman is thrusting in the direction of the problem. 01:27:47 oh, that was the one with:- 01:27:56 Homer: I'm down to a B-cup! 01:29:35 Ah, that reminds me of the c-cup.com site 01:34:47 * AaronSw goes on a deleting spree 01:36:11 compress! 01:36:54 do you have fdupes? 01:37:40 fdupes: http://netdial.caribe.net/~adrian2/fdupes.html 01:38:41 Yeah, I wrote my own since I couldn't get that to compile 01:38:52 But I'm not sure whether to run it over my whole hard drive 01:38:58 (wrote it in Py, of course) 01:39:02 what does real fdupes do? 01:40:13 a number of cool things 01:40:26 it shows a progress indicator 01:40:39 it allows empty files to be ignored 01:41:34 it can output sets of duplicates on one line, optionally with the first removed (great for piping into xargs) 01:42:07 Hm. 01:42:28 and it can be used interactively, prompting you for which of a set to delete, if any 01:42:40 I wish it would compile. 01:42:53 yeah, it's cool 01:45:14 why won't it compile? 01:45:22 I don't remember... 01:47:21 Ahh: 01:47:21 fdupes.c:29: header file 'getopt.h' not found 01:48:28 hmm, do you not have that? 01:49:01 Just the Python one 01:52:12 sbp, is this the book you mentioned? http://www.amazon.com/exec/obidos/redirect-to-external-url/102-6222478-8304915?path=http%3A//s1.amazon.com/exec/varzea/ts/exchange-glance/Y02Y3171012Y2429398/qid%3D1003283210/sr%3D1-1 01:52:25 does man getopt say anything? 01:53:01 Yeah... it's a shell command 01:53:17 er, man 3 getopt 01:53:28 yes, I think that's the one 01:53:40 Yes, man 3 getopt works 01:53:45 #include 01:54:14 good, try that 01:55:00 Now I get a lot of warnings 01:55:03 and then an error 01:55:16 fdupes.c:790: invalid use of undefined type `struct option' 01:55:16 fdupes.c:776: storage size of `long_options' isn't known 01:55:16 fdupes.c:794: warning: implicit declaration of function `getopt_long' 01:55:16 make: *** [fdupes] Error 1 01:56:16 oh, it needs GNU getopt 01:57:19 * AaronSw checks fink 01:57:53 nope 01:58:31 Gotta run 01:58:32 sbp has quit 01:59:19 Hmm, looks like it's in the gnome-libs/support 02:09:00 Well, I got myself 324 MB... that's a bunch of breathing room 02:12:27 whoo hoo. 02:12:31 my ftp code is owrking nice 02:13:00 heh, i'm lucky if I have 324 kb 02:13:16 Buy another HD, deltab, it's not a laptop, is it? 02:14:00 no, but the internal case design is crummy 02:14:16 So it can hang out the side. Works for my tiVo ;) 02:14:27 there are three 5.25" bays, but only two are reachable by IDE cable 02:15:41 thanks partly to a big metal plate under the second one that extends across to the power supply 02:16:36 oh, and you need three hands to do anything to the drives 02:17:14 You have that, right? Perhaps you should just buy another one... 02:17:39 another computer? yeah, I plan to when I'm assured of an income 02:18:01 No, another hand. 02:18:22 ;-) 02:19:07 I should've gotten the 48GB drive for this thing. 02:19:40 AaronSw: you wanna try this ftp code? 02:19:47 sure 02:19:58 just to let you know what's happening. 02:20:19 if the path doesn't exist, the code will create it. it will not delete it when it's through. 02:20:24 it will upload one file into path, called lockfile.userftp 02:20:28 this file is then deleted. 02:20:30 that's all the ftp code does. 02:20:43 i've tested it on existing directories as well, with no problems 02:20:48 does it email you my password 02:20:50 ? 02:21:00 no, i've disabled that in this version. 02:21:04 :-) 02:21:11 haha 02:21:13 :) 02:21:18 well, let me know when you commit 02:21:24 yup. in a minute or so 02:21:27 and i'll grep for morbus@disobey.com 02:21:35 hmm? 02:21:39 oh. hehehe. 02:21:45 you'll find one instance ;) 02:22:25 oh. poo. hold on. 02:22:28 welp, it's gonna be longer 02:22:40 i tested this all under the mac. haven't migrated the code to the other OS's yet 02:22:51 oh 02:23:03 nother five minutes 02:23:50 Great photos: http://www.harrumph.com/baybridge.html 02:30:14 sigh. i hate cvs 02:30:16 :) 02:30:32 heh 02:30:44 * AaronSw updates 02:30:47 should I run it yet? 02:31:37 sbp has joined #swhack 02:32:12 'lo 02:32:23 'i 02:32:30 * sbp comes up with a cool new plan 02:33:02 ' 02:33:05 Oh, duh! I forgot to empty the trash! 02:33:07 alright. i think you can do it now 02:33:14 what is it now, sbp? 02:33:18 yeah. should be all set for ya AaronSw 02:33:24 ok 02:33:32 you may have to change linefeeds. i dunno if i did. 02:33:51 Hmm, no changes since last update. 02:33:58 ah, practical step #1 has been completed 02:34:05 the rest will take quite a while 02:34:05 ? almost every file was changed. 02:34:22 Yeah, I updated back when you said "I hate CVS" 02:34:29 no changes since then 02:34:43 ah. there should be a new folder called Transport/FTP.pm then 02:34:50 just added that a sec ago 02:35:06 modules/Transport/FTP.pm rather 02:35:12 Ah, need to do cvs with some special option 02:35:53 -d 02:36:04 grr, you and your line feeds 02:36:22 sorry. 02:36:33 i test on the mac before anything else, since that has the lowest perl version. 02:36:47 that's weird... there's nothing in the file at all 02:37:26 ahh, here we go 02:37:44 Name "Log::Simple::Config" used only once: possible typo at ./Syncasaurus.pl line 34. 02:37:44 Undefined subroutine &Log::Simple::slog called at ./Syncasaurus.pl line 74. 02:37:54 AaronSw has left #swhack 02:38:04 AaronSw has joined #swhack 02:38:05 linefeeds. 02:38:12 i'll fix em and recvs/. 02:38:30 maybe that'll fix the ftp.pm emptiness too 02:39:16 done 02:41:45 ok 02:43:29 if i pick an invalid ftp server it takes a long time and then i get: 02:43:32 Can't call method "put" on an undefined value at modules//Transport/FTP.pm line 125, line 5. 02:43:40 yeah, it times out after 120 seconds. 02:43:54 hmm, double slash? 02:44:00 hmm 02:44:02 A nicer error message might be good. 02:44:04 i'll be adding "you're an idiot" code in a bit. 02:44:14 OK, thanks. 02:44:45 deltab: double slash prolly comes from: use lib './modules/'; # Add our local lib. # 02:45:03 thought so 02:45:50 on a valid server, did it work? 02:47:01 yep, but it didn't create the directory 02:47:32 but you didn't get an error back? 02:47:42 Nope 02:47:46 right, actually you wouldn't. 02:47:51 check yoru syncasaurus.log file. 02:47:52 We'll now try a simple connection to your server... successful! 02:47:59 does it say anything about "creating" a folder for the user? 02:48:09 can you give these files different names? 02:48:18 [2001-10-17 02:47:47] wizard: Displaying introduction and ftp choice. 02:48:18 [2001-10-17 02:47:48] wizard: User has chosen to use their own FTP server. 02:48:20 [2001-10-17 02:48:08] wizard: Finalizing the configuration. 02:48:45 k 02:51:50 AaronSw: what path had you given it? multiple like /a/b/? 02:51:54 or single like /a/ 02:52:11 Path where bookmarks should be stored: /home/aswartz/bookmarks/ 02:52:22 in the XML: 02:52:22 home/aswartz/bookmarks/ 02:53:03 do me a favor and try typing the /, so the screen looks like //home/ 02:53:12 and /home/aswartz exists? 02:53:15 Yes 02:53:29 I did type the slash 02:53:42 if you did, it should have showed up in the config... 02:53:53 hmm. 02:54:05 Oh, never mind 02:54:08 I guess i didn't 02:55:15 We'll now try a simple connection to your server... failed! 02:55:15 A connection was not possible. Perhaps you mistyped? 02:55:40 We'll now try a simple connection to your server...getsockname() on closed socket Symbol::GEN0 at /System/Library/Perl/darwin/IO/Socket.pm line 186, line 9. 02:55:40 Use of uninitialized value in split at /Library/Perl/Net/FTP.pm line 754, line 9. 02:55:40 failed! 02:55:41 A connection was not possible. Perhaps you mistyped? 02:57:24 OK, with the double slash it worked 02:57:40 k. i'm removing the slash from the instructions. 03:05:39 Morbus has quit 03:19:54 do you write emails with your IRC chatty voice, or your New Yorker specification voice? or somewhere in between? 03:20:25 New Yawker spehcifihcations? 03:23:59 heh 03:24:11 Was that a real question? 03:25:11 yeah 03:25:26 I dunno, you tell me. What does it sound like? 03:26:14 I dunno, you tell me. What do you write like? 03:26:25 How am I supposed to know? 03:26:37 Do you think I have time to read all the messages I write? Pleeease. 03:26:54 heh! 03:31:20 Seen elsewhere: "My sister and her husband briefly joined the Saturn family. Went to barbeques and everything. I thought they had been taken over by pod people." 03:31:50 what?! 03:32:28 You guys have Saturns on the Island? 03:32:45 http://www.saturnbp.com/ 03:33:40 ah, yeah. I recall a Simpsons quote about them now 03:33:47 pod people? 03:34:09 aliens 03:34:22 They come in pods to Earth. 03:34:27 aha. You're just Mr. Enlightenment tonight 03:34:37 :-) 03:34:44 do you come in pocket form? 03:34:53 Depends on what size pocket you have. 03:34:59 "let me just consult my Aaron" 03:35:18 who needs Google! 03:35:32 Umm, well I do. 03:35:39 :-) 03:35:45 aha, the secret of your pwer is revealed... 03:35:51 My pwer? Indeed. 03:36:04 * AaronSw has Super Google Powers! 03:36:08 I'm slwly eliminating vwels 03:36:12 k 03:36:22 y kk 03:36:29 prn? 03:36:35 y kk 03:36:39 h 03:36:47 ll 03:36:50 LL! 03:37:06 gt tht, t lst 03:37:24 prdn? 03:37:34 anyway, that's why I sd "slwly elimination vwels" 03:37:44 y dts 03:37:56 I thought it was eliminating 03:38:03 prdn, dltb? 03:38:35 Gtt rn 03:38:43 c'y 03:38:52 by 03:41:48 sbp has quit 04:24:38 sbp has joined #swhack 04:25:26 ha, I win quote of the week: http://lists.w3.org/Archives/Public/w3c-wai-ig/2001OctDec/0113 04:26:46 hello? 04:26:58 Ouch. 04:27:03 That got my attention 04:27:07 :-) 04:27:28 there's nothing better for getting someone's attention than deopping them 04:27:38 or throwing a glass of water at them 04:27:45 or both 04:27:49 Heheh. 04:27:57 I'm feeling boxed-in now. 04:28:13 how so? 04:28:20 Trapped in a small IRC room. 04:28:24 With no ops. 04:28:31 ah 04:28:44 sbp has left #swhack 04:28:44 sbp has joined #swhack 04:28:49 there you go 04:29:09 perfect 04:29:18 Heh 04:30:27 there 04:31:08 anyway, thanks for the one-syllable rants 04:31:14 and 'night 04:31:14 no prob 04:31:17 c'ya 04:31:20 cya 04:31:22 sbp has quit 05:12:13 AaronSw has quit 05:12:13 deltab has quit 05:25:18 logster has joined #swhack 05:25:18 topic is: The room where we ask Morbo^Hus his music tastes, just for a laugh 05:25:18 Users on #swhack: logster AaronSw deltab 13:32:19 LOL @ http://www-uk.hpl.hp.com/people/jjc/snail/ 13:32:43 Quite funny. 13:43:14 Heh, the ultimate in date-stamped pages: 13:43:34 """ 13:43:35 When I say "the title of http://history.org/1492 is 'Christopher Columbus goes to America'," 13:43:40 """ - http://www.w3.org/Architecture/state 15:15:22 sbp has joined #swhack 15:16:25 ugh, as my mail crawls to a halt... 15:16:33 come on, download, download! 15:18:46 heh, that email to WAI IG is quite funny 15:26:52 sbp has quit 16:24:21 AaronSw has quit 16:24:21 deltab has quit 16:49:20 AaronSw has joined #swhack 16:49:20 deltab has joined #swhack 17:43:44 Morbus has joined #swhack 17:51:28 'lo 17:51:53 'l 17:51:58 it's so lonely without sbp. 17:51:58 :) 17:52:04 Heh. 17:58:51 Heh: "Sleep is defeat. Anthrax poisoning is no excuse." 17:59:23 heh. 18:23:15 Good unschooling article: http://www.reason.com/0110/fe.dp.schools.html 18:24:00 AaronSw, you know a guy named Steve Yost from OuickTopic? 18:24:05 Yep. 18:24:21 QuickTopic 18:24:27 ah. ok. he and i have been having big discussiosn concerning amphetadesk and quicktopic. 18:24:39 i had actually seen the quicktopic thread a few weeks ago when i was doing a google search on ampheta. 18:24:39 Oh, what're you discussing? 18:24:41 he emailed this morning. 18:24:59 well, mostly how he's working on a threadML sort of thing to add to RSS and he's presenting it at p2p. 18:25:08 and how does amphetadesk handle html, and so on and so forth 18:25:11 Him, David Weinberger and I were going to work on ThreadsML. 18:25:18 Has it developed further? 18:25:18 yeah, dave's on the cc too. 18:25:31 welp, check this out: http://www.quicktopic.com/7/H/rhSrjkWgjnvRq.rss 18:26:36 Weird, I must have fallen off the CC! 18:26:36 That sucks. 18:26:36 I thought it had died. 18:27:06 well, the discussion on the site seems to have died, but he emailed me, david w, and the guy from yahoo this morning. 18:30:20 So he's going to be at P2PCon? 18:30:37 yup. 18:31:34 Now I really have to go there... 18:31:39 :) 18:31:53 he said if o'reilly didn't post a transcript he would and would let me know 18:32:08 Ahh, here: http://conferences.oreillynet.com/cs/p2pweb2001/view/e_sess/2125 18:46:10 Cool: http://www.notifymail.com/ 18:46:46 thats like mailtothefuture.com 18:47:35 Huh? Not at all. 18:47:40 what are your feelings about html in rss feeds? 18:47:50 yeah, i realized that. hope you wouldnt notice. 18:47:54 Heh. 18:47:59 I think it should go in the content module. ;) 18:48:03 heh. ok. good. :) 18:48:09 Why? 18:48:17 well, steves gonna strip html from the feed. 18:48:22 i pointed him to mod_content 18:48:27 I helped design the ThreadsML RSS 1.0, remember. ;) 18:48:33 And the content module. 18:48:46 yeah, i know. 18:48:53 i just don't reminding you. 18:49:55 Huh? 18:50:01 nevermind. 18:50:13 my brain is moving faster than my fingers. youre the second person i've left words out of to. 18:50:20 I do that too. :) 18:50:38 then you'll sympathize ;) 18:50:44 Hmm, I can almost read the text on the RTF icon... 18:50:56 hmm? 18:51:08 oh, uner osx? 18:51:10 Yep. 18:51:45 "A boy once lived in .... in a gnac towak now ... lonfon fo his life was great tat is until he met a girl and chess labor begun to find love in racer of the kiss is all the things that he loved to go angkad what is it say in a gnac tour londohis.... "it just repeats 18:54:10 heh 18:54:14 you've got too much spare time. 18:54:22 there's a new ag out. v1.4 for the mac 18:54:30 MacAddict had a contest out for funniest translation. 18:54:47 heh 18:54:52 i haven't gotten macaddict in a while. still good? 18:54:58 Yeah, I think so. 18:55:04 i have issue 1 ;) 18:55:06 Perhaps not as good... 18:55:11 Aww, I want issue 1. 18:55:26 phbbt. i'll cam it for you so you're jealous. i still have the cds too :) 18:56:17 /phbbt/pfffff/ 18:56:49 :) 18:57:42 i told steve i doubt ampheta will ever support the content module. 18:58:01 wait, that needs clarification. 18:58:33 i told steve that "i hate html in my feeds. i won't push html in title or description, and i doubt i'll supprt the content module". 18:58:39 yeah, that makes a little more sense. 18:58:50 [GlobalNotice] Services are down. They'll be up in a moment. Usual splitting, sorry. 18:58:59 before you could infer that "morbus thinks html should be outside the content module". that's not what i mean.t 18:59:30 Morbus has changed the topic to: inferrants, inflections, intentions, oh my! 18:59:45 Ah, I see. 19:00:15 Hmmph, why can't Mail.app have a simple "get new mail" applescript option 19:00:25 Morbus has quit 19:00:25 AaronSw has quit 19:00:25 deltab has quit 19:00:39 deltab has joined #swhack 19:00:39 AaronSw has joined #swhack 19:00:39 Morbus has joined #swhack 19:00:59 logster has joined #swhack 19:00:59 topic is: inferrants, inflections, intentions, oh my! 19:00:59 Users on #swhack: logster Morbus AaronSw deltab 19:01:54 sbp has joined #swhack 19:02:09 'lo 19:02:12 'i 19:02:17 'i 19:02:22 '? 19:02:33 * Morbus runs away screaming! 19:03:05 how's life? 19:03:35 same as usual: writing stuff, emailing people, worrying about things, watching T.V. 19:03:42 talking to you guys 19:04:01 you? 19:04:53 doing mundane monkey work on djcdesign.com 19:04:53 I can't believe Mail has so many stupid things you can script (like the color of a single character) buy uou can't check your freaking mail! 19:05:10 lol 19:05:22 hehe 19:05:46 poor poor aaron. doesnt he realize that sending html email is better and more common than actually checking it? 19:05:55 Heh. 19:06:06 * AaronSw curses AppleScript and it's stupid English syntax 19:08:18 this is a line of code: set this_message to make new compose message at beginning of every compose message 19:09:01 i know 0 as. 19:12:55 OK, I give up with that. 19:13:01 Gotta run 19:13:05 c'ya 19:13:27 no, aaron, you don't give up. set inspiration_level to make new failure at end of patience 19:13:34 :) 19:13:37 :-) 19:16:02 sbp has quit 19:35:37 Morbus has quit 19:45:57 sbp has joined #swhack 19:46:11 Hi sbp 19:46:17 Hi AaronSw 19:47:42 * sbp plays some Zep - "Nobody's Fault But Mine" 19:48:11 from Presence 20:00:23 * AaronSw listens to some Tom Mabe 20:00:31 BenSw has joined #swhack 20:00:48 Hi Ben 20:00:51 Hi Ben 20:01:05 You weren't on earlier this morning, now were you? 20:02:07 Earth to BenSw... Your client broken? 20:03:33 no.. why? 20:03:41 Ah, he speaks! 20:03:41 BenSw has quit 20:03:50 he goes! 20:04:46 Well, that was quick. 20:05:36 BenSw has joined #swhack 20:05:57 Hi 20:06:04 hello 20:06:05 Hi 20:06:10 wb 20:06:13 Welcome back 20:06:32 ohh i guess irc cgi does work after all 20:06:38 Yes, I suppose it does. 20:07:06 heh: un.impressive.net - that Gerald 20:07:16 It messed up before 20:07:40 It gets a little confused if you try to join more than 1 channel 20:07:59 Ahhh 20:08:40 No wonder i was on Swartzfam 20:08:46 Ah. 20:10:08 Hmmm 20:10:17 Can you fix that? 20:13:31 * AaronSw heads off 20:13:46 c'ya 20:14:11 cya sbp 20:14:13 cya sbp 20:14:27 you going too? 20:14:40 no 20:14:57 * AaronSw returns 20:15:12 ah, that was quick 20:15:25 testing your away thing, still? 20:16:13 What happened? 20:16:15 I got disconnected somehow... 20:16:21 [GlobalSpam] We're going to try and restart services. There'll be a few splits... nothing to worry about 20:16:25 No. 20:16:36 oh, it said "AaronSw heads off" so I presumed that you buggered off 20:16:39 BenSw, still here? 20:16:51 Actually, I had... I went to reboot the tiVo. 20:17:04 cool 20:17:06 cool 20:17:07 Ah 20:18:29 Store guy: Take this Frogurt, but beware: it carries a terrible curse 20:18:42 er... 20:18:48 s/Frogurt/doll 20:18:59 Homer: Ooh, that's bad 20:19:10 Store guy: But it comes with a free Frogurt! 20:19:17 Homer: Ooh, that's good! 20:19:24 Store guy: The Frogurt is also cursed 20:19:28 Homer: Ooh, that's bad 20:19:34 Homer: No t.v. and no beer make homer something something 20:19:40 Store guy: But it comes with a choice of topping 20:19:47 Homer: Ooh, that's good 20:19:52 Marge: Go crazy? 20:19:57 Homer: Don't mind if I do 20:20:01 What do you mean NY 20:20:13 Store guy: the toppings contain potassium benzoate 20:20:20 Homer: [stares blankly] 20:20:26 Store guy: That's bad 20:20:31 Homer: Can I go now? 20:20:33 it working 20:21:54 Sbp look at the one hour special of Buffy. 20:22:08 Morbus has joined #swhack 20:22:13 I wouldn't dare 20:22:18 Hi Morbus. 20:22:26 logster, grep Morbus.*boxer 20:22:29 I'm logging. I found 3 answers for 'Morbus.*boxer' 20:22:30 0) 2001-10-17 20:22:26 logster, grep Morbus.*boxer 20:22:31 1) 2001-09-21 02:43:31 i do everything in boxers 20:22:32 2) 2001-09-21 02:43:31 i do everything in boxers 20:22:32 Hey Morbus 20:22:37 lol 20:22:40 What do the people at work say? 20:22:45 heheh... 20:22:50 well, i'm not in boxers now :) 20:23:01 stop doing things, then! 20:23:10 aaron how do I thumbs down a show? 20:23:18 Beats me. 20:23:36 Morbus has quit 20:23:53 ah, netsplits 20:23:53 Morbus has joined #swhack 20:23:55 is the tv on? 20:24:02 wb, Morby 20:24:17 hey, you left, not me ;0 20:24:21 :-) 20:24:22 wb 20:25:16 BenSw, yeah. 20:25:24 cool 20:25:47 go down there and watch the master 20:25:55 I've got other things to do. 20:26:00 the master? 20:26:24 I can do virtually anything... just watch 20:27:15 Please no. 20:27:20 heh, heh 20:27:23 good article: http://webtechniques.com/archives/2001/10/fraser/ 20:27:42 I just thumbed up Inspecter gadget 3 times 20:27:51 do do do dooo. 20:27:55 weeee oh weeeoh 20:28:04 inspecter gadget! 20:28:21 * sbp is glad he's playing "Misty Mountain Hop" else he'd be singing the Inspector Gadget song 20:28:34 htey play it on powerpuff fm a lot :) 20:28:43 heh, heh 20:28:53 da da da da da da inspector gadget dadadadadaada dada 20:29:12 dadadadadada inspector gadget dadadaddada da da 20:29:20 he he he 20:31:28 switching cgi ircs 20:33:23 Morbus is now known as http 20:33:23 BenSw has quit 20:33:30 http? 20:33:32 http is now known as Morbus 20:33:38 must be some joke in evolt 20:33:43 heheh. whistle, whistle. 20:34:11 BenSw has joined #swhack 20:34:20 *** Now talking in #evolt 20:34:20 stop messing about in here! 20:34:34 rock on with yo bad self ;) 20:35:02 what do you mean register aaron 20:35:19 When'd I say register? 20:39:08 why is it that geeks are so much uglier than me? am i truly an adonis? 20:40:03 "When The Levee Breaks" 20:40:17 Perhaps just a narccissist? 20:42:39 ;-) 20:42:59 * sbp seconds that 20:44:57 Gotta run 20:45:01 c'ya 20:45:22 ciao 20:47:15 * AaronSw heads off 20:47:22 fine! 20:47:57 sbp has quit 20:50:11 * AaronSw returns 20:51:01 you hear about how applescript can work over the net? i coudl applescript something off your box from mine? 20:51:18 Sorry, what happened. 20:51:28 My computer just did that halting thing and then I crashed it. 20:51:37 oh. 20:51:41 that's not good. 20:51:48 Yeah. 20:51:58 What a fun security hole! :-) 20:52:00 It's been like that for years. 20:52:02 What isn't? 20:52:04 You have to turn it on in the sharing control panel in OS 9 20:52:22 oh. didn't know that. 20:52:28 i never installed sharing in os 9 ;) 20:56:30 Bensw2 has joined #Swhack 20:56:38 Hello 20:56:52 Hell 20:57:31 Aaron the blog space cgi irc doenst work for me 20:57:40 Hmm, oh well 20:59:03 Aaron can you kick benSw 20:59:14 Did you register your nick? 20:59:17 nevermond 20:59:29 i didn't register mine. i have no flipping clue how to do any of that stuff. 21:00:19 kicking bensw from this channel won't let you use that nick 21:00:43 Free Buffy on our Tivo :-) 21:01:10 Shut up Ben. 21:01:21 :-) 21:03:08 vwagagaga 21:03:11 last para of http://www.zdnet.com/zdnn/stories/news/0,4586,2818155,00.html 21:04:11 Heheh. 21:06:05 BenSw has quit 21:08:23 http://www.reuters.com/printerfriendly.jhtml?type=humannews&StoryID=297117 21:09:17 k 21:12:47 Bensw2 is now known as Bensw 21:14:37 anyone tried movable type yet? 21:14:47 cya all 21:15:03 bye 21:15:10 not yet, morb 21:15:10 Bensw has quit 21:15:13 it exports rss by default' 21:15:20 once i get syncasaurus finished, i'll prolly fiddle 21:17:44 heh. http://www.mines.edu/students/b/bolmstea/randlang/ 21:23:59 Hmm, where's the script that gets executed on login? 21:24:38 hmm? 21:24:46 oh. in tsch, it's ~/.login 21:24:59 or, create /Library/init/tcsh something or other. 21:25:01 its at home. 21:25:21 I'm in bash 21:25:30 isn't it .bashrc 21:25:37 I thought so... 21:25:53 but it doesn't seem to execute 21:27:08 Oh, weird. I am running tcsh 21:27:15 Why is that... 21:27:37 Hmm, no I'm not. 21:36:55 in bash, .profile, .bash_profile, and .bash_login 21:37:13 i thought profile was just for aliases and env stuff. 21:37:17 .bashrc isn't run directly 21:37:19 Ahh, profile -- that's what it was. 21:37:28 maybe i got the too flipflopped 21:38:33 the bash documnetation has the full story 21:46:03 Morbus has left #swhack 22:00:19 sbp has joined #swhack 22:02:17 Hi there 22:03:44 sbp has quit 22:06:27 sbp has joined #swhack 22:07:10 I've reconsidered: I think that your homepage is better designed than DanC's. It has more of a completed air behind it, rather than being a mess of links 22:07:26 Ah, thanks. 22:07:30 So I give your homepage the five gold stars "top homepage of the Web" award 22:07:34 Yay! 22:07:40 Done with that piece yet? 22:07:47 I've also been working out the average sizes for homepages 22:07:55 I figure that 9-10KB is about right 22:08:03 Hugo's page is cloest to the average 22:08:03 Hmm. 22:08:07 not done yet 22:16:49 Morbus has joined #swhack 22:17:57 Hi Morby 22:18:12 hey there 22:18:16 Hello 22:18:41 was planning on playing with mt tonight, but couldn't get image::size or html::templateinstalled in time 22:18:57 Can't you just grab them from CPAN? 22:19:24 right, that's the thing. my cpan stuff was all screwed up on the disobey box - url's out of date, etc. 22:21:02 yuck 22:21:22 You couldn't even do a self-update? 22:21:25 yeah, was a pain in the ass. 22:21:37 well, i was able to grab the newest cpan, after much hassle, but even that didn't help 22:21:44 i have to reconfigure my urls. just didn't have time too 22:21:48 pah 22:21:48 man, it's so difficult to draw cartoons on a PC 22:22:05 Ooh, cartoons. 22:23:33 in fact, it's bloody impossible. I need a scanner! 22:24:09 You could mail them to me, and I could scan them. ;) 22:24:19 heh! 22:24:20 Or you could get a tablet for your computer. 22:24:27 or a webcam. 22:24:34 or a digital camera 22:24:35 I could fax them to myself, using eFax 22:24:41 there ya go. 22:24:44 You have a fax machine? 22:24:55 Or you could just give in, like explodingdog.com ;) 22:24:59 yeah 22:25:34 LOL @ http://explodingdog.com/august6/computersknow.html 22:25:34 I love exploding dog 22:26:42 wow, he *did* give in 22:27:01 what dya mean? 22:27:21 He's well-loved. His artwork is great. 22:27:46 Gotta run 22:27:57 He's doing some cool stuff: http://explodingdog.com/august6/decicions.html 22:29:30 AaronSw has changed the topic to: red robot world domination 22:29:41 CRUSH ALL HUMANS! 22:32:11 Heheh: http://www.dieselsweeties.com/strips/sw55.shtml 22:34:24 LOL! http://www.dieselsweeties.com/strips/sw71.shtml 22:37:04 heh. 22:37:04 >As you may or may not have figured out, I'm the co-editor of Gamegrene. 22:37:05 >To use a Star Trek analogy, I get to take the bridge when Captain Morbus is 22:37:05 >off seducing alien women. 22:37:05 > 22:37:05 >Which is often. 22:38:34 Heheh, where's that from? 22:39:17 an email. 22:49:38 Hmm, see this Mac OS X security alert? 22:49:55 1. Open up the Terminal.app 22:49:55 2. Quit it. 22:49:55 3. Open up NetInfo Manager (leave it in the foreground) 22:49:55 4. Open up Terminal.app from the *RECENT ITEMS* list in the Apple 22:49:55 Menu. 22:50:11 weird. 22:50:16 yup 22:52:17 sigh. my desire to code is being overwritten by the desire to play with others code. 22:53:18 Heh. 22:54:06 I keep getting distracted. 22:54:10 Ooh, what's that game... 23:02:16 Aha, this is why Dan Connolly hates import *: http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2001Oct/0338.html 23:08:51 er... bash reads .bashrc sometimes - see the manpage for details 23:12:18 Yeah, for some reason it reads it when I call it, but not when my Terminal runs it 23:13:32 So I just wrote a stub file that calls bash and used it as my shell 23:14:05 and you've got your shell set as bash within the passwd file? 23:14:17 No... 23:14:24 Should I? 23:14:39 well, whatever is in there is what shell you're assigned when you get into a terminal 23:14:41 Oh, right, OS X ignores /etc/passwd 23:14:46 you should be able to change it from netinfop 23:14:50 netinfo, rather 23:15:07 Morbus, no, you can change it in Terminal Preferences. 23:15:14 oh. 23:15:21 ah crap, I was meant to reset this connection... 23:15:50 Heh, I wondered why you were on. 23:15:54 You were meant? 23:18:21 sbp has quit 23:34:19 .bashrc is read for non-login interactive shells - maybe Terminal starts a login shell? 23:34:51 Must be. 23:36:03 find out with ps $$ 23:37:09 972 std Ss 0:00.04 -bash (bash) 23:38:15 Cool way to generate RFCs from XML: http://lists.xml.resource.org/ 23:38:21 I'll have to remember that. 23:39:33 yup, the - in -bash indicates a login shell 23:42:30 seems http://xml.resource.org/ is the proper URI 23:45:45 gotta run.. dinnertime 23:55:50 sbp has joined #swhack 23:59:30 Morbus has quit