Live data from Hacker News

Adobe AIR soars to loftier heights

infoworld.com

11–20 of 20 posts

Re: Adobe AIR soars to loftier heights

#11

I don't really understand AIR. Isn't it just an animation engine that's had a programming language bootstrapped to it, and then flung onto the desktop? Seems a little too hacked together for me.

From what I heard it's kinda like running Flash apps on your desktop.

It is exactly that, though AIR also provides desktop-level capabilities like local file and device access.

AIR is another attempt at the age-old "write once, run anywhere" concept. One reason I left HTML/Javascript web design and got into Flash was that I wanted the incredible luxury of writing for a single platform with a single set of implementation quirks; AIR is an attempt to extend that luxury to the desktop.

It's got quite a few steps left to take; the runtime install is seamless and only happens once, but the app install screens are needlessly scary, as we've discussed before. Still, for many situations AIR is not an unreasonable choice.

Re: Adobe AIR soars to loftier heights

#15

I don't really understand AIR. Isn't it just an animation engine that's had a programming language bootstrapped to it, and then flung onto the desktop? Seems a little too hacked together for me.

AIR is a wrapper around HTML (or Flash) that add OS-level hooks. It's like a super-charged Javascript. For instance: want to write to the file system? In AIR, Javascript (or Flash) gets an easy way to do this.

BTW, for anyone hacking AIR on the HTML side, check out ExtJS. Best JS framework I've seen for developing apps that look "app-like".

Re: Adobe AIR soars to loftier heights

#16
post #8

Question: are there any real world AIR applications out there other than Twitter clients?

Balsamiq Mockups has been getting a lot of good press lately: http://www.balsamiq.com/products/mockups

oh! I didn't know that Balsamiq was built on AIR. And only now did I know that a lot of people are still clueless abt AIR like me.

Re: Adobe AIR soars to loftier heights

#17

Question: are there any real world AIR applications out there other than Twitter clients?

I really like the SlideRocket presentation viewer. SlideRocket is an online app that lets you create presentations which you can then sync with an AIR app to view them offline too.

Re: Adobe AIR soars to loftier heights

#18
My wish for Adobe AIR (as posted in another article on HN) is to have the availability to distribute AIR apps with the runtime via your own custom installer. If you have a general purpose application (for non-hipsters) it's going to be a painful process having them jump through all the hoops of installing the runtime. Not to mention they probably will get the "Adobe Updater" at no extra charge!

Re: Adobe AIR soars to loftier heights

#19
> ..and even salting passwords with randomization modifications to help protect against dictionary-style attacks

Wow. That's like almost a computer rocket science. I simply stopped reading their review at this point, because if they are excited by salted passwords, I don't really care about what else they have to say. Especially if the final rating is 9.3 out of 10.

Post reply on HN