Live data from Hacker News

Viewing profile — labianchin

labianchin

HN member
Joined
Tue, Mar 05, 2013, 4:04 PM UTC
HN karma
39
Public activity
46 items

About labianchin

No profile information was provided.

Recent public activity

  1. comment
    Comment #12008468

    Interesting. Keepass[0] (password store) compress with GZip by default before encryption. [0] http://keepass.info/help/v2/dbsettings.html#compression

  2. story
  3. story
  4. comment
    Comment #10738700

    Remembering best practices for BASH might be hard. I recommend using http://www.shellcheck.net/ . I use with vim and syntastic. This article talks more about it: http://jezenthomas…

  5. story
  6. comment
    Comment #9991983

    Also, an alternative to `docker-machine scp` is docker-osx-dev ( https://github.com/brikis98/docker-osx-dev ). It will rsync a path into the docker-machine host.

  7. comment
    Comment #9933445

    I wonder if there are stories about running Selenium tests in production. Something in the lines of semantic monitoring ( http://www.thoughtworks.com/radar/techniques/semantic-moni…

  8. story
  9. comment
    Comment #9788495

    If it is slow, use vim --startuptime to check for slow plugins on startup.

  10. comment
    Comment #9709251

    Cool! Can you share your NixOS configuration file?

  11. comment
    Comment #9666573

    I wonder how would that be like with Avro. It also has JSON encoding: https://avro.apache.org/docs/1.7.7/spec.html#json_encoding

  12. story
  13. comment
    Comment #9661741

    Java 10 is supposed to introduce value types, that will change the way we use nulls, check here: http://blog.joda.org/2014/11/better-nulls-in-java-10.html

  14. story
  15. story
  16. comment
    Comment #9508557

    That is great! But when using the command, it does not work with defined bash/zsh aliases. Anyone has any idea how to do that? Say I have "alias g=git", when I use the command "g d…

  17. comment
    Comment #9487717

    Yes, rkt App Container runtime is based on cgroups and namespaces. Same as runtimes of Docker, lmctfy, systemd-nspawn, lxc or (almost) any other container technology for Linux. The…

  18. comment
    Comment #9169395

    Also, saw this comparison of Dropwizard with Spring boot: http://blog.takipi.com/java-bootstrap-dropwizard-vs-spring-b... Interesting to understand the libs and flexibility each on…

  19. comment
    Comment #9141878

    There is also Tmux resurrect that you might take a look: https://github.com/tmux-plugins/tmux-resurrect

  20. comment
    Comment #9107018

    I am curious about one thing: how System Docker as PID 1 deals with reaping zombie processes?

  21. comment
    Comment #9096912

    For Java there is Pitest: http://pitest.org/

  22. story
  23. story
  24. story
  25. comment
    Comment #8657372

    Can somebody explain what is the risk with such security issues if you own the containers?