Live data from Hacker News

Viewing profile — so0k

so0k

HN member
Joined
Fri, Aug 29, 2014, 12:08 PM UTC
HN karma
14
Public activity
31 items

About so0k

twitter.com/vincentdesmet

Recent public activity

  1. comment
    Comment #13234081

    don't think there are other changes - https://github.com/docker-saigon/docker-saigon.github.io/com...

  2. comment
    Comment #13233845

    Cool! thanks for info. I've added a link back to these comments to the blog source (haven't re-generated the static html yet though)

  3. comment
    Comment #13233383

    yet it covers containerd ;)

  4. comment
    Comment #13233152

    Good point, updated the title. Thanks for the comments (and yes it's almost a year ago I wrote this post)

  5. comment
    Comment #13233074

    Totally agree, the post was written almost a year ago across 3 days while preparing a talk (see intro) and while still learning about Docker. Thanks for the feedback :)

  6. comment
    Comment #12740708

    fyi, systemd had nspawn for kernel debugging before docker became a hype

  7. comment
    Comment #12740692

    it would help these people to read http://docker-saigon.github.io/post/Docker-Caveats/

  8. comment
    Comment #11572601

    if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …

  9. comment
    Comment #11572589

    if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …

  10. comment
    Comment #11568108

    if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …

  11. comment
    Comment #11509863

    true in the way that "you should watch out for these issues when you deploy Docker to production"? the creator himself and everyone agree that containers are a way forward, but you…

  12. comment
    Comment #11478129

    it seems the original video submission was removed from HN, I was looking forward to an in-depth discussion of the issues raised as I think it is both funny and brilliant. I hoped …

  13. story
  14. comment
    Comment #11380013

    for the HTML parsing - I was able to pass all the test cases using a stack (push the tags when they open and pop them as they close). I was doing zero validation as the challenge w…

  15. comment
    Comment #11359674

    I've been running Docker on Hyper-V since the start (VBox never worked for me as I had a requirement on Hyper-V) - can you provide a little more info on how unikernel experience wa…

  16. comment
    Comment #11326939

    or runC with CRIU support?

  17. comment
    Comment #11257838

    after flappy bird, another display of great gamedev talent coming out of Hanoi, Vietnam

  18. story
  19. story
  20. comment
    Comment #10128298

    except if you are half way and resize the window, then maximize - it fails (chrome on windows 10)

  21. comment
    Comment #9963195

    agreed, I used a bash script based on glowmachine github repo[1], but switching to docker-compose made everything much easier - as long as you have the knowledge of the docker cli.…

  22. comment
    Comment #9939809

    when was the last time there was a javascript meetup... unfortunately that seemed to have died down a bit now

  23. comment
    Comment #9939808

    living in Saigon since 2006 to date and agree with jawngee.

  24. comment
    Comment #9939738

    Been living in Saigon (legally) since 2006. Count me in the Saigon group. My wife is from Hanoi (where we met) and she moved to Saigon. The climate is much milder and the city has …

  25. comment
    Comment #9862030

    we download to a folder on the docker build server and build docker containers from this cache. see here: http://stackoverflow.com/a/29936384/138469