Viewing profile — HendrikHensen
HendrikHensen
HN member- Joined
- Sun, Nov 30, 2025, 5:09 PM UTC
- HN karma
- 162
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About HendrikHensen
No profile information was provided.
Recent public activity
-
comment
Comment #47548855
Fun is not measured objectively. Different people find different things fun. I enjoy writing code very much (in addition to solving big problems; one can enjoy both).
-
comment
Comment #47427487
> And that's on you. Sorry I have to defend my pride here a little bit. When I joined my previous company, the entire company was on Java 8. When I left every app in every team the…
-
comment
Comment #47422814
Yeah javac is pretty great. I was doing Kotlin for some time and I was getting very annoying by how much slower and slower running tests and doing full builds became. I thought it …
-
comment
Comment #47422799
I mean, what is old? How far along are frameworks these days, and what are companies using? That team was using Java 17. Java 21 was just released and frameworks had no meaningful …
-
comment
Comment #47422760
> * No typosquatting issues because every package has a group id verified by real humans and DNS TXT records. While I think this is a huge boon, have you ever published a package o…
-
comment
Comment #47422678
Kotlin coroutines don't really exist. They're a (very neat) programming trick to support coroutine-like behavior on the JVM which doesn't support coroutines. If you look at the byt…
-
comment
Comment #47422651
I think there is something to say for compiling to native code, having binaries in the ~25 MiB range, being able to run in distroless containers, being able to run a web applicatio…
-
comment
Comment #47422588
> It performs better than Go Do you have some sources or experiences to share on this topic? I'm very curious. My experience is the complete opposite. At my previous job there was …
-
comment
Comment #47418094
What do you mean by "better than Go for industry purposes"? I don't understand what "industry purposes" means and in what aspects Java is better than Go in your opinion (I can thin…
-
comment
Comment #47306391
Reddit didn't (yet). Another tech focused community site did though... So I stopped participating in the community.
-
comment
Comment #47306374
You can build quite an extensive profile of someone given enough post history. More post history means more details. Especially nowadays with LLMs it's trivial. This can lead to al…
-
comment
Comment #47306358
On Reddit and Hacker News, I don't need an email address to sign up. But also I use SimpleLogin to have a separate email address per website/account. Quite necessary these days whe…
-
comment
Comment #47306348
Thanks, I was not aware. They seem to be guidelines, and not rules. I find my privacy and the prevention of anyone to build a full profile of me (especially how easy that is now in…
-
comment
Comment #47301525
I rotate accounts on "social media" (mostly Reddit and Hacker News, the others don't interest me) every few weeks or months to make sure not too much of my post history accumulates…
- comment
-
comment
Comment #47286999
I cannot identify with this at all. We have Python and Go applications in production, and for Go the vibe is mostly "standard library plus a few dependencies" (e.g. SQL driver, ope…
-
comment
Comment #47286940
Why the hate though? Is someone forcing you to use them against your will? If you need 128 bits of crypto.Rand() for your usecase, you can just use that right?
-
comment
Comment #47171904
Can you explain it for those out of the loop?
-
comment
Comment #47021858
If this is to be a real, (relatively) widely-used language, I would make some tough choices on where to innovate, and where to just leave things the same. One thing I noticed in th…
-
comment
Comment #46933016
Noticed the part where the exact instructions from the Readme were followed and it didn't work?
-
comment
Comment #46927421
Good for you. But there are already so, so many posts and threads celebrating all of this. Everyone is different. Some of us enjoy the activity of programming by hand. This thread …
- comment
-
comment
Comment #46918044
Thanks, ChatGPT.
- comment
-
comment
Comment #46828857
I think this is a strange, and honestly worrying, stance. Just because there are worse problems, doesn't mean we shouldn't care about less-worse problems (this is a logical fallacy…