Live data from Hacker News

Viewing profile — hcm

hcm

HN member
Joined
Thu, Feb 04, 2010, 6:36 PM UTC
HN karma
606
Public activity
51 items

About hcm

Dependabot co-founder (now part of GitHub!)

Previously, I helped build Monzo and GoCardless.

http://github.com/hmarr http://hmarr.com

Recent public activity

  1. comment
    Comment #44691912

    Love it! For getting Apple Health data into duckdb, I’ve used this in the past: https://github.com/dogsheep/healthkit-to-sqlite . (You can load the SQLite database directly in duck…

  2. comment
    Comment #43087127

    I can't recommend nand2tetris highly enough – it's a great crash course in computer architecture, operating systems, compilers, etc. but also it's just mega fun. A big part of the …

  3. story
  4. comment
    Comment #36630334

    https://hmarr.com

  5. comment
    Comment #33596752

    Thanks! It's just a few dozen lines of CSS. The body font is Inter and the monospaced font is JetBrains Mono.

  6. comment
    Comment #33596383

    Doh! Thanks for pointing out another silly mistake – I'll fix that.

  7. story
  8. comment
    Comment #33565547

    (Author here) I don't see that in Chrome so had no idea that was happening – thanks for pointing it out! I'm not a fan of coding ligatures so I just pushed a change to turn it off.…

  9. story
  10. comment
    Comment #22400966

    I built https://grephub.com for that. It doesn’t maintain an index so it’s not super snappy, but it’s good enough / better than you’d expect in many cases!

  11. comment
  12. comment
    Comment #19990842

    Thanks! We have plans to make it even more awesome from within GitHub :-)

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #9578200

    Great article. We've just moved a large portion of our async jobs over from Resque to Que because of the huge benefits you get from transactional enqueuing and processing. Performa…

  18. story
  19. comment
    Comment #7834712

    Similar to http://codecube.io/

  20. comment
    Comment #7324559

    GoCardless (YC S11) is hiring senior software engineers and web operations engineers in London. We're a fast-growing online payments startup that makes it really simple to collect …

  21. comment
    Comment #6618287

    I'm working on CodeCube ( http://codecube.io ) - a pastebin that allows you to run the code snippets and see the output live in your browser. It's built on Docker. I posted an arti…

  22. comment
    Comment #6586619

    This is actually something I'd quite like to do with CodeCube - it wouldn't be hard at all. Replace SSE with websockets, attach to the container's stdin as well as stdout, add some…

  23. comment
    Comment #6586353

    For one, it's much faster. CodeCube also streams the output to the browser. Also, CodeCube is open source ( https://github.com/hmarr/codecube ).

  24. story
  25. comment
    Comment #6466843

    Check out Hutch ( https://github.com/gocardless/hutch ) - a similar system built on top of RabbitMQ