Live data from Hacker News

Viewing profile — hkgumbs

hkgumbs

HN member
Joined
Sat, Jul 30, 2016, 3:05 PM UTC
HN karma
454
Public activity
40 items

About hkgumbs

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #34830497

    I’m the post author, and I use this same polyfill. I even install it with the same NPM download method I wrote about.

  4. story
  5. comment
    Comment #30745338

    Yes, pretty much. It’s definitely cool that so many folks here have left positive feedback, but ultimately I don’t have the same bandwidth and motivation that I had when I started …

  6. comment
    Comment #30743996

    I’ve thought a lot about this! I’d love to create hardware someday that plugs directly into a keyboard and turns it into a music workstation. I recently came across the Wooting key…

  7. comment
    Comment #30742353

    Thanks a bunch! I wonder which gear brands you had in mind when commenting. Teenage Engineering had a big influence on how I make music, and I like to think some of their charm shi…

  8. comment
    Comment #30742164

    Hi HN! I’ve been working on Typebeat for a year and a half, and I decided yesterday to make the code public. There’s also a website where you can download the macOS build and try a…

  9. story
  10. story
  11. story
  12. comment
    Comment #24852065

    I'd highly recommend "The Beam Book" by Erik Stenman: https://blog.stenmans.org/theBeamBook/ A few years ago, I spent my free time building a Haskell BEAM codegen library, and that…

  13. comment
    Comment #24748376

    Fair enough, updated.

  14. comment
    Comment #24746795

    Author here—my understanding of the GPL matches that in the sibling comment. "GPL never says you cannot sell your software. It just says you have to provide source with it and you …

  15. comment
    Comment #24746650

    Author here—that's pretty embarrassing, and I'm not sure how I messed that up. I do recall having to retake the Activity Monitor screenshots between drafts, so I'm going to blame m…

  16. story
  17. comment
    Comment #24010115

    I submitted the initial version of Multi to HN 2 months ago [0], and the response was much larger than I was expecting. Initially, I just built Multi for my personal use, so I cut …

  18. story
  19. story
  20. story
  21. comment
    Comment #23465845

    A few years ago, I tried to use Core Erlang as a compiler backend. It's fairly straightforward to learn even without thorough documentation. I wrote a bit about my process to try t…

  22. comment
    Comment #23278524

    Thanks, these are nice clean ups! I added a note in the blog post that points to your Swizzler example. The final version of Multi didn't end up needing that NSBundle monkey-patch …

  23. comment
    Comment #23276760

    I built a few Swift CLIs before, but this was my first time working with AppKit (the macOS GUI framework)

  24. comment
    Comment #23276735

    Yup, that was exactly my workflow as well! And for building CLIs it's quite nice. Once I started using AppKit though, it felt like I kept running into things that weren't quite fin…

  25. comment
    Comment #23275504

    Thanks! Honestly my reasoning for avoiding XCode is fairly thin—I just hadn't used it before and didn't have it installed when I started. I imagine if I took the time to learn it, …