Quotebook by Tom Reeves
O N I N O I T A W R A E I T L B Q P T H T D S U O N I N
To me, photography is an art of observation. It’s about finding something interesting in an ordinary place… I’ve found it has little to do with the things you see and everything to do with the way you see them.
Elliott Erwitt
594
Total Quotes
352
Authors
39
Sources
457
Short

Nerdy aside: the “Random” button relies on a tiny chaos machine called Fisher–Yates. It walks the array from the end to the start, swapping each element with a random earlier one. Why it works (ELI5): imagine shuffling a deck by pulling a random card to the top over and over—every card gets an equal chance to land anywhere. It’s O(n), perfectly uniform, and very happy inside a browser.