This is the most readable version for me. I like C++ also but I find the namespace clutter annoying.
HN user
perennus
Vitamin D really helps a lot. And the effects are permanent so it's great. My full supplement stack is: 10k vitamin d, 1x vitamin k2, 1 tablespoon omega-3 oil, 2x zinc magnesium capsules.
Did you look at your testosterone levels? It's better being angry than depressed when you have problems, in my opinion :-)
10k per day for 7 months here. Six three, 220 pounds. I also take Vitamin K2. I have not been sick since, and it has helped my ADHD!
My project has 17k lines of Scala code (no whitespace). I don't have a SSD. It takes 10 minutes to perform SBT Assembly from a cold start, 40 seconds afterwards. And about 1-3 seconds to compile and run locally within IDEA.
I tried it last week actually with OpenJDK15+Windows. With JDK16, IntelliJ didn't boot.
-XX:+UseZGC: Memory usage for my project dropped to a constant 600 megs. Using the IDE felt just as fast as the normal experience.
-XX:+UseShenandoahGC, -Xmx4g. Shenandoah GC used a constant 4 gigs of ram. It was a slower user experience for me.
In the end, I went back to the default settings, because the custom JDK changes the look and feel and I don't like it.
Typical HN comment I know, but how is this blog generated? It looks fantastic. Is this only Markdown + Pandoc?