Live data from Hacker News

Viewing profile — vorklerta

vorklerta

HN member
Joined
Sat, Jun 13, 2015, 5:11 PM UTC
HN karma
6
Public activity
4 items

About vorklerta

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #9711964

    More like 90% blindly advocating the superiority of Java. Does he ever sleep?

  3. 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…

  4. 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…