Live data from Hacker News

Viewing profile — errordeveloper

errordeveloper

HN member
Joined
Sun, Jul 01, 2012, 3:18 AM UTC
HN karma
109
Public activity
86 items

About errordeveloper

No profile information was provided.

Recent public activity

  1. comment
    Comment #25050044

    Userspace networking had been around for quite a few years, yet didn't seem to have taken off, despite all the great benchmarks... I think the main blocker is that you cannot make …

  2. comment
    Comment #15495766

    Not everyone had the same experience. There a few minor UX flaws that make it frustrating to use, e.g. having to set Docker host, shared filesystem performance is poor, networking …

  3. comment
    Comment #15495722

    It will be possible to run all your add-ons in the local setup, including networking. Multi-node is essential for some use-case, but arguably is not critical for most people, yet i…

  4. comment
    Comment #13545275

    At Weaveworks, we have a built a tool called Flux [1]. It is able to relate manifests in a git repo to images in container registry. It has a CLI client (for use in CI scripts or f…

  5. comment
    Comment #13073430

    Yeah, the point is that you should need to buy any hardware even for development, which is the biggest win to me!

  6. story
  7. story
  8. comment
    Comment #10288297

    Right, if you know how to set it up or have infrastructure in place... But most developers don't have time to read 600+ pages on how to run bind server OR simply have ops team that…

  9. comment
    Comment #10288287

    Well, adding a library for supporting SRV records is not simple... If you use Weave [1], it gives a unique IP address to every service instance and a DNS record, all with zero conf…

  10. comment
    Comment #9819944

    It's really great to hear this is all happening now!

  11. comment
    Comment #9613140

    Hello, author is here, do let me know if you have any questions!

  12. story
  13. comment
    Comment #9499656

    For example, here is the guide on using Weave for Kubernetes on Azure cloud: https://github.com/GoogleCloudPlatform/kubernetes/blob/maste...

  14. comment
    Comment #9450636

    I like OSv, just because it doesn't have TTYs.

  15. comment
    Comment #9439084

    OSv is a unikernel and isn't a container... but anyway, good point!

  16. comment
    Comment #9439074

    Yes. Grepping the code or fighting runtime errors are two complementary approaches I can think of... Not sure if there are other methods.

  17. comment
  18. comment
    Comment #9439046

    They don't have to, one can run static binary without any problems. It's just that most people keep throwing in a whole distro...

  19. comment
    Comment #9439039

    The exact approach described here is very extreme. It's a top-down method with a tool. I find the tool may be of some interest, but I think bottom-up method would be more practical…

  20. comment
    Comment #9433865

    Well done, Kai! Cannot wait to try it out ;)

  21. comment
    Comment #9421392

    That'd be pretty amazing!

  22. comment
    Comment #9402613

    I have recently found this: https://github.com/rustcc/coroutine-rs

  23. comment
    Comment #9377486

    There is a lot community effort being put into Docker extensions to enable production use cases like what you have just mentioned.

  24. comment
    Comment #9286964

    In theory one can reimplement Node on Go runtime, instead of libuv and other libraries Node uses for binding the V8 to the OS.

  25. story