paulreiners

↗ HN profile [ 60.1 ms ] full profile
Karma
137
Created
February 21, 2008 (18y ago)
Submissions
0
  1. I agree with Guy Steele (164543.spreadshirt.com)
  2. Y Combinator in FT EDSL (stackoverflow.com)
  3. Color Survey Results (blag.xkcd.com)
  4. Does anyone else try to use the golden ratio in their GUI components? I've been doing this for awhile now and it does make them look better, I think. final double goldenRatio = 1.61803399; dialog.setSize( DIALOG_WIDTH,…

  5. Silence isn’t Golden (cringely.com)
  6. For this exercise in Graham's "ANSI Common Lisp", when I add declarations to the ray-tracer program, it actually runs slower. Can anyone explain to me why that is? My code with declarations is available here:…