Viewing profile — wice
wice
HN member- Joined
- Sat, Aug 06, 2016, 6:44 AM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About wice
No profile information was provided.
Recent public activity
-
comment
Comment #37543277
GraalVm is great, it made our Spring REST API app go from 10+ seconds to 0.5 seconds on startup (not to mention the lower mem and cpu requirements). Except… when we try to build it…
-
comment
Comment #37543044
Kotlin’s decision to make every exception runtime is the main reason I don’t use Kotlin. It’s especially baffling that they realized the issue with implicit nullability and got rid…
-
comment
Comment #31364443
This reminds me of stories about directors intentionally putting ridiculously over-the-top violent or sexual scenes in their already quite violent or sexual movies for the rating b…
-
comment
Comment #31328002
That's the point, Sandy doesn't tell Peter her sum, nor vice versa. Sandy only knows the sum, Peter only knows the product, and they both know that the other doesn't (yet) know the…
-
comment
Comment #26151887
You can have multiple public classes in a file in Java. You just have to wrap them in an outer class, that acts like a module, and declare them “public static”. You can then “impor…
-
comment
Comment #25528206
These are not the only alternatives. E.g.: - introduce a non-zero number type, define division as Number/NonZeroNumber -> Number, and provide a simple, non-verbose way to convert a…
-
comment
Comment #22890021
Since the syntax didn't (and cannot) become any less flexible, it's unfortunately still true and always will be. As annoying as it is to struggle with the rigid syntax of Java whil…