Viewing profile — uncanny
uncanny
HN member- Joined
- Tue, Feb 09, 2016, 10:38 PM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About uncanny
No profile information was provided.
Recent public activity
-
comment
Comment #38811432
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 …
-
comment
Comment #33387670
Programming Pearls by Jon Bentley
- comment
-
comment
Comment #24437622
If it is too hard you’re doing it wrong.
- story
-
comment
Comment #22243093
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.