Viewing profile — BoyRobot777
BoyRobot777
HN member- Joined
- Sat, May 04, 2019, 3:14 PM UTC
- HN karma
- 89
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About BoyRobot777
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #28989655
Is everything still glued together without being able to repair yourself? /s
-
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 …
- comment
-
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.
-
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/...
-
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…
-
comment
Comment #26483349
I very much like text blocks as well. SQL/JSON can be finally understandable without all the "\n" +
- comment
-
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…
-
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…
-
comment
Comment #26478551
I was not aware that Microsoft invented algebraic data type.
-
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?
-
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…
-
comment
Comment #26478123
Why not Kotlin, C#, F#, ML and so many other languages?
-
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…
-
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…
-
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.
-
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,…
-
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…
-
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…
- comment