Viewing profile — chrj
chrj
HN member- Joined
- Fri, May 23, 2008, 8:20 AM UTC
- HN karma
- 22
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About 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
-
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.
-
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.
-
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.
-
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-…
-
comment
Comment #11303534
If you have the private key, you can decrypt it in Wireshark.
-
comment
Comment #9784486
Not without involving the reflect package. So no good way.
-
comment
Comment #9678237
What's apt-get safe-upgrade? You should be safe enough with just a regular apt-get upgrade.
-
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.
-
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 …
-
comment
Comment #7867909
If you don't give your name or other identification, how would they hold you responsible if you abused the connection?
-
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.
-
comment
Comment #7107657
Wasn't the "New system check framework" already in 1.6? I remember seeing warnings about BooleanFields without defaults.
-
comment
Comment #6914003
The link isn't for https://telegram.org/ .
- comment
-
comment
Comment #6388544
From the patch, it doesn't look like it's bytes, but characters.
-
comment
Comment #6088857
You should buy yourself an SSL certificate and serve the widget using https as well.
-
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?
-
comment
Comment #5780452
Usually you can inspect the frames of your stack trace and find out which program your are missing.
-
comment
Comment #5774281
The performance has indeed improved greatly. Too bad it doesn't seem to support IPv6 though :(
-
comment
Comment #5404249
What a terrible loss.
-
comment
Comment #4912839
Couldn't the backers just request a chargeback?
-
comment
Comment #4743213
FYI: You business card link links using the title attribute and not the href attribute.
-
comment
Comment #4651856
Why?
-
comment
Comment #197846
... but export can waste a lot of time and bandwidth if your project is large ;-)