Hi, FYI, in a 'seeking danger' mood I just posted that to ruby-devel, you might also be interested. I am wearing my helmet ;-) Klaas ---------- Weitergeleitete Nachricht ---------- Betreff: Re: [ruby-devel] Possibilities of web applications Datum: Mittwoch 27 Januar 2010 Von: Klaas Freitag <freitag@suse.de> An: ruby-devel@suse.de Hi, [the following post does not reflect the opinion of my employer nor is it meant to be offensive, please read with a ;-) in mind. I simply could not resist. I am looking forward to discussing. ]
the Google I/O 2009 conference keynote talks about and demos some of the possibilities of web applications.
http://www.youtube.com/watch?v=S5aJAaGZIvk
Highly recommended ! I stopped watching it after the explanation of the canvas, I hope I did not miss important things, but really it was enough for me.
Google of course promotes the web and web apps because its their ecosystem and they really make good money out of it. From the google perspective its clear, but from our? I know, customers are asking for web apps, webapps are cool. They are cross platform and they are 'always there', you just need a browser. Other benefits? Hmmm. No standards in GUI elements, as a result no "standard GUIs", problems with security, performance, local data keeping, accessability etc. - all these kind of problems are not taken into account. The customer will notice these later, although we already went through all that. But what me as a developer bothers most is: Google wants us to redo from start, today it's called Javascript, not BASIC as it was called earlier, the language where people who claim they're software development experts tell us that they produce well tested, well engineered, reusable, maintainable and 'nice' code which is portable. All progress we did with object orientation over the years, with patterns for example is thrown away with Javascript. Instead we return into dark times without versioned libraries for example which don't provide real interfaces. Well, ok, I know, Rails for example is really going into the right direction, but still: Behind that we often stumble through a dark swamp of Javascript. Or who here in the audience has ever fixed a bug in jquery for example? Noone would argue that we have great alternatives on the desktop. With todays Qt or GTK toolkits nobody would go on a stage and show the "canvas example" because it is laughable to ask for applause for drawing a line on a canvas. Thats standard for years, using the device specific benefits like acceleration. Speaking about cross platform, yeah, you probably know that the browsers, in which one plays the Javascript are implemented with one of these toolkits, so what is really portable? I claim that the only reason why people really want webapps is: They are fed up with installing stuff. Installing and updating stuff on a machine is pain, early windows versions did a great job to poison all computer users with the software-install-does-not-really-work trauma. But wait, browsers still need to be installed locally. But that is not so bad as they have these neat feature that you only have to click "ok" if it tells you that its already old and can be replaced. All I am wondering about: I thought WE are the experts in software management? I know we have really great tools for that. So we have all bits and peaces together to make it completely easy and enjoyable for users to update their desktop (or personal device) software. We are not yet there, which I could experience with Fate for example where people always complained when they were asked to update. Fate was not asking "Do you want me to quickly upgrade myself?" because it was not easy to implement. I think we could make these kind of things easy, if we would investigate in that, rather than in latest web stuff. BTW, please do not associate desktop software with "not using the cloud" or internet or so. Everything is possible of course. Please also be sure to check out for example http://labs.trolltech.com/blogs/2009/05/13/qt-declarative-ui/ and see how little code is needed to do really breathtaking UIs with todays (gui) toolkits. How long will Javascript need to catch up? Yes, I know, you can have Win3.11 in Javascript - but who really is asking for ? ;-) regards, Klaas ------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
Great words that needed to be said. Will On Wednesday 27 Jan 2010 14:52:52 Klaas Freitag wrote:
Hi,
FYI, in a 'seeking danger' mood I just posted that to ruby-devel, you might also be interested. I am wearing my helmet ;-)
Klaas
---------- Weitergeleitete Nachricht ----------
Betreff: Re: [ruby-devel] Possibilities of web applications Datum: Mittwoch 27 Januar 2010 Von: Klaas Freitag <freitag@suse.de> An: ruby-devel@suse.de
Hi,
[the following post does not reflect the opinion of my employer nor is it meant to be offensive, please read with a ;-) in mind. I simply could not resist. I am looking forward to discussing. ]
the Google I/O 2009 conference keynote talks about and demos some of the possibilities of web applications.
http://www.youtube.com/watch?v=S5aJAaGZIvk
Highly recommended !
I stopped watching it after the explanation of the canvas, I hope I did not miss important things, but really it was enough for me.
Google of course promotes the web and web apps because its their ecosystem and they really make good money out of it. From the google perspective its clear, but from our?
I know, customers are asking for web apps, webapps are cool. They are cross platform and they are 'always there', you just need a browser. Other benefits? Hmmm. No standards in GUI elements, as a result no "standard GUIs", problems with security, performance, local data keeping, accessability etc. - all these kind of problems are not taken into account. The customer will notice these later, although we already went through all that.
But what me as a developer bothers most is: Google wants us to redo from start, today it's called Javascript, not BASIC as it was called earlier, the language where people who claim they're software development experts tell us that they produce well tested, well engineered, reusable, maintainable and 'nice' code which is portable.
All progress we did with object orientation over the years, with patterns for example is thrown away with Javascript. Instead we return into dark times without versioned libraries for example which don't provide real interfaces. Well, ok, I know, Rails for example is really going into the right direction, but still: Behind that we often stumble through a dark swamp of Javascript. Or who here in the audience has ever fixed a bug in jquery for example?
Noone would argue that we have great alternatives on the desktop. With todays Qt or GTK toolkits nobody would go on a stage and show the "canvas example" because it is laughable to ask for applause for drawing a line on a canvas. Thats standard for years, using the device specific benefits like acceleration. Speaking about cross platform, yeah, you probably know that the browsers, in which one plays the Javascript are implemented with one of these toolkits, so what is really portable?
I claim that the only reason why people really want webapps is: They are fed up with installing stuff. Installing and updating stuff on a machine is pain, early windows versions did a great job to poison all computer users with the software-install-does-not-really-work trauma. But wait, browsers still need to be installed locally. But that is not so bad as they have these neat feature that you only have to click "ok" if it tells you that its already old and can be replaced.
All I am wondering about: I thought WE are the experts in software management? I know we have really great tools for that. So we have all bits and peaces together to make it completely easy and enjoyable for users to update their desktop (or personal device) software. We are not yet there, which I could experience with Fate for example where people always complained when they were asked to update. Fate was not asking "Do you want me to quickly upgrade myself?" because it was not easy to implement. I think we could make these kind of things easy, if we would investigate in that, rather than in latest web stuff.
BTW, please do not associate desktop software with "not using the cloud" or internet or so. Everything is possible of course.
Please also be sure to check out for example http://labs.trolltech.com/blogs/2009/05/13/qt-declarative-ui/ and see how little code is needed to do really breathtaking UIs with todays (gui) toolkits. How long will Javascript need to catch up? Yes, I know, you can have Win3.11 in Javascript - but who really is asking for ? ;-)
regards,
Klaas
------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
Am Mittwoch 27 Januar 2010 14:58:19 schrieb Will Stephenson:
words that needed to be said. I think they are said on and on and on, but well, its Google...
Klaas
On Wednesday 27 Jan 2010 14:52:52 Klaas Freitag wrote:
Hi,
FYI, in a 'seeking danger' mood I just posted that to ruby-devel, you might also be interested. I am wearing my helmet ;-)
Klaas
---------- Weitergeleitete Nachricht ----------
Betreff: Re: [ruby-devel] Possibilities of web applications Datum: Mittwoch 27 Januar 2010 Von: Klaas Freitag <freitag@suse.de> An: ruby-devel@suse.de
Hi,
[the following post does not reflect the opinion of my employer nor is it meant to be offensive, please read with a ;-) in mind. I simply could not resist. I am looking forward to discussing. ]
the Google I/O 2009 conference keynote talks about and demos some of the possibilities of web applications.
http://www.youtube.com/watch?v=S5aJAaGZIvk
Highly recommended !
I stopped watching it after the explanation of the canvas, I hope I did not miss important things, but really it was enough for me.
Google of course promotes the web and web apps because its their ecosystem and they really make good money out of it. From the google perspective its clear, but from our?
I know, customers are asking for web apps, webapps are cool. They are cross platform and they are 'always there', you just need a browser. Other benefits? Hmmm. No standards in GUI elements, as a result no "standard GUIs", problems with security, performance, local data keeping, accessability etc. - all these kind of problems are not taken into account. The customer will notice these later, although we already went through all that.
But what me as a developer bothers most is: Google wants us to redo from start, today it's called Javascript, not BASIC as it was called earlier, the language where people who claim they're software development experts tell us that they produce well tested, well engineered, reusable, maintainable and 'nice' code which is portable.
All progress we did with object orientation over the years, with patterns for example is thrown away with Javascript. Instead we return into dark times without versioned libraries for example which don't provide real interfaces. Well, ok, I know, Rails for example is really going into the right direction, but still: Behind that we often stumble through a dark swamp of Javascript. Or who here in the audience has ever fixed a bug in jquery for example?
Noone would argue that we have great alternatives on the desktop. With todays Qt or GTK toolkits nobody would go on a stage and show the "canvas example" because it is laughable to ask for applause for drawing a line on a canvas. Thats standard for years, using the device specific benefits like acceleration. Speaking about cross platform, yeah, you probably know that the browsers, in which one plays the Javascript are implemented with one of these toolkits, so what is really portable?
I claim that the only reason why people really want webapps is: They are fed up with installing stuff. Installing and updating stuff on a machine is pain, early windows versions did a great job to poison all computer users with the software-install-does-not-really-work trauma. But wait, browsers still need to be installed locally. But that is not so bad as they have these neat feature that you only have to click "ok" if it tells you that its already old and can be replaced.
All I am wondering about: I thought WE are the experts in software management? I know we have really great tools for that. So we have all bits and peaces together to make it completely easy and enjoyable for users to update their desktop (or personal device) software. We are not yet there, which I could experience with Fate for example where people always complained when they were asked to update. Fate was not asking "Do you want me to quickly upgrade myself?" because it was not easy to implement. I think we could make these kind of things easy, if we would investigate in that, rather than in latest web stuff.
BTW, please do not associate desktop software with "not using the cloud" or internet or so. Everything is possible of course.
Please also be sure to check out for example http://labs.trolltech.com/blogs/2009/05/13/qt-declarative-ui/ and see how little code is needed to do really breathtaking UIs with todays (gui) toolkits. How long will Javascript need to catch up? Yes, I know, you can have Win3.11 in Javascript - but who really is asking for ? ;-)
regards,
Klaas
-------------------------------------------------------------
-- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
Am Mittwoch 27 Januar 2010 schrieb Klaas Freitag: > But what me as a developer bothers most is: Google wants us to redo from > start, today it's called Javascript, not BASIC as it was called earlier, > the language where people who claim they're software development experts > tell us that they produce well tested, well engineered, reusable, > maintainable and 'nice' code which is portable. Comparing Javascript with BASIC is just soooo wrong. Especially on a ruby list - taking that ruby does not even notice simple typos in variable names (on purpose I guess). > > All progress we did with object orientation over the years, with patterns > for example is thrown away with Javascript. Instead we return into dark Hmm, does code like "document.addEventListener" sound like a pattern used or not? > times without versioned libraries for example which don't provide real > interfaces. Well, ok, I know, Rails for example is really going into the Sorry, but I consume http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js as a different version than http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js - and I can even use different versions of javascript on different parts of a web application. Try that with gtk and qt. > right direction, but still: Behind that we often stumble through a dark > swamp of Javascript. Or who here in the audience has ever fixed a bug in > jquery for example? > Well, I guess it has to be me again: I did. When did you fix your last gtk or qt bug? > > Please also be sure to check out for example > http://labs.trolltech.com/blogs/2009/05/13/qt-declarative-ui/ > and see how little code is needed to do really breathtaking UIs with todays > (gui) toolkits. How long will Javascript need to catch up? Yes, I know, you > can have Win3.11 in Javascript - but who really is asking for ? ;-) > This doesn't strike me like a standard UI. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
participants (3)
-
Klaas Freitag
-
Stephan Kulow
-
Will Stephenson