Live data from Hacker News

Viewing profile — ptgloden

ptgloden

HN member
Joined
Sun, Apr 15, 2012, 11:01 PM UTC
HN karma
369
Public activity
29 items

About ptgloden

https://ptgolden.org

Recent public activity

  1. comment
    Comment #20033261

    WHATWG also stands for "What working group", as in "What working group is going to work on extending HTML" http://ln.hixie.ch/?start=1086387609

  2. comment
    Comment #19485565

    http://archive.is/uxh3z

  3. comment
    Comment #16283167

    Although, both of those are possible with the little-known (and little-implemented) XML Linking Language (XLink), a W3C standard. XLink allows one to define links on arbitrary tags…

  4. story
  5. comment
    Comment #14706766

    I've really enjoyed using jxnblk's approach to styling. I started with basscss [1], then moved on to rebass, and finally settled on axs [2]. They all take more or less the same app…

  6. comment
    Comment #11817459

    PeriodO | Front-end developer | Part-time | Austin, TX and Chapel Hill, NC | http://perio.do/ | REMOTE PeriodO (Periods, Organized) is a two-year grant-funded project to help schol…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #6306764

    http://unhosted.org/

  13. comment
    Comment #6220181

    In ES6, you can write more terse immediately invoked function expressions. So you could use var a = (prop => prop > 5 ? prop : whatever)(objImUsing.prop.someLongName) rather than v…

  14. comment
    Comment #6179210

    On points 1 and 3 especially, I highly recommend Bike Snob NYC's new book "Bike Snob Abroad." [1] He writes about the viability and acceptability of everyday cycling in New York Ci…

  15. comment
    Comment #5672392

    http://ccbv.co.uk/ That site helped a lot when I was first getting the gist of CBVs. Browsing Django's source for the views was surprisingly unpainful, and doing that was aided by …

  16. comment
    Comment #5326579

    Agreed on the console not displaying objects well. I find that to be especially true with DOM nodes. FF: >>> document.getElementsByTagName('div') (pocs:({}), pocs0:({}), pocs1:({})…

  17. comment
    Comment #5326492

    I'd also like to see more readline-like behavior. It's hard to stop entering C-p and C-n to explore the command history, which currently bring up a print dialog/new window. Current…

  18. story
  19. comment
    Comment #4862223

    "The Libyan governing authority for .ly domains, NIC.ly, explained this week that domains that run afoul of the country's 'morality' laws are being taken offline" http://arstechnic…

  20. comment
    Comment #4846211

    "Give me your tired, your poor, your huddled masses yearning to breathe free." - a certain statue's impossibly brutal attack on sanity

  21. comment
    Comment #4794728

    Dates in JavaScript can represent 10^8 days from 1/1/1970 in either direction. For more, see: http://www.merlyn.demon.co.uk/js-datex.htm#RoND

  22. comment
    Comment #4749925

    Class based views have really helped me get rid of ugly, complex, and deeply nested form handling views. I recommend looking at the source for the form wizard views mentioned in th…

  23. comment
    Comment #4744715

    There's also 'git reset -p' to interactively unstage changes

  24. story
  25. story