Live data from Hacker News

Viewing profile — _Soulou

_Soulou

HN member
Joined
Fri, Mar 29, 2013, 12:09 AM UTC
HN karma
240
Public activity
42 items

About _Soulou

No profile information was provided.

Recent public activity

  1. comment
    Comment #47215913

    Overall, everything works pretty well for me (user for multiple years), except all apps which are too bound too Google Play Services as microG is not stubbing/implementing all APIs…

  2. comment
    Comment #43889507

    Something I have been wondering with Flatpak is about Ram usage. As sharing dynamic libraries allow loading it into RAM only once, while if I use Signal, Chromium and different oth…

  3. comment
    Comment #20845765

    Instinctively I would say, to have a direct authentication/authorization process you couldn't have if the client was communicating directly with a MQ.

  4. story
  5. story
  6. comment
    Comment #16747130

    Is there any plan for a European presence? (At least, for the storage part)

  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #10362752

    Interesting not really, someone in my family made some research about its past and return to the XVIIth century. From there, we can only make assumptions.

  12. comment
    Comment #10332703

    Currently, we are running multiple containers from different apps on the same host. These containers are running with unprivileged users and reduced capabilities but in the same ne…

  13. comment
    Comment #10331471

    I think it's my real name, proof underneath :-) http://i.imgur.com/onAPdMr.jpg

  14. story
  15. comment
    Comment #9575202

    Remind me "The Three Stigmata of Palmer Eldritch" from Philip K. Dick. Selected (clever) people are sent as settlers on Mars, but everybody know it's crappy as hell and that people…

  16. comment
    Comment #9441384

    Docker stats is not a solution since you can't configure it, it's a good effort but is not sufficient. Docker stats over hundredths of containers generates too much load, you can't…

  17. comment
    Comment #9438511

    Actually, not so similar, acadock is much more a wrapper which transforms cgroups and namespaces data to a more accessible HTTP API.

  18. comment
    Comment #9388150

    Scalingo's CTO here, if you have any question, I'd be glad to answer them.

  19. story
  20. comment
    Comment #8773647

    I don't want to say anything wrong on this and I don't have the knowledge on this, but it's possible than the OS is doing a lot of work on this to avoid cutting connections. Do you…

  21. comment
    Comment #8773604

    For the argument, you can change them, i answered there: https://news.ycombinator.com/item?id=8773176 So far, I haven't encountered any annoying edge case I can't handle, so if you…

  22. comment
    Comment #8773548

    That's because when you connect to your SSH, it forked and there is one process which is handling your connection, then when you restart the daemon, it only restarts the master, no…

  23. comment
    Comment #8773202

    The less I rely on the operating system environment, the best it is. Go provides static binaries, easy to deploy. I don't want to get hooked to systemd. (even more if my server can…

  24. comment
    Comment #8773189

    You're right, but in some cases, for example a 'git push' to deploy an application, we don't want the SSH connection to be cut when upgrading our SSH server, this is not an option.…

  25. comment
    Comment #8773176

    Hi finnh, post author here, 1. When the parent process has finished handling its connections, it just exits. The children are then considered as 'orphans' and are automatically att…