Originally posted by artivision
View Post
Microsoft is not like Google who launches a service and drops it a year later. Microsoft is strongly committed to their products, which is why they're trusted and relied on so much. Microsoft's support makes Ubuntu's LTS releases look like a joke. Windows XP was released 10 years ago, and it will still be supported for 2 more years.
As for Linus Torvalds, he don't care about politics, socialism or free software. Linus cares about developing a good kernel and finds the open source software development model to be well suited for that.
Originally posted by Aleve Sicofante
View Post
Presumably it was worse before, and they actually "improved" the color pick function, but it still sucks.
Patches to Phoronix Test Suite are welcome.
I actually tried write a improved variant, but it has not been merged. Maybe it is not so good, but maybe it is at least better than the current implementation.
It uses HSL color rotation. But someone told me HSL have a problem that it does not map colors all that good.
PHP Code:
<?php
$items_to_benchmark = 16;
$h = 0;
$s = 100;
$l = 50;
if ($items_to_benchmark < 8) {
$increase_hue_by = 360 / $items_to_benchmark;
} else {
$increase_hue_by = 45;
}
for ($i = 0; $i < $items_to_benchmark; $i++) {
if ($h == 360) {
$s -= 33;
$l += 10;
}
$color = "hsl($h, $s%, $l%)";
echo "<div style=\"background-color: $color\"> </div>\n";
$h += $increase_hue_by;
}
?>

Originally posted by boast
View Post
Originally posted by scottishduck
View Post
AMD have more cores, so might be good for multi-threaded stuff like raytracing. While Intel might be better at gaming.
Originally posted by thofke
View Post
http://tango.freedesktop.org/Tango_I...eme_Guidelines
Originally posted by chithanh
View Post
Leave a comment: