Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hcm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hcm
1y ago
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 duckdb.)
2.
▲
by
hcm
2y ago
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 joy came from making up my own extra credit s
3.
▲
Counting OpenAI Tokens
(hmarr.com)
2 points
by
hcm
3y ago
|
1 comments
4.
▲
by
hcm
3y ago
https://hmarr.com
5.
▲
by
hcm
4y ago
Thanks! It's just a few dozen lines of CSS. The body font is Inter and the monospaced font is JetBrains Mono.
6.
▲
by
hcm
4y ago
Doh! Thanks for pointing out another silly mistake – I'll fix that.
7.
▲
Making a Go program faster with a one-character change
(hmarr.com)
511 points
by
hcm
4y ago
|
236 comments
8.
▲
by
hcm
4y ago
(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.
▲
Vitals: A tiny macOS process monitor
(hmarr.com)
3 points
by
hcm
5y ago
|
2 comments
10.
▲
by
hcm
7y ago
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.
▲
by
hcm
7y ago
Thanks!
12.
▲
by
hcm
7y ago
Thanks! We have plans to make it even more awesome from within GitHub :-)
13.
▲
Show HN: Dependabot automates dependency updates for Ruby and JavaScript (Yarn)
(dependabot.com)
1 points
by
hcm
9y ago
|
0 comments
14.
▲
10 years of Ruby security disclosures analyzed
(dependabot.com)
3 points
by
hcm
9y ago
|
1 comments
15.
▲
The Troubleshooting Tales: issues scaling Postgres connections
(gocardless.com)
2 points
by
hcm
11y ago
|
0 comments
16.
▲
Docker and CoreOS at Clearbit
(blog.clearbit.com)
4 points
by
hcm
11y ago
|
0 comments
17.
▲
by
hcm
11y ago
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. Performance seems good so far, and if it really becomes an issu
18.
▲
Building APIs: lessons learned the hard way
(gocardless.com)
20 points
by
hcm
12y ago
|
1 comments
19.
▲
by
hcm
12y ago
Similar to http://codecube.io/
20.
▲
by
hcm
13y ago
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 money with Direct Debit. We've been around for 2 a
21.
▲
by
hcm
13y ago
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 article about how I built it here: http:&#x
22.
▲
by
hcm
13y ago
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 something like term.js, and it'd work a trea
23.
▲
by
hcm
13y ago
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.
▲
CodeCube: Docker-powered Runnable Gists
(hmarr.com)
33 points
by
hcm
13y ago
|
5 comments
25.
▲
by
hcm
13y ago
Check out Hutch ( https://github.com/gocardless/hutch ) - a similar system built on top of RabbitMQ
26.
▲
by
hcm
13y ago
Thanks for posting this. Some of these ideas could work very nicely in hutch.
27.
▲
by
hcm
13y ago
Very interesting. How exactly does the retry-later logic work? Does it just push the message on to a 'deferred' queue, that you manually process at your convenience? Totally agree with your last paragraph, introducing a message qu
28.
▲
Hutch: Inter-Service Communication with RabbitMQ
(gocardless.com)
40 points
by
hcm
13y ago
|
10 comments
29.
▲
by
hcm
14y ago
Another open-source alternative is Sentry ( https://getsentry.com/ ), which supports multiple languages and frameworks. A hosted version is also available. The Ruby support in Sentry currently isn't quite as good as the Python support, but
30.
▲
by
hcm
14y ago
Perhaps it wasn't clear enough, but the post pointed out that typing 'bundle exec' and explicitly using --path isn't necessary. Once you've added one item to your PATH, and two lines to your bundler config file, you don't need to think abou
More ›