Live data from Hacker News

Viewing profile — wscp-dev

wscp-dev

HN member
Joined
Thu, Sep 14, 2023, 4:48 PM UTC
HN karma
184
Public activity
26 items

About wscp-dev

A Rustacean, JVM and dev tooling enthusiast. Ardent weeb.

Recent public activity

  1. comment
    Comment #37582823

    thank you for giving it a read!

  2. comment
    Comment #37582815

    I do believe that number will go down in the coming releases; things like valhalla will allow us to pack data representations much more efficiently after all. the only things that …

  3. comment
    Comment #37582771

    did that to make it a bit clearer what I was really optimistic about, but I unfortunately can't edit the hn post itself.

  4. comment
    Comment #37582758

    it's a matter of standardisation again. Java's standard is like C++; ponderous. The record pattern jep indicates in final footnotes that something like unapply may be in the works,…

  5. comment
    Comment #37545618

    I did title it that way at first but ended up changing it at the last second, ended up shunting it off course.

  6. comment
    Comment #37541997

    Ahh, true. I need to find a way to add sorting by recent updates to my site.

  7. comment
    Comment #37541981

    Ill add that in, somehow forgot about that golden bit of info

  8. comment
    Comment #37541962

    With valhalla, we will have explicit nullability as well, so that problem will also be handled.

  9. comment
    Comment #37541945

    That is true, but there are many who have discussed that. I wanted to bring some attention to the new syntactic changes Java brings that can help with implementing better logic.

  10. comment
    Comment #37541936

    Not by that much... the problem is Java's build systems. Theyre what complicate and slow down java development 90% of the time.

  11. comment
    Comment #37541913

    Oracle has definjtely done bad things; mismanagement of java is not one of them. They got a pile of crap and turned it into something competent.

  12. comment
    Comment #37541912

    What a marvel of engineering.

  13. comment
    Comment #37541894

    Id rather say use kotlin. It comes with a better type system with explicit nullable types, proper closures, and syntactic sugar to easily enavle beneficial programming patterns. Nd…

  14. comment
    Comment #37541885

    Java has in recent times actually removed some apis from the standard library, and made some inaccessible (undocumented internal apis especially) so any advanced frameworks that us…

  15. comment
    Comment #37541873

    Yes/you/do/but/the/ide/does/it/for/you/so...

  16. comment
    Comment #37541858

    Thatll probably come in about a year or so going by the pace of valhalla's completion.

  17. comment
    Comment #37541838

    That is an extremely debatable topic. Which is why kotlin completely ignores checked exceptions. Frankly, Id rather have a result and optional/nullable type like in rust/kotlin tha…

  18. story
  19. comment
    Comment #37538159

    [flagged]

  20. comment
    Comment #37537876

    I think the experience is better with more well designed languages like Kotlin, which can reduce boilerplate and allow you to focus on the handler and controller logic instead of b…

  21. comment
    Comment #37537849

    well... My company was aiming to do codegen to fix errors. We took quite some time to figure out what to do with AI in our product. When we finally implemented something, we found …

  22. comment
    Comment #37537794

    it would depend on whether the frontend generates optimal LLVM IR for the given code. For example, if a language implemented multiplication through repeated addition (though I thin…

  23. comment
    Comment #37537704

    hugo's nice.

  24. comment
    Comment #37537692

    could you elaborate on your second point? As in, are there any specific ways you sort posts other than chronologically?

  25. comment
    Comment #37533237

    I think that all came down to the fact that macs were popular with a certain demographic, and that demographic didn't include many programmers. I think I will use shortcuts though,…