Live data from Hacker News

Viewing profile — euank

euank

HN member
Joined
Mon, Oct 28, 2013, 11:47 PM UTC
HN karma
566
Public activity
140 items

About euank

hn@euank.com

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
  5. comment
  6. comment
  7. comment
    Comment #45435726

    I can give an n=1 anecdote here: the dns resolver used to have hard-coded caching which meant that it would be unresponsive to pod updates, and cause mini 30s outages. The code in …

  8. comment
  9. comment
    Comment #32079108

    Coincidentally, Google has sorta done that too! ChromiumOS/ChromeOS is built using portage, and is certainly rolling release. It's not really a traditional linux distro, but it's s…

  10. comment
    Comment #31522145

    > Does anyone know if and where I could file a bug report? The linux kernel does take bug reports: https://docs.kernel.org/admin-guide/reporting-issues.html However, that bug proba…

  11. comment
    Comment #28513709

    > Email has never had explicit threading The "In-Reply-To" header is described in rfc2822. It is an explicit header in the RFC that is how you create threads. Every mail client I'v…

  12. comment
  13. comment
    Comment #25286630

    The kubelet can talk to containerd's cri endpoint, yes, but there's one additional bit of complexity. If someone wants to use kubelet + docker so that they can, for example, ssh in…

  14. comment
    Comment #25286556

    For what it's worth, there are a few cases where docker vs some other runtime does make a difference. One difference is that if you 'docker build' or 'docker load' an image on a no…

  15. comment
    Comment #25286500

    containerd can serve CRI requests itself. This has been the case since the containerd v1.1.0 release[0], which included the cri "plugin" as an in-process part of the containerd bin…

  16. comment
    Comment #25280888

    I think that the title of this is a bit misleading. Kubernetes is removing the "dockershim", which is special in-process support the kubelet has for docker. However, the kubelet st…

  17. comment
    Comment #25054276

    > is there a name for this bias? I think it's response bias. https://en.wikipedia.org/wiki/Response_bias

  18. comment
  19. comment
  20. comment
    Comment #24146386

    You're right that nixos / all nix packages isn't/aren't perfectly reproducible. In practice, most of the packages in the nixos base system seem to be reproducible, as tested here: …

  21. comment
    Comment #24145769

    A Dockerfile is not a reproducible set of build instructions in most cases. I'd guess that the vast majority of Dockerfiles are not reproducible. Let's look at an example dockerfil…

  22. comment
    Comment #23935222

    This proposal is more powerful than that one rust macro, but rust's abilities around embedding files are much more powerful than go's approach. This proposal allows "go build" to e…

  23. comment
    Comment #22188318

    Go's channels aren't exposed outside a specific go process's runtime. The runtime doesn't give you any convenient way to redirect them. They're not like erlang's mailboxes at all i…

  24. comment
  25. comment