Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:C/C++ code covers more complex legacy code (Score 1) 32

Rust [...] makes it harder for you to work around the compiler when it comes to memory.

... which, to be clear, is a good thing. Working around the compiler is dangerous and a code smell, so it shouldn't be something that is easy to do. It usually indicates that either the compiler's capabilities aren't sufficient to meet your needs (in which case, a better solution would be either a better compiler, or to re-evaluate the wisdom of your approach), or that you are doing something the wrong way and should find a way to do it that works with the compiler, rather than around it, so that you get the benefits of the compiler's co-operation.

Comment Re:Its NOT Stupidity (Score 1) 175

> That's not a "greed is good" Gordon Gekko speech

You say this, but then you say this:

> but because money is how we keep account of the things we do eat

If you think people should be able to coordinate the economy and grow/create the things they want, such as food, what you are saying is that greed is good. Wanting to be alive and having things to eat is greed; all wants and "needs" are just greed after all.

Its a political question; given the earths unknown but certainly finite ability to support human life, should people's wants and needs all be thrown equally into a market competition to see what gets satisfied, or should some learned elite decide the questions of whose wants to live are allowed and whose are not.

> At some point they will run out of other people's money to spend on energy solutions that can't make a profit ... but there's politics getting in the way.

Both of those statements are true; what you dont seem to realize yet is that you cannot both want to fix the "climate crisis" and want to believe in basic economics: that people's wants should be served by a market. You have to discard one or the other.

Comment Re:Are people this ignorant of basic online securi (Score 1) 79

Fortunately there is an easy fix. Education.

If education was an easy fix, we'd have an educated populace and ClickFix wouldn't be a problem.

The fact is, we live in eternal September. No matter how many people we educate, there's a unending firehose of exploitable n00bs arriving to replace them.

Comment Re:Go for it (Score 1) 95

I come down on the side of Tsiolkovsky: âoeEarth is the cradle of humanity, but one cannot live in a cradle forever.â

A baby in a cradle is the wrong analogy -- a better analogy is an internal organ inside a body. Yes, you can (with advanced technology and at great expense) remove the internal organ from the body and keep it alive externally for some time, but it's going to be unpleasant for everyone involved, and sooner or later the disembodied organ will wither and die, unless it is returned to the environment it was specifically evolved to live within.

Comment Re:Say hello to Wirth's law (Score 1) 79

OTOH the nice thing about software is that it's easy to update, so anyone is free to replace their slow/inefficient software with a faster/efficient version as soon as they obtain it, at which point their fast hardware should run the efficient software very quickly. Nothing (except possibly bad management decisions?) is preventing anyone from creating efficient software, either.

Comment Re:If all of AI went away today (Score 1) 149

The concept of artificial intelligence (AI) has been part of human culture for thousands of years, appearing in ancient myths and legends.

Perhaps it was referring to golems? That idea dates back to 400-500 BC, although really they behave more like traditional computer programs than anything we'd currently consider intelligent.

Slashdot Top Deals

Men take only their needs into consideration -- never their abilities. -- Napoleon Bonaparte

Working...