From 8d7811b101fd2dff85d4c21d1475132ee6dca12d Mon Sep 17 00:00:00 2001 From: Erik Lindahl Date: Sat, 24 Aug 2019 20:43:17 +0200 Subject: [PATCH] Some quotes I bumped into last week Change-Id: I071d73bbdf9dca016d5d229baaad9db770509067 --- src/gromacs/utility/coolstuff.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gromacs/utility/coolstuff.cpp b/src/gromacs/utility/coolstuff.cpp index d9fdda509f..008db97231 100644 --- a/src/gromacs/utility/coolstuff.cpp +++ b/src/gromacs/utility/coolstuff.cpp @@ -944,6 +944,10 @@ std::string getCoolQuote() { "Or (horrors!) use Berendsen!", "Justin Lemkul" }, { "The absence of real intelligence doesn't prove you're using AI", "Magnus Lundborg" }, { "People who do QM/MM must be rather patient and enjoy quality over speed", "Kresten Lindorff-Larsen" }, + { "I don’t think we’re afraid of inline assembly.", "Szilard Pall" }, + { "I'm a strong believer that ignorance is important in science. If you know too much, you start seeing reasons why things won't work. That's why its important to change your field to collect more ignorance.", "Sydney Brenner" }, + { "It's more useful when you know what you're doing.", "Artem Zhmurov" }, + { "I have noticed a large, negative correlation between having a well-defined mission workload and concern for the Top500. It's almost like LINPACK is what you focus on when you don't know what to focus on.", "Jeff Hammond" }, }; if (beCool()) -- 2.11.4.GIT