Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
The Internet

India Blocks Over 800 Adult Websites 205

William Robinson writes: The government of India has blocked over 800 adult websites through a secret order. “Free and open access to porn websites has been brought under check,” N.N. Kaul, a spokesman at the department of telecommunications said. “We don’t want them to become a social nuisance.” The ban has provoked debates in the country about extreme and unwarranted moral policing by the government. The action came after the Supreme Court of India had refused to ban porn sites in India.

Comment Hardly devastating, but a waste of several hours (Score 5, Insightful) 285

Program crashing at startup? Okay, let's add debugging statements.

Can't get the debugging statements to execute? Okay, let's try removing code.

Doesn't fix the problem? Okay, let's keep removing more... and more...

A couple hours later, so much code was removed that the entire program had become nothing more than an empty main function that still crashed. This led to the following rule which I try to follow to this day: Make sure that you're actually compiling and executing the same copy of the code that you're modifying. ;)

Businesses

Counterterrorism Expert: It's Time To Give Companies Offensive Cybercapabilities 220

itwbennett writes: Juan Zarate, the former deputy national security advisor for counterterrorism during President George W. Bush's administration says the U.S. government should should consider allowing businesses to develop 'tailored hack-back capabilities,' deputizing them to strike back against cyberattackers. The government could issue cyberwarrants, giving a private company license 'to protect its system, to go and destroy data that's been stolen or maybe even something more aggressive,' Zarate said Monday at a forum on economic and cyberespionage hosted by think tank the Hudson Institute.

Comment Re:Why children should NOT be taught to code (Score 1) 131

While I have to say I really loved the geometric proofs (we had them here when I went to school), I am not sure there was a single other pupil that did more than learning them by heart or ignoring them. They are excellent for the few that understand the ideas behind them, but a complete waste and an unnecessary burden for the others.

Comment Re:Why children should NOT be taught to code (Score 1) 131

I am with you here: You can improve logical thinking with coding (and with many other activities), but you need to have significant ability in the first place for that to work. Most programmers do not use logic to create their code, they use imitation. Consequentially, they do not have much of a clue what their code actually does besides the one main obvious function. That is why so much code is so unreliable and so insecure. That is also why most people will not benefit from learning basic coding skills and will never advance beyond those basic skills. Coding is hardcore engineering and doing it well requires significant talent in addition to training and experience. Without that talent, your chances of ever becoming good at it are non-existent.

Comment Re:They should make them all core subjects (Score 1) 131

On the other hand, while any learning is beneficial, some subjects are more so and some less. If you focus on those that are less useful, you are getting a negative effect as there is no time left for the more useful ones. It is difficult to decide what is most useful, admittedly.

I do not think that CompSci is a core subject. It is really important for society, true, but so are EE, medicine, city-planning, etc. Core subjects should be those that a majority will need often in their personal and professional life.

Comment Re:The Less You know, The More Scared You Are (Score 1) 262

Just proves my point: You have no clue what you are talking about.

No. For I'm knowledgeable enough to assess everyone else's competence in this matter.

Wow, somebody with god-like powers. Now that is credible...

The observation of intelligence in humans is an interface observation, it is completely unclear whether it gets created there and how that would work if so.

You are of course speaking of a "soul". And why wouldn't an AI had one too? Humans demonstrate it can be done assuming the thing exists in the first place, of course.

I am not. Not even that much is clear at this time. This could also very well be interaction with an universe where physics actually allows thinking matter. Or something else. Because it does not look very much like intelligence and consciousness generated by matter is possible in this universe. And it gets less and less plausible the more we know.

I am merely pointing out that by observing the interface of the box, you cannot find out what is in it or whether there are hidden communication channels. Ant observing the interface is all we can do at this time.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...