Live data from Hacker News

Viewing profile — ericchiang

ericchiang

HN member
Joined
Fri, Mar 21, 2014, 7:30 PM UTC
HN karma
230
Public activity
30 items

About ericchiang

https://ericchiang.github.io/about/

Recent public activity

  1. comment
  2. comment
    Comment #48593179

    Wait this is awesome. A huge issue with Enterprise OAuth2.0 is managing all the random apps. Each with their own half-baked enterprise controls for managing scopes, token expiry, a…

  3. comment
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #9596373

    This is a very small amount of boilerplate around the golang.com/x/net/html package. If you need the huge feature set of goquery, use that. But I find this pretty suitable for my d…

  18. comment
    Comment #9595331

    rows := scrape.FindAll(table, scrape.ByTag(atom.Tr)) cols := []*html.Node{} for _, row := range rows { // Find returns the first result col, ok := scrape.Find(row, scrape.ByTag(ato…

  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story