Live data from Hacker News

Viewing profile — BoyRobot777

BoyRobot777

HN member
Joined
Sat, May 04, 2019, 3:14 PM UTC
HN karma
89
Public activity
27 items

About BoyRobot777

No profile information was provided.

Recent public activity

  1. comment
    Comment #29682342

    > There were 3 equally sized population groups at the time: pro Russia, pro EU and we-don’t-care. Pro russia equally sized? Where are you getting this from? It seems you're just a …

  2. comment
    Comment #29682297

    > And they make some serious revenue compared to the lasers. I don't know why you've linked ekspla, which has 4x lower revenue than Light Conversion. And sure, the revenue is bigge…

  3. comment
    Comment #29682104

    > They’re too corrupt Compared to what? China? russia? > Lithuanian railway and Belarus deal should be known better to you. It's has been blown out of proportion without understand…

  4. comment
    Comment #29681688

    > Now it is just another weird faceless post Soviet country that made into EU and NATO. No strategy, no goals, no future. You've been reading too much propaganda. Living in Lithuan…

  5. comment
    Comment #28989655

    Is everything still glued together without being able to repair yourself? /s

  6. comment
    Comment #28645307

    You won't need to rewrite into async model, because project Loom will introduce virtual threads. That means your sync code will look exactly the same, but will have scalability of …

  7. comment
  8. comment
    Comment #28530983

    https://advancedweb.hu/a-categorized-list-of-all-java-and-jv... Only missing stuff from 17, but that's a short list.

  9. comment
    Comment #28530873

    This will be solved[1]: record Point(int x, int y) {} Point p = new Point(1, 2); Point pp = p with { x = 3; } [1] https://github.com/openjdk/amber-docs/blob/master/eg-drafts/...

  10. comment
    Comment #26665308

    Value classes cannot provide the performance/memory flatness that Valhalla will bring though. So I'm not really sure what benefit does "values classes" bring. Just to make sure, yo…

  11. comment
    Comment #26483349

    I very much like text blocks as well. SQL/JSON can be finally understandable without all the "\n" +

  12. comment
  13. comment
    Comment #26483162

    I think Loom can be abstracted away by Kotlin quite easily. Valhalla on the other hand won't work at all. You won't be able to have inline classes in android/older Java versions. E…

  14. comment
    Comment #26479156

    >While they're about it, they should also add immutable/copying data structures. They will start with records[1], but I think all value classes (Valhalla) should have this function…

  15. comment
    Comment #26478551

    I was not aware that Microsoft invented algebraic data type.

  16. comment
    Comment #26478282

    Every thread about new Java version has the same comment all the time. Why share it? What kind of response do you seek?

  17. comment
    Comment #26478240

    There was a lengthy discussion some time ago[0]. Quote: #### Why not "just" make contextual keywords? At first glance, contextual keywords (and their friends, such as reserved type…

  18. comment
    Comment #26478123

    Why not Kotlin, C#, F#, ML and so many other languages?

  19. comment
    Comment #26192949

    With records, multi-line strings, and upcoming pattern matching + virtual threads, I hardly see any need to switch languages. I really enjoy working with Java and JVM ecosystem whi…

  20. comment
    Comment #25981498

    > no more Hibernate and so on Quarkus, Redhat's, native first frameworks works fine with Hibernate and GraalVM. One of contributors gave a [talk]( https://www.youtube.com/watch?v=z…

  21. comment
    Comment #21263743

    What licensing costs? OpenJDK is free. As it always have been. OracleJDK and OpenJDK starting from version 11 are virtually the same.

  22. comment
    Comment #21263713

    Except the opposite is happening lol: - Contributes pretty much all of the closed source technologies (or what was originally to become closed source) of the Oracle JDK to OpenJDK,…

  23. comment
    Comment #21263593

    > We were told Yeah. Say no more... If only you would have looked. Anyhow, Oracle does the following: - Contributes pretty much all of the closed source technologies (or what was o…

  24. comment
    Comment #19881858

    You should checkout new RedHat framework - [Quarkus]( https://quarkus.io/ ). This is a framework which leverages Graal to create native images. Those images are very small and opti…

  25. comment