Live data from Hacker News

Viewing profile — uncanny

uncanny

HN member
Joined
Tue, Feb 09, 2016, 10:38 PM UTC
HN karma
3
Public activity
6 items

About uncanny

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
    Comment #33387670

    Programming Pearls by Jon Bentley

  3. comment
  4. comment
    Comment #24437622

    If it is too hard you’re doing it wrong.

  5. story
  6. 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.