Live data from Hacker News

Viewing profile — chrj

chrj

HN member
Joined
Fri, May 23, 2008, 8:20 AM UTC
HN karma
22
Public activity
24 items

About chrj

[https://github.com/chrj]

[https://www.linkedin.com/in/joergensen/]

[ my public key: https://keybase.io/chrj; my proof: https://keybase.io/chrj/sigs/56w8yTAfijn_HueGC4KB-rXm4wJYDtMsIo5-NBaiyfs ]

Recent public activity

  1. comment
    Comment #39923230

    Your resume and website links use an SSL cert with CN=choinki.rootxnet.com resulting in validation errors. Ignoring those, I get a HTTP 502 accessing them.

  2. comment
    Comment #39905967

    I'd really like to see an application level VPN that plays well with Go to `Dial` a `net.Conn` or `Listen` for a `net.Listener` in my Go application.

  3. comment
    Comment #12296756

    Go needs to re-build the stdlib packages with the new build tag as well. You could install go locally somewhere in ~ and point GOROOT there.

  4. comment
    Comment #12296505

    Most likely it depends on the `net` package which can use `getaddrinfo` for dns lookups. Try using the `netgo` build tag: go install -tags=netgo github.com/google/git-appraise/git-…

  5. comment
    Comment #11303534

    If you have the private key, you can decrypt it in Wireshark.

  6. comment
    Comment #9784486

    Not without involving the reflect package. So no good way.

  7. comment
    Comment #9678237

    What's apt-get safe-upgrade? You should be safe enough with just a regular apt-get upgrade.

  8. comment
    Comment #9412894

    They're not the same thing. This is about code generators ( https://blog.golang.org/generate ) while in Python context you're most likely talking about iteration.

  9. comment
    Comment #8119138

    How would these Internet "coop's" deal with the tech support? I would worry that regular users would constantly have all sorts of problems with spyware, viruses, cheap APs/routers …

  10. comment
    Comment #7867909

    If you don't give your name or other identification, how would they hold you responsible if you abused the connection?

  11. comment
    Comment #7291614

    As long as it's only used and distributed internally, I don't believe the GPL has a problem with them modifying it without disclosing their changes. That's my understanding.

  12. comment
    Comment #7107657

    Wasn't the "New system check framework" already in 1.6? I remember seeing warnings about BooleanFields without defaults.

  13. comment
    Comment #6914003

    The link isn't for https://telegram.org/ .

  14. comment
  15. comment
    Comment #6388544

    From the patch, it doesn't look like it's bytes, but characters.

  16. comment
    Comment #6088857

    You should buy yourself an SSL certificate and serve the widget using https as well.

  17. comment
    Comment #5905088

    It shouldn't matter if you are using GET or POST - how would your ISP find out anything about your request if you are using HTTPS?

  18. comment
    Comment #5780452

    Usually you can inspect the frames of your stack trace and find out which program your are missing.

  19. comment
    Comment #5774281

    The performance has indeed improved greatly. Too bad it doesn't seem to support IPv6 though :(

  20. comment
    Comment #5404249

    What a terrible loss.

  21. comment
    Comment #4912839

    Couldn't the backers just request a chargeback?

  22. comment
    Comment #4743213

    FYI: You business card link links using the title attribute and not the href attribute.

  23. comment
  24. comment
    Comment #197846

    ... but export can waste a lot of time and bandwidth if your project is large ;-)