Viewing profile — astange
astange
HN member- Joined
- Tue, May 10, 2016, 7:50 PM UTC
- HN karma
- 33
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About astange
No profile information was provided.
Recent public activity
-
comment
Comment #36126118
See also, Sobol sequences: https://en.wikipedia.org/wiki/Sobol_sequence I used both in the Monte Carlo calculations for my PhD thesis back around 1990. Much better convergence than…
-
comment
Comment #30768265
2022.1 is coming shortly. In any case, one can easily specify jdk18 as the platform to use for a project. The IDE might not recognize some syntax, but the code will compile and run…
-
comment
Comment #30503552
I use a Moonlander. You can program the LEDs to not turn on. I have several keys which I don't use, and which just have "black" as an LED color. I love the Moonlander.
-
comment
Comment #30442918
How is this not the same as spam, and with the same solution: require some cost to be borne by the uploader. The video hosting site can require a credit card and a small fee, like …
-
comment
Comment #29363481
Sub-pixel rendering was added in the Java "Mustang" 1.6 release 15 years ago, long before Jetbrains started providing a custom JDK. http://www.ffnn.nl/pages/articles/java/java-2-se…
-
comment
Comment #29334777
It depends. There is less latency in the IDE due primarily to better GC (just as the article describes). I think the speed is better too on things like indexing the code base, but …
-
comment
Comment #29333521
Yes, this is easy: - The current JBR is JDK11, not JDK8. - You don't need to reinstall anything to use an alternative JDK with the IDE. Just set the IDEA_JDK envar to the JDK of ch…
-
comment
Comment #29332805
This is so removed from reality that it's difficult to know where to start. For starters, sub-pixel aliasing is a standard part of the JDK and isn't a Jetbrains addition. What exac…
-
comment
Comment #29330987
Edit the idea64.vmoptions config file and use the GC of your choice. I've been running with ShenandoahGC for quite some time now and it's been working great. Also, see https://gith…
-
comment
Comment #28598632
The CLion front end to gdb/lldb is very good. Not perfect, but that's mainly do the oddities of interacting with the underlying debugger. https://www.jetbrains.com/help/clion/debug…