Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Programming

Video Will Google's Dart Language Replace Javascript? (Video) 180

Seth Ladd, Google Web engineer and Chrome Developer Advocate, is today's interviewee. He's talking about Dart, which Wikipedia says is 'an open-source Web programming language developed by Google.' The Wikipedia article goes on to say Dart was unveiled at the GOTO conference in Aarhus, October 10–12, 2011, and that the goal of Dart is 'ultimately to replace JavaScript as the lingua franca of web development on the open web platform.' A bold aim, indeed. Last month (June, 2014), InfoWorld ran an article by Paul Krill headlined, Google's Go language on the rise, but Dart is stalling. Seth Ladd, unlike Paul Krill, is obviously rah-rah about Dart -- which is as it should be, since that's his job -- and seems to think it has a growing community and a strong place in the future of Web programming. For more about Dart, scroll down to watch Tim Lord's video interview with Seth -- or read the transcript, if you prefer. (Alternate Video Link)

Comment Re:Can't we just say people took naked pics? (Score 1) 231


All those erase cycles would wear out the flash memory much faster.

The wear limits, and wear leveling on flash memory are such that even with heavy usage you'd still outlive the lifetime of the phone by an order of magnitude at least. (on the order of 1,000,000 erases). A phone is never even going to approach heavy usage. So I reject the idea that we can't erase because it'll wear out the flash memory prematurely.

Comment Re:Cry Me A River (Score 4, Insightful) 608

But the real problem is this impression that you have to be born 80% as smart as Einstein to get into this field, and that the learning curve is impossible for regular people. That's totally wrong. Average intelligence plus persistence is all you need.

What you really need is to deal with this anti-intellectualism that's so popular in the culture today, and replace it with genuine curiosity, a joy of discovery, and a delight at learning new things.

Do that, and the rest will naturally follow, and not just in software development.

Comment Re:Python for learning? Good choice. (Score 1) 415

I'll disagree on that. We use white space to communicate our programs' block structure to other humans. Why should we use a different syntax to tell the compiler the same information?

IMHO it's far easier to logically get it right with braces and pretty-print it for proper indentation than fiddling around with whitespace.

Comment Can't we just say people took naked pics? (Score 4, Insightful) 231

Why do we still talk like we're in middle school? Why the code talking? "personal pictures", "manhood"? Can't we just say they found pictures of guys penises, and nude to semi-nude women?

People take nude photos of themselves, don't realize it's still on the phone, and sell the thing. The fault lies with the cell phone makers who aren't actually doing real deletes of pictures. That's just dumb. Back when storage medium was on a hard drive, and computers do a LOT of IO, deleting the reference to the file made sense to improve performance. But all phones use flash as storage, and there's simply not a lot of IO that's going on in your typical phone usage. The OS should be wiping the file, or at the very least remove the reference, and wipe the file at a later (but soon) time after (like perhaps while the user is typing something and is otherwise idle).

The reality is phones get stolen, and the data is far less secure than on a PC. The OS needs to keep up with that. Deleting data for good should mean actually deleting the data. The shortcuts that've been done in the past should be a thing of the past.

Comment Re:Responsive Design Mode (Score 1) 60

That wall of screen was a tradeshow display -- by Google, of course. But check this link (it's in the intro text) again: https://groups.google.com/foru...

The idea isn't that every Web designer in the world should have his or her own wall of screens, but that you and other people who make sites and games and such might collaborate on setting up a group of displays that includes some of the most popular OSes, browsers, and device form factors.

I have always been shocked at how many people who make websites design for a browser, OS, and screen size just like theirs. I remember a conversation in 1998 or so with with a web designer who said, "But our target audience is like you and me - they all have big monitors."

I said, "Really?" and hauled out my little laptop. "What if I'm looking at your site in a hotel room someplace instead of in my home office?"

"Oh," he said.

Comment Re:All web devs shouldn't *need* a device lab (Score 1) 60

While I was going through this video to add titles and intro/outro music etc., then writing the text intro, I kept thinking about the anybrowser movement and the guy I first heard about it from, Jeffrey Zeldman - http://www.zeldman.com/

I think I'll do an interview with him. He is like the original godfather of web design, and a great guy in general.

Slashdot Top Deals

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...