Live data from Hacker News

Viewing profile — jdtw

jdtw

HN member
Joined
Thu, Jul 11, 2013, 5:20 PM UTC
HN karma
1
Public activity
5 items

About jdtw

https://jdtw.us

Recent public activity

  1. story
  2. comment
    Comment #6208906

    Just FYI, the filename extension can be omitted. E.g. http://lowercase.billyjanitsch.com/one

  3. comment
    Comment #6208618

    The Greenwich reference is just to let you know that you're dealing with a latitude and longitude.

  4. comment
    Comment #6162259

    ~500ms with optimized Common Lisp: http://stackoverflow.com/a/18065714/2423072

  5. 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…