Comments on: Stop dwelling. Look forward. https://joshblog.net/2011/12/02/stop-dwelling-look-forward/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: ash https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22635 Mon, 05 Dec 2011 03:35:26 +0000 http://joshblog.net/?p=1263#comment-22635 today, web development sucks, see this: http://harry.me/2011/01/27/today-web-development-sucks/

the web needs a common bytecode and PNaCl + LLVM is the best option. i recommend reading the comments (like the one from ant57) here: http://news.ycombinator.com/item?id=2057415

i’ve tried the html/js/css combo with various frameworks. no question, it’s a kludge of crap. beyond writing a simple webpage, i couldn’t see myself as an html5 dev and enjoying my job.

but as a former flash/flex dev, i was at a crossroads. for my future, i’ve chose to write native iOS apps as an alternative to html5 web apps. go native or go home.

]]>
By: Josh Tynjala https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22609 Sun, 04 Dec 2011 21:19:15 +0000 http://joshblog.net/?p=1263#comment-22609 The idea of an open plugin is a noble one, but it would face a steep hill to adoption. Unless operating system vendors would install it by default, like they did with Flash Player for many years, it would end up being about as effective as Chrome Frame (another noble idea that hasn’t gotten very far). I don’t want to dismiss it, but I also think many web developers would be opposed to a plugin approach, even if it wasn’t proprietary.

If you’re still following the comments here, Mike, I’m curious to know what else you think I’m dismissing that you didn’t cover. I think it’s more that I’m advocating one specific option, and I didn’t spend time comparing it with alternatives.

]]>
By: Mike Kelp https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22529 Sun, 04 Dec 2011 06:06:23 +0000 http://joshblog.net/?p=1263#comment-22529 I think the sad truth of the matter is, browser vendors have proven historically that they value their point in political games be them standards, media formats, open / non-open source solutions, different rendering engines, different JS engines and different CSS formats regardless of longstanding standards way more than they value our time as developers for their users.

The most optimal solution regarding time to market and guarantee of success, though it disappoints me to say it, would be start developing a open plugin that supports the types of benefits Mitnick describes using formats and proven technologies that are already unproprietized and open, ie: AS3 (or any other appropriate language), SVG, etc. to fill in where their creators will not, or as you suggest, fight the battle to convince the browsers to do it for us.

It sickens me that it is coming to this all over again because of political BS regarding Flash / Flex, HTML 5, CSS 3, JS from corporate slap fights, uneducated buzz-word driven blind fanatics, and worst, developers unwilling to look at every language / technology if for nothing else to identify and understand the merits and build a better environment for us all. We need to start by reminding ourselves that we are where we are today mostly for that fact…we allow this constant feeling of “almost there” unifying technologies with no end because we can’t accept where they came from or why they started succeeding in the first place and so pit them against each other in arguments that only we and our users only lose from. We allow biases in ourselves that directly compete with the very passion for elegance, problem solving, and analytical thinking that our field of science demands of us (and yes, I count web development as part of Computer Science).

With this in mind, how can anyone claim JS was designed for any of the demands we ask of it today, not just in compilation, but as a language? ActionScript as a further implementation of the ECMAScript standard that at least stands in for JS in relative similarity while offering amazing flexibility as a language. If it didn’t have Adobe’s name on it, which it isn’t proprietized at all btw, or come from flash, do you think anyone would really have a problem liking it?

And is the diffused, fragmented environment that web browser vendors create and continue to encourage the same group of hands we want holding that future? I can’t bring myself to ask that of them when they can’t handle a single W3C standard to this day in completeness at even roughly a similar timeline, and this is completely ignoring the disaster they have made of CSS and JS. Even the ECMAScript standard itself became a political battlefield of corporate ownership and disagreements about what is best for the vendors as opposed to the best solution.

I felt this way long before the recent announcements from Adobe. We are so far behind where we should be because we didn’t make this realization long before Macromedia did all this work for us, actively leaving all of their formats and languages un-proprietized for us to build upon and take over at will. MS and Apple were never willing to step up to the plate with that. Now, I’m not sure our own community is willing to take a hard look and realize that shoving this all into JS / HTML / CSS is the poor move, as opposed to bringing AS3 and many other great technologies, regardless of their source into the standards fold.

Thanks for inspiring a thought-out conversation and I hope this comment is clear that my intention is to participate in that, albeit I am pointing out that I feel your post dismisses many options, only some of which I described.

Cheers.

]]>
By: Josh Tynjala https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22503 Sun, 04 Dec 2011 00:38:38 +0000 http://joshblog.net/?p=1263#comment-22503 Okay, so now we’re on another tangent about why Flash is better, argued among people who already know all these facts. If we can’t use Flash for a project because a client doesn’t want it, or because we need to target platforms that don’t support it, then any superior capabilities that Flash provides won’t matter at all. This leads me again to ask, how do we encourage browser vendors to improve their products?

]]>
By: Mitnick https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22500 Sun, 04 Dec 2011 00:05:55 +0000 http://joshblog.net/?p=1263#comment-22500 While coding in AS you use strong datatyping, vectors, work closely with garbage collector and use other things that makes you think more what is the end result for processor and what is going on in memory segments. All Actionscript is compiled down into bytecode and bytecode is then represented on virtual machine that is running on the users computer no matter what architecture he has, but Actionscript is not limited to just generated byte code from Actionscript OOP classes. In latest projects for bits that needed extra boost and will be executed many times I coded in C++ and compiled out SWC files, and tied them together with my resulting SWF, what gave me excellent performance on places I really needed it. Adobe is working now on Alchemy2 – IDE that will facilitate this approach more. For faster rendering on graphical data you now have Stage3D which allows you actually define the code in AGAL format, that is very low and can be uploaded directly to GPU for processing and showing the results directly to screen on windows using DirectX, and on MAC and Linux OpenGL. Next year beginning also available on mobile devices in AIR applications.

]]>
By: Josh Tynjala https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22489 Sat, 03 Dec 2011 21:18:23 +0000 http://joshblog.net/?p=1263#comment-22489 I’m aware of the ECMAScript origins of AS3; I got the joke. I felt it still deserved a legitimate response.

What’s the difference between CoffeeScript or AS3 compiling down to JS and AS3 compiling to bytecode? Arguably, its the same sort of abstraction.

]]>
By: Mitnick https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22484 Sat, 03 Dec 2011 20:41:48 +0000 http://joshblog.net/?p=1263#comment-22484 Josh, that was a joke – browser vendors won’t do this in a hundred of years unless w3c tells them to. Actionscript will stay for games and where better speed is required. CoffeeScript isn’t a real language. I Really do not like those languages what does some kind of magic for you and requires abstraction of what is actually going on under the hood. Flash is moving in the right direction allowing users to compile C++ code and upload code directly to GPU for execution.

]]>
By: Josh Tynjala https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22476 Sat, 03 Dec 2011 20:05:02 +0000 http://joshblog.net/?p=1263#comment-22476 No need to wait for browsers to implement your language of choice, Mitnick. The early successes of CoffeeScript show that you don’t need to write JavaScript if you don’t want to.

]]>
By: Mitnick https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22473 Sat, 03 Dec 2011 19:24:58 +0000 http://joshblog.net/?p=1263#comment-22473 You know what we should do? Since JavaScript is so week structured to create complex software comparing to ActionScript, we should call ActionScript JavaScript II and make a standard out of it and allow browsers to implement it.

]]>
By: Brendan https://joshblog.net/2011/12/02/stop-dwelling-look-forward/#comment-22471 Sat, 03 Dec 2011 19:14:47 +0000 http://joshblog.net/?p=1263#comment-22471 I think the tide will turn back to hybrid websites. Simply because of the job loss aspect for html programmers. I would rather hire an ex html turned flash guru that now needs to kick ass in html 5 and when js grows up ends up like as3 or java, then hire an html guy that will not cope with what’s coming. Oops did we make a mistake pushing for them web standards ? 😉

]]>