Live data from Hacker News

Ask YC: Whats better than AJAX?

news.ycombinator.com

21–30 of 32 posts

Re: Ask YC: Whats better than AJAX?

#21
post #18

If I had to guess what would be big, I would guess that it could be some sort of push technology [read: not http in its current form] Currently it's difficult to create efficient multi-user systems on low bandwidth and high data rates, with RSS clients pinging servers every three minutes to check for new content and ajax calls every three seconds to check page changes and do autosaves, etc, that is a lot of undue str…

Well, this might be true. But, polling every three seconds to see if your page has changed is just bad practice. There's plenty of discussion out there on the web on how to do this better.

Re: Ask YC: Whats better than AJAX?

#22
post #7

If Adobe AIR and Microsoft Silverlight continue to gain traction then they could begin to replace AJAX-style implementations for feature-rich web sites. The key word here is could .

Ok. This comment will be a little over the top, but here goes. I'm actually getting sick of how MS releases products. I never used to care enough to think that having everything under the sun covered was a problem. I think in the end, Microsoft's enormous technology and feature base will be what does them in. To use Silverlight as an example, I think it sucks. It's bloated and I don't get it. I'm tired of playing cat…

From what I have read silverlight is actually the opposite of what you said. Granted I dont know if its all true, only regurgitating what I have researched and read. It's actually not that bloated and is supposed to run javascript about a 1000 time faster since its compiled and not interpreted. It will be interesting to see how it develops and competes with flash.

I agree that keeping up with the many languages is difficult. But it's necessary if you want to be the best and on top of the game. Test drive a lot of different languages and pick the one that meets your needs and feels most comfortable. Sometimes driving more then one language is the best option.

We could argue until we are all blue in the face about what the best language is and what the next "big one" will be. I wouldn't focus as much on the language in 10 years, no one is looking to utilize that today. The future is important (as many get rich making it) but keep in mind a lot of companies that have been ahead of there time got bit in the ass from it.

Re: Ask YC: Whats better than AJAX?

#24

Well, if I was to predict the future I would say that we will see new browser architectures that will allow new types of code to be written that are not currently possible. I think web browsers will be more like a VM that can run any kind of code compiled to them instead of being forced to render only HTML and JavaScript. I would take a look at the things about web development that people currently complain about and…

That sounds eerily reminiscent of Java applets.

Perhaps, if it wasn't for the screwed up security model that prevented you from doing a lot of the exact same thing that the browser prevented you from doing (for "security" reasons), the fact that most java applets had a UI that looked like shit, and that you had to write it in Java. I'm thinking more like improvements uppon Adobe's AIR platform.

Re: Ask YC: Whats better than AJAX?

#25
post #7

Earlier quoted context omitted.

Ok. This comment will be a little over the top, but here goes. I'm actually getting sick of how MS releases products. I never used to care enough to think that having everything under the sun covered was a problem. I think in the end, Microsoft's enormous technology and feature base will be what does them in. To use Silverlight as an example, I think it sucks. It's bloated and I don't get it. I'm tired of playing cat…

From what I have read silverlight is actually the opposite of what you said. Granted I dont know if its all true, only regurgitating what I have researched and read. It's actually not that bloated and is supposed to run javascript about a 1000 time faster since its compiled and not interpreted. It will be interesting to see how it develops and competes with flash. I agree that keeping up with the many languages is di…

I'm not familiar with silverlight but if it's not cross platform (does it run on my Linux box) it's bound to loose. One of the advantages of building web applications is that people on any platform (pretty much) can run your application. Microsoft has been trying to maintain their Windows desktop monopoly by pushing technologies to write websites that only work with Windows/IE. Once again I don't know if SilverLight suffers from this but knowing Microsoft I would guess it does.

Re: Ask YC: Whats better than AJAX?

#26

Earlier quoted context omitted.

From what I have read silverlight is actually the opposite of what you said. Granted I dont know if its all true, only regurgitating what I have researched and read. It's actually not that bloated and is supposed to run javascript about a 1000 time faster since its compiled and not interpreted. It will be interesting to see how it develops and competes with flash. I agree that keeping up with the many languages is di…

I'm not familiar with silverlight but if it's not cross platform (does it run on my Linux box) it's bound to loose. One of the advantages of building web applications is that people on any platform (pretty much) can run your application. Microsoft has been trying to maintain their Windows desktop monopoly by pushing technologies to write websites that only work with Windows/IE. Once again I don't know if SilverLight…

Microsoft has been untraditional in their ways with Silverlight by developing and openly promoting cross platform versions of it. I know there is an OSX version and I think a Linux version is in the works.

They must realize that the only way they will gain acceptance amongst hackers is to convince them that Silverlight is not a traditional MSFT product. A few months ago they were kissing ass to Arrington and a few others trying leave positive impressions about the platform and convince everyone of its openness.

But they may already be in trouble because AIR seems to have an edge in early adoption so far. Pownce is written in AIR for example.

It'll be interesting to see how things play out. There is a huge need for certain features of Silverlight and AIR (like local file system access and a network API), but I dont know if those will be compelling enough to drive either of these to "critical mass".

Re: Ask YC: Whats better than AJAX?

#28

I've actually grown weary of the whole browser/css/javscript crap that I have to deal with to make things work... I've been playing with Flex lately. It's a step back in some ways, but it is nice in others. Feels more like thick client development than thin client.

How so a step back?

Really a lot of my pain is the IDE (eclipe is a step back from something like VS.NET 2k5 with Resharper, come on ctrl-tab doesn't work!), but some of the things feel half baked (if you are doing "code behind" components, you have to name them different things since there's no concept of partial classes or even files with the same name, but different extensions (mostly because the .mxml is compiled to .as3 with the same file name I think)).

You end up having to write a lot of custom controls simply because the ones built in are great for rapid POC type stuff, but aren't necessarily what you want for your "real" app. Then you're just trading one set of community developed stuff for another.

I also looked at OpenLazslo and it's pretty neat, although it's lack of IDE, community support and the fact that it's stuff crashed my system a bunch (nothing like having to install tomcat on a vista box) turned me off (the ol site was down while I was testing it, and has been down numerous times when I've been demoing it, so that's a huge problem).

Re: Ask YC: Whats better than AJAX?

#29
post #11

It doesn't matter. Really. Just do something. Anything. What you learn (about everything) from the doing will be way more important than any (temporary) technical skills you acquire.

Yes, instead of prognosticating, do something. The domain and business experience are more important than the hacking stuff you learn (come on, you don't want to be a hacker in 10 years anyway, do you?)
Post reply on HN