"My biggest contribution so far at Google has been Blockly." Nice - https://developers.google.com/blockly/ no real fan of google, but the tools and code churned out by individuals there is pretty interesting. This I will play with.
Blockly is awesome and often overlooked. It realises the idea of a real time scripting language, and should really be the thing devs reach for over flowcharts when they decide to implement a visual programming environment.
Ten Years at Google
11–20 of 73 posts
Re: Ten Years at Google
#12How do you feel to work in company that spy people, broke people's privacy, hide search results, delete peoples accounts, censors opinions and youtube channels ?
Haha, google ? - no thanks
Re: Ten Years at Google
#13"My biggest contribution so far at Google has been Blockly." Nice - https://developers.google.com/blockly/ no real fan of google, but the tools and code churned out by individuals there is pretty interesting. This I will play with.
Re: Ten Years at Google
#14"My biggest contribution so far at Google has been Blockly." Nice - https://developers.google.com/blockly/ no real fan of google, but the tools and code churned out by individuals there is pretty interesting. This I will play with.
Comparing the JavaScript vs blockly sample on that page I feel that the javascript would be much more readable even for a total newbie.
Take even the smallest snippet:
while (Count To you or me, this is pretty obvious. I've had kids ask me questions I'd never have thought of because I know this stuff already:
* What do the parentheses mean? * What is Count, is it a Javascript thing? * Is Count being set to 3? (I'm with you, the Blockly stuff is hardly legible to me. But to kids learning this for the first time, I can tell you from first hand experience the color/shape/block aspect makes a huge difference.
Re: Ten Years at Google
#15"My biggest contribution so far at Google has been Blockly." Nice - https://developers.google.com/blockly/ no real fan of google, but the tools and code churned out by individuals there is pretty interesting. This I will play with.
Re: Ten Years at Google
#16Earlier quoted context omitted.
Blockly is awesome and often overlooked. It realises the idea of a real time scripting language, and should really be the thing devs reach for over flowcharts when they decide to implement a visual programming environment.
I completely disagree. I think it looks horrible and cluttered and wouldn't like to look at a complex version of this over flowcharts.
You are right.
It looks horrible and cluttered and could be made better. Though visuals and design aside, the idea is sound. There is a real barrier b/w textual/visual in software. You don't see this in other physical disciplines like EE.
It would be interesting to have a better (easier to read, standardised etc.) version of these flow charts. Not impossible and possibly easier to trace, explain and see alternatives/improvements in design.
Re: Ten Years at Google
#17Re: Ten Years at Google
#18Re: Ten Years at Google
#19The title of the article is very misleading. I would have loved to read how Google changed on the inside over the last 10 years. Or maybe even how the author changed. Instead, we get some spam about some tool that is neat.