Quotes of the week
[Posted April 4, 2012 by corbet]
Publicly making fun of people is half the fun of open source
programming.
In fact, the real reason to eschew programming in closed
environments is that you can't embarrass people in public.
--
Linus
Torvalds
/*
+ * Wikipedia: "The current (13th) b'ak'tun will end, or be completed, on
+ * 13.0.0.0.0 (December 21, 2012 using the GMT correlation". GMT or
+ * Mexico/General? What's 6 hours between Mayans friends.. let's follow
+ * 'Mexican time' rules. You might get 6 more hours of reading your
+ * mail, but don't count on it.
+ */
+#define END_13BAKTUN 1356069600
+extern int emulatemayanprophecy; /* End time before the Mayans do */
--
Theo de Raadt; Linux remains unprepared
Maybe I should ask the next person who submits a new architecture
to do that work, that's usually how progress in asm-generic happens
these days.
--
Arnd Bergmann
Although there have been numerous complaints about the complexity
of parallel programming (especially over the past 5-10 years), the
plain truth is that the incremental complexity of parallel
programming over that of sequential programming is not as large as
is commonly believed. Despite that you might have heard, the
mind-numbing complexity of modern computer systems is not due so
much to there being multiple CPUs, but rather to there being any
CPUs at all. In short, for the ultimate in computer-system
simplicity, the optimal choice is NR_CPUS=0.
--
Paul McKenney
(
Log in to post comments)