Live data from Hacker News

Viewing profile — pcjthug

pcjthug

HN member
Joined
Thu, Sep 03, 2020, 8:16 AM UTC
HN karma
8
Public activity
3 items

About pcjthug

No profile information was provided.

Recent public activity

  1. comment
    Comment #25121865

    Technically, we may consider k0s to be the limit of a decreasing sequence of container orchestrators `k8s, k3s, ... = k{x}s as x -> 0` in which case we have 8/x -> +inf

  2. comment
    Comment #24926351

    it smokes Spring in benchmarks, often by a factor of 10x or more, and on plaintext it's 50x faster than spring and even with the fastest Rust/C++ frameworks, so must be some awfull…

  3. comment
    Comment #24361864

    Did Go ever make concurrency easy? Any modern language allows you to create threads (semantically equivalent to goroutines) and pass messages between them. Most of them even have h…