Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BoyRobot777
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
BoyRobot777
5y ago
> 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 troll and I'll stop engaging with you now. >
2.
▲
by
BoyRobot777
5y ago
> 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 bigger in Pieno Zvaigzde, than in Light Conversion,
3.
▲
by
BoyRobot777
5y ago
> 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 understanding the full picture, not corruption. "The U
4.
▲
by
BoyRobot777
5y ago
> 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 Lithuania is become better each year. Lithuania's GDP
5.
▲
by
BoyRobot777
5y ago
Is everything still glued together without being able to repair yourself? /s
6.
▲
by
BoyRobot777
5y ago
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 async.
7.
▲
by
BoyRobot777
5y ago
https://advancedweb.hu/a-categorized-list-of-all-java-and-jv... Only missing stuff from 17, but that's a short list.
8.
▲
by
BoyRobot777
5y ago
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/...
9.
▲
by
BoyRobot777
5y ago
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, you are talking about the inline class whi
10.
▲
by
BoyRobot777
6y ago
I very much like text blocks as well. SQL/JSON can be finally understandable without all the "\n" +
11.
▲
by
BoyRobot777
6y ago
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. Even more - specialized generics.
12.
▲
by
BoyRobot777
6y ago
>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 functionality eventually. You will be able to write:
13.
▲
by
BoyRobot777
6y ago
I was not aware that Microsoft invented algebraic data type.
14.
▲
by
BoyRobot777
6y ago
Every thread about new Java version has the same comment all the time. Why share it? What kind of response do you seek?
15.
▲
by
BoyRobot777
6y ago
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 identifiers) may appear to be a magic wand; they
16.
▲
by
BoyRobot777
6y ago
Why not Kotlin, C#, F#, ML and so many other languages?
17.
▲
by
BoyRobot777
6y ago
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 which is very vibrant and has a plethora of tools/librarie
18.
▲
by
BoyRobot777
6y ago
> 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=za5CSBX-UME&feature=youtu.be )
19.
▲
by
BoyRobot777
7y ago
What licensing costs? OpenJDK is free. As it always have been. OracleJDK and OpenJDK starting from version 11 are virtually the same.
20.
▲
by
BoyRobot777
7y ago
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, for example giving the community: JDK Flight Recorder; JDK
21.
▲
by
BoyRobot777
7y ago
> 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 originally to become closed source) of the Or
22.
▲
by
BoyRobot777
7y ago
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 optimized. For example one of Quarkus developers
23.
▲
by
BoyRobot777
7y ago
F# does not have higher kinded types, because of CLR. So no, they don't manage "work around" generics. Regarding measurements: https://www.techempower.com/benchmarks/ Also, I am very interested to see ne
24.
▲
by
BoyRobot777
7y ago
Here we go again with "true Generics". Type erasure makes interop easy (for an almost insignificant cost), including with Java prior to generics. But that's also what makes different languages on the Java platform interop so