Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Measuring progress? (Score 1) 712

I think it's silly to measure the rate of technological progress by its impact on humans. The universe doesn't exist to entertain humans. Whatever science discovers about it, it's all progress. Some discoveries have a big impact on our lives, most do not.

Why would the rate of progress have slowed down? We have more scientists and better tools than 50 years ago. Doesn't make sense.

Comment Great economics (Score 4, Funny) 350

It's good for the economy to produce stuff that people have to replace regularly. We should produce crap that breaks every few months. That would really boost consumerism and spin up the economy. But what we really need are cheap and simple replacement societies. When a world police like the US bombs another country and takes their resources, they can just slap in a modern, cheap and simple solution. Benefit for all.

Comment D is nice, but... (Score 4, Interesting) 404

Programming in D is nice, but the situation is a bit annoying.

1. Tango vs Phobos. Phobos is the official standard library, but it seems most use Tango. Phobos is also pretty low level compared to Tango.
2. The reference compiler dmd is 32bit only, gdc is outdated and abandoned, and ldc is still alpha status and has missing features. Ldc is quite promising though.
3. D2 is maybe the biggest issue. It has very useful features, such as partial C++ compatibility, but D2 is a moving target and practically no library supports it. It's also unknown when or if ever D2 will become stable. I haven't seen much discussion about it in the newsgroup either.

Slashdot Top Deals

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...