Live data from Hacker News

Viewing profile — hosh

hosh

HN member
Joined
Sun, Sep 25, 2011, 3:06 PM UTC
HN karma
5,734
Public activity
2,892 items

About hosh

Things you will never find on Google:

    功夫 (arete)
    意  (impeccable intent)
    忍  (perseverance)
    武德 (virtue)
    無心 (zone)
    道  (flow)
[ my public key: https://keybase.io/hosh; my proof: https://keybase.io/hosh/sigs/0MmCPweqpVoIwTqxI7XJVZ_FPekkWb_SoH6-TzBi7UU ]

Contacts:

    http://www.quora.com/Ho-Sheng-Hsiao
    https://github.com/hosh
     

Recent public activity

  1. comment
    Comment #49233107

    Maybe they got sucked into the cool tech? I remember my first pass reading of Stephenson’s Snow Crash and Diamond Age, I was bedazzled by some of the tech … it was later readings t…

  2. comment
  3. comment
    Comment #48390899

    Not to mention language communities with constant supply chain attacks because its standard library story is poor, and everyone keeps reinventing new, often half-baked solutions? O…

  4. comment
    Comment #48390797

    This looks a lot less annoying than Typescript, particularly how dynamic() is a lot more useful than any() I also wonder if this works well with Ruby’s duck-typing and monkeypatchi…

  5. comment
    Comment #48331331

    In my twenties, I came across an idea from one of Ken Wilbur’s books that helped settle a conundrum for me. What happens when one wants to honor all life? Are they all equal? He ma…

  6. comment
    Comment #48291081

    What people are finding now when building agenic AI orchestrators is that they are reinventing some of the ideas behind BEAM and OTP. The big one being queues (mailboxes), but also…

  7. comment
    Comment #48175333

    Is it fair to say that Mesos is more top-down while Kubernetes is more bottom-up in scheduling approach?

  8. comment
    Comment #48171720

    That is not very insightful. Your thesis started with the idea of elastic horizontal scaling. Mesos was designed from ideas with HPC and catered to that. Large hardware capex, whic…

  9. comment
    Comment #48169223

    I build production Kubernetes and cloud infra for work. When I run Kubernetes locally, it is because I am developing operators or manifests for application workloads. Kubernetes is…

  10. comment
    Comment #48164182

    They could have chosen Mesos instead. Kubernetes had other characteristics that allowed it to be adopted far and wide besides the ability to scale horizontally.

  11. comment
    Comment #48163962

    How are resource management distinct from scheduling in Mesos?

  12. comment
    Comment #48163943

    I think people are putting together pi clusters for their homelab these days.

  13. comment
    Comment #48163939

    Not all clusters are elastic. Cloud infrastructure can be, but HPC setups before the cloud were not.

  14. comment
    Comment #48163922

    Scale isn’t the only reason. Sometimes you want resource isolation and self-healing, something that is useful if you want a personal swarm of AI agents.

  15. comment
    Comment #48163912

    I am not sure I understand this argument. Kubernetes typically runs on Linux. I use an Apple laptop, work mostly with headless Linux VMs and Kubernetes. What is a “poor man’s Linux…

  16. comment
  17. comment
    Comment #48117403

    A local model that can do better than Siri or Alexa as a personal or home assistant is, in my eyes, very useful. Being able to run on a phone or watch or glasses translates to me, …

  18. comment
    Comment #48116974

    I don’t know at what threshold a complicated system becomes complex. For example, at a level of scale, Kubernetes start having emergent behavior. On the other hand, it doesn’t take…

  19. comment
    Comment #48113008

    I was not trying to be exhaustive. I am sure you can come up with more characteristics.

  20. comment
    Comment #48112992

    They all influence each other to one extent or another. And, the Cynefine Framework defines “complexity” a bit differently than the intuitive way it’s often used. The simple domain…

  21. comment
    Comment #48111749

    Complexity, if it can be reduced to a single measurable dimension, is only one of several factors in a solution space. There are other properties such as, maintainability, scalabil…

  22. comment
    Comment #48012467

    Azure’s core hypervisor orchestrator was half-baked at launch and it has never been fixed. This long read blog series explains a lot for me — for example, why the FedRamp certifica…

  23. comment
    Comment #47935486

    It is not necessarily monetary or even transactional form of support. Reciprocity builds relationships. Not necessarily even code contributions. It could be professional networking…

  24. comment
    Comment #47922882

    Something I learned about being a part of an ecosystem: if you want it, you need to support it and help it stay alive. That applies to local shops as it does open source projects.

  25. comment
    Comment #47796924

    GCP encourages customers to use Class E (240.0.0.0/4) as internal IPs. That helps. What I am building won’t exhaust that, but I hear some customers are blowing through even that. P…