**** BEGIN LOGGING AT Tue Aug 09 02:59:56 2011 Aug 09 03:00:50 rwatkins: still raking in the dough with Paper Mache? Aug 09 03:02:58 akanster: every day. Aug 09 03:04:34 I'm sure price of loaner devices is dwarfed by any potential app catalog receipts at this point. Aug 09 03:04:45 not. Aug 09 03:05:04 heh Aug 09 03:09:28 rwatkins: looks like a straight-forward patch, and likely to be stable across a number of updates Aug 09 03:09:54 hmm.. I think I know how to do the enter thing.. backspace.. notsomuch Aug 09 03:11:56 rwhitby: ya. i imagine they'll just fix this themselves before too long, but till then .. Aug 09 03:12:18 just re-enables stuff they clearly turned off. Aug 09 03:13:05 maybe it's turned off because it causes the apocalypse? Aug 09 03:13:11 likely. Aug 09 03:14:17 more likely they dont have images posted that are optimized for both landscape and portrait viewing. Aug 09 03:14:49 rwatkins: ok, for turning it into a patch, we need to have the diff rooted at / for a -p 1 application Aug 09 03:15:14 ok. 'diff -u' ? Aug 09 03:15:17 yep Aug 09 03:15:43 Jason Robitaille seems .. alarmed? Aug 09 03:15:54 rwatkins: please do submit it through the portal, I might be able to put the enyo files in place so it will work Aug 09 03:19:32 rwatkins: he may be concerned that the AUPT scripts may bug out on it Aug 09 03:20:30 rwhitby: ok, but thats an .. AUPT issue. Can still manually apply/remove or install/uninstall? Aug 09 03:21:10 sure, folks can do it manually using patch, but the number of folks who can actually manage that is miniscule Aug 09 03:22:57 so .. do you want it or not? Aug 09 03:23:31 hahaha Aug 09 03:24:10 i always manually uninstall my patches. reapply a few days after update when things have died back down. Aug 09 03:24:22 rwatkins: I'm going to test to see whether it does cause any downstream problems. Aug 09 03:24:37 * PatrickC <3's palm-run Aug 09 03:24:42 rwhitby: ok, will generate a new patch and submit. thx. Aug 09 03:25:11 rwatkins: so yes, please do submit through the portal. if you see a reject it'll be because that AUPT scripts can't handle third-party stuff, no reflection on your patch. Aug 09 03:26:10 rwatkins: what may happen is people use Internalz to apply the patch, and then have trouble removing it after the package is updated, and get stuck with Preware thinking the patch is installed and not able to remove it. Aug 09 03:26:32 such people will likely incorrectly blame you for that. Aug 09 03:26:43 hmm.. now to figure out where/how to implement this if/else... Aug 09 03:27:49 rwhitby: I'm sure people do all kinds of crazy things by using multiple patch systems and not bothering to uninstall before updates. but .. well .. live by the sword, die by the sword. Aug 09 03:28:10 seems like a patch management issue. Aug 09 03:28:59 yep, an imperfect system that is so easy to use that folks expect it to be perfect. Aug 09 03:29:41 Tide v0.0.23 is out Aug 09 03:32:54 virtual keyboard should now have shift support somewhat Aug 09 03:39:59 is busybox diff just crap? telling me files differ, but cant get a patch .. Aug 09 03:41:26 rwatkins: ah, I remember now. uninstalling the patch will delete the patches files completely Aug 09 03:41:33 so people will be left with a broken app catalog Aug 09 03:41:40 fatal flaw in using AUPT scripts for third party apps Aug 09 03:41:46 (since they were only designed for rootfs patches) Aug 09 03:41:54 rwhitby: sweet Aug 09 03:48:25 in the activate, this code is suppose to use the keySetup function if a button is pressed. but it breaks the app http://pastebin.com/01s1PHFY Aug 09 03:53:25 PatrickC: did you type all that? :P Aug 09 03:53:39 some of it :) Aug 09 03:53:53 I'm making an english vkb from a hebrew one Aug 09 03:54:00 with permission from the original dev Aug 09 03:54:11 Some of it is missing ;'s Aug 09 03:54:19 Don't really see anything that would break code in it though Aug 09 03:54:28 yeah, same here Aug 09 03:54:32 btw if you want to make your if's a littler simpler Aug 09 03:54:40 where? Aug 09 03:54:51 most of the if's are from the original dev Aug 09 03:54:53 since you're doing a lot of stuff where a string matches a variable's name Aug 09 03:55:27 you could just do if(window[v]) { this.controller.get(v).update(window[v]) Aug 09 03:55:30 or something along those lines Aug 09 03:55:52 oh, the names? Aug 09 03:55:57 yeah. I'm gonna fix those Aug 09 03:56:38 I just want to get it working first, then clean it up Aug 09 03:57:38 I feel like that code could be a lot more efficient Aug 09 03:57:38 anyone willing to help/contribute (its open source) I'll send the source Aug 09 03:57:50 Tibfib: it could, and will be Aug 09 03:57:57 I want to get it working first Aug 09 03:57:58 rwhitby: so submitted, incase you manage to fix AUPT or whatever. Aug 09 03:58:29 PatrickC: for starters, don't listen to EVERY individual div. Listen to a parent... Aug 09 03:58:31 once. Aug 09 03:58:57 so only listen for the table they are in? Aug 09 03:59:05 probably Aug 09 03:59:17 also, this person uses lots of implied globals Aug 09 03:59:21 hmm.. now I need to set up the table.. Aug 09 03:59:22 which is bad practice Aug 09 03:59:39 That code reminded me of some old Daily WTF posts Aug 09 03:59:40 :D Aug 09 03:59:46 lol Aug 09 04:00:04 for the keysSetupLc thing, you could just have an object, and then do an "each" function Aug 09 04:00:22 PatrickC: you should def update the div ids to english Aug 09 04:00:25 will make it much easier Aug 09 04:00:31 I'll do that now Aug 09 04:00:36 then update the paste Aug 09 04:00:39 that looks like the very first app I made Aug 09 04:00:53 very redundant Aug 09 04:02:17 if an app has the Status published it's in the app catalog? Aug 09 04:02:22 yep Aug 09 04:03:42 when I click on the link in "my apps" I get "application not available ", I mean the link for the appcatalog Aug 09 04:03:49 Tibfib: so running nomnom .. seems ok so far .. didnt die loading my accnt. Aug 09 04:03:55 heh nice Aug 09 04:04:03 rwatkins: just updated the github with a few changes Aug 09 04:04:16 ArtworkAD: it takes a couple hours to setup the web page Aug 09 04:04:27 Ok Aug 09 04:05:21 so a few things - "1000" should be "1000+". the "stack" metaphor when looking at a item seems odd when its less than the viewable area. and need to be able to see all of a long tag name .. somehow? Aug 09 04:05:40 "my really long tag 1" and "my really long tag 2" - never know which is which. Aug 09 04:05:57 hmmmmmmmmmmm Aug 09 04:06:17 not an easy issue though, w/o mouseovers Aug 09 04:06:50 yeah Aug 09 04:07:03 so I may have to wait for that one Aug 09 04:07:07 maybe less so with tags, but potentially tragic with feeds themselves. Aug 09 04:07:32 1000+ fixed probably Aug 09 04:07:41 will pull and rebuild Aug 09 04:08:09 pushed Aug 09 04:08:13 almost. Aug 09 04:08:57 oh dang. that's a strange github erro Aug 09 04:09:47 thats always nice to hear when your referring to your source control ... Aug 09 04:09:54 * PatrickC cleaned up the code Aug 09 04:10:08 rwatkins: no kiding Aug 09 04:10:14 s/d/dd/ Aug 09 04:10:36 hey it worked Aug 09 04:10:42 * Tibfib just forgets about that Aug 09 04:11:00 http://pastie.org/private/aumr8um002kp6xbiyfhs9q Aug 09 04:11:35 ok, code cleaned up, but app still broke Aug 09 04:12:25 20:38 < rwatkins> is busybox diff just crap? telling me files differ, but cant get a patch .. Aug 09 04:12:35 PatrickC, no, that's not cleaned up Aug 09 04:12:46 its in english now Aug 09 04:12:49 it is crap imo, but it might also be that there's some "binary" stuff in there and then diff will refuse to print a diff for that Aug 09 04:12:51 X is x Aug 09 04:13:15 log errors with: [2011-08-09 04:09:31] (Virtual Keyboard) Error: Error: Cannot read property 'srcElement' of undefined, line undefined, file undefined Aug 09 04:13:24 but idk how to fix that Aug 09 04:13:39 dwc-: hm. maybe lineendings or somethign .. looks like diff on emulator is better than diff on device. Aug 09 04:13:43 PatrickC: thinkkkkkkkkkkk Aug 09 04:13:55 search through your code for "srcElement" Aug 09 04:14:02 found it Aug 09 04:14:04 surprised it's not the same busybox Aug 09 04:14:04 installed findapps on the emulator and ran there instead. Aug 09 04:14:07 its under keyTap Aug 09 04:14:15 magic Aug 09 04:14:18 and works fine without the if statement Aug 09 04:14:25 but the if statement breaks it Aug 09 04:14:35 dwc-: ya, would think so. perhaps user error. Aug 09 04:14:40 and I'm referencing to keyTap in my activate() Aug 09 04:14:56 PatrickC: no, that doesn't killi t Aug 09 04:15:21 the if is what breaks it. I take out the if, works. insert if, breaks Aug 09 04:15:27 it could be the params. Aug 09 04:15:40 but idk how to make the if catch what key is pressed Aug 09 04:15:42 well considering the app doesn't do what you want it to do without the if, it is broken with out it Aug 09 04:15:54 soo it's just broken. Aug 09 04:16:03 PatrickC: learn javascript. Aug 09 04:16:04 and I need to fix it.. :P Aug 09 04:16:06 I am Aug 09 04:16:09 better. Aug 09 04:16:11 while I'm coding Aug 09 04:16:17 multitasking :) Aug 09 04:16:27 which you have proven to be successful in Aug 09 04:17:03 if...else... is pretty much every language Aug 09 04:17:13 lol Aug 09 04:17:21 every language Aug 09 04:17:24 dwc-: ya, same busybox diff. odd. Aug 09 04:17:27 once u learn it, you can't unlearn it Aug 09 04:17:46 ...........but you have to learn it first Aug 09 04:18:08 oil: save me Aug 09 04:18:13 I think my error is in the params.. but idk what to tell my 'if'... Aug 09 04:18:18 Tibfib: NO Aug 09 04:18:20 nooooo it's not Aug 09 04:18:26 Tibfib: no one can save me Aug 09 04:18:27 sure you can Aug 09 04:18:29 PatrickC: the error is what the ERROR said Aug 09 04:18:30 you can forget elseif Aug 09 04:18:38 you should be using switch case Aug 09 04:18:40 and start writing more portable else if Aug 09 04:18:44 PatrickC: read the error Aug 09 04:18:48 * PatrickC hasn't learned that yet Aug 09 04:18:58 read it. read into it. read between the error. learn the error. BECOME the error Aug 09 04:18:59 fxspec06_: I did. and the error is not there if I don't have the if Aug 09 04:19:12 be one with the code Aug 09 04:19:14 but the if causes the error (or so it seems) Aug 09 04:19:20 let the code flow through you Aug 09 04:19:23 i do have to say, that PatrickC just now learning if/else, and being a brown belt, pretty much throws the belt system out hte window Aug 09 04:19:36 oil: I KNOW OH MY GOSH I WANT TO STAB A KITTEN Aug 09 04:19:49 PatrickC: the code is bad to begin with Aug 09 04:19:51 Tibfib: it just proves that belts mean nothing Aug 09 04:20:12 oil: seriously Aug 09 04:20:12 i already knew belts meant nothing Aug 09 04:20:20 but yeah. it does prove it Aug 09 04:20:20 Tibfib_: how would you suggest I improve it? Aug 09 04:20:29 to me, if it works, why change it? Aug 09 04:20:30 Tibfib: other suggestion - open browser inside full article view, not launch browser. so many feeds are just preview text. Aug 09 04:20:35 1. Learn javascript Aug 09 04:20:42 2. actually learn javascript Aug 09 04:20:47 3. Like really, learn javascript Aug 09 04:20:51 lol Aug 09 04:20:58 4. Throw pretty much all the code out Aug 09 04:21:08 and create an app menu. hate the lil app menu down arrow .. when there is no app menu. Aug 09 04:21:14 or reduce the redundency Aug 09 04:21:18 instead of copy/paste, open and retype Aug 09 04:21:30 the entire file could be like 20 lines long Aug 09 04:21:34 and dont go from one line to the next until you understand what the line you just typed is doing Aug 09 04:21:36 oil: I didn't copy/paste at all. I extracted :P Aug 09 04:21:44 with permission :) Aug 09 04:21:45 so true! Aug 09 04:21:50 big difference Aug 09 04:22:09 that's like the difference between stealing a $20 video game and stealing a $40 video game Aug 09 04:22:31 rwatkins: oh yeah, app menu. Aug 09 04:22:59 rwatkins: I have worked on webview stuff, but I can't test it out properly in chrome, so I'm holding off on enabling it until I can get it working well on device Aug 09 04:23:06 I feel you there Aug 09 04:23:34 AND NOW IT IS AN HOUR PAST WHEN I WANTED TO GO TO BED Aug 09 04:23:43 PatrickC: i learned javascript this year. but i coded in basic for years Aug 09 04:23:56 ya, dev in chrome first Aug 09 04:24:00 and i knew some of many other languages Aug 09 04:24:26 i learned myself Aug 09 04:24:27 * Tibfib should /ignore PatrickC past 10 o'clock so he can get to bed on time Aug 09 04:24:45 lol Aug 09 04:25:35 * PatrickC is done coding for the night Aug 09 04:25:45 * oil is just getting warmed up Aug 09 04:25:47 have other stuff that's more important to do :/ Aug 09 04:26:25 nothing is more important than coding Aug 09 04:26:31 not even coding Aug 09 04:26:39 school :) Aug 09 04:26:49 lolz skewl Aug 09 04:27:10 coding is more important than school, sleep, women, love, all put together Aug 09 04:27:11 mom must have told him its time for bed xD Aug 09 04:27:24 mom is already sleeping lol Aug 09 04:27:29 I'm doing homework Aug 09 04:27:35 riiiiight Aug 09 04:27:36 lulzhomework Aug 09 04:27:37 yeah "doing homework" Aug 09 04:27:41 i did that as a kid too Aug 09 04:27:45 well, I was coding Aug 09 04:27:50 thats the thing I fake for college classes Aug 09 04:27:51 now I'm checking ebay Aug 09 04:27:57 then I'll do homework :P Aug 09 04:27:57 lol Aug 09 04:27:59 for homework? Aug 09 04:28:06 halfhalo: that's the correct way to do things Aug 09 04:28:25 you never actually do homework Aug 09 04:28:37 you just. "complete" it Aug 09 04:28:55 only if you absolutely need to. which you never need to Aug 09 04:28:55 yo Aug 09 04:29:04 so how to I get out stripped T5 screws Aug 09 04:29:16 cause wow, they went cheap on these palm ones Aug 09 04:29:20 bnceo: use an avocado Aug 09 04:29:23 drill? Aug 09 04:29:28 magix Aug 09 04:29:28 don't have a drill Aug 09 04:29:33 avocado? lol Aug 09 04:29:43 first thing that came into my mind Aug 09 04:29:48 * Tibfib *shrugs* Aug 09 04:29:50 you never know Aug 09 04:30:02 bnceo: Tibfib_ is bad with carpentry Aug 09 04:30:02 goodnight jerkfaces Aug 09 04:30:02 night Tibfib_ Aug 09 04:30:15 hahaahahah Aug 09 04:30:26 I was going to s/jerk/nice/ but I don't think I will Aug 09 04:30:40 buh bye Aug 09 04:31:57 so yeah. I'm stuck here Aug 09 04:32:58 no friend from which to borrow a drill or dremel? Aug 09 04:33:38 if you lived in washington id let ya borrow one :) Aug 09 04:34:50 * PatrickC will get an Ebook on javascript once he gets his tp Aug 09 04:34:50 got it Aug 09 04:34:54 any suggestions? Aug 09 04:34:55 t6 driver worked Aug 09 04:35:05 haha. Aug 09 04:36:17 * oil has no js book suggestions, didn't learn it from a book Aug 09 04:36:31 suggestion: don't learn from a book Aug 09 04:36:38 how then? Aug 09 04:36:47 well, i already knew if/else when i got to javascript Aug 09 04:36:54 suggestion: download basic onto your computer. learn basic Aug 09 04:37:01 basic.. why? Aug 09 04:37:07 what uses basic still? Aug 09 04:37:13 uh no, not basic. Aug 09 04:37:14 computers Aug 09 04:37:30 rwatkins: how is he ever going to learn javascript if he can't learn basic Aug 09 04:37:32 I'm with rwatkins.. me no wanna learn basic Aug 09 04:37:40 basic is easy Aug 09 04:37:46 I'll never use it.. Aug 09 04:37:49 fxspec06_: basic will teach him horrible habits. pick a more structured language. Aug 09 04:38:00 10 print fxspec loves basic Aug 09 04:38:05 * oil first programming language was LOGO :) Aug 09 04:38:05 20 goto 10 Aug 09 04:38:11 c#, java, python, lisp, anything. Aug 09 04:38:12 30 print gotos are largely evil Aug 09 04:38:16 lol Aug 09 04:38:27 java.. I need that one Aug 09 04:38:29 and onjc Aug 09 04:38:34 objc* Aug 09 04:38:35 patrick what happens there Aug 09 04:38:38 though not perl. Aug 09 04:38:40 when does 30 execute Aug 09 04:38:41 oil, lolz homework, what an ass Aug 09 04:38:42 js is not a terrible first language Aug 09 04:38:44 ....................................................... Aug 09 04:38:57 fxspec06_: umm.. I don't know.. Aug 09 04:39:00 omg Aug 09 04:39:01 I don't know basix Aug 09 04:39:03 are you serious Aug 09 04:39:04 basic* Aug 09 04:39:06 fxspec06_: when someone buffer overflows and changes the return address ;) Aug 09 04:39:07 * fxspec06_ facepalm Aug 09 04:39:08 @($U#@$%FASD234124@(!@$&@$ <------- perl. Aug 09 04:39:09 agree. js is not a terrible first language. maybe not the best but a hell of alot better than basic. Aug 09 04:39:15 * PatrickC also didn't read it Aug 09 04:39:21 halfhalo: haha Aug 09 04:39:29 lol perl Aug 09 04:39:38 you're missing some ) Aug 09 04:39:46 i almost tried to learn ASM this one time Aug 09 04:39:50 otherwise, that's an interesting list you've got there :) Aug 09 04:40:00 i never made an app. but it was interesting Aug 09 04:40:40 learn c. go shoot yourself in the foot for a bit and then come back to javascript. Aug 09 04:40:48 lolol do that Aug 09 04:41:07 I'm gonna learn objc soon Aug 09 04:41:11 PatrickC: go join a c IRC channel Aug 09 04:41:15 *sigh* Aug 09 04:41:15 so learn that /before/ js? Aug 09 04:41:20 lol Aug 09 04:41:21 no, learn js first Aug 09 04:41:30 you don't want to deal with memory management yet Aug 09 04:41:30 I'm confused lol Aug 09 04:41:45 memory management is a beeeeyoch Aug 09 04:41:57 if you have no idea what your'e doing Aug 09 04:42:05 which sums up PatrickC to a T Aug 09 04:42:11 yep Aug 09 04:42:16 I'm trying to learn Aug 09 04:42:20 just sleep on it Aug 09 04:42:23 but need to know where to start Aug 09 04:42:24 and bug Tibfib some more tomorrow Aug 09 04:42:34 i agree Aug 09 04:42:42 of what it sounds like you're trying to do in the near-ish term, I would say learn with js first Aug 09 04:42:43 * PatrickC thinks Tibfib wants to slap him Aug 09 04:42:44 Tibfib is super smart. he's hte best programmer ever Aug 09 04:42:50 you should ask him everything Aug 09 04:42:54 heh Aug 09 04:43:02 he told me he wants to help Aug 09 04:43:10 haha yeah.. riiiight... Aug 09 04:43:11 you could learn java or python, but if you're not going to apply the knowledge and use it, there's not a lot of reason to learn it Aug 09 04:43:23 I'm going to use java Aug 09 04:43:31 lol Aug 09 04:43:31 so learn that before js? Aug 09 04:43:44 java is harder imo Aug 09 04:44:06 depends on what you want to do. javascript seems more immediately useful for you, to me Aug 09 04:44:10 u have to declare public and private and static methods, and has to be correct arguments and yeah Aug 09 04:44:19 javascript u can run anywhere and flexible Aug 09 04:44:41 on the other hand, having some required structure can get you into better habits Aug 09 04:44:47 yes this is true Aug 09 04:45:12 ya, javas a pain but atleast your not going to learn crappy habits from it like you will from other languages. Aug 09 04:45:22 okay i'm off to bed. night guys Aug 09 04:45:45 but as dwc- points out you also need to pick something in your problem area. no use learning something unless you have a practical place to want to practice it. Aug 09 04:45:47 * dwc- learned basic, a bit of pascal, shell, c, java, perl in roughly that order Aug 09 04:46:12 rwatkins: I'll be doing android dev soon Aug 09 04:46:17 so I'll need java Aug 09 04:46:18 shell counts? Aug 09 04:46:21 * oil adds it to his list Aug 09 04:46:32 lol Aug 09 04:46:37 dont forget html! Aug 09 04:46:38 * dwc- does a fair amount of Large Data Manipulation with shell + misc utilities Aug 09 04:46:42 no, wait…. Aug 09 04:46:56 * fxspec06_ learned regedit! Aug 09 04:47:11 for shell, anything more complex than a series of command line actions Id be otherwise doing .. I would then write in perl. Aug 09 04:47:28 which is the source of all kinds of trouble. Aug 09 04:47:38 * oil ususally uses php for his command line scripts instead of perl nowadays Aug 09 04:47:48 probably because im more practiced with php then perl Aug 09 04:47:50 its been a long time Aug 09 04:47:57 that's a great song Aug 09 04:47:59 cake Aug 09 04:48:01 gnit Aug 09 04:48:27 I'm not very fond of php Aug 09 04:48:28 * halfhalo knows some hava, havascript, ruby, rails, php, a little c and c++, and an entirely to much asm and lisp. Aug 09 04:48:46 hava? xD Aug 09 04:49:15 I'm off to Aug 09 04:49:17 night all Aug 09 04:49:37 now its time to party! Aug 09 04:49:41 whew! Aug 09 04:49:45 :) Aug 09 04:50:20 * oil was going to attempt to ask a nooby js question, but didnt know what to ask Aug 09 04:50:48 lol Aug 09 04:51:47 var foo = "false"; if foo { alert('true!'); } Aug 09 04:51:56 * oil instead gets joining a channel to work in enyo-wirc Aug 09 05:06:51 yay. DRing my gf's new FrankenPre Aug 09 05:07:15 I got high hopes for Enyo WIRC Aug 09 05:08:02 yeah? Aug 09 05:10:01 sure do Aug 09 05:13:18 rwatkins: but foo is truthy in that case, you're confusing me :( Aug 09 05:14:20 hi Aug 09 05:14:24 i miss writing js regularly Aug 09 05:14:29 wazz up Aug 09 05:15:07 how to limit textbox input size to 1 Aug 09 05:19:48 Good day to all. It's really too bad that the SDK for Windows required >= Vista. Aug 09 05:20:04 Do you suppose that an older SDK might still be useful to me? Aug 09 05:21:25 wow this keyboard app patrick cut and pasted is really awfully written Aug 09 05:21:31 i love the leaked global variables Aug 09 05:21:38 and the same list repeated over and over again Aug 09 05:21:45 why am i not suprised…. Aug 09 05:22:07 there is this amazing invention called the for loop, he should learn about them Aug 09 05:30:09 it's kind of mesmerizingly bad Aug 09 05:34:18 howdy Aug 09 05:36:28 hi everyone =D Aug 09 05:39:20 :'( I just got my app to work, and the webos update borked it Aug 09 05:39:46 It appears that the current SDK installs just fine under XP. Aug 09 05:53:33 Please forgive me: Is the majority of the SDK documentation in Java? Aug 09 05:53:42 in = use Aug 09 05:53:59 Is = Does Aug 09 05:57:45 Ah, I'd better focus on PDK. Have a nice day. Aug 09 05:57:58 yes. Aug 09 05:59:34 you know i have a lot of patience for the lockups on my phone and all the problems it has...but I can't imagine someone who hasn't heard of homebrew Aug 09 05:59:58 those poor people still running stock kernels, no save/restore...nothing. Aug 09 06:00:06 500mhz is so slow. Aug 09 06:00:13 lol Aug 09 06:00:33 the pixi is clocked at like...300 right? Aug 09 06:00:58 webOS needs a minimum of 1.2ghz to feel fluid. especially on webOS 2.x Aug 09 06:07:12 hello Aug 09 06:07:18 pixi problem now Aug 09 06:07:39 random whitenoise coming from speaker Aug 09 06:07:44 ideas? Aug 09 06:09:11 turn it off Aug 09 06:09:32 did Aug 09 06:09:35 switch the mute switch on an off. Aug 09 06:09:46 where's that? Aug 09 06:09:51 oh, upper right Aug 09 06:10:05 yeh Aug 09 06:10:52 Does it do it even while it's off? Aug 09 06:11:10 no Aug 09 06:11:26 do you have any patches that affect speaker volume? Aug 09 06:11:31 no... Aug 09 06:11:34 battery charging? Aug 09 06:11:38 no Aug 09 06:11:44 overclocked Aug 09 06:11:56 shouldn't affect lol Aug 09 06:11:58 running at 806mhz Aug 09 06:12:11 that's the oy thing I've done Aug 09 06:12:17 only* Aug 09 06:12:35 since it started Aug 09 06:12:41 turn it down to like 768 Aug 09 06:12:49 why? Aug 09 06:12:58 cpu is at 45c rofl Aug 09 06:13:41 so is mine Aug 09 06:14:04 turn it down to 768 Aug 09 06:14:58 done, but why? Aug 09 06:15:27 I don't know Aug 09 06:15:33 you said all you did was overclock Aug 09 06:17:04 since Aug 09 06:17:10 I'm on a pixi+ Aug 09 06:17:19 overclocking is nessescity Aug 09 06:17:25 right Aug 09 06:17:28 butchered that word Aug 09 06:18:00 have you tried uninstalling the kernel to see if it keeps having white noise? Aug 09 06:18:07 no Aug 09 06:18:12 it stopped now Aug 09 06:18:30 after mute and device restart Aug 09 06:20:32 OMGOMGOMGOMG Aug 09 06:20:38 sugardave: ping`? Aug 09 06:20:48 Is there any EU dev's online? Aug 09 06:36:07 Try it Aug 09 06:37:05 oh wirc wasn't scrolling down lolol Aug 09 06:37:09 gdi oil Aug 09 06:37:17 yeah Aug 09 06:37:24 i think something in 302 will let me fix that Aug 09 06:37:49 wait what Aug 09 06:38:21 some keyboard pop event Aug 09 06:38:41 oh I'm on 2.1 but it doesn't matter Aug 09 06:39:20 oh Aug 09 06:39:26 it should work on 2.x :/ Aug 09 06:39:45 I probably hit the scroller causing it to not auto scroll down Aug 09 06:40:06 yeah, if you scroll back any it wont trigger the scroll to bottom code anymore Aug 09 06:40:19 so if you're looking at backlog it doesnt keep bringing you to the bottom Aug 09 06:40:23 yeah I must have grazed the screen Aug 09 06:40:28 right I understand Aug 09 06:40:31 Does anyone know if the Veer is avalible in EU ? Aug 09 06:41:07 well you could unlock it and use it in EU probably.. Aug 09 06:44:39 But its not avalible yet to buy? Aug 09 06:45:48 according to a quick google "hp veer in eu" it landed in june Aug 09 06:56:35 hi guys, whats the difference between published and submitted apps in "my apps" in my webOS developer account? Aug 09 06:56:56 Published is in the catalog Aug 09 06:57:03 ah I see Aug 09 06:57:05 submitted is you submitted but it hasn't been reviewed Aug 09 06:57:11 ok Aug 09 06:57:53 oil: i can't find it anywhere :s Aug 09 06:58:06 * oil dunno what to say Aug 09 06:59:32 :/ Aug 09 06:59:53 just buy a regular one Aug 09 07:00:13 my friend would like to have a veer with he's tp Aug 09 07:00:30 buy it from the hp store Aug 09 07:01:45 white or black hotdp? Aug 09 07:02:25 https://hp.bbymsolutions.com/detail/716 Aug 09 07:02:28 no commitment Aug 09 07:02:35 unlock at www.digitalunlock.com Aug 09 07:03:00 use it on EU carrier Aug 09 07:05:27 hmm i can't? Aug 09 07:05:39 The US GSM is different then the one in EU? Aug 09 07:06:06 are you asking me? Aug 09 07:06:18 yer Aug 09 07:06:40 Uh... Aug 09 07:06:51 I have no reason to believe it's not... Aug 09 07:07:06 I know that canadians can use the Veer but I don't know about EU. Aug 09 07:08:28 hotdp: depends if you need 900MHz or not. Aug 09 07:10:02 rwhitby: How do i know? I am from Denmark, i had to franken my nyc dev day pre 2 before getting 3g? Aug 09 07:10:54 check your carrier Aug 09 07:11:00 what carrier are you on? Aug 09 07:11:12 3 Aug 09 07:11:24 pardon? Aug 09 07:11:30 the company name is 3 :) Aug 09 07:11:40 lol Aug 09 07:11:48 http://www.3.dk/ Aug 09 07:11:49 same company here :) Aug 09 07:11:54 lol... Aug 09 07:12:03 its big in scandinavia.. Aug 09 07:12:16 http://www.three.com.au/ Aug 09 07:12:25 but what should i search for Aug 09 07:12:34 frequency Aug 09 07:12:57 3 is a vodafone partner Aug 09 07:13:04 oh that makes more sense Aug 09 07:14:25 hmm its hard infromation to find.. Aug 09 07:14:29 uh I can't read this haha. is there a wiki page? Aug 09 07:23:32 http://en.wikipedia.org/wiki/AT&T_Mobility#Radio_Frequency_Summary Aug 09 07:23:46 that's AT&T's frequencies Aug 09 07:25:22 thanks, i can see what a danish iphone has? Aug 09 07:25:34 UMTS 2100/GSM 850 900 1800 1900 Aug 09 07:26:00 if it works with the iphone it should work with the veer... Aug 09 07:27:54 not necessarily Aug 09 07:28:21 veer is quad band GSM, but only tri-band 3G UMTS Aug 09 07:28:31 tri-band is different for US and EU Aug 09 07:28:36 oh I didn't even check the veer's frequency Aug 09 07:28:42 rwhitby: what else can i check? Aug 09 07:28:45 in particular, US is 850, EU is 900 Aug 09 07:35:27 well wirc is murdering my battery. ttyl Aug 09 09:56:56 * hotdp just recived he's TP Aug 09 09:58:51 congrats Aug 09 11:00:10 Is it possible to connect it with a pre 2? Aug 09 11:00:17 or is that only pre 3? Aug 09 11:44:11 i guess i have to wait on a OTA update? Aug 09 11:56:04 sneaky App Catalog reviews Aug 09 11:56:16 I never get a message if an app or update has passed the review process Aug 09 11:57:18 hotdp with a TP \o/ !!!!!! Aug 09 11:58:12 rwhitby: This is interesting, UberKernel panics on my Pre2. Time to get some data out of that thing. Aug 09 12:34:54 hi haeffb: you got one to? Aug 09 12:35:05 I must say, its not running as good as i hoped :( Aug 09 12:35:16 I have to try the OC... and hope it will make it better Aug 09 12:54:17 Hendikins: yeah, seems some people are having issues with UK/Pre2 Aug 09 12:54:28 Looks like Pre 2 is not a good overclocker Aug 09 12:54:35 Mine is US Aug 09 12:54:46 UK=UberKernel Aug 09 12:54:55 Bleh, sleepy. Aug 09 12:55:43 I'm hitting the doctor, since this is being utterly cantankerous. Aug 09 13:07:53 yeah, my pre2 didn't like it, finally gives me an excuse to doctor that ext3fs partition in there Aug 09 13:10:04 This is an interesting error from the doctor. Aug 09 13:10:37 INFO: Trenchcoat: CPU-specific initialization failed Aug 09 13:10:48 * Hendikins fetches log Aug 09 13:15:00 Hendikins: just retry for that one Aug 09 13:15:07 it took me up to 10 tries once Aug 09 13:15:19 mmmm I had forgotten that W3C accepts tax-deductible donations Aug 09 13:15:40 * rwhitby bbt Aug 09 13:17:46 10 tries? Hrm. Aug 09 13:17:59 http://pastebin.com/UfJE9F2f is the log nonetheless. Aug 09 13:19:46 this resize is slooooww I suppose that's to be expected though Aug 09 13:21:09 And it seems that repetition has indeed succeeded. Aug 09 13:25:43 whatup Aug 09 13:32:23 good that looks like it was successful Aug 09 13:34:08 * Hendikins blinks... they're advertising the TouchPad on TV in AU? Aug 09 13:40:17 I'm really impressed with the amount of TouchPad ads I see on TV here in the US Aug 09 13:40:36 IGNTNUNLMTD: do you have one? Aug 09 13:40:42 yeah Aug 09 13:40:50 my family has two total Aug 09 13:40:50 i have just gotten one Aug 09 13:40:57 bought one this weekend for my mom Aug 09 13:41:03 don't you think its laggy/buggy? Aug 09 13:41:07 True, there have been a lot of TP ads, with a dose of Veer ads thrown in too Aug 09 13:41:09 ...not at all Aug 09 13:41:15 hotdp: have you updated it? Aug 09 13:41:30 its game with 3.0.2 Aug 09 13:41:33 *came Aug 09 13:41:42 with 3.0.2 it's perfectly fast, and with UberKernel it's ludicrous speed Aug 09 13:41:51 i need the kernel then.. Aug 09 13:41:51 I'm playing the waiting game with the TouchPad. Aug 09 13:42:07 when scroling between pictures its not smooth at all Aug 09 13:42:12 supposedly it's laggy for the first bit anyway Aug 09 13:42:17 card swiping at 1.5 is nearly smoother than the iPad's animations Aug 09 13:42:26 hmm..now where is that first use app hidden.. Aug 09 13:42:31 is it smooth when you do it?+ Aug 09 13:42:33 I'd like to physically get my hands on a device to play with before I consider stumping up the cash. Aug 09 13:42:42 Since I'm in Australia, that means a bit of waiting. Aug 09 13:43:04 Hendikins: most likely, the demo unit will be slow Aug 09 13:43:13 they always are, and that really bothers me Aug 09 13:43:18 it gives a bad impression Aug 09 13:43:29 IGNTNUNLMTD: Speed isn't what I'll be looking at on the demo unit. Aug 09 13:43:43 I know someone with your knowledge won't Aug 09 13:43:49 hotdp: yeah wait for the accounts to import Aug 09 13:43:50 but the general public will Aug 09 13:43:54 :-/ Aug 09 13:43:59 * Hendikins has already a. seen enough WebOS and b. read enough about the TouchPad to not judge it on the speed of the demo unit. Aug 09 13:44:37 Now to put UberKernel on a freshly doctored Pre2 and see if it still blows up. Aug 09 13:44:49 hotdp: my photo scrolling is very smooth, yes Aug 09 13:46:30 hmm that is strange Aug 09 13:46:33 its laggy here Aug 09 13:46:38 i don't get it at all then Aug 09 13:46:45 hp doesn't like hotdp Aug 09 13:46:52 the people i have showed it was also disapointed :S Aug 09 13:47:16 i will try to reset then.. Aug 09 13:47:22 what else can it be? Aug 09 13:47:53 hotdp: are all of your synergy accounts done importing? Aug 09 13:49:32 yes Aug 09 13:49:39 are you sure? Aug 09 13:49:43 yes Aug 09 13:50:11 In the photoapp, when you grap a image and go to the side to view the next, is that smooth? Aug 09 13:55:00 Well, this is still toast on a freshly doctored device. At least it wasn't anything I installed that caused it. Aug 09 13:55:43 hey, guys, I'd like to buy a "no contract Palm Pixi Plus" from amazon which I would like to use with wifi only, without ever connecting to a mobile network, is that possible? Aug 09 13:58:37 IGNTNUNLMTD or Tibfib: can you confirm? Aug 09 13:58:49 * Tibfib doesn't have a tp Aug 09 13:58:53 oki Aug 09 13:58:57 yes, it is smooth with 1.5GHz overclock Aug 09 13:59:15 :P Aug 09 13:59:19 I have stock speed Aug 09 13:59:29 But i have to OC then.. Aug 09 13:59:39 get UberKernel, your TouchPad will thank you Aug 09 13:59:42 and see if its smooth Aug 09 13:59:45 hehe ok Aug 09 14:06:03 Hi, how can i register a C++ class method with PDL_RegisterJSHandler? Aug 09 14:06:50 Underyx: yes Aug 09 14:07:02 HattCzech_work, great, thanks a lot Aug 09 14:07:10 if you enable developer mode or use metadoctor, you can bypass activation Aug 09 14:07:36 well, I guess i'll figure it out then Aug 09 14:07:40 bye Aug 09 14:07:43 and thanks again Aug 09 14:07:46 if you get a GSM version, i would recommend borrowing a sim card to enable the catalog, though Aug 09 14:08:02 alright Aug 09 14:09:18 anyone have a broken pre- with a working comm board that they want to give me or sell me for cheap? Aug 09 14:09:45 HattCzech_work: check ebay, theyre like 12 bucks Aug 09 14:10:37 i'm on there now Aug 09 14:10:49 after shipping, they end up being around $25-30 Aug 09 14:11:06 (working ones) Aug 09 14:11:46 the broken ones aren't on there as much Aug 09 14:11:55 i missed one last week, unfortunately Aug 09 14:43:05 hey all Aug 09 14:46:41 How can terminate the plug-in part of an Hybrid app? is there a way that i can do cleanup work when the user close the app? Aug 09 14:50:43 guh Aug 09 14:50:47 im tired of goign to work Aug 09 14:50:55 lol Aug 09 14:50:57 why do I drive here to sit at a desk to develop software Aug 09 14:50:57 what is your work? Aug 09 14:51:04 i can do this at home Aug 09 14:51:19 im a mobile dev Aug 09 14:51:26 mobile+web dev Aug 09 14:51:27 hehe me2 :P Aug 09 14:51:34 i am going home now :P Aug 09 14:51:39 im playing with knockout.js atm Aug 09 14:51:41 cool beans Aug 09 14:51:51 I have payed my 9 hours of life energy for today Aug 09 15:08:47 EHLO Aug 09 15:09:55 250-HELP Aug 09 15:10:17 * Tibfib yawns Aug 09 15:22:33 EHLO NuttyBunny Aug 09 15:22:37 damn you Aug 09 15:28:52 The $50 app credit doesn't work for in-app purchases :( Aug 09 15:30:15 hahahaha Aug 09 15:30:18 aaahahaha Aug 09 15:30:21 gg hp Aug 09 15:30:51 I need to finish this update to my free app with in-app items and then push out my simple paid app quickly :) Aug 09 15:31:01 a lot of money is at stake for developers right now Aug 09 15:31:36 ? Aug 09 15:32:05 with $50 credit to everyone Aug 09 15:32:07 With tons of people getting $50 to spend Aug 09 15:32:13 a lot of paid apps are going to be bought right now Aug 09 15:32:32 I bought some phone apps on my TP too :). Aug 09 15:33:12 Hey Tibfib, I saw your 2 screenshots you posted earlier Aug 09 15:33:22 oh yeah? Aug 09 15:33:33 Based on those 2, I liked the lighter one Aug 09 15:33:35 BUT Aug 09 15:33:48 I liked everything about the darker one except the solid black toolbar Aug 09 15:34:00 If it had a normal dark toolbar, then I'd prefer the dark one Aug 09 15:34:12 I darkened the normal toolbar Aug 09 15:34:17 but it has the same texture Aug 09 15:34:26 oh. I guess I just didn't like how dark it was Aug 09 15:34:28 I'll send out the ipk fairly soon Aug 09 15:34:31 ok Aug 09 15:34:31 twbbas: hmmm Aug 09 15:36:15 I' Aug 09 15:36:24 I don't think I'm completely happy with the dark toolbar Aug 09 15:36:35 but, I think it is a better path to go down Aug 09 15:39:30 on the TP is it normal that its only CPU 1 who does something? Aug 09 15:45:17 ahh mustly its cpu 1 Aug 09 15:46:00 anyone made a mobile site for multiple mobile OSes? (iOS, Android, webOS) Aug 09 15:47:57 and PatrickC is buying a mac for this price? http://slickdeals.net/permadeal/56564/staples-in-store-hp-pavilion-p71026b-desktop-phenom-ii-840t-quad-core-2.9ghz-6gb-ddr3-1tb-hdd-20-hp-2011x-led-monitor-dvd-burner-win-7-prem Aug 09 15:48:05 * hotdp has created a webapp for iOS and Android Aug 09 15:48:23 hotdp: did you use a mobile framework? Aug 09 15:48:34 like sencha touch or jQmobile? Aug 09 15:49:08 Sencha Touch Yes Aug 09 15:49:17 did you test it on webos? Aug 09 15:49:21 Yes Aug 09 15:49:27 sencha touch = webos fail Aug 09 15:49:36 or did it work for you? Aug 09 15:49:47 webos 2.1 = fail Aug 09 15:49:52 webos 3.0 close Aug 09 15:49:53 needs words w/ friends for webos! Aug 09 15:50:15 * HattCzech_work agrees with dawm Aug 09 15:50:26 specially now that they have a flash version on fb Aug 09 15:50:26 i need it to work with 2.1+ Aug 09 15:50:32 then its a no go Aug 09 15:50:43 so now i need to figure out another framework to use :/ Aug 09 15:50:46 jquery mobile "works" but damn its not very smooth :S Aug 09 15:51:05 jqtouch? Aug 09 15:51:06 May i ask why you wonna use a framework? Aug 09 15:51:13 it's a mobile application Aug 09 15:51:26 i created an android wrapper to access lower level functionality (like phonegap) Aug 09 15:51:37 but i want the code to be on the client Aug 09 15:51:44 and easy to update on the fly Aug 09 15:52:20 i liked sencha touch in that it was all js Aug 09 15:52:28 yer Aug 09 15:52:30 http://www.geico.com/brostache Aug 09 15:52:44 sencha is the "best" but only android + ios Aug 09 15:52:55 i don't mind a mix of js and html5, but i need something that will work (reasonably well) across android and webos Aug 09 15:53:04 hotdp: yeah, i've noticed Aug 09 15:53:04 not touch but http://jquerymobile.com/ Aug 09 15:53:16 and it's more ios... there are still many issues with android Aug 09 15:53:42 have you tried jqtouch? Aug 09 15:53:57 Long time ago yes Aug 09 15:54:05 before i choose sencha touch for my work Aug 09 15:54:49 how did that one work? Aug 09 15:54:57 hehe same :S Aug 09 15:54:57 you said jquery mobile was not smooth? Aug 09 15:55:05 yer i don't think it is Aug 09 15:55:52 sencha touch was smoother? Aug 09 15:55:58 yer Aug 09 15:56:02 it was the best Aug 09 15:56:07 i've noticed some choppiness on android with the dialogs Aug 09 15:56:10 boo :/ Aug 09 15:56:14 haha Aug 09 15:56:20 the best needs to support webos, dangit Aug 09 15:56:24 Sencha tocuh on Android is not "smooth" Aug 09 15:56:32 okay Aug 09 15:56:32 But its the best Aug 09 15:56:37 animations is still crap Aug 09 15:56:41 iOS is smooth Aug 09 15:56:47 * HattCzech_work shakes fist Aug 09 15:56:59 the problem is the implementation Aug 09 15:57:02 i don't want to create my own mobile framework... that would be crazy Aug 09 15:57:19 In my app i check if its android and if it is i turn of ALL animations:) Aug 09 15:57:42 * hotdp shakes fist at Android Aug 09 15:57:57 what about Jo? Aug 09 15:58:03 can it run on android? Aug 09 15:58:33 that's a thought Aug 09 15:58:39 Jo? Aug 09 15:58:42 not familiar Aug 09 15:58:48 my favorite part of webOS 2.. ability to add to the autocorrect! Aug 09 15:59:06 http://joapp.com/ Aug 09 15:59:12 on 1.4.5 hate would always turn into gate.. so annoying Aug 09 15:59:17 dawm: you just did the pre2 upgrade, right? Aug 09 15:59:22 i gated so much stuff Aug 09 15:59:30 hahah Aug 09 15:59:36 yeah 2 days ago, frankenpre2 sprint Aug 09 15:59:54 i'm about to do the same Aug 09 15:59:59 my favorite part of webos 3..... if you enter a special code, kittens appear everywhere from the device! Aug 09 16:00:05 wanted to get a spare pre- to rip the comm out of :) Aug 09 16:00:06 i bought a beat up pre- on ebay for $20 Aug 09 16:00:12 (trying to get one on wbay now) Aug 09 16:00:14 ahhaha, nice Aug 09 16:00:23 really only used it for practice since i didnt want to nuke my phone Aug 09 16:00:44 i was successfully able to take apart and put back together my phone Aug 09 16:00:55 so i'm confident i can swap it Aug 09 16:01:02 but i wanted to swap ONLY the comm board Aug 09 16:01:12 the gps cables are longer on the pre2, so that will work Aug 09 16:01:17 no Aug 09 16:01:19 Tibfib: I wish I was getting that computer Aug 09 16:01:24 HattCzech_work: did you look at the link? Aug 09 16:01:34 but getting the unlocked gsm one to fit properly may not work Aug 09 16:01:36 i did that cause i broke the ebay pre wires Aug 09 16:01:42 PatrickC: specs are a billion times better than that mac Aug 09 16:01:43 hotdp: that looks awesome Aug 09 16:01:45 you can use the gsm wires Aug 09 16:01:52 but they get jammed next to the battery Aug 09 16:01:56 and start to get.. iffy Aug 09 16:01:58 SPECS?!?!?!? YOU CANT HANDLE THE SPECS!!! Aug 09 16:02:17 and theres no room anyways to tuck them other than alongside&ontop of the battery Aug 09 16:02:57 OM NOMNOMNOM Aug 09 16:03:03 i swapped comboard, pre- back frame thing, speaker, camera lense cover, headphone jack Aug 09 16:03:20 bemjb: you crazy snapfish person. Aug 09 16:04:00 the onlly issue ive had with this frankenpre2 was i lost the ability to recieve texts Aug 09 16:04:21 had to reboot and it was fine, hasnt done it since, but the phone also said it had a os update which i allowed and no issues since Aug 09 16:05:49 waht.. Aug 09 16:05:57 ive been off contract for a month?! Aug 09 16:06:02 lol Aug 09 16:08:28 Tibfib: I know they are, but it doesn't run xcode Aug 09 16:08:43 * halfhalo-work has the xcodes Aug 09 16:09:09 * hotdp wonders why he can not find one of he's apps in the tp app catalog? Aug 09 16:09:35 * PatrickC will probably order his tp today Aug 09 16:09:52 * halfhalo-work juggles some touchpads Aug 09 16:09:56 what up Aug 09 16:09:56 Tibfib: you got a pretty slick website Aug 09 16:10:14 PuffTheMagic: thanks Aug 09 16:10:18 elegantthemes.com is the bomb Aug 09 16:10:39 * PatrickC wonders where said website is Aug 09 16:10:55 PatrickC: YOU ARE SOO BAD AT THE INTERNET Aug 09 16:11:08 I didn't see a link Aug 09 16:11:29 you win the award for most internet fail in this channel Aug 09 16:11:31 im pretty sure i did 8000~ txts this month Aug 09 16:11:41 er last billing cycle Aug 09 16:11:45 * halfhalo-work has done... 154 texts this month Aug 09 16:11:52 previous month 918.. Aug 09 16:12:07 lol Aug 09 16:12:47 * Tibfib is probably < 100 Aug 09 16:13:06 Tibfib: time to update the "about" page Aug 09 16:13:07 "Our first applications are scheduled to hit the catalog early 2010. More information regarding when they will be released, what they will cost, and what they are about will be released soon." Aug 09 16:13:17 PatrickC: go for it Aug 09 16:13:34 do I have login? Aug 09 16:13:41 go for it Aug 09 16:14:13 thats a wordpress site? Aug 09 16:14:18 that's awesome looking Aug 09 16:16:24 how do you pronouce DANGER Aug 09 16:16:35 DANGERZONE Aug 09 16:17:00 DAIN JUR? or DANG ER Aug 09 16:17:39 1st Aug 09 16:17:40 dawm: first Aug 09 16:17:58 DANE JER(k) Aug 09 16:18:15 im pretty sure its DANG ER Aug 09 16:18:30 my girlfriend went abroad and I was all but able to cancel my texting plan altogether Aug 09 16:18:32 lol Aug 09 16:19:05 yeah thats why my txting has increased so much, new female friend ;p Aug 09 16:19:29 dawm: quite the reversal here Aug 09 16:19:29 Tibfib: oh if you didnt write it I take it back then Aug 09 16:19:32 :D Aug 09 16:19:42 PuffTheMagic: bah, I'm not going to write my own site am I? Aug 09 16:19:46 only losers do that Aug 09 16:20:07 or perhaps I don't like web development at all Aug 09 16:20:08 real people get others to do it for them. for free Aug 09 16:20:34 yeah, well, you don't need texting when all you do nowadays is code and go clubbing Aug 09 16:20:34 lol Aug 09 16:21:02 at the same time Aug 09 16:21:26 I code with TIDE Aug 09 16:21:27 lol Aug 09 16:21:29 er Aug 09 16:21:30 wow Aug 09 16:21:32 freud Aug 09 16:21:34 I COULD* Aug 09 16:21:36 with TIDE Aug 09 16:21:54 halfhalo-work: and others just steal others domain names Aug 09 16:22:24 damn straight. Aug 09 16:22:29 IGNTNUNLMTD: are there any major bugs you experience in nomnomnom? Aug 09 16:22:38 nope Aug 09 16:22:46 none that I've found Aug 09 16:22:59 the one thing is the smoothness of the opening anim for the drawer Aug 09 16:23:04 but you can't fix that Aug 09 16:23:12 it's a system thing Aug 09 16:23:22 When i run, package-install to test my app, i see this in error log, "qemux86 user.err configurator[1660]: [configurator] Failed to open directory: /media/cryptofs/apps/usr/palm/applications/com.xxxx.hello/configuration/db/kinds" any ideas? Aug 09 16:24:18 oil: so, I only advised on this one and they wrote the app...and I helped them with a few issues and what not, but MLB AtBat 2011 was one I worked Aug 09 16:24:41 Tibfib: I noticed that most of the time when I tap on a card to bring in the sliding pane, it opens a browser window too. Aug 09 16:24:55 I haven't seen that Aug 09 16:25:12 twbbas: I've heard of that one and seen it Aug 09 16:25:21 I have absolutely no idea why it happens though Aug 09 16:25:21 ok Aug 09 16:26:36 chatzilla Aug 09 16:27:08 what window opens twbbas? Aug 09 16:27:42 twbbas: it opens ads, right? Aug 09 16:28:47 I think that's what is happening Aug 09 16:30:35 I don't know Aug 09 16:30:41 i'll actually let it load next time I see it Aug 09 16:31:36 ya it's ads Aug 09 16:31:41 only happens on precentral I think Aug 09 16:39:31 dawm: would it be possible to swap just the gps wires? Aug 09 16:39:40 no Aug 09 16:39:47 i didn't see how they connected at the top of the frame Aug 09 16:39:48 poo Aug 09 16:39:49 they're part of that gold antenna crap Aug 09 16:40:02 i can further destroy the one i did to see Aug 09 16:40:15 i think theres a pin from the circuit board that goes thru and touches the gold stuff Aug 09 16:40:22 i figured it'd have connectors on both ends :/ Aug 09 16:40:39 i really don't want to keep much from my original pre Aug 09 16:40:45 i want ALL NEW :) Aug 09 16:40:56 yah Aug 09 16:41:01 my back piece had some nicks Aug 09 16:41:11 hmmm, but if those wires don't disconnect, that's an issue Aug 09 16:41:13 but using the gsm back just wasnt gonna last Aug 09 16:41:29 the insulation on the gps wires was definitely gonna wear off being jammed by the battery Aug 09 16:41:33 is yours still disassembled? Aug 09 16:41:44 that's no good Aug 09 16:41:51 i have parts of the ebay pre, my good pre and parts of the gsm Aug 09 16:42:29 so you kept the middle ring with gps and volume switch? Aug 09 16:42:38 yeah Aug 09 16:42:45 the part you unscrew and snap Aug 09 16:42:51 away Aug 09 16:42:52 that has the speaker and other stuff on it too, right? Aug 09 16:42:56 yeah Aug 09 16:42:58 thats all you keep Aug 09 16:42:59 crap Aug 09 16:43:08 my speaker is having issues... i don't want to keep it Aug 09 16:43:26 (about to go to sprint store and have it repaired again Aug 09 16:43:27 ) Aug 09 16:43:31 you can swap speakers Aug 09 16:43:40 heh Aug 09 16:43:40 you can swap headphone jacks Aug 09 16:43:47 that may work Aug 09 16:44:22 what about the mute switch? Aug 09 16:44:36 you can swap everything but the gps wires Aug 09 16:44:36 that's also attached, right? Aug 09 16:44:39 okay Aug 09 16:44:46 i'll probably do that Aug 09 16:45:05 my power button is a bit dinged up, so i don't want that, either Aug 09 16:45:20 (just the plastic cover... scratched a bit) Aug 09 16:45:23 lol Aug 09 16:45:40 making sprint pre2 or something? Aug 09 16:45:44 indeed Aug 09 16:45:57 dawm just did it, and i was wondering about the gps part Aug 09 16:46:01 gonna bring hte orange key over? Aug 09 16:46:05 xD Aug 09 16:46:11 HattCzech_work, i still have the doctor i used Aug 09 16:46:12 I'm soooooooo confused by this bug Aug 09 16:46:18 seeing if i could NOT use the middle part with gps and ONLY swap the comm board Aug 09 16:46:23 will save you the time of preparing to build one, downloading all the crap and etc Aug 09 16:46:28 Tibfib: ask PatrickC, he'll put an if statement in there and make it work! Aug 09 16:46:40 dawm: that would be very useful Aug 09 16:46:43 dropbox? Aug 09 16:46:45 lol. Aug 09 16:46:49 yeah lemme see if i can do that Aug 09 16:46:54 its on the laptop Aug 09 16:47:01 it's adding an iframe, even though I take it out. Aug 09 16:47:03 HattCzech_work: i dont think so Aug 09 16:47:14 the antenna is different in the gsm back vs cdma back, no? Aug 09 16:47:15 oilsworkn: dawm agrees with you Aug 09 16:47:20 correct Aug 09 16:47:24 no you can Aug 09 16:47:26 the wires are longer on the gsm one Aug 09 16:47:27 i had it working Aug 09 16:47:32 huh Aug 09 16:47:33 so they get in the way Aug 09 16:47:37 but the wires are longer and have to get smushed by the battery/backcover Aug 09 16:47:43 * oilsworkn has never successfully created a sprint pre2, so don't listen to me :) Aug 09 16:48:11 but, my problem was that hte pre- i was using wasn't activated before swapping Aug 09 16:48:14 what do you use, oilsworkn? Aug 09 16:48:15 im uploading the jar now Aug 09 16:48:19 ahhh okay Aug 09 16:48:20 he doesn't want to get blamed if he does somethign wrong Aug 09 16:48:32 * oilsworkn is very careful to manage expectations Aug 09 16:48:52 "how soon can you have that by", "within the month" Aug 09 16:49:09 thats too definite of an answer Aug 09 16:49:11 oilsworkn: i'm trying to get one from ebay so i can keep mine around in case i break something :) Aug 09 16:49:14 more like "when i get to it" Aug 09 16:49:17 or "here soon" Aug 09 16:49:27 WHAT THE HECK Aug 09 16:49:29 non quantifiable :) Aug 09 16:49:39 HattCzech_work: yeah Aug 09 16:49:41 oilsworkn: asap as possible Aug 09 16:49:47 lol Aug 09 16:49:54 just let me enter by pin number into the atm machine Aug 09 16:50:45 it's stupid iframes that are the issue Aug 09 16:51:06 putting iframes into a webos app must feel... dirty Aug 09 16:51:41 TELL THAT TO SMARTPHONE EXPERTS Aug 09 16:51:43 lol Aug 09 16:51:46 stupid ads Aug 09 16:51:52 people have hardons for iframes around here Aug 09 16:51:56 yep that's the issue Aug 09 16:52:01 iframes are handled poorly in webOS Aug 09 16:52:15 soooo when the iframe gets loaded in the article view, it launches up the webpage Aug 09 16:52:17 NOT MY FAULT Aug 09 16:52:26 sounds like it Aug 09 16:52:28 * twbbas blames Tibfib Aug 09 16:52:35 and guess what precentral: iframe { display: none; } Aug 09 16:52:36 suck it Aug 09 16:52:37 PuffTheMagic: enyo-wirc is gonna be ALL IFRAMES Aug 09 16:52:39 it's a totally awesome feature Aug 09 16:52:46 oilsworkn: its Tibfib fault! Aug 09 16:52:50 heh Aug 09 16:53:07 you can write to an iframe, just can't set it to a url Aug 09 16:53:09 oilsworkn: only if there is a big ass header at the top of each iframe Aug 09 16:53:16 oh there will be Aug 09 16:53:53 injecting into the DOM of a fetched page sort of works Aug 09 16:53:54 i gotta be honest, stacks piss me off Aug 09 16:54:09 i wish they could be disabled Aug 09 16:54:20 Stacks? Aug 09 16:54:26 card stacks in webos Aug 09 16:54:32 Oh, right Aug 09 16:54:43 Yeah, I've accidentally tossed the wrong card a number of times thanks to those Aug 09 16:54:55 YES Aug 09 16:54:56 I want an easter egg where if you're in card view and you shake your device, all the cards shuffle around. Aug 09 16:54:59 let me find a tweet Aug 09 16:55:31 bah can't Aug 09 16:55:49 but I once tweeted: "The problem with stacks is the most recent card doesn't get forced to the front" Aug 09 16:56:29 Exactly Aug 09 16:56:42 If I've just exited the card, I should be able to just swipe up immediately to kill it Aug 09 16:56:57 heh Aug 09 16:57:01 Keep tossing browsers with unloaded URLs after viewing RSS feeds instead Aug 09 16:57:08 * oilsworkn runs 145 on his phone, so no stacking problems here :) Aug 09 16:57:09 yessssssssssss Aug 09 16:57:14 oilsworkn: hipster Aug 09 16:57:17 haha Aug 09 16:58:31 https://twitter.com/#!/Tibfib/status/86955180599410688 Aug 09 16:58:50 How to close an app in OS X, emulator? Aug 09 16:58:57 bonus points go to twbbas Aug 09 16:58:58 twbbas: what a boss Aug 09 16:59:06 rewteeted by patrick Aug 09 16:59:11 lol Aug 09 16:59:28 I thought it was a long time ago so I didn't want to scroll Aug 09 16:59:32 * Tibfib just tried searching Aug 09 16:59:50 * twbbas pressed end a couple times on Tibfib's page and ctrl + f for "stacks" Aug 09 17:01:27 pepone: home button? Aug 09 17:01:44 there isn't home button in my MacBook Air Aug 09 17:01:46 there rwhitby, the browser issue should be fixed Aug 09 17:01:57 rwhitby: was advertising with iframes Aug 09 17:02:00 oh, idk then Aug 09 17:02:20 noooo, why does flash always crash on my computer and not work unless I restart Aug 09 17:02:22 oilsworkn: in 3.0.0 i can close scrolling with the mouse, but with 3.0.2 that don't work Aug 09 17:02:48 yeah, i got no clue Aug 09 17:02:54 havent used the emulator in a while Aug 09 17:03:37 * Tibfib hates the emulator Aug 09 17:04:08 isn't there a Fn+left arrow or something that's a "home" button ? Aug 09 17:04:30 * oilsworkn has no mac Aug 09 17:04:34 it makes me think my apps are egregiously slow Aug 09 17:04:49 i always thought the emulator was too fast Aug 09 17:04:58 * Tibfib totally had to google that to know how to spell it Aug 09 17:05:05 oilsworkn: not the 3.0 one Aug 09 17:05:08 oh Aug 09 17:05:09 the emulator seems to boot faster than my phone does anyways Aug 09 17:05:30 oil, maybe try turning off virtualization extensions? Aug 09 17:05:36 i know i ran into problems from testing in the emulator with my game ai Aug 09 17:05:53 it would complete on the emulator, but on device would be too slow and get killed Aug 09 17:06:09 s/too slow/take too long/ Aug 09 17:06:13 oilsworkn is a murderer Aug 09 17:06:42 it was only the dotgame ai Aug 09 17:06:46 on hard Aug 09 17:10:25 yeah i hate devices Aug 09 17:10:33 emulator/chrome = fast and beautiful Aug 09 17:10:40 device = slow, laggy, latent Aug 09 17:10:51 too bad device is what matters. Aug 09 17:10:56 is there any chance ayone has a pre2 that they'd be willing to sell? Aug 09 17:10:57 i know Aug 09 17:11:16 but my app was mojo Aug 09 17:11:17 my pre has kicked the bucket, I think Aug 09 17:11:21 so much overhead Aug 09 17:11:46 the pdk version is smoother, i just havent had time to tinker with it.. plus learning c++ as i go isnt helping Aug 09 17:12:33 doh, what's the proper enyo way for window rotation? Aug 09 17:12:39 what's it called to find it in the api docs? Aug 09 17:12:39 windowresize? Aug 09 17:12:48 orientation? Aug 09 17:12:50 {pen:ismight->true} Aug 09 17:13:26 * ctladvance needs the touchpad 4g Aug 09 17:13:41 ill wait for the 6g Aug 09 17:13:58 Or as g does it touchpad+ Aug 09 17:14:32 Well I'll take anything that has a cell radio 4/5/6/7g Aug 09 17:14:34 remember, they're gonna be #1+ Aug 09 17:14:44 would that be number 2? Aug 09 17:14:49 s/would/wouldn't/ Aug 09 17:14:54 5g will equal 4g so that should be let Aug 09 17:14:56 Lye Aug 09 17:14:58 Ugh Aug 09 17:14:59 no, better then 1, like a+ is better then a Aug 09 17:15:07 but 1++ === 2 Aug 09 17:15:10 I need to shut auto correct off Aug 09 17:15:12 so it's like 1 and a half? Aug 09 17:15:15 but i only put one + not 2 Aug 09 17:15:17 lol Aug 09 17:15:22 pre plus = marginal bump Aug 09 17:15:27 pre 1.5 Aug 09 17:15:30 touchpad+ = 4g Aug 09 17:15:30 BOOM! Aug 09 17:15:58 Touchpad 4g is really 3G Aug 09 17:16:12 actually Aug 09 17:16:15 4g isn't real 4g on AT&T Aug 09 17:16:15 isnt its 3G/3G Aug 09 17:16:22 4g is a marketing term. Aug 09 17:16:26 Yep Aug 09 17:16:34 Unless u go by the standard Aug 09 17:16:40 no one does Aug 09 17:16:46 Nope Aug 09 17:16:46 same thing as broadband Aug 09 17:16:51 Well they were Aug 09 17:16:58 well what was that poll? 70% of iphone uesrs think their phone has 4g? Aug 09 17:16:58 heh Aug 09 17:16:59 Then they updated the standard Aug 09 17:17:01 us broadband isnt nothing compared to overseas broadband Aug 09 17:17:02 Don't like 2/3 of iPhone users think theyvha Aug 09 17:17:08 They have 4G Aug 09 17:17:14 haha Aug 09 17:17:22 It's sad Aug 09 17:17:30 I bet Aug 09 17:17:36 * oilsworkn refuses to call the veer "veer 4G" Aug 09 17:17:43 half the iphone users dont know what multitasking is Aug 09 17:17:44 whoa Aug 09 17:17:48 I am interested to see lightsquared lye Aug 09 17:17:48 the other half, own mac's Aug 09 17:17:48 you can test the app menu in chrome Aug 09 17:17:51 IPhone 3G => iPhone 4 so it must be 4G Aug 09 17:17:51 ctrl + ~ Aug 09 17:17:52 Lte Aug 09 17:18:01 dawm: thats chewing gum and using their phone at the same time! Aug 09 17:18:14 Tibfib: yeah, we all knew that :) Aug 09 17:18:21 my one lte hope has been crushed anyway Aug 09 17:18:22 oilsworkn: NO ONE LIKES YOU Aug 09 17:18:45 its ok, i know you do :) Aug 09 17:18:51 fair enough Aug 09 17:18:58 still wont be able to take a verizon phone and put it on att or the reverse Aug 09 17:19:10 I need to burn alot of calories today.... I think Ill go set a fat kid on fire. Aug 09 17:19:12 Loudergood_: yeah, that is just ridiculous Aug 09 17:21:04 but really, its because they dont want to become like the eu Aug 09 17:21:12 where you buy a phone and go where you get the best service Aug 09 17:21:15 they want to lock you in Aug 09 17:21:32 $$$$ Aug 09 17:21:35 Bingo Aug 09 17:21:42 Bing Aug 09 17:21:46 they may have to actually give good customer service if their customer could leave without large fines Aug 09 17:22:07 ETF and what not Aug 09 17:22:53 The eu model doesn't work well in the us, ESP when it doesn't benefit the companies Aug 09 17:22:57 ;) Aug 09 17:24:21 i mean even in the US if you have unlocked phones it doesn't really work Aug 09 17:24:32 if you want 3g, you have to make sure your phone supports the correct bands Aug 09 17:24:40 and once you've done that you're locked into a network Aug 09 17:25:10 but even with LTE they're going to make it so you can't take your phone from att to vzw or vice versa Aug 09 17:26:03 NO Aug 09 17:26:08 Spotify crashed my flash again Aug 09 17:26:10 :( Aug 09 17:26:49 isn't there a libspotify? use a real app :) Aug 09 17:27:15 huh Aug 09 17:27:41 there is a closed-source libspotify from spotify Aug 09 17:27:53 what's libspotify Aug 09 17:27:53 there are also multiple open-source reverse engineers of it Aug 09 17:27:58 despotify and openspotify Aug 09 17:28:07 c libraries for streaming music from spotify Aug 09 17:28:18 http://despotify.se/ Aug 09 17:28:59 ah openspotify is built ontop of despotify Aug 09 17:29:53 i like hte cli :) Aug 09 17:30:46 DraX: has spotify ever gotten angry? Aug 09 17:30:58 really annoying that launching multiple browser cards doesnt load the page in them till you activate the card. Aug 09 17:31:07 Tibfib: no idea, i've never used spotify Aug 09 17:31:14 much less the stacking issue on 3.0 ... Aug 09 17:31:33 rwatkins: I agree. Aug 09 17:32:00 WHATTTT how did I not know this: http://developer.spotify.com/en/libspotify/overview/ Aug 09 17:32:09 DANGIT non-commercial Aug 09 17:32:12 i wanna click "open in new card" a half a dozen times, have my app remain in focus and have them all load in the background, in the same stack. Aug 09 17:32:31 If someone wanted to do the c-service, I'd do the front-end Aug 09 17:33:31 look thru the spotify app, figure out their c-service. use thiers. Aug 09 17:33:45 Tibfib: there is also pianobar for pandora, but the pandora client for mobile devices is fine Aug 09 17:33:53 i use pianobar at work though, since the flash app is a POS Aug 09 17:33:54 yeah, no need Aug 09 17:33:56 spotify sucks Aug 09 17:34:06 rwatkins: that can't be done afaik Aug 09 17:34:09 DraX: pandora has an html5 page though now doesn't it? Aug 09 17:34:43 does it? Aug 09 17:34:47 oilsworkn: app id baked into compiled code? Aug 09 17:34:52 no Aug 09 17:34:55 i mean, the stack thing Aug 09 17:35:19 ah, ya. i know. very annoying. Aug 09 17:35:34 DraX: I thought they did Aug 09 17:35:34 you can't even specify a stack or a parent to stack with in the new card Aug 09 17:35:46 FAIL Aug 09 17:36:02 Tibfib: it's possible, still prefer pianobar though :) Aug 09 17:36:11 sure :) Aug 09 17:36:16 stack issue is bad, but cant load web page in non-active browser card. is lame too Aug 09 17:37:38 clearly attempting to improve perceived performance to the end user, but geesh this is a multitasking os, right? Aug 09 17:38:19 on the desktop I do "open new tab in background" *all* day long. Aug 09 17:38:44 patch browser? Aug 09 17:38:47 does this look fishy? http://www.sorcim.com/knowledgebase/SHOCKWAVE_FLASH_CRASH.html Aug 09 17:39:01 I often start loading a page and go back to a different card while it loads in the background Aug 09 17:39:27 Loudergood_: only works if you let it be active long enough to kick in. Aug 09 17:39:35 and falls apart w/ multiple browser cards. Aug 09 17:39:48 is it a webos thing or a browser thing? Aug 09 17:40:05 odd..it usually works for me with 4 or 5 cards Aug 09 17:40:09 gets really sluggish Aug 09 17:40:14 Loudergood_: on TP? Aug 09 17:40:20 just remove the part watching the active/inavtive status Aug 09 17:40:25 so it always thinks its active Aug 09 17:40:25 no, that's true...on a pre2 Aug 09 17:40:53 oilsworkn: hm. Aug 09 17:41:06 lol Aug 09 17:41:47 just a guess here, since i dont have my tp with me Aug 09 17:41:53 but the browser has a enyo.ApplicationEvents component Aug 09 17:42:26 and uses activated/deactivated event to decide not to show you what its done Aug 09 17:42:34 Tibfib: Ping. Aug 09 17:42:42 pong Aug 09 17:42:56 ACEEEEE Aug 09 17:43:00 just opened Nom and it froze the TouchPad instantaneously Aug 09 17:43:03 :-/ Aug 09 17:43:08 never had that happen before Aug 09 17:43:10 uh oh Aug 09 17:43:17 try it again Aug 09 17:43:23 I'm going to guess it was just the TouchPad Aug 09 17:43:29 yeah, same Aug 09 17:43:31 rebooting Aug 09 17:43:34 lemme know Aug 09 17:43:38 I'll let you know what happens next Aug 09 17:43:40 haha yeah Aug 09 17:43:43 http://techcrunch.com/2011/08/09/the-lonesome-death-of-webos/ Aug 09 17:43:49 also, are there notifications? Aug 09 17:43:56 i want facebook for exhibition!!.. grr Aug 09 17:44:30 twbbas: DUHH, of course they only sold 612 Aug 09 17:44:36 staples had it for 80 bucks cheaper Aug 09 17:44:42 Yep Aug 09 17:45:30 IGNTNUNLMTD: not yet Aug 09 17:45:43 ah Aug 09 17:46:25 "I love the TouchPad and the Pre 3 is a good phone" Aug 09 17:47:31 Tibfib: New version? Aug 09 17:47:38 Oooo new NomNomNom Aug 09 17:47:47 yum yum yum Aug 09 17:47:51 or should I say Aug 09 17:47:52 IGNTNUNLMTD: hmmm? Aug 09 17:47:54 NOMNOMNOM Aug 09 17:47:55 NomNomNom Aug 09 17:47:56 * oilsworkn never gets in on the betas Aug 09 17:47:57 rofl Aug 09 17:48:03 oilsworkn: YOU NEVER ASK Aug 09 17:48:06 haha Aug 09 17:48:09 :( Aug 09 17:48:14 /wrists Aug 09 17:48:21 :o Aug 09 17:48:22 why would I send it to someone who has never expressed interest? Aug 09 17:48:31 I LOVE the new dark UI Aug 09 17:48:36 good lord that's beautiful Aug 09 17:48:47 :) Aug 09 17:49:02 just assume? Aug 09 17:49:26 the cards continue to scroll wonderfully Aug 09 17:49:33 Tibfib: I like the dark toolbar Aug 09 17:49:43 seriously, notifications and exhibition as some bonuses, and you're set Aug 09 17:49:56 IGNTNUNLMTD: think notifications are required for first release? Aug 09 17:50:06 Ya Aug 09 17:50:10 Lots of competition Aug 09 17:50:20 erggh Aug 09 17:50:38 but then I need to store the feeds Aug 09 17:50:48 O Aug 09 17:51:00 :-/ Aug 09 17:51:02 haha Aug 09 17:51:12 Offline cache would be nice ;-) Aug 09 17:51:15 they'd be another thing you could market Aug 09 17:51:31 without offline cache rwhitby wont like it Aug 09 17:51:38 seriously, you've already done the hardest thing: coming up with something intuitive and interesting Aug 09 17:51:52 you know, offline cache would only be hard in the storing part Aug 09 17:51:52 * oilsworkn always feelsl ike IGNTNUNLMTD is yelling Aug 09 17:51:59 +1 Aug 09 17:52:02 Lol Aug 09 17:52:06 assholes Aug 09 17:52:09 much better :) Aug 09 17:52:10 Haha Aug 09 17:52:13 lol Aug 09 17:52:13 ASSHOLES Aug 09 17:52:19 :o Aug 09 17:52:20 MAYBE I'LL SWAP Aug 09 17:52:26 this is not a good change Aug 09 17:52:33 oilsworkn: I blame you. Aug 09 17:52:35 I rest my case. Aug 09 17:52:38 Same Aug 09 17:52:44 it's one or the other, your choice ;-) Aug 09 17:52:53 Neither Aug 09 17:53:03 lol Aug 09 17:53:06 hmmm, I'd like to use db8 Aug 09 17:53:15 buttttt that has limits Aug 09 17:53:20 pathetic limits Aug 09 17:53:37 db8 is useless Aug 09 17:53:41 forget it exists Aug 09 17:53:46 it's super fast Aug 09 17:53:48 I can't Aug 09 17:54:19 Wish Node.js could read SQLite databases Aug 09 17:54:20 oh, im sure its awesome, but all the limitations make it useless to me Aug 09 17:54:28 ianbeck: yeaaah Aug 09 17:54:39 I'd like to move the greader loading into a service Aug 09 17:54:50 All the solutions that add that capability require C code, though, which is a no-op at the moment Aug 09 17:54:57 NomNomNom should use cookies to be ironic Aug 09 17:55:03 yeah, its really too bad there isn't a good shared storage between mojo/enyo and node Aug 09 17:55:04 LOTS and lots of cookies Aug 09 17:55:23 it would make node much more useful Aug 09 17:55:35 Wouldn't even have to be shared between Node and Mojo/Enyo Aug 09 17:55:40 Since they can call Node services Aug 09 17:55:48 We just need decent storage options exposed to Node, period Aug 09 17:56:00 anyone else want box shadow in webOS? :-/ Aug 09 17:56:14 hhhhhhhhhmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm Aug 09 17:56:21 I dunno what to do with myselllllf Aug 09 17:56:31 remember, down the road not across! Aug 09 17:57:16 lol what is it with you and suicide today Aug 09 17:58:40 I could use db8 and cull the data Aug 09 17:59:09 hmmmmmmmmmmmmmmmmmmmmmm Aug 09 17:59:17 * PatrickC wanders in Aug 09 17:59:28 * Tibfib shuts door before PatrickC gets in Aug 09 17:59:43 * PatrickC walks into the #java room then Aug 09 17:59:58 * Tibfib didn't think that would work Aug 09 18:00:03 lol Aug 09 18:00:14 ew java Aug 09 18:00:28 he is gonna go there to learn javascript Aug 09 18:00:35 bahahahaha Aug 09 18:00:39 cause, its like java, right? i mean, its got it in the name! Aug 09 18:00:41 you win the internets Aug 09 18:00:48 oilsworkn: java must me a simpler version of javascript Aug 09 18:00:56 lol Aug 09 18:00:56 s/me/be/ Aug 09 18:01:22 you're a simpler version of javascript Aug 09 18:01:36 Does anyone know about how to make a custom keyboard on TP or where to start looking? Aug 09 18:01:41 twbbas: in my mind I pronounce your name twub + us Aug 09 18:01:50 Lol Aug 09 18:02:01 * oilsworkn too Aug 09 18:02:08 hotdp: what do you mean? Aug 09 18:02:11 IGNTNUNLMTD: I pronounce your name in my head Ig + nit + blergghhgh Aug 09 18:02:23 we have ÆØÅ letters Aug 09 18:02:50 IGNTNUNLMTD, twbbas: sooo I think notifications are gonna be in the first update Aug 09 18:02:56 hotdp: I'm making a vkb that will have configurable languages Aug 09 18:02:57 haha Aug 09 18:02:58 I want to get it out there Aug 09 18:02:59 Is there a means by which I can lower the "high temp" threshold of uberkernel + govnah from 55C down to 45C or so? Aug 09 18:02:59 \o/ Aug 09 18:03:00 its mojo though Aug 09 18:03:06 ignite and unlimited is what i see Aug 09 18:03:11 not only mojo, but its in a popup, no? Aug 09 18:03:12 PatrickC WOHO Aug 09 18:03:13 ^ me too Aug 09 18:03:16 how soon? Aug 09 18:03:17 not exactly going to work on 3.,x Aug 09 18:03:20 where popups are in the top right Aug 09 18:03:21 oilsworkn: yeah Aug 09 18:03:23 not at hte bottom Aug 09 18:03:29 hotdp: not sure Aug 09 18:03:35 need any help? Aug 09 18:03:36 hotdp: afaik there isn't Aug 09 18:03:40 hotdp: sure! Aug 09 18:03:43 poor hotdp Aug 09 18:03:47 lol Aug 09 18:04:07 its crap to type in our own langauge :S Aug 09 18:04:07 hotdp: I can send you the current source, and the last working source Aug 09 18:04:19 the current source non-working Aug 09 18:04:20 pm me with the details Aug 09 18:04:23 ok Aug 09 18:05:02 someone was looking at your keyboard code last night after you left Aug 09 18:05:12 they thought you needed to learn how loops work Aug 09 18:05:18 lol Aug 09 18:05:19 hahaha Aug 09 18:05:19 who? Aug 09 18:05:23 Tibfib: knows how it goes, he can help Aug 09 18:05:27 i dont remember Aug 09 18:05:37 Tibfib: Phonetic Pronunciation: ɪgˈnɪʃən unˈlɪmÉ™tÉ™d Aug 09 18:05:45 Is that more helpful? Aug 09 18:05:51 IGNTNUNLMTD: it didn't come out well here Aug 09 18:05:53 looks funnnny Aug 09 18:05:55 bollocks Aug 09 18:06:05 lol Aug 09 18:06:17 Y U NO STANDARDIZE TEXT ENCODING Aug 09 18:06:37 mines in utf8 Aug 09 18:06:47 webos hates text encoding Aug 09 18:06:51 yep, that'd be why Aug 09 18:06:53 your mom Aug 09 18:07:08 IGNTNUNLMTD: try again Aug 09 18:07:13 disabled utf8 Aug 09 18:07:17 Tibfib: I pronounce your name in my head "tye" - "bee" - "fye" - "bee" Aug 09 18:07:21 But not really Aug 09 18:07:24 É™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™e :D Aug 09 18:07:28 lol Aug 09 18:07:36 ɪgˈnɪʃən unˈlɪmÉ™tÉ™d Aug 09 18:07:41 twbbas: hehe, mine should be pretty easy to pronounce Aug 09 18:07:46 Ya Aug 09 18:07:48 . Aug 09 18:07:51 Oops Aug 09 18:07:52 dawm: I pronounce that "AYAYAYAYAYAYAYAYAYYAYAYAYAY" Aug 09 18:07:54 IGNTNUNLMTD: came out properly, can't read it Aug 09 18:08:01 I know, I can't either lol Aug 09 18:08:02 tye buh fy buh? Aug 09 18:08:10 dawm: getting close Aug 09 18:08:14 :P Aug 09 18:08:15 tihb-fihb Aug 09 18:08:27 winner winner Aug 09 18:08:28 oilsworkn: do you know where the keyboards are stored and if we can edit them? Aug 09 18:08:32 zing Aug 09 18:09:10 bbl Aug 09 18:09:24 cya Aug 09 18:09:59 ugh Aug 09 18:10:13 played 2 games of words w/ friends with 'my girl' Aug 09 18:10:13 gah webchat Aug 09 18:10:18 lost both by over 150 pts Aug 09 18:10:20 i think i have a winner Aug 09 18:10:56 or does that mean she has a loser Aug 09 18:11:15 shh she might hear you Aug 09 18:11:44 ya because dawm's IRC client has text-to-speech for every line Aug 09 18:11:47 my ex was quite good at scrabble Aug 09 18:11:47 no i won the previous game by like 200 heh Aug 09 18:12:00 800 on her verbal SAT Aug 09 18:12:10 i nailed every Triple Word score with X's and Y's Aug 09 18:12:11 * hotdp finds the tp app catalog search broken? Aug 09 18:14:49 thats right, i was going to patch the cat last night, forgot to Aug 09 18:21:59 #WildnVideoPoker HD now available in the @HP #TouchPad App Catalog for $.99 @palm @webosworld @precentral @Adora @webosdev @villoservices Aug 09 18:22:01 oh, wircer Aug 09 18:22:41 string quartet tribute to marilyn manson - the speed of pain Aug 09 18:22:55 sounds like a scary movie intro Aug 09 18:26:08 you know, if i ran precentral, a playbook ad is the last thing i would show fullscreen to my visitors Aug 09 18:26:15 oh man... Apple won the initial injunction against Samsung re: the Galaxy Tab 10.1 in Europe... they're not allowed to sell it for the time being Aug 09 18:26:27 oilsworkn: we complained, they ignored Aug 09 18:27:01 feels like its gone down hill since dieter left Aug 09 18:28:48 I indefinitely moved to webOSRoundup forums-wise Aug 09 18:28:52 it's much nicer there Aug 09 18:29:06 no stupid whiners Aug 09 18:29:12 the staff cracks down on them Aug 09 18:29:25 it's just good webOS discussion with no hassle Aug 09 18:30:41 is it Aug 09 18:30:51 I wanna try but been busy Aug 09 18:31:24 gotta do hig res images asap but not home. and got update redy now but cant submit til 2moro Aug 09 18:31:28 problem with PC is that it's run by... not webOS people. Edited, yeah, by Derek Kessler, who's good, but the owner is "Smartphone Experts" Aug 09 18:32:03 who couldn't give two shits about webOS other than the advertising revenue PC generates Aug 09 18:35:14 hi Aug 09 18:35:17 IGNTNUNLMTD: are the wor forms really good? Aug 09 18:35:53 yes, because they have no people who bitch and moan about what HP doesn't do right. That being said, there IS adequate constructive criticism, and it's nice Aug 09 18:36:14 * PatrickC bookmarks those forms Aug 09 18:36:17 forums* Aug 09 18:37:40 the staff has no tolerance to the stuff that's turned PreCentral into such an awful battleground Aug 09 18:41:18 How do i look in the source good of webos3.0 ? (have to create the keyboard) Aug 09 18:42:51 IGNTNUNLMTD: the smartphone experts comment is invalid, its not like webosroundup doesn't do windowsphoneroundup or whateverroundup as well Aug 09 18:43:07 ah, I was unaware of that Aug 09 18:43:10 my mistake Aug 09 18:43:16 and they dont have good integration between their different parts Aug 09 18:43:31 WOR feels more independent, I guess is what it is Aug 09 18:43:35 i know i've registered for their forums before, the qa thing, the other thing Aug 09 18:43:38 there is no integration Aug 09 18:43:42 i need like 9 accounts for that one site Aug 09 18:44:46 yeah, I noticed that Aug 09 18:45:06 at least at precentral i only needed to register once Aug 09 18:45:14 twice Aug 09 18:45:23 Main site != forum account Aug 09 18:45:34 but you have a point Aug 09 18:45:36 huh, i must have not remembered registering twice then Aug 09 18:45:50 all I was saying is that the WOR forum is a nice place to be right now Aug 09 18:45:56 not trying to say pc is better or anything haha Aug 09 18:46:05 id rather just not use a forum at all Aug 09 18:46:22 though my thank-to-post ratio on pc was excelent :) Aug 09 18:46:23 cmon guys dont trash precentral Aug 09 18:47:27 * PatrickC makes note to set up forums on an independent, webos loving site called webOS World :) Aug 09 18:47:29 if it wasnt for precentral who here wouldnt be here rigt now? Aug 09 18:47:49 * oilsworkn would still be here Aug 09 18:48:46 its still a great site. just coz its not perfect doesnt mean its trash Aug 09 18:49:01 I'd still be on this IRC channel, but I'd be less angry Aug 09 18:49:29 lol Aug 09 18:49:58 nothing pisses me off more than the users who think HP has to treat them like gods Aug 09 18:50:29 it's capitalism: if you don't like it, pack your bags and take it to the competition, because they're clearly better, *right*? Aug 09 18:52:58 * oilsworkn is a webos fanboy, and doesn't have much to say about other platforms Aug 09 18:53:09 dawm: downloaded the jar, thanks Aug 09 18:53:46 * IGNTNUNLMTD won't attack unless provoked. Aug 09 18:54:08 * PatrickC pokes IGNTNUNLMTD Aug 09 18:54:27 arguing about such things is a waste of time Aug 09 18:55:20 I could be wrong, but I don't think ANYONE has EVER changed someones mind by arguing with them over the internet Aug 09 18:55:29 in the history of the internet Aug 09 18:55:30 well...... Aug 09 18:55:39 that's not true Aug 09 18:55:51 I've had my mind changed and I've changed minds for sure Aug 09 18:55:58 in the car forum-o-sphere Aug 09 18:55:59 for sure Aug 09 18:56:09 lol car forums Aug 09 18:57:04 Re: arguing on the internet http://www.notquitewrong.com/rosscottinc/2011/08/03/so-youre-mad-about-something-on-the-internet/ Aug 09 18:57:35 That's so last Wednesday, ianbeck Aug 09 18:57:40 haha Aug 09 18:57:44 argue about it! Aug 09 18:57:50 hahaha Aug 09 18:58:13 oilsworkn: stop trolling Aug 09 18:58:15 okay... so I'm using a Treo Pro right now Aug 09 18:58:17 lol Aug 09 18:58:29 there are some things about this phone Aug 09 18:58:44 that are SO much more intuitive than anything available today Aug 09 18:58:52 I miss the old days of smartphones Aug 09 18:58:55 see, PuffTheMagic and I have argued over hte internet many times Aug 09 18:59:02 but i dont think we ever changed each others minds Aug 09 18:59:03 before the iPhone was considered one Aug 09 18:59:09 just one gives up before the other Aug 09 18:59:14 because they're more tired of the arguing Aug 09 19:00:05 I would LOVE a high-powered Pixi form-factor Aug 09 19:00:06 no, i never give up, oilsworkn gives up on purpose cause he knows it pisses me off even more Aug 09 19:00:11 IGNTNUNLMTD: ++ Aug 09 19:00:12 lol Aug 09 19:00:25 lol Aug 09 19:00:28 this Treo Pro is making me remember Aug 09 19:00:32 :-( Aug 09 19:00:32 its part of my arguing tactics Aug 09 19:00:47 oilsworkn: my best friend in HS used to pull that shit too Aug 09 19:00:53 lol Aug 09 19:01:14 ok, time for lunch, bbl Aug 09 19:02:24 Hi, in my application $("Plugin") , doesn't work, do i need to include "mojo.js"? or should be it there when include "enyo.js" Aug 09 19:03:46 bbl. gonna mow the lawn Aug 09 19:06:01 https://blog.facebook.com/blog.php?post=10150249543542131 Aug 09 19:06:26 when do we get that in webOS Aug 09 19:06:29 oh wait, we have Just Type Aug 09 19:06:59 I want google hangouts though Aug 09 19:07:05 or err huddle? Aug 09 19:07:09 whichever one has the group chat Aug 09 19:09:56 aww, my Spotify free trial ended :( Aug 09 19:14:31 what it means "In the setup function of the assistant class", https://developer.palm.com/content/api/reference/pdk/pdl/pdl-call-js.html i don't know where to do the JS binding for the plug-in function Aug 09 19:15:29 wait nvm false alarm Aug 09 19:19:10 ........... Aug 09 19:19:18 wirc froze again =/ Aug 09 19:19:42 that's better than your whole phone locking up Aug 09 19:20:21 which is what mine has been doing Aug 09 19:23:04 ouch Aug 09 19:24:35 hmm ya thats no good Aug 09 19:24:45 I think it has to do with uberkernel Aug 09 19:24:54 but I'm worried it's weird hardware stuff Aug 09 19:25:27 anyone purchased ssl certs? i'm looking for a cheap one Aug 09 19:25:35 probably weird hardware stuff. pre's have a hard time w/ long lifespans Aug 09 19:28:14 fxspec06_pre2: it's cobbled together from two older ones Aug 09 19:28:22 so, yeah, weird hardware stuff is entirely feasible Aug 09 19:28:37 lol Aug 09 19:29:51 seems to be running ok on stock kernel though Aug 09 19:31:35 its prolly heat issue. Aug 09 19:31:49 lower voltages Aug 09 19:32:50 would heat cause it to lock up? Aug 09 19:34:54 ya it would. if too muc heat it could freeze, reboot, other things as well Aug 09 19:35:30 interesting, you're probably right then, that's exactly what I'm seeing Aug 09 19:35:35 random freezes and reboots Aug 09 19:36:25 * summatusmentis goes to figure out how to lower voltages Aug 09 19:38:47 summatusmentis: pre2? Aug 09 19:39:14 sheeesh my internet is slow Aug 09 19:39:21 started dling team fortress 2 this morning Aug 09 19:39:23 not done yet. Aug 09 19:39:41 Tibfib_: nope, pre- Aug 09 19:39:47 oh, interesting Aug 09 19:39:53 haven't been able to afford a pre2 Aug 09 19:40:56 Hey, is anyone available to help me with a (hopefully) quick Hybrid question? Aug 09 19:46:14 KungfuJoe: ask your question and if someone knows they'll post Aug 09 19:46:22 ok Aug 09 19:46:47 It appears that the callback in my JS is not getting hit Aug 09 19:47:02 I took it pretty much verbatim from ShapeSpin Aug 09 19:47:16 doesnt PDL_CallJS("ready", NULL, 0); do the trick? Aug 09 19:47:46 If that gets hit in the main function of my C++, chouldn't the callback fire? Aug 09 19:48:12 and what did you do on the js side? Aug 09 19:48:45 kind: enyo.Hybrid, Aug 09 19:49:13 this.$.plugin.addCallback('ready', enyo.bind(this, 'ready')); Aug 09 19:49:23 and I have a JS function called handlePluginReady(inSender) Aug 09 19:49:29 oh Aug 09 19:49:32 idk about that Aug 09 19:49:41 s/ready/handlePuginRead Aug 09 19:50:11 KungfuJoe: use oils example but switch ready with your function name Aug 09 19:50:29 i mean, there is the initial hybrid plugin ready thing Aug 09 19:50:42 as part of the hybrid kind Aug 09 19:50:42 It appears that when you define a kind: enyo.Hybrid, you can define a parameter called onPluginReady Aug 09 19:50:44 right Aug 09 19:50:54 correct Aug 09 19:50:55 yeah Aug 09 19:51:03 after that you add your callbacks Aug 09 19:51:06 ohh duhh Aug 09 19:51:10 ignore what i was saying Aug 09 19:51:12 brain fart Aug 09 19:51:24 :O ShapeSpin didn't do that...ok. I'll give that a shot Aug 09 19:51:39 oh, idk about shapespin Aug 09 19:51:54 it's one of the sample Hybrid apps Aug 09 19:52:02 and I got it to work Aug 09 19:52:06 So...hmmm Aug 09 19:52:14 is your plugin even starting Aug 09 19:52:15 well, it can't hurt to try it out Aug 09 19:52:21 Presumably Aug 09 19:52:28 do u have callbacks for the other 2 hybrid events? Aug 09 19:52:32 i thought onPluginReady was done automatically? Aug 09 19:52:33 when I make calls to methods inside of the plugin, they throw an exception Aug 09 19:52:39 onConnect and onDisconnect Aug 09 19:52:42 or what ever the are Aug 09 19:52:50 onConnect gets called before Ready Aug 09 19:52:56 No, I do not (and neither did ShapeSpin) Aug 09 19:53:02 hmm Aug 09 19:53:02 ok Aug 09 19:53:04 well u should add connect Aug 09 19:53:07 it will help debug Aug 09 19:53:14 Cool, I'll definately check that out Aug 09 19:53:17 if u dont get the connect event its def not starting Aug 09 19:53:27 make sure your appinfo is correct Aug 09 19:53:34 and does not have misc whitespace Aug 09 19:53:40 i know what pisses off enyo or whatever Aug 09 19:53:46 i hard a hard time thinking my plugin was broken Aug 09 19:53:50 What I do know is that doing this.$.plugin.callPluginMethod() throws a "Plugin Not Ready" exception Aug 09 19:54:11 ya you cant do that still after u get the ready event Aug 09 19:54:12 KungfuJoe: Plugins aren't ready instantly on app startup Aug 09 19:54:17 s/still/till Aug 09 19:54:42 right, I get that. But I was thinking that might be proof that onConnect is working properly Aug 09 19:54:50 possibly Aug 09 19:55:08 and the whole calling a plugin method from within a plugin callback fail Aug 09 19:55:19 you have to defer or whatever the enyo equiv is for it to not fail Aug 09 19:55:31 there is a easy way to do that Aug 09 19:55:34 built into hybird Aug 09 19:55:38 yeah, is aw it Aug 09 19:55:49 when registering the callback its got that async option Aug 09 19:56:00 Oh right Aug 09 19:56:04 I've tried the Deferred thing Aug 09 19:56:07 it just never fires Aug 09 19:56:10 its nasty though Aug 09 19:56:11 ya Aug 09 19:56:12 that's part of the issue Aug 09 19:56:13 its way slow Aug 09 19:56:21 it might get fired in the next 10 min Aug 09 19:56:31 lol Aug 09 19:56:31 Jeez. My C++ is like 30 lines long Aug 09 19:56:42 Ok, well Aug 09 19:56:59 Thanks for the help. I'll check out onConnect and see if I get any mroe info out of this thing Aug 09 19:57:08 KungfuJoe: onPluginConnected Aug 09 19:57:13 onPluginDisconnected Aug 09 19:57:15 ah, ty Aug 09 19:57:19 are the ones i was talking about Aug 09 19:57:30 onConnect is when the plugin is launched Aug 09 19:57:36 onDiscconect is when it gets killed Aug 09 19:57:39 in wirc we dont do anything with connected/disconnected Aug 09 19:57:42 only pluginReady Aug 09 19:57:45 and onReady is after all the methods are registered Aug 09 19:58:09 oil: i still have callbacks for them dumping to console for debug purpose Aug 09 19:58:19 yeah Aug 09 19:58:19 and they will be nice to know if plugin crashes Aug 09 19:58:32 can actually inform user now Aug 09 19:58:45 hmm. ok...so, the order of the whoe thing is oPC, oC, oR, oD, oPD? Aug 09 19:59:43 okay node.js services look pretty easy Aug 09 19:59:50 heh Aug 09 19:59:54 heheh Aug 09 20:00:02 bbl, afk Aug 09 20:00:16 the trickier part looks to be activity manager Aug 09 20:01:06 * summatusmentis ponders AFS client as a service Aug 09 20:06:37 halfhalo-work: yup, indeed. Did the crazy palm people hire you? Aug 09 20:06:45 internship Aug 09 20:06:52 nice. Aug 09 20:07:39 yup. Aug 09 20:08:29 he fooled them Aug 09 20:09:14 hehe, i have a thread in my inbox where everyones name starts with an A Aug 09 20:09:27 <-- easily amused Aug 09 20:09:31 lol Aug 09 20:09:41 DraX: do you have experience with the activity manager? Aug 09 20:09:48 Tibfib: no, it looks scarty Aug 09 20:10:14 hey look an example app Aug 09 20:10:20 hey Aug 09 20:11:46 Tibfib: in general i've had considerably better luck reading palm source than reading their docs Aug 09 20:11:57 DraX: agreeed Aug 09 20:12:04 that's why I was hoping you had experience :) Aug 09 20:12:16 experience/sample code Aug 09 20:13:10 * DraX wonders how long he can procrastinate actually testing his code Aug 09 20:13:17 forever Aug 09 20:13:31 * PatrickC thinks its Java time! Aug 09 20:13:40 * PuffTheMagic shoots PatrickC Aug 09 20:13:41 github_js is a great account to follow Aug 09 20:13:50 s/account/twitter account/ Aug 09 20:13:57 java :( Aug 09 20:14:02 Tibfib: something i can integrate into Tide? Aug 09 20:14:07 PuffTheMagic: I was told that Java would help get me into better practices.. Aug 09 20:14:13 DraX: I'm _really_ good at procrastinating testing code Aug 09 20:14:18 PuffTheMagic: hmmm? Aug 09 20:14:18 PatrickC: learn python Aug 09 20:14:38 PuffTheMagic: I have no need of python. I have need of Java though Aug 09 20:14:50 PatrickC: python is crossplatform Aug 09 20:14:53 its OOP Aug 09 20:14:55 anyone here have an un-meta-fied webos 1.0.3 doctor laying around, p'raps? Aug 09 20:15:02 PatrickC: you do have a need for python Aug 09 20:15:03 dang Aug 09 20:15:09 you have no need for java Aug 09 20:15:21 java are for suxors Aug 09 20:15:25 what would I use python for? Aug 09 20:15:27 SUX0RS Aug 09 20:15:34 PatrickC: anything you would use java for Aug 09 20:15:38 I need java for android dev. Aug 09 20:15:42 lol Aug 09 20:15:44 PatrickC: jython Aug 09 20:15:48 lol Aug 09 20:15:50 thought droid was python too Aug 09 20:15:51 JYTHON Aug 09 20:15:53 you should be banned from here for droid dev Aug 09 20:16:02 hey now Aug 09 20:16:03 PatrickC: you should be learning javascript and using phonegap Aug 09 20:16:04 * PatrickC hangs head in shame Aug 09 20:16:13 Jython++ Aug 09 20:16:13 PatrickC: lower! Aug 09 20:16:14 I'm supposed to be learning android dev this summer Aug 09 20:17:03 * PatrickC would be learning Objc.. but has *no mac* and won't be getting one for a while now.. Aug 09 20:17:11 my colleague just got back from defcon and blackhat Aug 09 20:17:17 his laptop got hacked the first day Aug 09 20:17:20 PatrickC: what changed? Aug 09 20:17:25 within an hour of being on the network Aug 09 20:17:27 lol Aug 09 20:17:29 haha Aug 09 20:17:32 someone changed his bios Aug 09 20:17:36 and password protected it Aug 09 20:17:48 PuffTheMagic: I've heard that about defcon, they pretty much recommend you don't bring a computer Aug 09 20:17:51 nice Aug 09 20:17:51 PatrickC: use GNUStep Aug 09 20:17:51 summatusmentis: parents decided I don't *need* it right now.. they want me to focus on school and not play with a new toy :P Aug 09 20:17:54 or if you do, don't connect it Aug 09 20:18:15 DraX: windows compatible? Aug 09 20:18:23 PatrickC: i believe so Aug 09 20:18:28 (sorry, busy doing stuff. don't want to google atm :) Aug 09 20:18:31 PatrickC: didn't you say you were homeschooled? Doesn't that give you the ability to steer your education? Aug 09 20:18:33 I'll look into it Aug 09 20:18:35 http://wiki.gnustep.org/index.php/Installation_on_Windows Aug 09 20:19:11 summatusmentis: yeah. they might let me get it in september if I show that I'm willing to keep up with my 7 or 8 subjects I have w/o objc Aug 09 20:19:30 oof Aug 09 20:19:34 that's a lot of subjects Aug 09 20:19:38 yeah... Aug 09 20:19:44 * Tibfib laughs Aug 09 20:20:02 well, lets see. wait.. maybe its only 5.. Aug 09 20:20:05 * summatusmentis is taking at most 4 classes next semester Aug 09 20:20:07 * PatrickC doesn't know anything Aug 09 20:20:16 summatusmentis: college !== high school. Aug 09 20:20:21 no kidding Aug 09 20:20:33 and arguably all of my classes are in the same subject Aug 09 20:20:42 grad school !== college Aug 09 20:21:04 magic !== mojo Aug 09 20:21:05 !developer Aug 09 20:21:11 !penismighty Aug 09 20:21:19 Tibfib: no. magic == enyo Aug 09 20:21:22 heeyy, what a second Aug 09 20:21:26 s/what/wait/ Aug 09 20:21:29 PatrickC: ... Aug 09 20:21:35 Tibfib, are you on a computer? Aug 09 20:21:38 s/no/yes/ Aug 09 20:21:47 dawm: yes Aug 09 20:21:59 do you have apple's iOS autocorrect ported and running or something? Aug 09 20:22:04 you say the wrong word A LOT Aug 09 20:22:09 hahaha Aug 09 20:22:10 I do Aug 09 20:22:18 I just try and type too fast Aug 09 20:22:22 i mean seriously today alone ive seen you s// sooooo much Aug 09 20:22:38 It happens... Aug 09 20:22:51 a lot Aug 09 20:22:55 i succumbed. I'm testing my code :( Aug 09 20:23:04 dawm: Sorry I'm not perfect like yourself Aug 09 20:23:05 now look at drax.. Aug 09 20:23:10 When you go to Defcon/Blackhat... Bring a fresh, clean $300 laptop and harden the fark out of it. SSH tunnel to your home for security, and don't do anything unsecured. Aug 09 20:23:14 lower case i to begin his sentence.. then I'm correctly Aug 09 20:23:17 dawm: DON'T DO IT Aug 09 20:23:17 FrOSCon 2011 HD is there! Aug 09 20:23:19 Don't keep anything important on it. Aug 09 20:23:43 summatusmentis, where? Aug 09 20:23:52 s/where/what Aug 09 20:23:57 BOOM ROASTED Aug 09 20:23:57 haha Aug 09 20:23:57 eff. that was directed at DraX Aug 09 20:24:04 d doesn't always work :) Aug 09 20:24:13 you guys need to learn to speel Aug 09 20:24:17 oil: the batch i talked about was just pushed to the servers... Aug 09 20:24:22 summatusmentis: maybe i'll be overwhlemed by the compile errors :) Aug 09 20:24:55 as it stands now, I'm overwhelmed by my code working correctly Aug 09 20:25:02 this is new and different for me Aug 09 20:25:40 summatusmentis: what's new and different? js? Aug 09 20:25:51 no, my code being functional Aug 09 20:26:04 lol Aug 09 20:26:08 js is only kind of new, and sorta different Aug 09 20:26:13 my code is never functional Aug 09 20:26:15 but I'm not working js right now Aug 09 20:26:43 what are you using then? Aug 09 20:26:47 C Aug 09 20:26:51 it's for work Aug 09 20:26:52 ah Aug 09 20:27:08 * PatrickC feels a little like rod on #webos-internals Aug 09 20:27:11 is that good? Aug 09 20:27:39 for rod, no Aug 09 20:27:50 for me Aug 09 20:27:53 summatusmentis: yeah i'm writing c++ right now Aug 09 20:27:59 does that mean I'm growing up? Aug 09 20:28:09 If you have to ask, no Aug 09 20:28:44 is it normal for UNKNOWN CALLER to be 000000000 on pre2? Aug 09 20:28:45 I gave adding onPlugin(Dis)Connected a shot. It appears that those aren't firing either Aug 09 20:28:57 PatrickC: do you go out of your way to get picked on? :) Aug 09 20:29:06 not usually :) Aug 09 20:29:10 KungfuJoe: your plugin isnt loading then Aug 09 20:29:28 DraX: I know I shouldn't, but it is sooo easy. Aug 09 20:29:31 KungfuJoe: do you have both appinfos and are the correct? Aug 09 20:29:34 * KungfuJoe sigh Aug 09 20:30:01 run! Aug 09 20:30:06 my appinfo defines the uiRevision to 2, and plug-ins to true Aug 09 20:30:11 its kesne! Aug 09 20:30:15 I'm pretty sure that's the relevant stuff, right? Aug 09 20:30:17 That it is Aug 09 20:30:21 It's got other stuff in there Aug 09 20:30:25 Whats up in here? Aug 09 20:30:29 but I don't think that it's relevant to the plugin, is it? Aug 09 20:30:30 KungfuJoe: there is a 2nd appinfo you need for plugins Aug 09 20:30:37 package-info Aug 09 20:30:40 no Aug 09 20:30:42 maybe. Aug 09 20:30:44 yeah, I've got that one too Aug 09 20:30:48 s/maybe/no./ Aug 09 20:30:52 filemode.755=iotest_plugin Aug 09 20:30:57 no Aug 09 20:30:58 not that Aug 09 20:31:00 thats not it Aug 09 20:31:01 PuffTheMagic: that's for javascript services. Aug 09 20:31:04 ah Aug 09 20:31:04 got hasty Aug 09 20:31:05 no Aug 09 20:31:12 no no no no Aug 09 20:31:17 Mwahahahahaha Aug 09 20:31:21 in the same dir as your plugin you need an appinfo Aug 09 20:31:30 0 failed transactions! Aug 09 20:31:32 _plugin.appinfo Aug 09 20:31:35 kesne: stfu Aug 09 20:31:37 after a while c++ template errors start to be meaningful *head desk* Aug 09 20:31:38 i nearly did exlode Aug 09 20:31:49 PuffTheMagic: ... what I said, package-info, is for javascript services Aug 09 20:31:50 ok, I do not have that appinfo Aug 09 20:31:59 fxspec06_: you were right, I think, it might be voltages Aug 09 20:32:06 Tibfib: you need package info for C stuff too Aug 09 20:32:08 using the buildit/packageit cmd files, it did not create one Aug 09 20:32:08 to set the perms Aug 09 20:32:24 u still need it though Aug 09 20:32:26 PuffTheMagic: heh, I don't know. ;) Aug 09 20:32:36 I believe you, I just don't know what is supposed to be inside it Aug 09 20:32:53 1 sec Aug 09 20:33:56 KungfuJoe: sorry its _appinfo.json Aug 09 20:34:00 { Aug 09 20:34:00 "type" : "game", Aug 09 20:34:00 "requiredMemory" : "8", Aug 09 20:34:02 } Aug 09 20:34:03 with that inside Aug 09 20:34:11 is it still 'game' ? Aug 09 20:34:12 you can change your type to hybrid too i beleive Aug 09 20:34:16 Where goes std::cerr when using from a plug-in? Aug 09 20:34:16 i thought they changed it from game Aug 09 20:34:18 Ok, I'll give that a try Aug 09 20:34:19 i use game for wirc and it works Aug 09 20:34:28 pepone: never never land Aug 09 20:34:33 pepone: you syslog instead Aug 09 20:34:48 dawm: game still works Aug 09 20:34:50 PuffTheMagic: OK, thanks Aug 09 20:37:37 still no luck. Do I have to tell enyo to use that file anywhere? Should I delete the package.properties file? Aug 09 20:39:05 sugardave ping Aug 09 20:39:29 Apps that are submitted to the beta app catalog should never show up eventually on the regular app store, right? Aug 09 20:41:00 right Aug 09 20:41:41 I submitted a 1.0.0 of my app to the beta catalog, and then a 1.0.3 to the regular one a few days later, and now suddenly the 1.0.0 is up there on the store Aug 09 20:41:55 * PatrickC uninstalls the 3 java's he doesn't need Aug 09 20:42:10 * oilsworkn dunnos Aug 09 20:42:17 ughhhhhhh Aug 09 20:42:33 this is for an event we're having and the event's today and they're not happy ;) Aug 09 20:46:24 bffoley: write to pdc if you have no personal contact. Aug 09 20:46:33 or write to the forums Aug 09 20:55:02 KungfuJoe: no u still need package.properties Aug 09 20:55:40 KungfuJoe: so just to be sure, your enyo code points to the right path of your plugin? the package.properties points to the right path of your plugin? Aug 09 20:55:49 have u checked to make sure the plugin get installed Aug 09 20:55:52 can u run it from cli Aug 09 20:55:55 is it crashing? Aug 09 20:55:58 does it run Aug 09 20:56:09 make sure your appinfo.json does not have weird spaces in it Aug 09 20:56:19 try removing all indents Aug 09 20:56:30 i know it sounds weird but i had a similar problem Aug 09 20:56:34 PuffTheMagic: i using "syslog" LOG_INFO, but nothing is printed to "/var/log/messages", should i look in other place for messages? Aug 09 20:56:48 ya use LOG_ALERT or higher severity Aug 09 20:56:57 i think there is something that is squashing lower levels Aug 09 20:57:02 prob in the syslog config Aug 09 20:57:04 i havent looked Aug 09 20:57:08 i just use LOG_ALERT and up Aug 09 20:59:19 summatusmentis: i hit a compile issue that is boring to fix, so i'm restarting the procrastination clock Aug 09 20:59:33 :-D Aug 09 20:59:47 I was translating in #w-i Aug 09 21:00:01 ? Aug 09 21:00:21 #webos-internals, someone came in from mexico Aug 09 21:00:23 summatusmentis habla espanol por un hombre de mejico Aug 09 21:00:27 didn't speak english very well Aug 09 21:00:33 no he didn't Aug 09 21:00:35 Tibfib: para Aug 09 21:00:38 oh no he didnt! Aug 09 21:00:39 summatusmentis: DANGIT Aug 09 21:00:53 summatusmentis: I should have paid more attention in por/para Aug 09 21:00:56 in that context, por means "about" Aug 09 21:00:58 bbl Aug 09 21:01:14 ah Aug 09 21:01:32 ish Aug 09 21:01:37 not exactly, but roughly Aug 09 21:03:24 wut up Aug 09 21:03:46 so, after traveling, I have concluded that the plastic by the speakers of the TouchPad is very weak and break easily Aug 09 21:03:51 got a couple of cracks =( Aug 09 21:04:16 bnceo: that's a known issue, talk to HP, they'll replace it Aug 09 21:04:24 or wherever you got it Aug 09 21:04:34 I already sent mine in Aug 09 21:04:36 I got it via Amazon Aug 09 21:04:45 I guess HP will do the warranty repair Aug 09 21:05:06 which is simply to just replace the case. Looking at the iFIXIT videos, this product was meant to be repaired easily Aug 09 21:05:25 they'll send you a "refurb" one if you talk to HP Aug 09 21:05:42 bah. why no fix?!?!? Aug 09 21:05:59 it's just the case part. not even a component issue. Aug 09 21:06:03 because you get a new device before you send in your old one Aug 09 21:06:11 oh I can wait Aug 09 21:06:20 the FrankenPre holds me over just fine Aug 09 21:06:38 well, feel free to try it, but I don't think repair is an option Aug 09 21:06:50 fwiw, I'm not convinced refurb actually means that Aug 09 21:06:51 I create a enyo.Hybrid , add it to my app components, and i see the plug-in, initialized and running, when try to call "invoke" method i have registered, syslog show, "Object HelloPlugin has not method 'invoke' .... HelloDemo.js:76" , what i missing here? Aug 09 21:07:02 http://www.webosroundup.com/2011/07/exclusive-hp-quickly-replacing-select-touchpads-for-cosmetic-defect/ Aug 09 21:08:23 i call that method as "this.$.plugin.invoke('sayHello')" from a button onClick Aug 09 21:08:51 one issue I willhave is that the box does not have the SN on it. the official sticker Aug 09 21:08:58 because I needed it to get the $50 credit Aug 09 21:10:07 does the official sticker have the SN on it? Aug 09 21:10:27 I haven't sent my rebate in yet, but I put the replacement SN on the form Aug 09 21:11:11 the SN of the TP is a sticker on the box Aug 09 21:11:17 so I pelled the sticker, made a copy of it Aug 09 21:11:24 and put the copy via tape back on the box Aug 09 21:11:31 the official sticker was on the rebate form Aug 09 21:12:23 well, if you've got the receipt for the original purchase and all that, I don't see why you wouldn't get the rebate Aug 09 21:12:34 wait.. Aug 09 21:12:44 wow Aug 09 21:12:49 words w/ friends ISNT flash Aug 09 21:12:52 on facebook that is Aug 09 21:13:11 I'd believe that Aug 09 21:13:28 so technically i should be able to play it on my phone Aug 09 21:13:56 even if it was flash Aug 09 21:13:59 you could play it Aug 09 21:14:05 no Aug 09 21:14:09 i tried a few fb games Aug 09 21:14:16 just sat there with 4 dots Aug 09 21:15:00 summatusmentis: the form asked for the official SN sticker Aug 09 21:15:06 bejewled blitz worked for me Aug 09 21:15:55 that reminds mei need to play today Aug 09 21:15:59 only had to play once last week Aug 09 21:16:04 bnceo: the form wanted the official UPC sticker Aug 09 21:16:09 858k score.. pretty sure none of my friends were gonna beat that Aug 09 21:16:11 yup. that's what I mean Aug 09 21:16:12 sorry Aug 09 21:16:14 does the UPC sticker have the device SN on it? Aug 09 21:16:18 think so. yup Aug 09 21:16:42 why the hell would they want you to put in the device SN ten? Aug 09 21:16:43 then* Aug 09 21:16:53 if they're getting the UPC sticker anyway Aug 09 21:19:19 I mean tot say UPC sticker Aug 09 21:19:31 but if I return device, won't they want official SN sticker Aug 09 21:19:41 you'll still have the box Aug 09 21:19:50 of your original Aug 09 21:20:25 HP sends you a box w/ a replacement TP in it, you take it out, put your cracking one in, and send it back Aug 09 21:20:32 but you still keep all your original packaging Aug 09 21:20:50 gotcha. okie doke Aug 09 21:21:17 I've had no problems with my replacement one Aug 09 21:21:27 it's sitting on the couch next to me playing music as we speak Aug 09 21:21:41 dawm: how many coins do you have? Aug 09 21:21:52 summatusmentis: can I have it? Aug 09 21:21:54 a lot, hold Aug 09 21:21:58 lol Aug 09 21:21:58 2.5m last i recall Aug 09 21:22:06 * PatrickC_ has over 2.5m Aug 09 21:22:10 PatrickC_: have what? Aug 09 21:22:14 I've hit the 1m multiple times Aug 09 21:22:18 summatusmentis: the tp :) Aug 09 21:22:29 mine? no Aug 09 21:22:40 go buy your own Aug 09 21:22:50 still don't get how I got the broken speaker piece when it has a cover on it Aug 09 21:22:51 aww.. fine then.. I'll take twbbas's second ond Aug 09 21:23:04 2456700 Aug 09 21:23:11 bnceo: it's a manufacturing defect, iirc Aug 09 21:23:11 just spent some on pups Aug 09 21:23:30 * Tibfib wonders what dawm and PatrickC_ are talking about Aug 09 21:23:36 dawm: nice Aug 09 21:23:42 bejeweled blitz on fb Aug 09 21:23:44 Tibfib: coins in Bejewled Blitz Aug 09 21:23:47 glad I didn't get the zagg shield for it yet. Lol Aug 09 21:23:51 ah Aug 09 21:23:59 I'm so glad I never got into FB games Aug 09 21:24:08 ^ Aug 09 21:24:09 * PatrickC_ thinks early java is easy Aug 09 21:24:09 me too Aug 09 21:24:20 4 lines of code.. so far so good :) Aug 09 21:24:21 PatrickC_: wait until you hit if/else Aug 09 21:24:26 hahaha Aug 09 21:24:47 i just play bejeweled blitz Aug 09 21:24:51 and words w/ friends Aug 09 21:24:52 twbbas: the whole concept sorta grosses me out :) Aug 09 21:25:07 things i can compete against my friends with, that dont require 'missions' Aug 09 21:25:16 summatusmentis: wasn't that fb's design? for games? :) Aug 09 21:25:22 yep Aug 09 21:25:26 dawm: FARMVILLE! Aug 09 21:25:28 * PatrickC ducks Aug 09 21:25:36 I play games on FB, but it's mostly just with other people's minds Aug 09 21:25:42 are you guys testing out FB games on the Touchpad? Aug 09 21:25:51 yeah Aug 09 21:25:55 on my 21" touchpad Aug 09 21:26:45 :o Aug 09 21:26:48 * PatrickC drools Aug 09 21:26:57 too.. much.. reading.. Aug 09 21:26:59 HP 2159m Aug 09 21:27:03 mine's bigger Aug 09 21:27:13 * PatrickC resists comment Aug 09 21:27:21 i snagged it for like $150 a long time ago Aug 09 21:27:29 touchpad or touchsmart Aug 09 21:27:30 lol Aug 09 21:27:52 monitor :P Aug 09 21:28:01 but it looks like a big ass tablet Aug 09 21:28:04 :O Aug 09 21:28:20 my brother had this epic idea for a tablet yesterday Aug 09 21:28:32 I want an HP monitor that has TouchStone charging on the base for my phone Aug 09 21:28:36 It's like 10" but slides out in every direction another 10" Aug 09 21:28:37 ultimate combo right there Aug 09 21:28:48 bnceo: yes Aug 09 21:28:51 so it's like 5 tablet sin one Aug 09 21:29:07 twbbas: so, it would be 50" x 50"? Aug 09 21:29:11 no Aug 09 21:29:12 uhh Aug 09 21:29:16 that's not how geometry works Aug 09 21:29:16 30" Aug 09 21:29:18 LOL Aug 09 21:29:19 wait.. Bad math Aug 09 21:29:20 haha Aug 09 21:29:25 wait no Aug 09 21:29:28 it wouldn't be a square Aug 09 21:29:29 lol Aug 09 21:29:31 a cross Aug 09 21:29:34 * PatrickC is starting geometry tomorrow Aug 09 21:29:36 THERE we go Aug 09 21:29:43 PatrickC confused me Aug 09 21:29:48 suuuuure Aug 09 21:29:51 I did my job Aug 09 21:30:05 go learn if/else in java now Aug 09 21:30:12 I'm not there yet Aug 09 21:30:20 I'm just learning about class' lol Aug 09 21:30:23 you probably don't need it anyway Aug 09 21:30:31 object* Aug 09 21:30:32 don't wait like a year to learn it like you did for javascript Aug 09 21:30:52 I didn't actually know js till recently Aug 09 21:31:05 lol Aug 09 21:31:50 halfhalo-work: you make me feel so smart Aug 09 21:31:51 a _brown_ belt Aug 09 21:31:52 PatrickC: Is your VKB going to be an app? Aug 09 21:31:59 Aug 09 21:32:02 twbbas: yes Aug 09 21:32:07 PatrickC: How does it work? Aug 09 21:32:23 PatrickC: Apps can't type into other apps right? Aug 09 21:32:40 you launch the app (right now said app "auto closes") and a dashboard w/ the vkb comes up Aug 09 21:32:46 * PatrickC sends it to twbbas Aug 09 21:32:46 Yeah, I got that Aug 09 21:32:50 but how does it type Aug 09 21:32:57 halfhalo-work: lol. Aug 09 21:33:28 look and see Aug 09 21:33:36 * twbbas doesn't want to look at the code Aug 09 21:33:44 lol Aug 09 21:33:46 you will never write good code again Aug 09 21:33:56 * halfhalo-work wants to see said code. Aug 09 21:34:02 * PatrickC will clean it up after java Aug 09 21:34:05 halfhalo-work: good luck mate Aug 09 21:34:06 halfhalo: really? Aug 09 21:34:07 You can't just tell me how it works? Aug 09 21:34:11 * PatrickC gets the paste Aug 09 21:34:17 twbbas: I don't know how it works yet Aug 09 21:34:20 * twbbas thinks this is all a hoax Aug 09 21:34:24 hmm Aug 09 21:34:36 TouchPad advanced exchange cost $50? Aug 09 21:34:59 bnceo: that's not what they told me Aug 09 21:35:08 ok. he just corrected himself Aug 09 21:35:12 cause "I'm loyal" Aug 09 21:35:32 no, because you're a TP customer :) Aug 09 21:35:54 PatrickC: It's kinda annoying that my name is listed in your contacts as "twabbs" Aug 09 21:35:56 his words. Lol Aug 09 21:36:05 lol Aug 09 21:36:12 * PatrickC changes it Aug 09 21:36:32 twbbas: where did the nick come from Aug 09 21:36:33 ? Aug 09 21:36:54 WTF that keyboard works! Aug 09 21:37:06 Tibfib: where did yours come from? Aug 09 21:37:08 That CAN'T be app catalog worthy, right? Aug 09 21:37:28 I don't see why it wouldn't be Aug 09 21:37:29 PatrickC: I broke my tibia and fibula in 4th grade Aug 09 21:37:34 Tibfib: It's a long story but it's a shortened version of my very first email when I was in 4th grade. It involved my initials and baseball. Aug 09 21:37:38 * PatrickC did too Aug 09 21:37:50 twbbas: nice, I like it Aug 09 21:37:59 halfhalo-work: http://pastebin.com/01s1PHFY Aug 09 21:38:01 twubbus Aug 09 21:38:06 lol Aug 09 21:38:31 LOL, you cheat on the copy/paste Aug 09 21:38:39 s/on/with/ Aug 09 21:38:43 in my code? Aug 09 21:38:50 yeah Aug 09 21:38:57 I never c/p'd. I just extracted.. :) Aug 09 21:39:00 made it easier Aug 09 21:39:04 extracted and edited Aug 09 21:39:25 halfhalo-work: doesn't it burn your eyes Aug 09 21:39:31 I think Tibfib is saying that you've got the same thing happening a bunch of times Aug 09 21:39:34 and that's cheating Aug 09 21:39:36 my head hurts Aug 09 21:39:41 lol PatrickC, it doesn't backspace Aug 09 21:39:43 summatusmentis: no Aug 09 21:39:47 it just pastes the backspace character Aug 09 21:40:00 twbbas: it doesn't backspace/enter/shift/opt/etc. Aug 09 21:40:00 summatusmentis: I was referring to how the keyboard works Aug 09 21:40:07 it works by settingt he clipboard and then pasting Aug 09 21:40:15 so backspace isn't going to work Aug 09 21:40:16 we just got all the chars in it Aug 09 21:40:17 orly? Aug 09 21:40:19 :) Aug 09 21:40:22 that's hilarious Aug 09 21:40:24 yeah Aug 09 21:40:32 then I misunderstood Aug 09 21:40:47 I wonder how well it scales Aug 09 21:40:55 * PatrickC will make the backspace work! Aug 09 21:41:01 summatusmentis: atm. not very good Aug 09 21:41:08 everything is sized in px Aug 09 21:41:11 not % Aug 09 21:41:23 is it wrong to drink a beer while sitting on the can? Aug 09 21:41:33 while tlaking on irc at the same time? Aug 09 21:41:44 http://i976.photobucket.com/albums/ae246/twbbas/spaz-hd_2011-09-08_173840.png Aug 09 21:42:05 PatrickC: wrong definition of scale Aug 09 21:42:07 that code makes me want to vomit Aug 09 21:42:17 twbbas: lol Aug 09 21:42:19 if you type REALLY FAST, does it handle it well? Aug 09 21:42:34 twbbas: :-D Aug 09 21:42:37 umm.. if you hit the keys correctly probably? Aug 09 21:42:38 ouch my Pre- chugs on the vkb Aug 09 21:43:03 twbbas: you sure are aewsome Aug 09 21:43:07 there's overhead for putting it in the clipboard/pulling it out, presumably Aug 09 21:43:07 * PatrickC has only used it on the pre2 Aug 09 21:43:16 Tibfib: I couldn't backspace! Aug 09 21:43:23 lolololol Aug 09 21:43:35 haha Aug 09 21:43:44 you use the actual kb to backspace for now Aug 09 21:44:00 I love how you create a variable, set it to another existing variable value, and then set a third thing using the new variable. thats.... yeah. Aug 09 21:44:13 shhh he's new to js Aug 09 21:44:17 actually, putting it in the clipboard I'm sure is exactly why backspace doesn't work Aug 09 21:44:20 he just learned if/else yesterday Aug 09 21:44:23 halfhalo: none of that is my code Aug 09 21:44:27 summatusmentis: Yep Aug 09 21:44:32 twbbas: 2 days ago! :P Aug 09 21:44:40 and I see no way to fix that Aug 09 21:44:42 easily Aug 09 21:44:44 same Aug 09 21:44:45 =\ Aug 09 21:44:50 not with app catalog approval Aug 09 21:44:52 halfhalo-work: all implied globals Aug 09 21:45:08 wait Aug 09 21:45:13 * PatrickC will make it preware only then Aug 09 21:45:21 can you get the current values in the text box? Aug 09 21:45:25 and the cursor position? Aug 09 21:45:30 possibly Aug 09 21:45:31 * Tibfib doubts it Aug 09 21:45:36 then just chop off the letter Aug 09 21:45:41 someone tell me Aug 09 21:45:41 what do you need current values for? Aug 09 21:45:44 it'll be multi-lingual too Aug 09 21:45:48 summatusmentis: backspace Aug 09 21:45:54 ^ Aug 09 21:45:56 Delete and repaste without the character Aug 09 21:45:57 why hotdog taste so much better in a hotdog bun than on a slice of bread because you ran out? Aug 09 21:46:01 Tibfib: you just need cursor position, presumably Aug 09 21:46:11 if you can trigger the backspace event Aug 09 21:46:13 É™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™eÉ™e :D Aug 09 21:46:15 oh Aug 09 21:46:16 dawm: I do that all the time :( Aug 09 21:46:18 summatusmentis: if Aug 09 21:46:22 well, sure Aug 09 21:46:25 else Aug 09 21:46:25 why does it taste so much different? Aug 09 21:46:30 in the bun its like omg so good Aug 09 21:46:32 * halfhalo-work is scared of what will happen when switch and loops are learned Aug 09 21:46:36 especially on the wheat bread in my house Aug 09 21:46:37 on a slice of bread its like.. ugh wtf Aug 09 21:46:38 but we're already talking about a hypothetical, because he doesn't have it working anyway :) Aug 09 21:46:51 maybe thats it Aug 09 21:46:54 halfhalo-work: infinite loops Aug 09 21:46:55 i only ever have wheat bread Aug 09 21:46:59 dawm: Same. Aug 09 21:47:13 crazy people Aug 09 21:47:13 people eat white bread? Aug 09 21:47:15 white bread ftw Aug 09 21:47:34 while (twbbas == awesome) { do stuff } Aug 09 21:47:36 infinite loop Aug 09 21:47:45 lol Aug 09 21:47:48 or.... recursion. oh god the horror Aug 09 21:48:25 boom: https://developer.palm.com/content/api/reference/mojo/classes/mojo-event.html#mojo.event.sendkeyeventkeydescription-optionaleventtype-optionaldocument Aug 09 21:48:30 that migth work for a vkb Aug 09 21:49:06 * twbbas steals PatrickC's code, improves it, and submits to app catalog Aug 09 21:49:15 do it do it do it Aug 09 21:49:23 twbbas: open source :) Aug 09 21:49:30 I got it from someone else Aug 09 21:49:36 twbbas: no no, you're learning Aug 09 21:49:44 and was told it could only be used if it was open source Aug 09 21:49:58 none of that is my code Aug 09 21:50:06 I only put in english chars atm Aug 09 21:50:10 * twbbas sells it as a paid app at $50 and uses his $50 credit on it Aug 09 21:50:17 haha Aug 09 21:50:25 I'd really like to be able to listed to the audio portion of a mp4 video stream but when I go to card view the video pauses. Is there a way to keep the card from pausing? Patch maybe? Aug 09 21:50:32 twbbas: so you can get .7*50 back ? Aug 09 21:50:39 Tibfib: Indeed Aug 09 21:50:42 free money ftw Aug 09 21:50:47 nohorse: patch Aug 09 21:51:21 twbbas: not a completely stupid idea Aug 09 21:51:35 I'm gonna use my $50 credit on free apps only Aug 09 21:51:37 except you'd have to wait for a while since you didn't exceed $100 Aug 09 21:51:43 summatusmentis: #winning Aug 09 21:51:53 :D Aug 09 21:53:09 Patrick: name of patch? Aug 09 21:53:47 nohorse: umm.. I forget.. Aug 09 21:53:56 something like "keep videos playing" Aug 09 21:55:31 best music replacement for 1.4.5.1? Aug 09 21:55:50 siestacat_comput: you have a pre or pixi? Aug 09 21:56:11 spotify! or is that 2.0 only Aug 09 21:56:18 siestacat_comput: NaNplayer Aug 09 22:00:53 so now that i got 2.0 Aug 09 22:01:05 i dont see any codes being given out =\ Aug 09 22:03:34 does NaNplayer exist? Aug 09 22:03:41 yes ? Aug 09 22:03:46 I thought it was done Aug 09 22:03:58 I think it is. but you might be able to get the old versions Aug 09 22:04:01 oh Aug 09 22:04:04 fair enough Aug 09 22:04:25 didnt it make it to 2.x? Aug 09 22:04:28 nope Aug 09 22:04:48 is Remix available on 1.4.x? Like the one in preware? Aug 09 22:04:57 somewhere Aug 09 22:04:58 it's been so long since I've used 1.4.5 that I don't remember Aug 09 22:05:14 I _really_ like Music Player Remix Aug 09 22:05:24 summatusmentis: no one likes you Aug 09 22:05:40 :( Aug 09 22:05:42 to each their own, jerk Aug 09 22:06:06 why do all scrabble games end up with words like 'titty, bra, sex(y) ..etc' Aug 09 22:06:28 Tibfib: look, if Koto had an ability to jump to a letter, and was pretty, I'd use it instead Aug 09 22:06:37 but Remix is roughly perfect Aug 09 22:06:37 burn Aug 09 22:06:46 summatusmentis: you don't think koto is pretty? Aug 09 22:06:54 I think Remix is prettier Aug 09 22:06:55 summatusmentis: and it does have the ability to jump to a letter. Aug 09 22:07:10 but I have to like, slide the keyboard out and things Aug 09 22:07:13 nope Aug 09 22:07:21 rly? is that new? Aug 09 22:07:22 there's a smart alpha scroller Aug 09 22:07:33 I'm 90% sure that wasn't there when I tried it Aug 09 22:07:43 it's there now Aug 09 22:07:46 dunno what version Aug 09 22:08:02 it should be noted, most of the time I use AmpacheMobile Aug 09 22:08:04 summatusmentis: I absolutely disagree with the "pretty" part. Aug 09 22:08:10 but again, to each their own. Aug 09 22:08:35 tell you what, I'll buy NomNomNom with part of my $50 credit to make up for it Aug 09 22:08:42 wtf is nomnom Aug 09 22:09:25 summatusmentis: you've helped out so you can have a promo code Aug 09 22:09:32 actually, if Koto implemented ampache's API, and allowed me to play local files, I'd switch in a heartbeat Aug 09 22:10:02 probably not gonna happen on ampache Aug 09 22:10:22 I've been sort of envisioning a way to "pin" amapche files locally, for both streaming and discon operations Aug 09 22:10:45 biggest peeve I have is that I have to swith apps to play local files, or ampache Aug 09 22:10:47 welll I just found out about spotify's api Aug 09 22:10:59 soooo if any C/C++ developer wants to work together Aug 09 22:11:07 I'd make it support local and spotify files Aug 09 22:11:21 spotify is all ad'y though Aug 09 22:11:48 well, the api requires a premium membership Aug 09 22:11:49 I thought you said their API was non-commercial only Aug 09 22:11:50 which doesn't have ads Aug 09 22:11:56 summatusmentis: it is. Aug 09 22:12:04 I want that app for myself enough Aug 09 22:12:10 ampache has no such restrictions :) Aug 09 22:12:28 but no one uses ampache Aug 09 22:12:31 I do! Aug 09 22:12:36 https://www.facebook.com/mobile/messenger Aug 09 22:12:37 case and point! Aug 09 22:12:40 webos no there :/ Aug 09 22:12:47 enough people do that there's consistently a webOS app for it Aug 09 22:12:56 if that means anything Aug 09 22:13:15 summatusmentis: yeah, there's an app for those users. but not enough for me to add it to a music player when I don't use it Aug 09 22:13:31 Tibfib: don't worry, Hedami isn't coming back ever anyway, so Koto will probably win in the long run Aug 09 22:13:43 that makes me feel way better. Aug 09 22:13:56 heh <3 Aug 09 22:14:08 I guess Koto is OSS Aug 09 22:14:22 I suppose I _could_ impelement it myself Aug 09 22:14:33 that's what everyone says Aug 09 22:14:41 Tibfib: how specific to spotify is spotify's API? Aug 09 22:14:48 not sure Aug 09 22:15:07 I wonder if there's a way to genericise it to any streaming service Aug 09 22:15:33 then there'd only need to be specifics implemented on a per-service basis Aug 09 22:16:05 http://developer.spotify.com/en/libspotify/docs/index.html Aug 09 22:16:44 I will have to look at that Aug 09 22:17:30 How can i add resource files to a package, i want to include an ssl certificate with my application package? Aug 09 22:19:07 Tibfib: oooh, it's a library, not a web API Aug 09 22:19:18 yeah Aug 09 22:19:21 that's harder to genericise, although probably not impossible Aug 09 22:19:28 I need a C developer Aug 09 22:19:39 I can write C Aug 09 22:19:43 I'm not sure I'm a C developer Aug 09 22:19:54 hahaa Aug 09 22:20:05 summatusmentis: could you develop the library into a nice plugin for me to access? Aug 09 22:20:15 and all this if for free unfortunately Aug 09 22:20:54 I can be a Human Aug 09 22:20:58 I don't know anything about how the plugin infrastructure works Aug 09 22:20:59 I'm not sure I'm a Human Aug 09 22:21:05 but I could look at it Aug 09 22:21:15 summatusmentis: wosi has lots of examples Aug 09 22:21:25 I dunno exactly how either Aug 09 22:21:44 you just want a plugin wrapper for the library? Aug 09 22:22:57 umm yeah probably Aug 09 22:23:01 I'd need to check it out Aug 09 22:23:07 I'd probably want some simplification Aug 09 22:23:58 if you can define the API/whatever that you'd want to be able to interact with for the plugin, I could see if I can make the wrapper work Aug 09 22:25:01 okay sweet Aug 09 22:25:15 I'll start working on it more once I get NomNomNom out there Aug 09 22:25:25 yeah, no worries, I'm short on time for the near future too Aug 09 22:25:56 oh gosh, school starts soon Aug 09 22:26:06 indeed Aug 09 22:26:52 lols Aug 09 22:29:17 Tibfib, when i see NomNomNom i thin of TMNT Aug 09 22:29:20 think Aug 09 22:29:34 haha Aug 09 22:31:17 PuffTheMagic == Raphael? Aug 09 22:34:25 I was always Donatello when i played Aug 09 22:34:52 but michelangelo was the one that said Nom Nom when eating the pizza in the movie Aug 09 22:44:23 Tibfib: I just got the ad opening in browser bug :\ Aug 09 22:44:28 YOU LIE Aug 09 22:44:29 crap Aug 09 22:44:43 I might be able to modify it Aug 09 22:49:09 IDENTIFY Lonestar99 student1Z Aug 09 22:49:41 g.afternoon folks Aug 09 22:50:41 did you just type your password Aug 09 22:50:53 * summatusmentis copy pastes Aug 09 22:50:56 * oilsworkn only saw ********* Aug 09 22:51:11 it used to just be student1, but it looks like he added the Z since hte last time this happened xD Aug 09 22:51:22 lolol Aug 09 22:51:25 haha Aug 09 22:51:35 LoneStar99: go change your password Aug 09 22:51:42 Ya Aug 09 22:51:47 and this time, do it properly Aug 09 22:51:47 yea Aug 09 22:51:50 lol Aug 09 22:51:52 before summatusmentis hacks your fb and changes your birthday to tomorrow Aug 09 22:51:57 dont change it to hunter7 Aug 09 22:52:11 LOL Aug 09 22:52:18 so what do you think he'll add next? Q? Aug 09 22:52:18 I'm pretty sure this is publically logged Aug 09 22:52:23 it is Aug 09 22:52:29 so change it everywhere else you use that password too Aug 09 22:52:44 1ZZ! Aug 09 22:52:45 just add another Z on it Aug 09 22:52:53 twbbas: race you to see who can ghost him first :-P Aug 09 22:52:57 haha Aug 09 22:53:03 someone already won Aug 09 22:53:12 was that a ghost or not Aug 09 22:53:19 diconnected by services? nope Aug 09 22:53:20 * twbbas doesn't know what ghosts look like on freenode Aug 09 22:53:23 Disconnected by services Aug 09 22:53:32 on another server it actually says Ghost Aug 09 22:53:35 lol again Aug 09 22:53:36 well, it might be different on freenode Aug 09 22:53:39 ya maybe Aug 09 22:53:40 nope, that's the message Aug 09 22:53:43 who's ghosting him Aug 09 22:53:44 lol Aug 09 22:53:50 :o Aug 09 22:53:52 oh, you want to know for sure, you can try it yourself Aug 09 22:54:02 * twbbas ghosts himself Aug 09 22:54:16 lololol. Aug 09 22:54:31 it told me I can't ghost myself Aug 09 22:54:34 that's why you identify in the status window Aug 09 22:54:52 or have a script that auto-ids you like me :) Aug 09 22:55:08 :o you can share images on twitter now Aug 09 22:55:15 err share images without using a third-party Aug 09 22:55:27 bbl Aug 09 22:55:33 * twbbas starts sharing all his pics Aug 09 22:55:45 it is not the first i have done this... Aug 09 22:55:51 Oil told us Aug 09 22:55:53 stupid tabs Aug 09 22:55:55 lol Aug 09 22:55:58 and you just added a Z on the end from last time Aug 09 22:56:43 yeah Aug 09 22:57:00 but forgot my stupid key so can not change it now =( Aug 09 22:57:09 * twbbas googles LoneStar99 looking for websites to try the password Aug 09 22:57:14 there's a key? bummer Aug 09 22:57:21 I have no idea what my freenode key would be Aug 09 22:57:25 huh Aug 09 22:57:34 since when is there a key Aug 09 22:58:01 oh Aug 09 22:58:05 it gets emailed to you Aug 09 22:58:06 LoneStar99: are you a mod on HuffPo? Aug 09 22:58:06 or something Aug 09 22:58:18 Type /ns help setpass Aug 09 22:58:19 not sure not even sure what email i used... Aug 09 22:58:35 summatusmentis: HuffPo? Aug 09 22:58:41 Try doing /ns info LoneStar Aug 09 22:58:44 Try doing /ns info LoneStar99 Aug 09 22:58:58 it should list email there Aug 09 22:59:08 no it doesn't Aug 09 22:59:18 (for yourself it does) Aug 09 22:59:19 HuffingtonPost Aug 09 22:59:23 oh, you meant for him to do it... :) Aug 09 22:59:29 haeffb: you jokester Aug 09 22:59:46 LoneStar99: given your question, I assume not Aug 09 22:59:46 How i access the inner components of an Popup object? Aug 09 22:59:54 http://www.huffingtonpost.com/social/lonestar99 Aug 09 23:00:06 summatusmentis: neah an idiot sometimes =) Aug 09 23:05:11 next will give out my bank passwords and my SS# !! Aug 09 23:09:19 sounds good to me Aug 09 23:09:25 don't forget credit card Aug 09 23:09:29 and promo codes for all your apps Aug 09 23:09:31 well, the first 5 are what, location and hospital of birth? Aug 09 23:10:17 lol Aug 09 23:10:18 nice Aug 09 23:12:40 fuck this is such a pain, stupid key only works once... Aug 09 23:20:04 what is your fav game to play while pooping? Aug 09 23:20:07 mine is robotek Aug 09 23:20:27 lol Aug 09 23:25:14 mine is concentration Aug 09 23:25:26 get it? teehee Aug 09 23:25:44 mine is Poop 4.0 Aug 09 23:25:50 lol Aug 09 23:27:55 http://www.g4tv.com/attackoftheshow/blog/post/715260/friday-the-13th-jason-voorhees-complete-body-count/ Aug 09 23:32:06 nice Aug 09 23:34:13 what tiny creature has 8 legs? Aug 09 23:34:21 spider? Aug 09 23:39:17 do i need to copy/free strings passed in params to PDL_CallJS? Aug 09 23:44:58 depends on how you allocated the params Aug 09 23:49:40 PuffTheMagic: i have a std::string that want to pass in the params Aug 09 23:51:28 pepone: like paralms[0] = mystr.c_str() ? Aug 09 23:51:42 pepone: presuming mystr is on the stack you shouldn't need to free it Aug 09 23:52:01 DraX: Ok nice Aug 09 23:52:11 note i have no experience with PDL_* Aug 09 23:52:20 just applying c++ knowledge and the code example on the API page Aug 09 23:54:47 so now i have a popup, with a content child, i call openAtCenter, and then set the content, and the popup isn't centered. also the text doesn't flow in the "content" element Aug 09 23:55:12 pepone, i dont mess with C++ sorry Aug 09 23:58:17 twbbas: ping Aug 10 00:06:26 What exactly is "HP Promo" under app sales? Aug 10 00:06:41 they randomly give out promo codes? Aug 10 00:07:05 link? Aug 10 00:07:59 in under the download stats for your paid catalog apps Aug 10 00:08:03 it's* Aug 10 00:08:27 * NuttyBunny hops in Aug 10 00:08:31 Oh. Don't have any apps submitted yet Aug 10 00:09:16 akanster: It's promos done by HP Aug 10 00:09:23 like the $50 app credit or the free app with the Veer Aug 10 00:09:26 ah Aug 10 00:09:30 you should get paid for them Aug 10 00:09:32 not bad Aug 10 00:09:44 I was just curious where they came from Aug 10 00:09:51 ya those are the only 2 I can think of Aug 10 00:10:27 essentially when someone uses app catalog credit? Aug 10 00:12:24 About to order the tp32 from Amazon, delivery to Sweden. Good price there? Aug 10 00:13:25 * NuttyBunny slaps PatrickC Aug 10 00:13:36 :o Aug 10 00:13:42 gokr: I like :) Aug 10 00:14:06 It's $499 there. Aug 10 00:14:32 wow not bad Aug 10 00:14:39 is that in USD? Aug 10 00:14:44 Yes. Aug 10 00:14:54 That's a great price I'd say Aug 10 00:15:52 Tp32wifi+wireless kb+custom fit case + touchstone = $668 Aug 10 00:17:43 :o Aug 10 00:17:58 I don't really have the need for the keyboard Aug 10 00:18:57 hah. That looks 'shopped. Know how I can tell? http://www.amazon.ca/Capacity-Rechargeable-External-Battery-TouchPad/dp/B0055E9JM6/ref=sr_1_16?ie=UTF8&qid=1312935394&sr=8-16 Aug 10 00:19:33 ROFL Aug 10 00:19:50 What port is it plugged in to Aug 10 00:19:54 ^ Aug 10 00:20:03 does it just surgically attach to the side of the TP? Aug 10 00:20:03 and that'd be one huge-ass plug. Aug 10 00:20:14 lol y Aug 10 00:20:15 ya Aug 10 00:20:21 I think they just shopped the TP screen onto a playbook Aug 10 00:20:44 haha Aug 10 00:20:47 wow. Dear amazon.ca.. a Touchstone dock for $102? Nothx. Aug 10 00:21:02 it was magnified with an invisible magnifying glass ;) Aug 10 00:21:08 $65 for case on amazon.ca Aug 10 00:21:24 and like, really. We don't pay that much in retail stores. Aug 10 00:22:55 its still 74 on amazon.com Aug 10 00:23:12 case is 36.92 on amazon.com Aug 10 00:23:13 touchpad price was cut to sell more accesories Aug 10 00:23:22 true Aug 10 00:23:57 whoa, i picked a canadian address for my touchpad order on amazon.com and they haven't freaked out yet. wtf? Aug 10 00:24:06 they used to get all freaky about electronics outside of the US Aug 10 00:24:31 Shadyman1: I just ordered one to Sweden, no problem. Aug 10 00:24:45 word Aug 10 00:25:35 Time to sleep, gnite. Aug 10 00:25:41 order it to my house, ill ship it to you..... Aug 10 00:26:10 Don't! Aug 10 00:27:36 whoa whoa whoaaaa Aug 10 00:27:41 Import Fees Deposit: $84 Aug 10 00:27:45 * Shadyman1 clicks for fine print Aug 10 00:29:59 Bastards. Aug 10 00:30:39 $611 +$20 shipping +$84.85 estimated tax/fees Aug 10 00:30:59 And the warranty wouldn't be valid in canada Aug 10 00:31:48 touchstone is the same price as in-store.. only thing i'm saving on is $50 for the touchpad and $20 on the cover. -$20 shipping is a $50 savings vs no warranty Aug 10 00:33:23 Yeah, I'm not seeing the value, really Aug 10 00:34:57 Dangit... The queen and ace are under that jack :( https://www.box.net/shared/9qcpz14x78jp8t87gkta Aug 10 00:35:22 hate it when that happens Aug 10 00:36:16 lucky for you you can still win Aug 10 00:36:25 how Aug 10 00:36:32 actually I guess it depends on your solitaire game Aug 10 00:36:37 can you move anything other than the full stack? Aug 10 00:36:49 nope Aug 10 00:37:01 oh, so this solitaire game sucks more than the one that came with windows 2.0 :p Aug 10 00:38:01 lol Aug 10 00:38:33 is it me or do the box.net apps suck all over Aug 10 00:38:54 there isnt an image preview, and you cant download an entire folder? Aug 10 00:39:02 only used the webOS one Aug 10 00:39:38 CTLAdvance: That web interface is atrocious Aug 10 00:41:11 maybe that's why they're having a $20,000 contest to build box.net apps Aug 10 00:45:14 lol, I didnt see that Aug 10 00:45:48 $20k is cheaper than paying a FTE for a couple months Aug 10 00:45:53 first thing, any images in a folder can be viewed via a preview mode, they may need a service to make a thumbnail Aug 10 00:47:54 clicking on "file options" shows a menu with only one item. "help" :( Aug 10 00:48:32 hey, on linphone I can't get sound on my or the receiving end Aug 10 00:48:39 :( Aug 10 01:04:17 siestacat_comput: the developer is not here Aug 10 01:08:08 http://twitter.com/#!/DontBlameOil/status/101096593196986368 :) Aug 10 01:14:39 oil: :( Aug 10 01:16:25 also :( http://twitter.com/#!/fzammetti/status/101097536424652800 Aug 10 01:20:57 I'm looking to highlight the selected row in an enyo.VirtualRepeater. Is there a style I can set or some other magic? Aug 10 01:21:16 tapHighlight: true on the item Aug 10 01:23:30 oil: I have tapHighlight set to true. The item turns blue then goes back to grey. I'd like it to stay highlighted until another row is selected. Aug 10 01:23:39 oh Aug 10 01:23:53 i dont know if thats built in or not Aug 10 01:23:54 never tried Aug 10 01:24:20 if it doesnt, i would just give hte item a new class in the onClick Aug 10 01:24:39 this.$.item.applyStyle("background-color", inSender.isSelected(inIndex) ? "#f2f2f2" : null); Aug 10 01:24:53 in your setupRow function Aug 10 01:25:08 and there is someone who has done it before :) Aug 10 01:25:12 if VirtualRepeater works like VirtualList Aug 10 01:25:25 you can use enyo.Selection also Aug 10 01:25:35 turn multiselct off Aug 10 01:26:12 akanster: from the manual it wasn't clear where to put the enyo.Selection outside the list, inside the list? Aug 10 01:26:29 haeffb: I'll try your suggestion now Aug 10 01:26:30 outside the list iirc Aug 10 01:26:39 it sits just like a webService Aug 10 01:26:44 on my list I just set the background color to blue and back to null Aug 10 01:29:59 oil: LOL https://twitter.com/#!/DontBlameOil/status/101096593196986368 Aug 10 01:31:06 whoa, back up... Aug 10 01:31:24 if (orientation == "portrait") ? Aug 10 01:31:44 line 281. Can *we* do that? Aug 10 01:38:13 * haeffb wonders if I got a $50 app credit on the account with the loaner TP... Aug 10 01:39:27 uhm. awesome. Aug 10 01:41:11 akanster: it's a parameter passed to that function. So, of course you could. How you determine it is a different matter, though. Aug 10 01:49:22 haeffb: I did Aug 10 01:52:26 pre-launch loaner? Aug 10 01:56:17 rwhitby : developer's name starts with a "t", right? Aug 10 01:56:27 yep, thibaud Aug 10 01:56:38 it's no secret Aug 10 01:57:37 akanster: yes Aug 10 01:58:13 what happened =S Aug 10 02:00:43 IGNTNUNLMTD: yo Aug 10 02:00:46 wassup Aug 10 02:00:52 nm Aug 10 02:00:55 hey, did Your Radio work? Aug 10 02:01:35 I never got it to :-( Aug 10 02:01:41 ah ok Aug 10 02:02:09 oil: I was both equally amused and appalled at your status about the App Catalog screenies Aug 10 02:02:29 and by appalled, I mean at HP. Like, seriously? Aug 10 02:02:52 I laughed hard at the image Aug 10 02:03:00 lol Aug 10 02:03:16 * PatrickC wants a link :) Aug 10 02:03:54 http://i55.tinypic.com/2qtvm1y.png Aug 10 02:04:24 lol Aug 10 02:04:32 it's ridiculous Aug 10 02:07:02 TechCrunch again proves why no one likes them anymore Aug 10 02:07:03 lol Aug 10 02:08:41 yeah that was a ridiculous article Aug 10 02:08:45 * NuttyBunny slaps PatrickC .. read gtalk Aug 10 02:09:25 I'm on! Aug 10 02:09:30 you never responded Aug 10 02:09:48 huh? Aug 10 02:09:53 mmm... Aug 10 02:09:54 weird Aug 10 02:10:04 I said something about an app a few hrs ago Aug 10 02:10:16 * haeffb wonders what sugardave is working on. Aug 10 02:10:59 NuttyBunny: check gtalk Aug 10 02:12:35 * NuttyBunny wonders what everyone is working on Aug 10 02:12:49 VIRTUAL KEYBOARD! :D Aug 10 02:13:05 NuttyBunny: http://i976.photobucket.com/albums/ae246/twbbas/spaz-hd_2011-09-08_173840.png Aug 10 02:13:15 I'm supposed to be working on the webosworld enyo app lol...I don't have my laptop Aug 10 02:13:53 hahahaha Aug 10 02:14:10 PatrickC, twbbas: Excellent!!! :D Aug 10 02:14:11 NuttyBunny: still nothing webOS but yes web related :-/ Aug 10 02:14:40 * haeffb also wonders when reorderable lists will come to Enyo Aug 10 02:16:06 you can already reorder a list Aug 10 02:16:26 program can, user can't. Aug 10 02:17:29 some folks have extended the VIrtualList control to allow reordering. But I'd like to see it in Enyo itself. Aug 10 02:17:52 * haeffb wonders why I always type VIrtual instead of Virtual Aug 10 02:19:23 oil: post in the catalog thumbnails thread in EA? Aug 10 02:19:39 eh? Aug 10 02:20:19 enyo.log always seems to print /usr/palm/frameworks/enyo/1.0/framework/build/enyo-build.js:75 Aug 10 02:20:31 is there way to make it print the correct line number like console.log? Aug 10 02:20:41 yesterday. http://twitter.com/#!/ryanwatkins/status/100765723655278592 Aug 10 02:21:33 rwatkins: yep, but it didn't have a funny picture ;) Aug 10 02:21:49 https://developer.palm.com/distribution/viewtopic.php?f=102&t=17253 Aug 10 02:21:59 * rwhitby still hasn't got around to looking at the AUPT scripts Aug 10 02:22:01 nope. rather than just bitch, someone .. coded. Aug 10 02:22:24 rwatkins: yep Aug 10 02:22:36 jason seems pretty sure it all hell breaks loose if you do it. so whatever. Aug 10 02:23:05 Adora!! Aug 10 02:23:20 uhoh Aug 10 02:23:27 rwatkins: there was a previous patch to the /media/cryptofs app catalog to show download counts, and it caused the problem Jason is referring to when combined with the AUPT scripts Aug 10 02:23:36 use at your own risk. no warrenty implied. dont use while operating heavy machinery. Aug 10 02:23:40 rwatkins: if you apply manually directly using patch, all is fine Aug 10 02:23:53 rwatkins: did you try to fix the sizing problem? Aug 10 02:24:05 but you can count the number of people who can use patch on the command line on one hand Aug 10 02:24:26 oil: no, the images are generated poorly - they are padded with transparent sections. Aug 10 02:24:35 lol Aug 10 02:24:40 yo Aug 10 02:24:44 hey Aug 10 02:24:45 yo Aug 10 02:24:54 the landscape ones are smaller than the portrait ones then, unless there are hidden versions somewhere else on the cdn. Aug 10 02:25:18 I am in serious need of non-webos help if anyone is willing to help Aug 10 02:25:34 what kind of help? Aug 10 02:25:43 rwhitby: indeed. Aug 10 02:25:50 NuttyBunny is awesome Aug 10 02:26:02 wrote it because there was just alot of random bitching about it rather than actually just seeing about making it better. Aug 10 02:26:05 well...my one year anniversary is this weekend...and I don't know where to take my wife for a weekend getaway Aug 10 02:26:12 ......... Aug 10 02:26:14 LarrySteeze: Australia Aug 10 02:26:26 hah...I'd love to go to australia Aug 10 02:26:36 if for no reason other than to meet you Aug 10 02:26:45 and punch you in the face Aug 10 02:26:50 yeah take your wife to meet a guy in australia Aug 10 02:27:08 sounds like a good plan Aug 10 02:27:13 speaking of, rod, I'm going to pm you real quick Aug 10 02:27:17 paris. and leave your phone and computer at home. Aug 10 02:27:18 and then have him punch you Aug 10 02:27:19 lol Aug 10 02:27:32 yeah I'd say france Aug 10 02:27:39 I think we're looking for something...drivable...in the new england (usa) area Aug 10 02:27:42 Iraq! Aug 10 02:27:44 wineries everywhere. Aug 10 02:28:00 US? going cheap? go big or go home! Aug 10 02:28:11 and you're already home so..go big! Aug 10 02:28:22 buy the eiffel tower Aug 10 02:28:30 haha Aug 10 02:28:33 take a roadtrip Aug 10 02:28:43 rent an exotic Aug 10 02:28:49 a weekend getaway to Australia? It'd take the weekend to get there. Aug 10 02:28:52 get out of your own back yard and see the world. Aug 10 02:28:54 to CA and meet Adora Aug 10 02:29:25 go to Detroit; I'm watching "Hardcore Pawn", looks like a wonderful city Aug 10 02:29:26 and punch her in the face? Aug 10 02:29:27 been there, done that Aug 10 02:29:30 lol Aug 10 02:29:49 despite rumors of san francisco being the "gay capital" it's actually a really awesome city Aug 10 02:30:04 dwc-: you punched Adora in the face? Aug 10 02:30:06 just in case you're paranoid ;P Aug 10 02:30:13 * haeffb wonders why LarrySteeze is asking people from Australia, Missiouri, Washington, etc. about weekend getaways close to his home... Aug 10 02:30:19 "despite"? Aug 10 02:30:22 oil: haven't you? Aug 10 02:30:27 nope Aug 10 02:30:32 * haeffb wonders why he misspells Missouri Aug 10 02:30:32 well...we're both working day jobs... Aug 10 02:30:40 and who knows who's here from NE Aug 10 02:30:42 oil likes getting his apps approved :) Aug 10 02:30:43 bahston Aug 10 02:30:46 well, we met in nyc, but i never punched her in the face Aug 10 02:30:59 I'm from Tennessee and FL Aug 10 02:31:07 oil missed a golden opportunity for face-punching Aug 10 02:31:14 my ex is from St. Louis. #SadPanda Aug 10 02:31:47 laser tag Aug 10 02:32:04 lol Aug 10 02:32:06 best alternate music player? Aug 10 02:32:17 not koto Aug 10 02:32:26 :) Aug 10 02:32:29 music player remix or koto player Aug 10 02:32:32 LarrySteeze: take her to a nice hotel for the weekend. With a day spa. Room service. etc. Aug 10 02:32:33 siestacat_onpixi: On Pixi? What a trooper. Aug 10 02:32:38 its too bad Tibfib_ isnt around to see that :( Aug 10 02:32:46 screen cap it Aug 10 02:33:20 yes IGNTNUNLMTD Aug 10 02:33:50 rofl holy crap pixi running at 45c Aug 10 02:33:59 burning my hands Aug 10 02:34:04 haha oh man Aug 10 02:34:09 ?? my pre is at 47 Aug 10 02:34:13 siestacat_onpixi: 2.1? ;) Aug 10 02:34:15 woah Aug 10 02:34:33 NuttyBunny : Stock :( Aug 10 02:34:43 oil: 0.02 posts per day. Aug 10 02:34:51 haeffb: that's what i intend to do. The problem is finding one on the coast that has any openings Aug 10 02:34:51 UberKernel at 806mhz Aug 10 02:34:54 what am i up to? 3? Aug 10 02:34:58 siestacat_onpixi: good done Aug 10 02:35:01 46c Aug 10 02:35:10 LarrySteeze: get a divorce, and plan earlier for the next one. Aug 10 02:35:17 NuttyBunny : Good done? Aug 10 02:35:20 14 in two years Aug 10 02:35:21 lolol Aug 10 02:35:25 hahaha Aug 10 02:35:35 siestacat_onpixi: nevermind, I meant "well done" or something like that.. Aug 10 02:35:38 also, oil posted in xbl friends! Aug 10 02:35:39 Well...we hesitated because we were trying to figure out if we need to go visit my sister Aug 10 02:35:47 because she's been in the hospital >.< Aug 10 02:35:51 well, there isn't much on the ea forum to talk about :/ Aug 10 02:35:53 larry cruise to jamaica Aug 10 02:35:55 * oil likes to work in the open Aug 10 02:35:56 just kidding...don't really get a divorce. Aug 10 02:36:06 but it looks like she's going to be fine, so now we're looking for something to do Aug 10 02:36:20 we've even considered just something here in the city, pricelining it Aug 10 02:36:23 there's always the hamptons and martha's vineyard! Aug 10 02:36:34 I was thinking about that, actually! Aug 10 02:36:41 the Vineyard is nice Aug 10 02:36:42 best pixi music player? Aug 10 02:36:44 real nice Aug 10 02:36:47 ... Aug 10 02:36:53 go during the week if possible though Aug 10 02:36:55 music player remix or koto player Aug 10 02:37:00 the only downside to martha's vineyard is that her family's vacation is there...the next week Aug 10 02:37:00 MPR Aug 10 02:37:02 Jake_M Aug 10 02:37:09 what Aug 10 02:37:12 Most active forum: JavaScript programming for webOS Aug 10 02:37:12 [ 2 Posts / 14.29% of user’s posts ] Aug 10 02:37:15 but I don't know anything about the hamptons Aug 10 02:37:20 I'll look that up Aug 10 02:37:32 ny waaaaaaaaaaaaay out on long island Aug 10 02:37:40 haeffb: stop stalking me Aug 10 02:37:51 niagara? Aug 10 02:38:05 stalking = looking up a users number of posts Aug 10 02:38:05 Ah...I think if we were to go that far out, we may as well go to NYC for the weekend Aug 10 02:38:10 better than blaming oil Aug 10 02:38:13 true Aug 10 02:38:17 we're in Boston, fwiw Aug 10 02:38:25 rwhitby made me stop Aug 10 02:38:32 go to the boston webos meetup Aug 10 02:39:42 I hate music remix Aug 10 02:39:48 When is it? Aug 10 02:39:49 koto is 2.1+ Aug 10 02:40:04 sorry, I haven't been keeping up with webos news...I've been a bad fanboy Aug 10 02:40:27 larry I think it's in september. I'm friends with the guy who's organizing Aug 10 02:40:43 if it's in Sep, I'll have to go Aug 10 02:41:21 siestacat the problem is, music players weren't really "allowed" before 2.1 Aug 10 02:41:32 oh Aug 10 02:41:36 so MPR is probably the only one available Aug 10 02:41:47 well, stock it is! Aug 10 02:42:08 ?? what's wrong with it?, Aug 10 02:42:26 woth what? Aug 10 02:42:33 mpr Aug 10 02:43:28 clunky Aug 10 02:43:45 larry: complete this form: http://bit.ly/webos-boston-signup Aug 10 02:44:26 zcorder not woeking on my pixi+? Aug 10 02:45:06 http://webosworld.com/2011/06/22/webos-world-update/ Aug 10 02:45:18 larry that's when the boston event was "announcedo Aug 10 02:45:19 " Aug 10 02:45:23 signed up Aug 10 02:45:52 siestacat appears to have a lot of problems... Aug 10 02:46:09 anyone here familiar with linuxmce? Aug 10 02:46:45 I'm kind of in love with it now :D Aug 10 02:47:25 I just want a webos orbiter Aug 10 02:47:34 looks cool Aug 10 02:48:22 It can talk to zwave and zigbee, which is cool in my book Aug 10 02:49:08 but unfortunately, nothing for webos...or even phonegap Aug 10 02:49:30 http://www.newenglandinnsandresorts.com/new-england-hotels/crowne-pointe-historic-inn-and-spa Aug 10 02:49:35 does that look befitting? Aug 10 02:50:36 never mind...sold out too... Aug 10 02:51:00 quick question Aug 10 02:51:10 sup Aug 10 02:51:24 pixi supposed to only play sound from one of two speakers on back? Aug 10 02:51:41 one Aug 10 02:51:44 yeah Aug 10 02:51:50 ah Aug 10 02:51:53 get your Toodo invite from me on twitter Aug 10 02:52:13 one reserved for media the other system sounds and such? Aug 10 02:52:58 Is there a way to use non-standard fonts in enyo? I've added the font stanza to the .css file, and i've tried styling a
in index.html and a control, and nothing seems to work Aug 10 02:53:11 well Aug 10 02:53:18 take your rear cover off Aug 10 02:53:28 you'll see why :P Aug 10 02:54:10 me? Aug 10 02:54:16 yes Aug 10 02:54:18 did he just ask you to take your pants off Aug 10 02:54:19 yeah Aug 10 02:54:20 does it just pop off? Aug 10 02:54:27 yeah Aug 10 02:54:29 yep Aug 10 02:54:29 twbbas: Yeah Aug 10 02:54:55 any tabs or anything? Aug 10 02:55:36 nope Aug 10 02:55:42 it should just pop off Aug 10 02:56:24 http://www.precentral.net/how-remove-pixi-battery-cover-for-real Aug 10 02:56:52 RT @quickoffice: @nkbme @carowarz Please stay tuned for editing in Quickoffice on the TouchPad :-) Aug 10 02:57:09 * LarrySteeze wants docs to go on TP Aug 10 02:57:30 PatrickC: old news, they said that already a long time ago Aug 10 02:58:18 maybe I should look at rhode island **** ENDING LOGGING AT Wed Aug 10 02:59:57 2011