Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Yes it is. (Score 3, Insightful) 421

Where do you think those blogs are getting their info from? Their large collection of reporters circling the globe and getting the real scoop? Or do they just check out the big news sites for 99% of their stories? (Hint: the answer is B). So you have yet another layer of obfuscation and bias in there. Congratulations, your news is even worse.

Comment Just because you can do something (Score 2, Insightful) 44

Doesn't mean you should. Congratulations- you managed to write your app in the least effective way possible and got both the performance of javascript and the ease of writing code in C++. You are the biggest idiot on slashdot today. Your reward is getting to write a nice check to Dice for the slashvertisement.

Comment Re:Laziness (Score 1) 150

I think that HTML5 would make it far worse. Where do most of these bad programmers start? Where the barriers to entry are lowest-- javascript. You'd be making the problem worse, not better.

I do think that there's much improvement to be made with permissions on mobile phones. But that's a separate problem, and one a lot of the Android custom ROMs do well.

Comment Re:Laziness (Score 5, Insightful) 150

Design guidelines are just recommendations. Frequently bad ones. A developer should design the best UI he can, not follow what Google says regardless of whether it fits. And most developer guidelines, Google and Apple both, are crap.

The problem is that the whole app movement has brought in a whole slew of crappy developers who's idea of coding is to search stack overflow or git for stuff to copy paste. They don't read it, don't understand how to use it right, and expect it to magically work. Worse half of the people writing that code fall into the same category, so its the blind reading the blind. If you pick a library off of github and assume it will work, you deserve what you get. Unfortunately your users don't.

These people have been around for a while (they used to be "web developers" and program by copy pasting big chunks of javascript). The problem is that on a phone they can do more damage. In a world where the number of quality programmers is fixed and far less than the demand for programmers, how do you fix it? Making it easier to program actually hurts, you end up with those crappy coders trying to do even more. Maybe its time to raise the barriers to entry for a while.

Comment Re:No surprises here (Score 1) 119

Sure they are. My school had AP classes, but not everyone in the class takes the test- those who didn't think they would pass skipped it and save the 70 bucks. In each one the teacher suggested to a few people not to take the test because they didn't think they had the understanding to pass. In at least 1 case they talked someone into taking the test when they were borderline (I think he passed).

As for financial incentive- read the article. Google was paying teachers directly. It was going to the teachers, administrators not involved. With financial incentives I can easily see the teachers telling more/all of those tweeners to take it and see if they pass.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...