Viewing profile — jdtw
jdtw
HN member- Joined
- Thu, Jul 11, 2013, 5:20 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jdtw
https://jdtw.us
Recent public activity
- story
-
comment
Comment #6208906
Just FYI, the filename extension can be omitted. E.g. http://lowercase.billyjanitsch.com/one
-
comment
Comment #6208618
The Greenwich reference is just to let you know that you're dealing with a latitude and longitude.
-
comment
Comment #6162259
~500ms with optimized Common Lisp: http://stackoverflow.com/a/18065714/2423072
-
comment
Comment #6162194
That's an old(ish) version. They've probably done a bit of optimization. For example, with the (speed 3) optimization, and letting the compiler know that sum is a fixnum, I can get…