Live data from Hacker News

Viewing profile — hughsk

hughsk

HN member
Joined
Sun, Oct 14, 2012, 2:58 PM UTC
HN karma
315
Public activity
29 items

About hughsk

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #9567129

    https://github.com/aras-p/glsl-optimizer

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #7697893

    Note: > We may share information, including personally identifying information, with our Affiliates (companies that are part of our corporate groups of companies, including but not…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #7486703

    Alcohol is a drug. Unlike most other drugs though, alcohol withdrawal can be life-threatening and often requires hospitalization: http://en.wikipedia.org/wiki/Alcohol_withdrawal_sy…

  19. story
  20. story
  21. story
  22. comment
    Comment #6295040

    Thanks! Collisions/physics are handled by box2dweb, using a 2D greedy mesher to simplify the grid into quads: https://github.com/hughsk/continuous-box2d The terrain is a mix of a c…

  23. comment
    Comment #6294782

    Hurry! http://hughsk.github.io/ludum-dare-27/ All JS, using browserify and a bunch of modules but no framework :)

  24. comment
    Comment #6119966

    Thanks! Fairly feasible - the harder part would be resolving the correct files, with a small tweak to the API it'd be possible to pass that list to the tool directly.

  25. comment
    Comment #6119960

    Given one or more node-style CommonJS files, it resolves the files that are actually being used before including them. I'm looking to add a few other metrics, but I've updated the …