Live data from Hacker News

Viewing profile — janslow

janslow

HN member
Joined
Sun, Feb 19, 2017, 12:19 AM UTC
HN karma
12
Public activity
7 items

About janslow

[ my public key: https://keybase.io/janslow; my proof: https://keybase.io/janslow/sigs/2a2ld5oYOvplAbMnUuc9vey3y6YxTbhpFhtyg5jAM2M ]

Recent public activity

  1. comment
    Comment #35494571

    I try to use Make to bootstrap project-specific tooling when missing, by getting it to download (then verify) the tools, then delegate everything else to something like knit (or ju…

  2. comment
    Comment #28525290

    Agreed. I wasn't originally a fan of Go's error handling, but I do find it forces me to explicitly handle the error, I very rarely use a plain `return err` statement, instead wrapp…

  3. comment
    Comment #28513217

    This is unacceptable, in my opinion. Most of the properties I've rented in the UK have only have only had an inspection at the end, although one has had a mid-tenancy inspection, w…

  4. comment
    Comment #27631288

    In most cases, a breaking tooling change should only impact the root project (e.g., they need to change their readme from `go get` to `go install`), so there's only one codebase to…

  5. comment
    Comment #24690053

    The lack of support for context.Context rules out this project for me. All our cross-cutting concerns (tracing/monitoring, auth, timeouts) are built on top of the context pattern (…

  6. comment
    Comment #19049239

    One of the issues is that it's tied quite heavily to the Java compiler, so you may need to wait until Lombok supports a new Java version before you can use it. Also as it is compil…

  7. comment
    Comment #14037780

    Whilst Swagger Codegen doesn't create perfect libraries and some of the generators don't support all the features, once it's set up, it's just as easy to create a client for every …