Live data from Hacker News

Viewing profile — HendrikHensen

HendrikHensen

HN member
Joined
Sun, Nov 30, 2025, 5:09 PM UTC
HN karma
162
Public activity
64 items

About HendrikHensen

No profile information was provided.

Recent public activity

  1. 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).

  2. 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…

  3. 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 …

  4. 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 …

  5. 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…

  6. 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…

  7. 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…

  8. 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 …

  9. 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…

  10. comment
    Comment #47306391

    Reddit didn't (yet). Another tech focused community site did though... So I stopped participating in the community.

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. comment
  16. 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…

  17. 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?

  18. comment
    Comment #47171904

    Can you explain it for those out of the loop?

  19. 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…

  20. comment
    Comment #46933016

    Noticed the part where the exact instructions from the Readme were followed and it didn't work?

  21. 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 …

  22. comment
  23. comment
    Comment #46918044

    Thanks, ChatGPT.

  24. comment
  25. 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…