Live data from Hacker News

Why Geeks Should Love HP WebOS

developer.palm.com

21–30 of 180 posts

Re: Why Geeks Should Love HP WebOS

#21
post #10

#7: You can try cutting edge stuff. Yet you can't even do css background gradients. Real cutting edge.

CSS background gradients are visually appealing, but I'm not sure that's what users want to spend the ergs in their mobile device battery on.

I think it's about having the choice.

Re: Why Geeks Should Love HP WebOS

#22
post #3

#5: The source is easy to find. Does this mean that all apps' source is accessible, or just Palm namespaced applications?

PDK application are compiled C++, so you only have object code. Most of the apps HP ships on device are JS apps, so source is there. A developer can choose to only ship minified/obfuscated source code if they want, but there still has to be something for V8 to parse and execute.

Right, I understand that but what I'm getting at is: if I create an application that is purely JS/HTML/CSS based, will my source be available to other developers that put their phone into "developer mode"?

If so, is there any way to make it not publicly available?

Re: Why Geeks Should Love HP WebOS

#24
I loved my Pre when I was still with Sprint. By far the most enjoyable to use out of all the phones I've had. My biggest complaint was (and still is) the lack of applications. If HP is able increase their app library, they will quite possibly find me buying another WebOS device.

I really hope they succeed if only because of the openness of their phones. It feels amazing to have full access to your device out of the box without having to jump through 1.5 million jailbreak hoops.

Re: Why Geeks Should Love HP WebOS

#26
Why Geeks should hate HP WebOS:

Only one recent device (at the moment) and it is carrier exclusive in most countries (for me, in germany). I like the new devices and the operating system, but sadly, I also have a good contract with a different carrier.

So: sorry HP, but i'll pass. I never bought a locked phone and I will not start because of your hypergeeky operating system.

Re: Why Geeks Should Love HP WebOS

#28
Wow, browsing that site from my phone is a crippling experience, they have this:

     
..yet they haven't actually optimized the site properly for a small display, meaning it's not actually possible to scroll/zoom to see any full line of text (tested on iPhone).

Re: Why Geeks Should Love HP WebOS

#29

Earlier quoted context omitted.

PDK application are compiled C++, so you only have object code. Most of the apps HP ships on device are JS apps, so source is there. A developer can choose to only ship minified/obfuscated source code if they want, but there still has to be something for V8 to parse and execute.

Right, I understand that but what I'm getting at is: if I create an application that is purely JS/HTML/CSS based, will my source be available to other developers that put their phone into "developer mode"? If so, is there any way to make it not publicly available?

No, there's no way to completely hide the source. However, we do have a key manager API that can be used to hide encryption keys so they're not exposed in your source.
Post reply on HN