Live data from Hacker News

Viewing profile — wwaites

wwaites

HN member
Joined
Wed, Mar 30, 2011, 1:57 PM UTC
HN karma
2
Public activity
4 items

About wwaites

No profile information was provided.

Recent public activity

  1. comment
    Comment #2415105

    seems to be back up now... the http headers suggest caching with a time of >30 mins is now in effect... i think caching and cache poisoning is generally hard to get right for dynam…

  2. comment
    Comment #2387393

    Thinking about this some more, I think to replace model.Package with an interface. The existing struct of that name will become JsonPackage that implements it. This is because the …

  3. comment
    Comment #2387365

    I think it depends. For the class of "quick hack to get some data from a JSON API and munge it" having to model the data can be a burden. Just using a Python dict and getting the v…

  4. story