Viewing profile — errordeveloper
errordeveloper
HN member- Joined
- Sun, Jul 01, 2012, 3:18 AM UTC
- HN karma
- 109
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About errordeveloper
No profile information was provided.
Recent public activity
-
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 …
-
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 …
-
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…
-
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…
-
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!
- story
- story
-
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…
-
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…
-
comment
Comment #9819944
It's really great to hear this is all happening now!
-
comment
Comment #9613140
Hello, author is here, do let me know if you have any questions!
- story
-
comment
Comment #9499656
For example, here is the guide on using Weave for Kubernetes on Azure cloud: https://github.com/GoogleCloudPlatform/kubernetes/blob/maste...
-
comment
Comment #9450636
I like OSv, just because it doesn't have TTYs.
-
comment
Comment #9439084
OSv is a unikernel and isn't a container... but anyway, good point!
-
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.
- comment
-
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...
-
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…
-
comment
Comment #9433865
Well done, Kai! Cannot wait to try it out ;)
-
comment
Comment #9421392
That'd be pretty amazing!
-
comment
Comment #9402613
I have recently found this: https://github.com/rustcc/coroutine-rs
-
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.
-
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.
- story