Peyton List Quotes

We've searched our database for all the quotes and captions related to Peyton List. Here they are! All 2 of them:

A baseball team that knew its All-Star reliever had a genetic predisposition to rotator cuff tears could put him on a preventive strengthening program like the one Mackie Shilstone designed for Serena Williams and Peyton Manning. On the other hand, it could also use that information against him in contract negotiations, arguing that his services were less valuable than those of a hurler less likely to end up on the disabled list. For that reason, players’ associations have been wary of genetic science. In many sports, unions have been reluctant even to embrace wearable sensors, worried the data they captured would be used in ways that would undermine athletes’ negotiating power. DNA data, which reflects not just a player’s current physiology or performance but his immutable destiny, is an order of magnitude more sensitive.
Jeff Bercovici (Play On: The New Science of Elite Performance at Any Age)
Seibel: What's your desert-island list of books for programmers? Peyton Jones: Well, you should definitely read Jon Bentley's Programming Pearls. Speaking of pearls, Brian Hayes has a lovely chapter in this book Beautiful Code entitled, “Writing Programs for ‘The Book’” where I think by “The Book” he means a program that will have eternal beauty. You've got two points and a third point and you have to find which side of the line between the two points this third point is on. And several solutions don't work very well. But then there's a very simple solution that just does it right. Of course, Don Knuth's series, The Art of Computer Programming. I don't think it was ever anything I read straight through; it's not that kind of book. I certainly referred to it a lot at one stage. Chris Okasaki's book Purely Functional Data Structures. Fantastic. It's like Arthur Norman's course only spread out to a whole book. It's about how you can do queues and lookup tables and heaps without any side effects but with good complexity bounds. Really, really nice book. Everyone should read this. It's also quite short and accessible as well. Structure and Interpretation of Computer Programs. Abelson and Sussman. I loved that. And Compiling with Continuations, Andrew Appel's book about how to compile a functional program using continuation passing style. Also wonderful. Books that were important to me but I haven't read for a long time: A Discipline of Programming by Dijkstra. Dijkstra is very careful about writing beautiful programs. These ones are completely imperative but they have the “Hoare property” of rather than having no obvious bugs they obviously have no bugs. And it gives very nice, elegant reasoning to reason about it. That's a book that introduced me for the first time to reasoning about programs in a pretty watertight way. Another book that at the time made a huge impression on me was Per Brinch Hansen's book about writing concurrent operating systems. I read it lots of times.
Peter Seibel (Coders at Work: Reflections on the Craft of Programming)