Viewing profile — rkerno
rkerno
HN member- Joined
- Fri, Oct 30, 2020, 5:50 PM UTC
- HN karma
- 12
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About rkerno
No profile information was provided.
Recent public activity
-
comment
Comment #46227517
I think the overall sentiment with this post is sound, but arenas aren't the answer to Go's performance challenges. From my perspective, possibly in an effort to keep the language …
-
comment
Comment #45885127
I personally find AI generated code to be pretty average. I might get AI to write a function, then rework it. I use it a lot for reviews, which helps. And also as a sounding board …
-
comment
Comment #44681105
This to me just appears to demonstrate what a house of cards email security really is....surely with the collective brains on this forum we can come up with an alternative that sol…
-
comment
Comment #43714026
It's pretty easy in a push based model to let the 'pusher' know that no more data is required. It's just like unsubscribing from an event, or returning a 'no more' status from the …
-
comment
Comment #42570700
Gotta say, this comment is spot on. I had a small peek under the covers when another of the major severity issues surfaced and the conclusion reached is that the software is fragil…
-
comment
Comment #42280935
There might be an audience for disillusioned rust people who get bored with fighting the borrow checker etc, but true rust developers, like c++ devs want control and won't want to …
-
comment
Comment #42280103
If you're targeting Go to cross-compile to, why would you build the language in Rust? Keeping to the go tool chain would reduce a lot of friction for those who are using go already…
-
comment
Comment #39836725
Really interesting comments here. I haven't found an appealing option for scripts and CI ( I think I am allergic to yaml ), bash is just way too fragile. So I've decided to write m…
-
comment
Comment #38800682
Am I the only one who finds it ironic that this is Part 2 of an 'in a nutshell' document?
-
comment
Comment #38712959
Hi, I'm curious how you deal with the potential for hash collisions across a large data set - is that a post-join check?
-
comment
Comment #24944929
I looked at IFTTT a while back but found Integromat to be so much better. Lots of integrations too, and you can create some quite complex flows especially if you chain them togethe…