Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iampims
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
iampims
6mo ago
I’ve started pair programming with Claude and it’s been pretty fun. We make a plan together, I type the code and Claude reviews it. Then we switch.
2.
▲
by
iampims
1y ago
You should write something about this…
3.
▲
by
iampims
1y ago
Great idea, poor naming. If you’re aiming for a standard of sorts, tying it to a specific software by reusing its name feels counter productive. “Ducklake DuckDB extension” really rolls off the tongue /s.
4.
▲
by
iampims
1y ago
but that'd be real money, not the Monopoly money they used to buy Ive/Windsurf...
5.
▲
by
iampims
1y ago
Not sure I would qualify sharding a DB that get 1M qps as straight forward. I agree with you that it seems that an org would be a natural sharding key, but we know that at this scale, nothing really is ever straight forward, especially when
6.
▲
by
iampims
2y ago
I just wish Meta would open source Scuba.
7.
▲
by
iampims
2y ago
lossy and simpler. IME, I've found sampling simpler to reason about, and with the sampling rate part of the message, deriving metrics from logs works pretty well. The example in the article is a little contrived. Healthchecks often ori
8.
▲
by
iampims
2y ago
Or sampling :)
9.
▲
by
iampims
2y ago
Some serious engineering here. Kudos!
10.
▲
by
iampims
2y ago
At a certain scale, exact computations (p50 for instance) become impractical. I’ve had great luck switching to approximate calculations with guaranteed error bounds. An approachable paper on the topic is "Effective Computation of Biase
11.
▲
by
iampims
2y ago
It'll work. Clickhouse has even experimental support for storing prometheus metrics natively. A big missing piece is alerting.
12.
▲
by
iampims
2y ago
Heroku is still around… …otherwise you can try Render, Fly.io, Google Cloud Run, Railway, etc.
13.
▲
by
iampims
2y ago
Nice work. The "about" link at the bottom of the home page links to https://hot.page/manifesto which is 404 Not Found.
14.
▲
by
iampims
2y ago
You mean this? A Docker registry backed by Workers and R2. https://github.com/cloudflare/serverless-registry
15.
▲
by
iampims
2y ago
If the LB is for HTTP traffic, check out Cloudflare’s offering.
16.
▲
by
iampims
2y ago
Rook would suit your problem space very well.
17.
▲
by
iampims
2y ago
July 1st can’t come soon enough.
18.
▲
by
iampims
2y ago
The best thing about PHP: shared nothing architecture. The worst thing about PHP: shared nothing architecture. It works extremely well until it doesn’t really scale anymore.
19.
▲
by
iampims
2y ago
AWS rakes in multi billion dollars in profit every year. They can definitely eat the costs of unauthorized requests to s3 buckets.
20.
▲
by
iampims
2y ago
It’s no different than running EKS in Multi-AZ configuration, except for the cross-az egress fees…
21.
▲
by
iampims
2y ago
Check out these models: https://replicate.com/collections/image-restoration Most of them can be run locally, but I’d recommend testing them with replicate before investing in understanding cog/docker/hf…
22.
▲
by
iampims
3y ago
They can’t because value is not exported. They must use the NewUsername function, which forces the validation. In my opinion, this pattern breaks when the validation must return an error and everything becomes very verbose.
23.
▲
by
iampims
3y ago
fwiw Apple entered and then exited the server space a while ago.
24.
▲
by
iampims
3y ago
Roads safe for cycling is half the battle. The other half is around zoning and mixing residential with businesses.
25.
▲
by
iampims
3y ago
Most interesting article I've read this week. Excellent write-up.
26.
▲
by
iampims
3y ago
Digitalocean supports it: https://docs.digitalocean.com/glossary/iso-image/
27.
▲
by
iampims
3y ago
That’s one expensive template engine…
28.
▲
by
iampims
3y ago
Quora’s data is next to useless.
29.
▲
by
iampims
3y ago
I’d recommend adding an example of the output to the repo’s README. Let us see what this tool can do without having to install it.
30.
▲
by
iampims
3y ago
Yes, Zig is best in class for C-interoperability. Go’s FFI support is alright, but I find using WASM/WASI more pleasant.
More ›