**** BEGIN LOGGING AT Thu Feb 16 02:59:57 2012 Feb 16 03:00:00 creationix: err but webos includes v8? Feb 16 03:00:03 why not use it? Feb 16 03:00:34 admittedly I don't really know LUA stuffs Feb 16 03:00:46 v8 is heavy Feb 16 03:00:49 because that would be to logical Feb 16 03:00:50 :p Feb 16 03:01:07 a node service process usually starts at 10mb and 1000ms startup time Feb 16 03:01:17 creationix: ah ok fair Feb 16 03:01:51 besides, webos is switching to jsc for webkit Feb 16 03:01:57 so the only thing using v8 is node Feb 16 03:02:58 halfhalo, you know me too well ;) Feb 16 03:03:38 creationix: jsc really? Feb 16 03:04:08 creationix: hmm I wonder how much better performance we could get rewriting all services in LUA :) Feb 16 03:04:37 or just native C or C++ for that matter :) Feb 16 03:05:46 true Feb 16 03:05:58 but boy oh boy do I hate seeing memory management errors Feb 16 03:06:16 and a lot of people just can't be trusted to remember everything with C? Feb 16 03:06:19 :( Feb 16 03:06:38 well, in my testing, luajit has the exact speed of raw C using libuv Feb 16 03:06:45 it uses a little more ram, but nothing like node Feb 16 03:07:13 http hello world was getting 40,000 reqs/second without keepalive on my desktop Feb 16 03:07:23 (node was getting about 10k Feb 16 03:11:07 creationix: nice Feb 16 03:11:21 sounds like a worthy side project, Feb 16 03:11:29 it *is* rather unstable at the moment, going through a refactor Feb 16 03:11:39 but hopefully I get a stable release out within the week Feb 16 03:12:00 rwhitby: Thanks! I will look into your hello example. While is there any doc about the js service framework itself? I mean , not how to write a js service, but how these js code been launched and by whom, and how the js service framework is built upon node.js or? Sorry that my question might looks stupid, maybe there are some doc but I don't find them? Feb 16 03:12:45 There are some videos from the Developer Days on the Palm youtube channel I believe. Feb 16 03:13:39 I remember seeing some diagrams in the private internal wiki, but I don't think anything was published Feb 16 03:13:49 and the diagrams didn't really help me either Feb 16 03:15:46 rwhitby, you've done native services right? Was that for catalog publishable apps or just homebrew apps? Feb 16 03:16:24 creationix: lots of native services examples in our git repos Feb 16 03:16:47 preware, wIRC, others? Feb 16 03:17:11 that's what I thought, I'll look at those when I get a chance to build luvit on my webos devices Feb 16 03:17:23 rwhitby, and it seems there are some API like LSRegisterPalmService in your code, where can I found API doc for these ones? Feb 16 03:18:46 raymond: there is none Feb 16 03:19:14 there are header files at http://git.webos-internals.org/libraries/lunaservice/ Feb 16 03:19:32 cool, that should be enough Feb 16 03:41:55 did that isis browser get some binaries for touchpad yet ? Feb 16 03:45:05 Compn: it's apparently pretty significant to build and get working properly Feb 16 03:54:33 summatusmentis : crap Feb 16 04:15:12 Compn: several of the webOS Internals folks are working directly with HP on it, though Feb 16 04:15:36 last post I saw estimated "a couple of weeks", that's entirely reasonable to me Feb 16 04:16:58 has anyone used the browser? is it good ? Feb 16 04:17:03 * Compn wants opera Feb 16 04:17:09 ... Feb 16 04:19:36 did i fundamentally misunderstand what isis is ? Feb 16 04:20:30 It's a new paint job on a mini, not a new engine, transmission or chassis to turn it into a Ferrari. Feb 16 04:21:04 You need all the other components to do that. Feb 16 04:21:16 ah i saw the article Feb 16 04:21:19 how did talking to hp go ? Feb 16 04:22:13 ah i see your post on the forums now Feb 16 04:22:14 nm Feb 16 04:22:23 rwhitby: just the person I wanted to thank for hard work and dedication :-) Feb 16 04:23:36 can anyone recommend an image viewer? i have several hundred images to view and i'd like it if they were zoomed and easily go back/forward between pages Feb 16 04:23:57 theres a few comic apps i guess Feb 16 04:25:45 out of curiosity, does the eventual switch to qtwebkit mean there is also a larger shift to qt for other underlying code? I realize GUI code will still remain html/JavaScript, but as a qt programmer, I find myself wondering... Feb 16 04:27:08 pretty sure a lot of the UI was already done with Qt Feb 16 04:34:34 I thought the ui was all Enyo? if not, cool - all the more for me to tinker with. Feb 16 04:36:58 hmm? Feb 16 04:37:12 who says anything is switching to qt ? Feb 16 04:38:31 Compn, are you out of the loop? Feb 16 04:38:37 yes Feb 16 04:38:44 i mean, i know isis is qt Feb 16 04:38:51 but ... uuhhhh Feb 16 04:38:53 QtWebKit is what powers the Isis browser which is part of Open webOS Feb 16 04:38:59 right Feb 16 04:39:04 and since webOS is a web tech based OS... Feb 16 04:39:15 if you update the core browser... Feb 16 04:39:22 come on... put 2 and 2 together Compn Feb 16 04:39:35 granted, this is not the same as what that article on webOSnation was talking about Feb 16 04:39:38 see, i didnt know the browser was the core Feb 16 04:39:46 because that would make it like internet explorer ... Feb 16 04:39:51 a very dumb idea Feb 16 04:39:56 nyuk nyuk nyuk Feb 16 04:40:00 or chromeos? Feb 16 04:40:06 for an Isis install on existing devicec, it will most likely be a "side by side" installation, not a replacement of the core browser components Feb 16 04:40:37 Compn, all the SDK apps are written in Enyo... which is powered by JS, which generates HTML and CSS... Feb 16 04:40:45 all of that is rendered in a browser Feb 16 04:41:03 the fact that it is rendered in a browser is just hidden from you Feb 16 04:41:11 but webkit is still what renders it Feb 16 04:41:20 yeah i'm seeing the picture Feb 16 04:41:24 change the webkit core of webos, and you just changed all the apps ;) Feb 16 04:41:29 i just dont like JS so i was hoping ... Feb 16 04:41:58 you were hoping that somehow the phone magically transformed JS into PHP or C++ when you ran the app? Feb 16 04:44:03 just hoping that the browser and the js engine were seperate Feb 16 04:44:28 not important Feb 16 04:44:32 just being a noob i guess Feb 16 04:49:33 yeah.. the only thing that disappoints me about webOS is that I seem to be a lot better at developing Qt c++ apps than html/js apps. granted, I have not really tried very hard... Feb 16 04:53:28 dwc- : i'd ask a dumb question like why no chromeos on webos ? Feb 16 04:58:20 anyone notice images having corruption sometimes when browsing ? Feb 16 04:58:29 like a line of pixels Feb 16 05:00:30 an OS on an OS? That doesn't make any sense. Feb 16 05:05:41 yeah, i think i need to get some sleep Feb 16 05:06:09 i was thinking of javascript emulator, like that linux kernel in javascript... Feb 16 05:07:20 * rrix blinks Feb 16 05:07:48 benklop_, your typical app UI is enyo/mojo but I think (I'm not an expert on this) that luna uses Qt for a lot (all?) of the system UI/launcher/tray/etc Feb 16 05:07:58 which, by the way, ran perfectly on firefox on X on an ubuntu chroot on top of webos :) Feb 16 05:08:47 I believe the keyboards are binary as well and out of Qt Feb 16 05:08:50 rrix : http://bellard.org/jslinux/ Feb 16 05:09:06 Compn: Yes, i know what that is, I still don't. Like, comprehend Feb 16 05:09:09 Your words Feb 16 05:09:28 i thought chrome was able to be 'booted' inside of any browser Feb 16 05:09:32 i was misthinking Feb 16 05:09:42 chromeos that is Feb 16 05:09:43 Sure, that doesn't make it a good idea by any stretch of the imagination Feb 16 05:09:45 not chrome browser Feb 16 05:10:28 * rrix shrugs and wanders off Feb 16 05:10:38 I love the scrollback in this channel, it's always so fun Feb 16 05:11:07 I think I am starting to get confused on things I was quite clear on before? :P Feb 16 05:11:34 nieve: My brain hurts too much to finish making these tests pass, too Feb 16 05:11:44 oy, fun. Feb 16 05:12:46 hmm, I am now reminded that I need to figure out what the **** my dirt-cheap RockSoul ipad bluetooth keyboard is doing with shift/capslock and see if I can hook into the input event stream somewhere to fix it Feb 16 05:13:03 (I've verified it's a problem with generic linux as well) Feb 16 05:14:52 Brybry: if so, that would be just awesome. I guess I'll wait until Luna source is released.. then if it is Qt, its time to tinker! Feb 16 05:17:17 frankly I'll probably tinker anyway Feb 16 05:18:21 the bits they've release so far seem more amenable to tinkering than the AOSP stuff, but perhaps I'm just anti-java/dalvik Feb 16 05:21:00 I kinda am too, but I still think dalvik in webOS would be pretty cool Feb 16 08:17:44 morning Feb 16 14:58:01 * Compn needs offline wikipedia for touchpad Feb 16 14:58:57 offline dictionary would be useful too Feb 16 14:59:47 Compn, do you know how massively large an offline wikipedia would be? Feb 16 14:59:52 it wouldn't fit on the touchpad Feb 16 15:01:42 cryptk : whats it like being wrong all the time ? Feb 16 15:02:09 http://lifehacker.com/157398/put-wikipedia-on-your-ipod Feb 16 15:02:22 The English Wikipedia library is a little over 750 MB Feb 16 15:02:37 obviously, its grown since 2006 Feb 16 15:02:41 so it will be a few gb Feb 16 15:03:13 http://lifehacker.com/355036/put-all-of-wikipedia-on-your-iphone-or-ipod-touch Feb 16 15:03:17 from 2008 says 2.2gb Feb 16 15:03:44 http://en.wikipedia.org/wiki/Wikipedia:Size_of_Wikipedia Feb 16 15:03:51 Compn, hows it feel to be wrong all the time? Feb 16 15:04:29 (4GB in English, 2GB for other languages). Feb 16 15:04:32 http://thenextweb.com/apps/2011/06/15/all-of-wikipedia-brings-all-of-wikipedia-to-your-iphone-ipad-for-offline-reading/ Feb 16 15:05:06 offline, mobile version of wikipedia, then Feb 16 15:05:07 jeeze Feb 16 15:05:27 and http://static.wikipedia.org/downloads/April_2007/en/ Feb 16 15:05:43 that is from April of 2007 Feb 16 15:06:12 here is from 2008 Feb 16 15:06:13 http://static.wikipedia.org/downloads/2008-06/en/ Feb 16 15:06:27 all tolled that is about 15GB Feb 16 15:06:27 yeah but thats also got a lot of user pages and stupid crap not needed by most people Feb 16 15:06:31 and that is just the HTML Feb 16 15:08:25 actually, that link I gave you from 2008 Feb 16 15:08:31 that is a 14GB compressed file Feb 16 15:08:37 it has ONLY article pages Feb 16 15:08:41 and no images Feb 16 15:08:46 so I repeat... Feb 16 15:08:56 Compn, hows it feel being wrong all the time? Feb 16 15:08:56 heres a 470mb 'optimized' version for android phones > https://sites.google.com/site/pathfindertechs/ Feb 16 15:09:47 and what have they done to optimize 14GB of compressed data down to 470MB? Feb 16 15:10:12 it's 14GB in a tar.7z, and 7z is pretty damn good at compressing plain text Feb 16 15:10:16 and html is plain text Feb 16 15:10:23 you just want to argue bout stuff :D Feb 16 15:10:32 the "optimized" database likely only has a selection of the most popular articles Feb 16 15:10:45 then thats likely what i'll be content with Feb 16 15:11:16 not arguing... just saying that you were wrong when you insinuated that wikipedia would fit on a touchpad ;) Feb 16 15:11:26 well , you said 14gb compressed Feb 16 15:11:33 and that fits, compressed, on my 32gb touchpad Feb 16 15:11:37 14GB compressed, just the html Feb 16 15:11:39 no images Feb 16 15:11:45 so it fits, and you were wrong Feb 16 15:11:54 and how would you use it? Feb 16 15:11:58 didnt say it had to be useable Feb 16 15:12:07 and no, because a dump of just the HTML is not wikipedia Feb 16 15:12:31 Compn needs offline wikipedia for touchpad Feb 16 15:12:35 direct quote Feb 16 15:13:01 if you need to have an offline wikipedia on your TP, then it isn't going to do you much good having a compressed archive ;) Feb 16 15:14:17 anyways, can we agree that there are mobile offline wikipedia versions available for phones and tablets ? Feb 16 15:14:17 jsut the index of the html files in the archive is over 690MB Feb 16 15:14:24 not complete ones Feb 16 15:14:34 anyways, can we agree that there are incomplete mobile offline wikipedia versions available for phones and tablets ? Feb 16 15:14:52 heavily incomplete, yes Feb 16 15:15:03 great. now i want one of those incomplete ones on my touchpad Feb 16 15:15:50 Compn, https://developer.palm.com/content/api/dev-guide.html Feb 16 15:20:24 looks like tomeraider can do it Feb 16 15:20:57 ooh cool imdb offline too Feb 16 15:28:59 cryptk : 31gb xml uncompressed for current revisions only, no talk or user pages > http://en.wikipedia.org/wiki/Wikipedia:Database_download#English-language_Wikipedia Feb 16 15:29:02 ehe Feb 16 15:30:16 Compn, that won't fit on the TP Feb 16 15:30:22 i know Feb 16 15:30:52 so your point was? Feb 16 15:32:57 you're right, a full ver wont fit Feb 16 15:34:11 I knew I was right Feb 16 15:34:19 you were the one who thought I was wrong Feb 16 15:34:54 and in reality, running the app off a 31GB xml file (assuming for a moment that it would fit) would be terribly slow Feb 16 15:35:08 you would want to database it, otherwise you would have horrendous lag to bring up any page Feb 16 15:40:52 this might be useful Feb 16 15:40:53 http://owi.sourceforge.net/ Feb 16 15:42:02 uses regular local browser Feb 16 15:43:41 very old and staled Feb 16 15:44:10 yep Feb 16 15:44:25 4 years old :P **** ENDING LOGGING AT Thu Feb 16 16:19:52 2012 **** BEGIN LOGGING AT Thu Feb 16 16:20:19 2012 **** ENDING LOGGING AT Thu Feb 16 16:24:35 2012 **** BEGIN LOGGING AT Thu Feb 16 16:26:17 2012 Feb 16 17:05:12 is it odd for /etc/palm/luna-platform.conf to be missing in a Sprint Franken Pre2 meta-doctored to 2.2.4? Feb 16 17:07:46 you can load files out of a zip or whatever so it might fit ok Feb 16 17:30:55 sethron, mine doesn't have it Feb 16 17:36:10 cryptk: perhaps because 2.2.4 is a mask? Feb 16 17:36:28 no clue Feb 16 17:37:25 cryptk: hmm, interesting, thank you. **** ENDING LOGGING AT Thu Feb 16 22:21:34 2012 **** BEGIN LOGGING AT Thu Feb 16 22:22:15 2012 **** ENDING LOGGING AT Fri Feb 17 02:59:57 2012