Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uncanny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
uncanny
3y ago
I just upgraded to the top M3 Max CPU from the top M2 Max CPU. I benchmarked several test suites to compare the machines. The test suites for two different Rails applications were around 10% faster on the M3 Max. A test suite for a Go web a
2.
▲
by
uncanny
4y ago
Programming Pearls by Jon Bentley
3.
▲
by
uncanny
6y ago
If it is too hard you’re doing it wrong.
4.
▲
The Context Overridable Global Pattern in Go
(jackchristensen.com)
2 points
by
uncanny
6y ago
|
0 comments
5.
▲
by
uncanny
7y ago
You can use a type that marshals the Go zero value to database null and vice versa. https://godoc.org/github.com/jackc/pgtype/zeronull provides a UUID type with that behavior.