Comment Exclamation point (Score 3, Funny) 164
Comment Re:Wordplay (Score 1) 164
Beating Kasparov was nice, but this is much more difficult.
Comment Re:So what's the word, people. (Score 1) 390
They are able to work and vote without restriction. That is not true of Christian and Muslim Arabs, living in Israel.
I bet you didn't know that you're incredibly wrong. Any Israeli citizen can vote, regardless of religion. There are currently 14 Muslim members in the Israeli parliament. Muslims study freely in Israeli universities and work in Israeli companies. The same is obviously not true for Jews in most Muslim countries.
Comment Re:RUN! (Score 3, Informative) 92
Comment Re:Is there any advantage for EXT 4? (Score 1) 157
I also have to say that for a site that does so much benchmarking, phoronix is incredibly unprofessional. How about error bars on those bar graphs? Are caches cleared before each benchmark? Etc.
Comment Re:Does XEN have a future? (Score 2, Insightful) 88
KVM does not do paravirtualization, it virtualizes a full x86 processor (with all its overhead)
KVM does not need to do para-virtualization, but it can do para-virtualized I/O to get better performance (see virtio).
Comment Re:Does XEN have a future? (Score 2, Informative) 88
They're both Linux only at this point, and Xen effectively runs a forked version of Linux because it isn't, and won't be, upstream.
This is false. You can actually run various BSDs under Xen, and you can run Windows too.
I believe he meant that the hypervisor itself is a forked version of Linux. Sure, you can run any guest OS you want on both Xen and KVM.
Comment Re:Does XEN have a future? (Score 2, Interesting) 88
Redhat et al are doing xen
Correction: Red Hat aquired Qumranet, the inventors of KVM (link), so Red Hat is abandoning Xen in favor of KVM as well.
Comment Re:Nobody Cares (Score 1) 186
Comment Re:Do i need Erlang? (Score 1) 123
Once the operating systems handle them well, and application programmers are more aware of these issues, things will be much better in multi-core-land.