Live data from Hacker News

Viewing profile — abglassman

abglassman

HN member
Joined
Tue, Aug 18, 2015, 10:09 AM UTC
HN karma
31
Public activity
17 items

About abglassman

No profile information was provided.

Recent public activity

  1. comment
    Comment #16367255

    This is a great idea. I could see becoming a customer of yours if you added: - payment in USD - Ability to provide a post-receive hook to run validation / tests / benchmarks, and s…

  2. comment
    Comment #16291406

    This is a rare case where it seems useful for me to externalize my inner monologue: "Well, this just looks like Jupyter lite... oh, wait, this is Mike Bostock's project? He's built…

  3. comment
    Comment #14844191

    https://eklitzke.org/ http://www.onebigfluke.com/

  4. comment
    Comment #14664116

    Seconded, big time. Blockchain was a hand-wavy haze for me until I got my hands on this book. As a programmer it's frustrating to read most high-level summaries of cryptocurrency/b…

  5. comment
    Comment #13410396

    I love this book for how approachable, readable, and even enjoyable it is. Skiena does a great job of motivating each of the algorithmic techniques. I recommend this one widely.

  6. comment
    Comment #13250804

    Then you are absolutely going to hate the article I recently contributed to Gopher Academy's advent series, https://blog.gopheracademy.com/advent-2016/go-syntax-for-dsl... , about …

  7. story
  8. comment
    Comment #12509927

    Stabby! Several thumbs up to the point #1, that interface boundaries needn't be coincident with service boundaries. In my experience, the benefit of breaking out microservices is t…

  9. comment
    Comment #12218869

    I think this is good advice- risk management is important in managing your own career. It's easy to get complacent with recruiter outreach hitting your InMail at a steady clip but …

  10. comment
    Comment #12168712

    His longer tutorial http://marksheet.io is great, and his CSS framework, http://bulma.io , is also really handy.

  11. comment
    Comment #11940963

    "Casual" being the operative term here. Nixon et al had plenty to say behind closed doors that at least for the last generation or two, would not be tolerated by the decent voting …

  12. comment
    Comment #11918864

    And the founders each loaned the company $100k out of their own pockets at "the lowest possible interest rate." There's a lot of laudable humility and self-accountability in this p…

  13. comment
    Comment #11911312

    Great checklist.

  14. comment
    Comment #11894776

    tag is very cool, but please don't implement the shortcuts with shell aliases: ~/badcode$ echo "func" > badfile.go\;\ echo\ \"Gotcha\!\" ~/badcode$ ls badfile.go; echo "Gotcha!" ~/…

  15. comment
    Comment #11708411

    That's http://abstractions.io/ - I'll be there too as a CFP speaker! They got a dynamite lineup of invited speakers, and the CFP topics are pretty exciting, too.

  16. comment
    Comment #10547769

    I'm pretty keen to play with Elm, but it gives me some pause that an app like this (or the demo at https://github.com/evancz/start-app ) results in... 11k lines of Javascript. Neve…

  17. comment
    Comment #10078355

    I use ngrok a fair bit, often for handling OAuth and other webhooks. One really nice feature is the ability to record, inspect, and play back incoming HTTP requests. It's not space…