Live data from Hacker News

Viewing profile — throwawey1234

throwawey1234

HN member
Joined
Mon, Mar 30, 2026, 5:17 PM UTC
HN karma
3
Public activity
4 items

About throwawey1234

No profile information was provided.

Recent public activity

  1. comment
    Comment #47593845

    Spring version: var records = jdbcClient .sql("select * from posts") .query(Post.class) .toList(); records.forEach(p -> ...);

  2. comment
    Comment #47593796

    Half of those are not really an issue with the annotation and seem a bit contrived. Thankfully the company that wrote the article has a linter/warning product to help avoid those p…

  3. comment
    Comment #47580561

    I also have 20+ years of experience and haven't seen that type of code either. I am however struggling to understand an over engineered Rust "micro" service at work. There's no lan…

  4. comment
    Comment #47577279

    In my experience, the same enterprise developers will write complex abstractions in any language. If you have a million coders, 500k will by definition write below average code. An…