**** BEGIN LOGGING AT Sat Jan 01 02:59:58 2011 Jan 01 03:11:07 ugh, how in the world :C Jan 01 03:11:24 "on" > stored as a cookie > [object Object] Jan 01 03:11:56 Lol Jan 01 03:14:04 any ideas on what I'm doing so terrible wrong here? Jan 01 03:18:34 oh Jan 01 03:18:36 oh you know Jan 01 03:18:42 oh gosh how did I :C Jan 01 03:18:53 I'm feeding it the raw cookie, I'm not actually .get()'ing it Jan 01 03:29:03 ugh still annoying~ Jan 01 03:41:28 man this is so confusing me DX Jan 01 03:56:54 Checking if a cookie is undefined is beating my butt :C Jan 01 03:57:05 kinky Jan 01 03:57:42 "error: ERROR: native parser didn't like 'undefined'" Jan 01 03:57:51 that sounds like a json problem Jan 01 03:59:02 Except what's throwing it is... if (haptics == undefined) Jan 01 04:18:02 Weird. Comment it out a few times, uncomment... And suddenly it works fine! Jan 01 04:35:45 HAPPY NEW YEAR DEVS! Jan 01 06:26:52 morning Jan 01 07:03:42 Happy New Year! (AZ Time) Jan 01 07:34:18 happy new year (except to those still in 2010) Jan 01 07:35:32 I got a half hour left Jan 01 07:36:50 west coast, eh? Jan 01 07:38:18 Far west, ya Jan 01 07:39:27 The tv broadcast is so old it's black and white Jan 01 07:51:33 k... so i'm watching my sister play the sims 3 and i dunno if it's busted or what. but she's getting the bf/gf to "try for a baby" and by the time they're done, she ends up in the hospital and the baby is born Jan 01 07:51:42 it's so effin weird... Jan 01 08:03:36 Happy new years pacific coast! Jan 01 08:16:09 that is odd Jan 01 08:16:17 mugen-: happy new year Jan 01 08:16:45 did you figure out what i might be able to do for my port forwarding/redirecting thing i'm trying? Jan 01 08:17:06 i might be able to do it through apache and mod_proxy Jan 01 08:19:13 HattCzech: nginx is usually faster than apache for just proxying Jan 01 09:04:51 HattCzech, sorry for the lagged response... happy new years! Jan 01 09:05:02 sorry, i haven't... to be honest, it was kind of a busy day =\ Jan 01 09:05:58 it was mod_proxy that i used... i just can't remember how i had it configured. i know i used a nice walk through tho Jan 01 10:05:30 Huh, there's a new "what's new in this version" field when you submit an app update on the dev site, that's cool Jan 01 10:15:10 finally... it's so hard getting a changelog on apps that want to 'update' Jan 01 10:16:43 !snack Jan 01 10:16:46 wait Jan 01 10:16:51 oops Jan 01 10:17:10 you crashed SineOt Jan 01 14:41:50 Happy New Year! Jan 01 14:52:46 Happy New Year! :D Jan 01 16:22:01 happy new years.. Jan 01 16:52:27 any dev? Jan 01 16:52:47 hm Jan 01 19:31:43 oh gosh. http://sk8away.net/ Jan 01 19:31:59 I'm sad to say that rink is semi nearby Jan 01 19:51:25 is there a way to simulate a forward gesture in the emu? Jan 01 19:55:47 heh.. this dvd says its got 400gb on it, i think it has linked files Jan 01 19:56:49 dawm_: magic dvd Jan 01 19:56:58 well it is a screener Jan 01 19:57:04 127 hours Jan 01 19:58:09 it was laying on the ground in the parking deck at work, must have fallen out of someones luggage Jan 01 19:58:40 heh, get good drops sometimes? Jan 01 19:59:06 found a usb cable that works with the pre one day Jan 01 19:59:20 back when i only had one and no touchstones Jan 01 19:59:31 nice Jan 01 20:32:04 does anyone know how to position a spinner in a palm-row Jan 01 20:32:13 when i add it, it shows up on the right Jan 01 20:32:16 and i cant seem to move it Jan 01 20:32:31 i want it on the left side of the toggle button Jan 01 20:32:37 but right of the label Jan 01 20:33:26 i love you phillip morris is just wrong.. wrong wrong wrong Jan 01 20:39:34 haha Jan 01 20:39:41 the best line ive ever seen on a sizing chart Jan 01 20:39:42 If there is not a larger size, consider starting a belly-hanging-out trend. Jan 01 20:59:54 morning Jan 01 21:01:56 Morning Jan 01 21:34:54 so prototypes array.clone() would clone the array, but the objects inside the array would be the same? Jan 01 21:35:27 its not a deep clone tho Jan 01 21:35:27 I have an array of objects, and I clone it, then change an item in the cloned object, and it seems to change the original array Jan 01 21:35:34 as well Jan 01 21:35:42 I'm guessing it is changing the object? Jan 01 21:35:52 dawm_: don't need a deep clone Jan 01 21:36:09 well maybe I do, what's a deep clone? Jan 01 21:36:30 it goes deep Jan 01 21:36:38 ooooohhhhhhhhh Jan 01 21:36:49 So I'm guessing a deep clone will clone the objects too? Jan 01 21:36:49 probably what you need if the objects arent sticking to themselves Jan 01 21:37:44 worth a shot Jan 01 21:37:56 i know theres some functions out on the net that will do it i just dont recall any right now Jan 01 21:38:05 i know i was looking for them a week or so back Jan 01 21:38:16 check on stackoverflow Jan 01 21:38:22 will do Jan 01 21:38:36 i know i found some on there Jan 01 21:39:23 It might just be easier to loop thru the array and get rid of a property. Jan 01 21:42:31 would $.evalJSON($.toJSON(origArray)); work well? Jan 01 21:49:31 How can I parse a javascript website? All I get is the javascript code instead of the html that is displayed after the js code is run. Jan 01 21:53:35 eval Jan 01 21:53:38 but it could be dangerous Jan 01 21:54:25 Is there any alternative? Jan 01 21:55:42 twbbas: what do you want? the html or the javascript? Jan 01 21:55:52 The html Jan 01 21:56:06 might be some prototype stuff Jan 01 21:56:17 What's that? Jan 01 21:56:35 Ajax.Requst(url) doesn't give the site? Jan 01 21:57:01 request Jan 01 21:57:28 That does give the website but when I try to parse through it and split it up I only get the javascript code. Jan 01 21:57:35 It does however display the html Jan 01 21:57:44 I just can't split up the html Jan 01 22:04:08 hrm sometimes you can 'read into' rahul's tweet and think hes talking about webos, but i cannot confirm or deny its true heh Jan 01 22:04:29 http://twitter.com/#!/rahulsood/status/21302246000033792 Jan 01 23:45:55 mugen-: ping? Jan 01 23:46:08 what's up brother Jan 01 23:46:11 happy new year :) Jan 01 23:46:18 happy new year! Jan 01 23:46:28 not much, waiting on Palm to actually push my beta app feed update :/ Jan 01 23:46:36 hehe Jan 01 23:46:40 yay updates! Jan 01 23:47:02 yeah, but needing to wait this long to get them out sucks :p Jan 01 23:47:10 you want the IPK? Jan 01 23:47:37 please! :D Jan 01 23:47:41 It's got password/username support and the vibration is a toggle Jan 01 23:51:59 actually let me fix this Pixi bug first Jan 01 23:55:07 kk Jan 01 23:59:11 Ugh, what the hell :( I thought the entire point of the Beta feed was to -avoid- the waits Jan 01 23:59:38 they probably meant outside of the holiday seasons Jan 01 23:59:45 I can't upload a fixed update until -after- the rejection for the last update goes through Jan 01 23:59:54 Beta feed/web feed doesn't get reviewed though Jan 02 00:00:30 so what are you waiting on? someone to push a button? Jan 02 00:02:43 I guess? I'm not even sure. Jan 02 00:03:12 I caught a bug with the update I submitted last night and requested rejection for it, and... Apparently that takes a long ass time. Jan 02 00:03:24 But I can't upload the fixed update until after the rejection goes through. Jan 02 00:05:07 So I waited uh... like 17 hours after submitting a Beta update, still hadn't gone through, requested rejection, now I'm waiting 2 hours for that to go through before I can submit the updated version again. P: Jan 02 00:05:44 Lot of time for an app that doesn't need to get reviewed. Jan 02 00:07:41 mugen- http://dl.dropbox.com/u/469264/com.ruddersquish.boxeeremotebeta_0.9.6_all.ipk Jan 02 00:09:56 thanks! :) Jan 02 00:10:09 where's the submission page for that stuff btw? Jan 02 00:10:50 the beta feeds and whatnot Jan 02 00:11:03 It's on the developer.palm.com page Jan 02 00:11:24 When you first upload an app you can say what area you want it submitted to, beta, web, or catalog Jan 02 00:11:46 ahhh k Jan 02 00:13:29 let me know if you catch any bugs Jan 02 00:13:38 I should probably put my website together now :6 Jan 02 00:15:14 I like how everybody who uses an iphone is suddenly a "sheep" Jan 02 00:15:48 anyone who uses any apple product ever has always been labeled a "sheep" :p Jan 02 00:18:34 tru Jan 02 00:18:52 omg u use apple clearly you dont do research Jan 02 00:27:49 :Q Jan 02 00:28:09 oh, mugen- let me know if the password support really slowed stuff down or not Jan 02 00:28:14 I don't think it did, but... IDK Jan 02 00:50:55 i'll load it up after dinner :) Jan 02 00:53:42 hi all Jan 02 00:54:02 hey hey Jan 02 00:54:42 hi SineOt Jan 02 00:57:01 hey hey hey! Jan 02 00:57:41 hi dohtem Jan 02 00:57:51 hello Jan 02 00:58:14 lol hi fahhem Jan 02 01:02:42 man Japan freaking LOVES otters D: Jan 02 01:04:03 ? Jan 02 01:04:16 ? Jan 02 01:04:18 to eat? Jan 02 01:04:38 lol Jan 02 01:05:38 do they put pancakes on their heads? Jan 02 01:06:45 I don't really know what they do to their heads, ahaha D: http://kawausosu.com/assets_c/2010/10/Toba_Aquarium_002-2416.html Jan 02 01:07:41 ahah http://kawausosu.com/assets_c/2010/05/008-2112.html Jan 02 01:19:07 lol sine Jan 02 01:19:13 they're so cute :D Jan 02 02:45:15 D: http://goo.gl/0Iq2 **** ENDING LOGGING AT Sun Jan 02 02:59:58 2011