Viewing profile — hcm
hcm
HN member- Joined
- Thu, Feb 04, 2010, 6:36 PM UTC
- HN karma
- 606
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About hcm
Previously, I helped build Monzo and GoCardless.
http://github.com/hmarr http://hmarr.com
Recent public activity
-
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…
-
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 …
- story
-
comment
Comment #36630334
https://hmarr.com
-
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.
-
comment
Comment #33596383
Doh! Thanks for pointing out another silly mistake – I'll fix that.
- story
-
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.…
- story
-
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!
-
comment
Comment #19990951
Thanks!
-
comment
Comment #19990842
Thanks! We have plans to make it even more awesome from within GitHub :-)
- story
- story
- story
- story
-
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…
- story
-
comment
Comment #7834712
Similar to http://codecube.io/
-
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 …
-
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…
-
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…
-
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 ).
- story
-
comment
Comment #6466843
Check out Hutch ( https://github.com/gocardless/hutch ) - a similar system built on top of RabbitMQ