Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:YES (Score 0) 375

It's already been demonstrated that when people believe a given thing, they will go out of their way to *continue* believing that thing. Even if you show them an overwhelming amount of evidence that they are wrong, rather than convincing them to change their opinion, they will instead double-down on their existing belief.

Combine that with the fact that there is a ridiculous amount of crap out there, from 'vaccines cause autism' idiots to Fox News, we *need* some kind of filtering to eliminate the nonsense that is put up there with the explicit purpose of misinforming people.

The only concern against something like this, is how easily/likely it would be for governments to subvert for pushing propoganda.

Of course, the end result will probably be that people stop using Google, cause being able to confirm their bias is far more important to people than the search engine they use.

Comment Re:Follow the money (Score 1) 136

This. It's to the point where a lot of options for iOS arn't even available in android.

Case in point: Scrabble. On iOS there is a free version with a metric crapton of ads, and a $10 paid for version with no ads.

Android? They don't even *offer* the $10 one. Only the version that gives craptons of ads. Not only that, the Android version was fond of crashing and not updating properly when the persons turn was over. I was shocked. As I was using iOS and my spouse was using Android, I was trying to find a word game that existed on both platforms and wasn't crap. Thankfully Wordfeud fit the bill. Available for both platforms, with similar buy options.

Now we're both on iOS because I don't have time to put up with the BS.

Comment No thanks (Score 1) 76

The last time I worked on a brand new Sony laptop, it was clear that Sony considered the laptop to be nothing more than a delivery vehicle for it's entertainment products. There was so much Sony crapware on the machine that, out of the box, it wasn't even usable until I uninstalled the majority of the junk.

I anticipate that Sony will force you to watch a movie trailer every time you turn it on, and won't let you use it until you've watched the whole thing.

Comment "Algorithm"? (Score 1) 142

Have I missed something?

I've always believed algorithms and neural networks to be essentially opposites to each other.

Algorithms are blocks of code that handles a predefined task. Classic example: quicksort vs bubblesort

Neural networks are a black box of systems that are trained with input until they produce the output you want. Further, even when it is working, you won't truly know what is happening internally, and you're only hope of knowing that it works is throwing a ridiculous amount of inputs at it and seeing how it responds.

Comment Re: why? (Score 1) 677

You've missed my point completely. It's not about how difficult it is to implement. It's about knowing when to implement it.

And I've seen enough hideous code to say that way too many programmers are not skilled enough to realize that they don't know how to make that judgement call, so it is infinitely simpler to simply advise them to not use certain constructs.

Comment Re: why? (Score 1) 677

Are you an anti-vaxxer as well? Because you're using the same logic that they use.

"It's not a problem anymore so we shouldn't have to do this and I resent being told what to do!"

It's not a problem anymore BECAUSE avoiding goto has become conventional wisdom.

If we start telling people that it's ok to use goto again, take a wild guess what will happen? We will go right back to the days of spaghetti code, except it will be that much worse now because software has become overwhelmingly more complex today compared to several decades ago.

The problem with self-described experts is that a lot of people think they're experts when in fact they are not, resulting in a hideous mash that some poor sap down the line has to somehow decipher.

It boils down to risk-reward. If there is a clear and overwhelming reason to use it, then go ahead. If not, then a convention control flow structure will be easier to debug, easier to maintain, and is less likely to cause an inadvertent bug because you jumped out of a code block without cleaning something up.

Comment Re:Well, yeah (Score 1) 677

Just peruse http://www.thedailywtf.com/ if you need emperical evidence.

That is a neverending wealth of evidence of how badly people code.

But your argument is silly. Of course banning conditional loops is dumb. You're right A determined programmer can make hash out of any programming language. The question becomes a matter of how easy it is for Dunning-Kruger code monkeys to mutilate their code while thinking they are doing things properly.

It's about raising the bar and forcing people to think in a more structured way.

"Banning" goto is like "Banning" jaywalking. Because enough people screw it up badly enough that it is simpler to just warn against it in general.

Comment Re: why? (Score 0) 677

Just because an expert does it, doesn't mean everyone should. An expert developer has a much better structural understanding of how a system works, and is better able to judge whether going against conventional wisdom is beneficial or not, risky or not, etc.

Anyone else doing is is just doing the programming equivalent of the cargo cult.

Comment Liability? (Score 1) 271

Not having any idea of the actual reasons behind these decisions, I'm going to pull a possibility out my... out of thin air.

Is it because their liability would increase dramatically if they implemented a more secure system and it still somehow gets compromised?

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...