Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:What? (Score 1) 75

In the West, I would think that most of karaoke happens at home or private parties.
Just like there are games where you play the guitar (Guitar Hero) there are karaoke games where you sing as well (Lips, SingStar).and some that include both. Those games alone sold about 50 million units (3 billion dollars), mostly in Europe.

Then there are a lot of people who just get stuff off of youtube and use a normal mic.

Comment Re:So what's the better option? (Score 1) 757

Linus is referring to Monotone, a distributed versioning system a bit similar to Git that was written in C++.
It uses the STL extensively, and it was slow because the STL is built on a paradigm where copies can easily happen without you being able to easily keep track of them.

Since C++11, work has been done to alleviate those problems with move semantics and in-place insertion.

Comment 10 years late to the party (Score 1) 757

The rant from Linus is famous and old. I don't understand why people are still discovering it today and why they feel the need to discuss it.
Linus doesn't like C++ as a systems programming language. He doesn't want any in his project. He never claimed that C++ was bad for everything, he just thinks it's bad for what he does (some people agree, some don't).

And he pretty much hates most other programming languages much more than he hates C++. He thinks that Java is horrible for everything for example.

Slashdot Top Deals

"The medium is the massage." -- Crazy Nigel

Working...