Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:How does an open source chip solve the problem? (Score 1) 359

There are only so many people in the world smart enough to even fully understand modern superscalar designs let alone contribute usefully to it.

These sentences make me say a big YES. It is imperative to replace current CPUs with something open source, peer reviewed by many eyes and understandable, even if it is slower, less power efficient and bigger.

Comment Re:It better not be. (Score 1) 515

KDE is the Gold standard in Linux Desktops. It has the most utilitarian behavior of all of the existing Linux desktops.

and on windows, check the binaries that exists, peruse,rkward, labplot, umbrello, krita, digikam among others. I use them daily without issue, hope someday calligra is back with windows binaries, sniff-sniff.

Comment I don't buy it. (Score 1) 341

I have seen terrible C++ code and it takes long to get correct. The arrogance of "C++ code is fast" is well known. With Golang they could have written the whole thing faster with similar speed. But even then, I am also suspicious of the C++ is 10x faster than Java for this kind of task. The frameworks or the quality of java code make a huge difference. I am even tempted to take a look in the Cassandra codebase to see what went wrong. Maybe the problem is that they have not updated to Java 7 or 8 practices which in my opinion is half of performance lost. The other half is that people try to have something working correctly and optimise later. But even in that case, I could still try C or D before delving into C++. I really don't buy the whole argument.

Comment A win for FOSS and AMD (Score 3, Insightful) 144

While the intended workflow for data crunching on the desktop is typically served by R/Python/Julia among others, there are times you have to do some processing for a huge amount of data for a spreadsheet you have open in front of you. This is where AMD/LibreOffice will shine and this is a good motive to buy AMD and LibreOffice.

Slashdot Top Deals

The biggest difference between time and space is that you can't reuse time. -- Merrick Furst

Working...