Viewing profile — vorklerta
vorklerta
HN member- Joined
- Sat, Jun 13, 2015, 5:11 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About vorklerta
No profile information was provided.
Recent public activity
-
comment
Comment #9712032
> A new Java project is as pristine as a new Go project The problem is that most Java developers have become so familiar with and attached to bloated frameworks that they simply ar…
-
comment
Comment #9711964
More like 90% blindly advocating the superiority of Java. Does he ever sleep?
-
comment
Comment #9711758
Go is particularly well suited to long-running critical server apps. It has fewer GC issues compared to Java and is also simpler language (making it harder to screw things up - Jav…
-
comment
Comment #9711731
Many of the Java monitoring is only critical because of the garbage collection issues with large heaps. Since switching away from Java we don't miss any of the features you've list…