While those of us who know how to wield the Internet wisely will have arrived at this conclusion, I still meet many people on a regular basis (especially women) that will try to challenge those ideas.
I don't blame them for thinking that way, the fitness industry has conditioned an entire generation into thinking cardio is the way to go and that high rep work with pink dumbbells is how you 'tone'.
The more articles there are like this, the more likely we will see a shift in how everyone tries to get fit.
My first coding book was c++ in 21days (HAH!). It did cover the basics pretty well but it took me a long time before the abstraction of objects really sunk in and templates I don't think we're especially well covered.
I probably bit off more than I could chew at the time, but I stuck with it because I was so hellbent on game programming. I didn't end up in game dev, but I think I became a better developer after spending so much time with a low level language.
So OpenGL ES (Embedded systems) was not different enough? I actually think OpenGL ES didn't go far enough in the initial spec.
ES 1.1 still has alot of the old fixed function pipeline, but then in 2.0 they scrapped it all entirely, opting for a smaller, more modern API. That, to me, was a bad move. I think they should've made the shader based pipeline in 2.0 part of the 1.1 spec.
To contradict everything I've said elsewhere on compatibility - I'm actually in favor of the 1.0/1.1 OpenGL ES standards and would have liked WebGL to offer 1.1.
My self deceiving justification in this instance is that plenty of platforms that can touch the web are still running hardware only capable of fixed function (eg. Intel 945GM).
Fixed function is easy to make safe, and offers a path to leverage 3d acceleration on these platforms that cannot be beaten in software. Sure its not as exciting as 3d with programmable shaders, but it is still useful 3d none the less.
I've delivered a paid contract that would say otherwise =)
(Not OpenGL ES1.1 but a similar narrow API. One frame latency penalty in my case as the calls enter a staging area for analysis one frame before tiling and dispatch).
Dont forget the original iPhone also has been fully sandboxed OpenGL ES1.x
So its already been done.
Things like PCC (NaCl) and Xax (to a lesser degree) also reveal surprising results as you would know.
Based on Wikipedia, the 945GM has a GMA950, which supports Pixel Shader 2.0. That should be enough for WebGL.
At that point, the issue is more likely to be driver quality. Allowing people to use weird fixed-function corner cases of the OpenGL spec would make problems more likely.
Are you kidding? The 945GM doesn't have fixed-function hardware! The entire 3D pipeline save for the shaders is implemented in _software_.
Intel didn't even add fixed-function hardware until the GMA X3000 series in the G/GM965 and GL960 chipsets. Hell, it looks like they removed it in everything since the i740.
Theres no reason this couldn't be a user permissions thing like the geolocation API's. If the user wants a particular page to have autoplay enabled, then the user should have the choice.
I think this is more symptomatic of IT in Australia. There are pockets of good developers here and there but far and away, the majority of developers in Australia are being paid well above their grade.
Apparently a team of 35 developers couldn't get Git working.. or mercurial.. or even SVN! And had to outsource source control to another company (I'm probably being unfair, the Devs may or may not have had a say in the matter).
Disclaimer: I'm a Principal Consultant with Readify.
I'm not familiar with this particular project, however I'd like to clarify a bit based on our engagement focus. Organisations like SEEK engage us to help improve development team process, with tooling on the side to support it.
While the case study talks about them engaging us to help with source control, it doesn't talk about an inability to get something like Git, Hg or SVN working. Instead, it talks to them getting some external advise about effecting an organisational change in their development teams. We also likely brought experience/scripts to help migrate their history from whichever ageing system they were in.
TL;DR: The SEEK devs wouldn't need us to come and help them just install an SCM and leave.
haha - knowing some of the Readify guys to be very skilled your judgment might not be 100% founded, but i have definitely experienced the "pockets" of which you speak.
I wonder what types of exercise trigger this effect and to what degree. Off the top of my head (going by their descriptions) team sports would be ideal not just for the exercise but the constant situational analysis, team work, running plays etc would increase the workload on the brain.
I don't blame them for thinking that way, the fitness industry has conditioned an entire generation into thinking cardio is the way to go and that high rep work with pink dumbbells is how you 'tone'.
The more articles there are like this, the more likely we will see a shift in how everyone tries to get fit.