Live data from Hacker News

Viewing profile — kgk9000

kgk9000

HN member
Joined
Tue, Nov 26, 2024, 8:29 AM UTC
HN karma
6
Public activity
4 items

About kgk9000

No profile information was provided.

Recent public activity

  1. comment
    Comment #48173760

    Git likely won because of GitHub; I abandoned Mercurial quite early when it was clear that it had lost. It was good, but I cannot imagine using it today.

  2. comment
    Comment #48060612

    "We are reorganizing for the agentic AI era" reads better than "our gross margin is compressing, our SBC is too high, and our growth is decelerating." Both descriptions could be tr…

  3. comment
    Comment #46200604

    I think the author's point is that each type of job will basically disappear roughly at once, shortly after AI crosses the bar of "good enough" in that particular field.

  4. comment
    Comment #42243665

    The superpower of go is goroutines and channels. The kryptonite of go is its limited libraries. Go is a great choice for many concurrent applications. I couldn’t finish reading the…