**** BEGIN LOGGING AT Sat Oct 30 02:59:57 2010 Oct 30 03:23:24 * phil_bw wanders by Oct 30 03:27:55 http://img.photobucket.com/albums/v281/dawm/graphics/DCShoes3inchWHITE.jpg Oct 30 03:28:00 stickers! Oct 30 03:29:30 indeed Oct 30 03:29:51 * phil_bw just super glued the soles back on my shoes this morning... Oct 30 03:30:09 i need to order more colors all i have are red/white/black =/ Oct 30 03:30:38 I only own two pairs of shoes total Oct 30 03:30:54 thats one more than me! Oct 30 03:31:36 i have work boots (gotta get some new ones soon), a worse off pair of work boots, 1 reebok throwbacks, 1 etnies, 2 dc's, 1 vans and then the usual dress shoes, but 90% of the time im wearing the workboots =/ Oct 30 03:32:10 I have one pair of shoes, and then like 18 pairs of flipflops Oct 30 03:32:46 haha Oct 30 03:33:26 yep I've got a pair of work shoes (basically waterproof rugged hiking shoes) then a pair of running shoes (and my fat ass doesn't run much so those don't get much use) Oct 30 03:52:24 dont wear flip flops to devs day NYC in november Oct 30 04:06:53 * oil hopes there wont be a lot of snow Oct 30 05:00:51 one of my roommates called me a Palm Pre snob today Oct 30 05:01:21 yay, the api for file transfer I'm using in mojo messenger is dying! Oct 30 05:03:34 * Tibfib pouts Oct 30 05:18:39 this is new: http://developer.palm.com/index.php?option=com_content&view=article&id=1859&Itemid=248#.singleTap Oct 30 05:18:46 isn't it? Oct 30 09:26:34 Does anybody know how to patch the Pre Plus phone to request the SMS delivery report from the operator? It's free and very usefull service in Europe and it seems to me, that Pre doesn't have any preferences to switch it on :-( Oct 30 11:28:22 is there any way to make the phone buzz when an email arrives? Oct 30 13:01:26 hi all Oct 30 13:07:56 done, thanks either case Oct 30 13:07:59 hello JenP Oct 30 13:08:09 hi madnificent Oct 30 13:37:55 morning! Oct 30 13:38:11 morning! Oct 30 15:11:45 ajaxRequest is not doing it for me... Oct 30 15:12:35 what's it not doing? Oct 30 15:13:24 good morning Oct 30 15:13:40 morning sugardave! Oct 30 15:14:32 hello Oct 30 15:14:46 it appears that the simplenote API isn't reading my postBody Oct 30 15:15:01 and I have no idea why... Oct 30 15:16:58 are you sending a postData string or breaking them out into their own properties in the parameters object? Oct 30 15:17:38 http://webos.pastebin.com/rB5hNzds Oct 30 15:17:59 the API is supposed to work with JSON Oct 30 15:18:18 The body should contain a partial note object. The minimum properties to send should Oct 30 15:18:18 be the content. To support merging, last version number received from the server for Oct 30 15:18:18 this note should be sent. If version is omitted, the new contents will automatically Oct 30 15:18:18 overwrite the current note contents, even if changes have been made on other clients. Oct 30 15:18:51 I get a response from the server, but it's not changing any of the note properties Oct 30 15:19:10 what if you axe version? Oct 30 15:19:22 I've tried with just content Oct 30 15:19:25 still no change Oct 30 15:19:30 lameness Oct 30 15:19:33 morning sugardave Oct 30 15:19:36 yeah Oct 30 15:19:43 morning Oct 30 15:20:39 haeffb: is there anything worthwhile in the response you get back? Oct 30 15:21:07 it sends me all the note properties (except for content) Oct 30 15:21:16 but it's all the OLD note properties Oct 30 15:21:17 hmm Oct 30 15:21:18 Damn phonegap for windows :s Oct 30 15:22:52 sugardave: you have mail Oct 30 15:23:33 alright...I just saw something you typed up there about the API accepting JSON...but you aren't sending JSON Oct 30 15:24:02 yeah, what am I sending? Oct 30 15:24:15 I tried contentType='application/json' Oct 30 15:24:19 didn't help Oct 30 15:24:42 I THINK that Prototype is taking your parameters object and just constructing a string (for get) or the header (for post) Oct 30 15:24:44 sugardave did you get the world clock done? Oct 30 15:24:48 hotdp: haha, no Oct 30 15:25:00 there is a problem with a method I need to use Oct 30 15:25:06 :/ the bug holds you back? Oct 30 15:25:09 yes Oct 30 15:25:16 And no comments from dev? Oct 30 15:25:29 just that they confirmed it Oct 30 15:25:50 it basically "works" but for half the year will be an hour off :D Oct 30 15:26:34 :) Oct 30 15:26:48 I hope they fix it :) Oct 30 15:27:01 that would be good :) Oct 30 15:27:09 so, what do I do to get Prototype to send JSON? Oct 30 15:28:27 But i found a bug in Ares Oct 30 15:28:39 haeffb: what I think you need to do is build the object, JSON.stringify it, and send THAT as a parameter (looking to see what that would be) Oct 30 15:28:41 LONG time ago and i dont think they fixed that yet Oct 30 15:28:58 ok, I'll try that Oct 30 15:29:58 nope Oct 30 15:30:11 haeffb: the problem is that I don't know what parm that would be Oct 30 15:30:21 the API is a little light on that detail Oct 30 15:31:28 haeffb: what parameter key did you use? Oct 30 15:31:53 just parameters: JSON.stringify(postBody), Oct 30 15:32:07 hmm Oct 30 15:32:07 the body of the request is supposed to be the object Oct 30 15:32:13 right, the object Oct 30 15:32:25 so JSON.stringify is the string representation of the note object Oct 30 15:32:41 right Oct 30 15:32:57 try this: parameters = {data: JSON string} Oct 30 15:35:12 nope Oct 30 15:35:38 hmmm Oct 30 15:35:58 I was guessing because that's the key they use when they send back...the example sucks Oct 30 15:36:08 but you can see how it wants a string of the object Oct 30 15:36:29 now you just need to know what parameter key to use...or maybe switch to using postData Oct 30 15:36:59 postData ? Oct 30 15:37:46 yeah, I'm trying to find the example Oct 30 15:37:49 based on their docs, the body should be the object. not body.data or body.something else Oct 30 15:38:18 here's Prototype docs: http://www.prototypejs.org/api/ajax/options Oct 30 15:38:42 * haeffb has also tried setting postBody rather than parameters.... Oct 30 15:39:22 but not with the stringify version Oct 30 15:40:29 so. THAT WORKS! Oct 30 15:41:40 postBody that's it Oct 30 15:42:06 if you use postBody, then no parameters will get processed Oct 30 15:42:11 it was the JSON.stringify that I was missing. thanks! Oct 30 15:42:12 it's an either/or kind of thing Oct 30 15:42:39 oh it works, yay! Oct 30 15:42:41 :D Oct 30 16:07:39 Hello! I need the default content of /etc/powervr.ini, anybody can help? Oct 30 16:26:21 omg this is so funny...josh just uploaded pics of the weather girls in halloween costumes Oct 30 16:28:50 Is it difficult to make an app that supports streaming audio? Oct 30 16:30:21 idk...i guess it depends on who you ask...for me...difficult. For Doc...not difficult. he made one of the first ones Oct 30 16:31:48 What I'm looking for is a simple app to tune into an online station (I think it's Shoutcast based) and then have a minimal interface with their website. Oct 30 16:32:49 do they have an api? Oct 30 16:34:16 No. It's a voting system based on HTML/PHP. Simple enough; I just have to call 'vote.php?id=243584&rating=8' Oct 30 16:39:58 So anyone having a few starting tips or hands in the right direction for me would be very appreciated. Oct 30 16:43:32 haeffb: ping Oct 30 16:43:40 pong Oct 30 16:43:46 lookey...http://www.screencast.com/users/g33kgirl/folders/Jing/media/0b58a2af-dbf1-46a8-a3a3-03763ca635be Oct 30 16:43:52 http://www.screencast.com/users/g33kgirl/folders/Jing/media/0b58a2af-dbf1-46a8-a3a3-03763ca635be Oct 30 16:52:50 very nice Oct 30 16:52:54 yer Oct 30 16:53:11 Mmhmm. Oct 30 16:53:21 i'm trying to find some place with lightening...it has a mummy which is my favorite one Oct 30 16:56:38 Josh drew up 50 different characters in costume...but only plans on showing them for the weekend then will switch it back to the regular weather girls Oct 30 17:03:47 What is this app of yours Oct 30 17:03:59 Tasty Weather Toons Oct 30 17:04:00 Good artwork :D4 Oct 30 17:04:13 it's a campy take on "the naked weather girl" joke Oct 30 17:04:23 yeah he's an awesome artist.. Oct 30 17:04:41 What are you making that the phones background? Oct 30 17:04:57 but a stubborn one too...he didn't plan on telling anyone he did up the new photos...was just gonna surprise people Oct 30 17:05:05 yeah... Oct 30 17:07:58 KGF2009: streaming audio isn't that bad: http://developer.palm.com/index.php?option=com_content&view=article&id=1741 Oct 30 17:08:20 sugardave look at the pics of weather girls dressed up Oct 30 17:08:41 I am :D Oct 30 17:09:07 nice pics :D Oct 30 17:09:48 i wanna see if we can get precentral to show it. Otherwise no will know he's done all this work Oct 30 17:10:04 did you "tip" them? Oct 30 17:10:14 yes...can you too? Oct 30 17:10:17 sure Oct 30 17:11:45 JenP: got the store link handy? Oct 30 17:11:57 http://www.screencast.com/users/g33kgirl/folders/Jing/media/0b58a2af-dbf1-46a8-a3a3-03763ca635be Oct 30 17:12:36 tipped Oct 30 17:12:44 thanks! Oct 30 17:12:46 np Oct 30 17:24:08 i couldn't find anywhere with a storm brewing but this is the mummy one Oct 30 17:24:09 http://www.screencast.com/users/g33kgirl/folders/Jing/media/46f48aba-3fef-41d6-b106-0daebf98a7c0 Oct 30 17:42:02 oh man this is funny Oct 30 17:42:08 What did the egg say to the boiling water?? Oct 30 17:43:55 dunno Oct 30 17:45:38 It's going to take me a minute to get hard, cause I just got laid by a chick! Oct 30 17:45:57 omg that is funy Oct 30 18:09:52 wow Oct 30 19:13:06 I have a question about WebOS and security. There's a _lot_ of .js exploits on the normal web, does WebOS have the potential for these types of exploits given choice to use html/js/css? Oct 30 19:13:40 I assume that's part of the point of the review process prior to apps being put in the palm catalog Oct 30 19:28:00 does the index of the item get passed in a listTap event? Oct 30 19:29:10 event.index Oct 30 19:29:34 * Tibfib guesses he should have tested Oct 30 19:29:58 * Tibfib wonders why that's not showed on the widget page Oct 30 19:30:27 palm: your documentation sucks. make it a wiki so people that actually use it can help Oct 30 19:30:48 isn't... that's the premise of webos101 right? Oct 30 19:31:02 it needs to be palm run Oct 30 19:31:41 why? Oct 30 19:32:41 it means it will be run well. Everything will have a basis. Lots of blank articles on 101. Oct 30 19:33:11 ah Oct 30 19:33:32 so, the other option here would be getting people engaged enough to maintain a community-run doc wiki Oct 30 19:33:46 most people don't have time to do documentation Oct 30 19:33:56 Mizzou - Nebraska starts in two minutes Oct 30 19:34:01 it's palms job Oct 30 19:34:20 most people don't have the right incentive to make time to do it Oct 30 19:34:35 I agree, it is, and they provide documentation Oct 30 19:34:40 but it sucks. Oct 30 19:35:07 it needs to be a wiki, so we developers can make it accurate, and better. People are more likely to fix an article, than write an article Oct 30 19:35:19 I guess my point is, webos101 could take on that role, if the right people were motivated enough Oct 30 19:35:35 Yeah it could Oct 30 19:36:34 getting that community motivation is hard to do Oct 30 19:50:50 whats the sshot key combo again? Oct 30 19:53:03 nvm Oct 30 20:29:56 morning Oct 30 20:29:57 yuck. Oct 30 20:30:08 afternoon then Oct 30 20:30:39 sorry. watching MU lose to Nebraska. 24-0 after 1 quarter. Oct 30 20:30:49 just completely manhandled Oct 30 20:31:12 NE always has a good team though right? Oct 30 20:31:20 I've got relatives in that rea Oct 30 20:31:21 area* Oct 30 20:33:27 where i can buy pre apps if i don't have pre? Oct 30 20:33:35 you can't Oct 30 20:36:49 why do you want to buy apps? Oct 30 20:37:23 man i love it when software crashes and it doesnt save a crash file of the work.. Oct 30 20:37:52 i crash inkscape way to much Oct 30 20:39:00 haeffb: to run them on my n900? Oct 30 20:39:44 ok, then you can't buy them. You could buy a pixi and buy the apps... Oct 30 20:43:45 wooo! TD Tigers! 24-6 Oct 30 20:44:01 7 Oct 30 21:16:05 24-7 at half. Tigers win the second quarter.... :p Oct 30 21:16:24 lol Oct 30 21:17:55 ignore the file name, and tell me what this looks like Oct 30 21:17:56 http://uploads.biocandy.com/data/munkay.png Oct 30 21:19:42 too late, I already looked at the file name. Oct 30 21:20:01 but she says "a monkey" Oct 30 21:59:46 For all you hardcore "no sauce on steak" guys, *I'm looking at you haeffb*, I'm about to grill up some steaks and put loads of hp sauce on it. Oct 30 22:00:27 meh. might as well grill a stack of cardboard and save some money. Oct 30 22:00:39 it'll taste the same. Oct 30 22:01:41 blasphemy Oct 30 22:01:44 bbl Oct 30 22:02:22 woo! Tigers score again. Oct 30 22:02:42 24-14 Oct 30 22:05:15 shit. Oct 30 22:05:20 neb scores. Oct 30 22:20:54 any guidelines on creating custom widgets ? Oct 30 22:21:16 I have a Horizontal scroller with list of buttons, I want to use this in other scenes. Oct 30 22:27:50 ah found a guide - http://webosdeveloper.wordpress.com/2010/02/18/webos-custom-widget-example/ Oct 30 23:20:05 bombs away this steak is goin downnnnnnn (along with some hp sauce) :D Oct 30 23:20:25 lol Oct 30 23:22:42 ran out of hp, guess it's bullzeye Oct 30 23:22:55 A1? Oct 30 23:23:16 Old west Hickory Oct 30 23:24:06 my cardboard with Country Bob's Sauce is pretty tasty, too. Oct 30 23:27:59 mmmm. cardboard... Oct 30 23:28:12 Bmyers! Oct 30 23:28:18 TQOS!! Oct 30 23:28:24 http://www.screencast.com/users/g33kgirl/folders/Jing/media/0b58a2af-dbf1-46a8-a3a3-03763ca635be Oct 30 23:28:26 lookey Oct 30 23:28:45 do i need to put the kids in another room first? Oct 30 23:28:56 they have clothes on Oct 30 23:29:25 just barely Oct 30 23:29:46 look more like spray paint clothing Oct 30 23:29:53 but oddly interesting.. Oct 30 23:29:57 LOL Oct 30 23:30:15 that the toon weather one? Oct 30 23:30:17 san diego is princess lea (sp?) Oct 30 23:30:36 yes Oct 30 23:30:39 yeah tasty weather toons... Oct 30 23:30:43 thought you'd like that Oct 30 23:30:47 looks tasty Oct 30 23:31:39 nice work. you're done with that one now? Oct 30 23:31:52 yup now it's all on the artist Oct 30 23:32:30 yeah. more tasties on the way? Oct 30 23:32:47 yup...he's got thanksgiving ones and xmas ones... Oct 30 23:33:07 there's over 50 halloween ones... Oct 30 23:33:12 i josh is a boob man... Oct 30 23:33:38 lol no more an a$$ man Oct 30 23:33:57 of course. i should have known... Oct 30 23:33:57 morning Oct 30 23:34:05 morning rod! Oct 30 23:39:24 Hi JenP. Nice pics. Oct 30 23:41:28 i think they Oct 30 23:41:30 're fun Oct 30 23:42:19 i more interested in weather already Oct 30 23:42:35 'm ^ Oct 30 23:43:24 JenP: RT'd Oct 30 23:43:59 RT'd? what's that? Oct 30 23:44:17 retweeted? Oct 30 23:44:20 geeze.... Oct 30 23:44:35 lol ohhhh thanks... Oct 30 23:46:05 yw Oct 30 23:46:29 JenP doesn't have a twitter? Oct 30 23:47:01 * haeffb in mourning following the football game. Oct 30 23:47:06 to be honest...don't really like twitter...i feel like i've got enough things tracking my every move as is Oct 30 23:47:28 joshua does though @tastytoons Oct 30 23:47:35 bmyers: so what's the family dressing up as this halloween? Oct 30 23:47:59 harry potter and princess leah Oct 30 23:48:14 doesnt look like josh's PL Oct 30 23:48:27 My 5yr old daughter is in a "Rainbow Witch" outfit, and Australia doesn't even really celebrate Halloween. I think she's in it for the lollies. Oct 30 23:48:36 PL? Oct 30 23:48:47 princess leah Oct 30 23:48:48 rod: is there any other reason? Oct 30 23:48:50 ohhhh Oct 30 23:50:28 one year we did luke, leah, anaikin and amadala as a family Oct 30 23:50:50 sometimes I feel like i really am the father of darth vader Oct 30 23:51:08 LOL Oct 30 23:51:25 another year was capt hook, wendy, tink and peter pan Oct 30 23:51:44 this year if i get out of my pj's they'll be lucky Oct 30 23:52:51 lol Oct 30 23:53:53 he makes a pretty good harry potter tho Oct 30 23:55:20 i am surprised your not into twitter tho Oct 30 23:56:24 how should I handle tags in Noted! ? Oct 30 23:56:28 lol i dont think i have anything to say that is so important I need an audience Oct 30 23:56:47 facebook is where you lie to your friends Oct 30 23:56:57 twitter is where you are honest with strangers Oct 30 23:57:11 lol Oct 30 23:57:48 marketers get giant woodies over twitter Oct 30 23:58:11 is there an app that handles tags well? Oct 30 23:58:30 matress tags? i tore mine off.. Oct 30 23:58:35 what kinds of tags? Oct 30 23:58:44 tags for notes. Oct 30 23:58:50 like freeform categories Oct 30 23:59:04 oh... #tags Oct 30 23:59:17 oh..so you can make your own tags and search on them later? Oct 30 23:59:18 #tags Oct 30 23:59:44 yes... and would like to be able to start typing and have existing tags suggested & let the user choose Oct 30 23:59:56 but that gets kinda difficult in webOS, I think. Oct 31 00:00:00 hmm. Oct 31 00:00:03 not really Oct 31 00:00:24 it's autocomplete Oct 31 00:00:24 oh, good. a volunteer!!! Oct 31 00:00:32 Jenp is a pro at autocomplete Oct 31 00:00:36 lol Oct 31 00:00:42 lol Oct 31 00:01:00 cake walk Oct 31 00:01:46 there surely is some rest/ajax/wizbang api for looking that stuff up Oct 31 00:05:32 http://www.engadget.com/2010/10/26/the-blaze-blink-now-saves-you-from-computer-vision-syndrome-is/ Oct 31 00:05:39 this is interesting Oct 31 00:07:51 i'm pretty good at the basics Oct 31 00:07:54 blinking Oct 31 00:07:56 breathing Oct 31 00:08:12 i forget lots of stufff Oct 31 00:08:16 birthdays Oct 31 00:08:22 anniversaries Oct 31 00:08:35 but blinking i seem to remember to do Oct 31 00:09:18 do you find that you eye-lips are dried wide open at times? Oct 31 00:10:02 um...sure? Oct 31 00:12:49 hmmm could just make a stupid blinking pic for the pre and stand it up next to the pc Oct 31 00:13:22 josh saids he'll do tasty toons blink Oct 31 00:13:39 but what will be blinking...with his mind God only knows Oct 31 00:26:05 seriously.. you have to make a heart from scratch in illustrator? how lame is that.. Oct 31 01:59:22 hmm, so this variables aren't killed when a scene is popped. Is there a way I can kill all this variables? Oct 31 01:59:49 * Tibfib doesn't know the name of the variables Oct 31 02:01:31 they aren't? Oct 31 02:01:47 nopee Oct 31 02:02:02 what do you mean? Oct 31 02:02:15 Have a scene with dynamic drawers... open the drawer, pop the scene, push teh scene again, the drawers are still open Oct 31 02:02:19 if you push the scene again, they're still there? Oct 31 02:02:29 hmmm... Oct 31 02:02:56 so, where is the drawer state saved? Oct 31 02:02:59 it's not a huge deal. just bugs me Oct 31 02:03:18 in the widget model? or are you saving it elsewhere? Oct 31 02:03:35 this.controller.setupWidget("drawer", {unstyled: true}); Oct 31 02:03:40 they are dynamic Oct 31 02:04:02 dynamic... as in a list? Oct 31 02:04:03 the models are generated from the list Oct 31 02:04:13 yeah, I guess dynamic isn't the right word Oct 31 02:04:42 so, the drawer model.value is coming from the list model? Oct 31 02:04:55 yep Oct 31 02:05:06 er. model.open Oct 31 02:05:17 where does the list model come from? Oct 31 02:05:30 a this.var Oct 31 02:06:11 but you don't create this.var in setup() ? Oct 31 02:06:29 I create it in the scene constructor Oct 31 02:06:38 that might be my problem Oct 31 02:06:47 cuz, I think each time you push a scene, you're creating a new instance of the sceneAssistant Oct 31 02:06:57 and each instance should have it's own properties/methods Oct 31 02:07:20 so the this.var should be a separate instance for each scene. Oct 31 02:07:31 but, I may not be correct about that...:) Oct 31 02:07:34 well, same thing happens in setup Oct 31 02:07:42 how do you create it? Oct 31 02:07:51 oh. Oct 31 02:07:57 just a sec Oct 31 02:07:59 is there a analytics package for webos , like google analytics ? I want to track page views, events on my app. Oct 31 02:08:15 metrix ? Oct 31 02:08:31 ah thanks, I stumbled on it as soon as I asked the question Oct 31 02:08:34 http://metrix.webosroundup.com/ Oct 31 02:09:32 haeffb: okay, I know the issue. I'm just passing a reference to a global array. that's what the this var is. So it gets opened there. Oct 31 02:09:38 I'll have to copy the array Oct 31 02:09:54 thanks! Oct 31 02:10:13 arg, object.clone is shallowwwwww Oct 31 02:11:15 yes...? Oct 31 02:11:43 my array is multi dimensional. object.clone is 1d Oct 31 02:34:13 anyone use metrix? Oct 31 02:34:28 nope Oct 31 02:34:55 I'm considering it, but I don't really want to add excess stuff to my app Oct 31 02:35:21 I was concerned about the privacy issues... Oct 31 02:35:25 * oil isnt Oct 31 02:35:29 * Tibfib is wondering if it is worth it Oct 31 02:35:45 I don't care about the privacy issues. they hash the device id's anyway Oct 31 02:36:35 yes, but it's still reporting back on usage Oct 31 02:36:37 well, they hash the device id's at the server end, but they travel over the network in cleartext Oct 31 02:36:57 rwhitby: what can someone do with a device id? Oct 31 02:37:00 so, someone snooping on a wifi hotspot will get your device id, and then use neato to send spam to you Oct 31 02:37:11 f'in neato. Oct 31 02:37:16 because they are webOS hackers Oct 31 02:37:17 er. wait. what? Oct 31 02:37:41 rwhitby: how realistic is that? Oct 31 02:37:59 Tibfib: given a device id, you can also decrypt the cryptofs from the .palm directory on the USB drive Oct 31 02:38:10 there we go... hah Oct 31 02:38:30 and any number of other things that developers niavely use the device id for Oct 31 02:38:52 * Tibfib uses hexed device id Oct 31 02:38:58 * Tibfib hexed on device Oct 31 02:39:06 * Tibfib doens't know why he made that an action Oct 31 02:39:29 rwhitby: palm needs to give us a profile id api Oct 31 02:39:40 that they don't use for anything, so it's safe. Oct 31 02:39:42 should do an SHA1 hash (or some other one-way function) before sending the device id over the network Oct 31 02:39:55 rwhitby: I do Oct 31 02:40:05 you said "hexed" Oct 31 02:40:09 * Tibfib meant hashed Oct 31 02:40:16 ok, hashed is good Oct 31 02:40:21 Tibfib puts a hex on deviceId Oct 31 02:40:28 well, it is halloween Oct 31 02:40:37 not yet. Oct 31 02:40:41 lol Oct 31 02:40:53 Tibfib going to dev day? Oct 31 02:41:00 haeffb: you forget my timezone :) Oct 31 02:41:00 haeffb: not sure :/ Oct 31 02:41:28 rwhitby: since you're actually a figment of my imagination, your timeone is irrelevant. Only mine actually matters. Oct 31 02:41:40 lol Oct 31 02:42:00 haeffb: well, I've just taken you off the list of people for whom I give 13 hours advance notice of the universe ending Oct 31 02:42:15 hahahah Oct 31 02:42:24 drat. 13 hours could have been useful. Oct 31 02:42:43 although I'd probably have wasted it on alcohol and women anyway. Oct 31 02:42:47 * Tibfib is going to try metrix Oct 31 02:43:04 "wasted it" lol Oct 31 02:43:44 * rwhitby bbl Oct 31 02:45:21 sugardave: is Mack Brown done at Texas? Oct 31 02:46:16 haeffb: I hope not...I hope it's Greg Davis Oct 31 02:46:23 fired Oct 31 02:46:57 damn good thing they beat NU Oct 31 02:48:44 hello? Oct 31 02:49:52 the metrix async wrappers are nice Oct 31 02:51:24 pitpit24: hi! Oct 31 02:52:02 pitpit24: howdy Oct 31 02:52:17 do you know when the 2.0 doctors will be available? Oct 31 02:52:21 im fine and you? Oct 31 02:53:24 that's nda stuff, can't talk about it here Oct 31 02:53:37 doing good, working on apps Oct 31 02:53:56 ok Oct 31 02:58:00 can't do a DELETE request in AjaxRequest, right? Oct 31 02:59:19 just post and get, I believe **** ENDING LOGGING AT Sun Oct 31 02:59:58 2010