Viewing profile — labianchin
labianchin
HN member- Joined
- Tue, Mar 05, 2013, 4:04 PM UTC
- HN karma
- 39
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About labianchin
No profile information was provided.
Recent public activity
-
comment
Comment #12008468
Interesting. Keepass[0] (password store) compress with GZip by default before encryption. [0] http://keepass.info/help/v2/dbsettings.html#compression
- story
- story
-
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…
- story
-
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.
-
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…
- story
-
comment
Comment #9788495
If it is slow, use vim --startuptime to check for slow plugins on startup.
-
comment
Comment #9709251
Cool! Can you share your NixOS configuration file?
-
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
- story
-
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
- story
- story
-
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…
-
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…
-
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…
-
comment
Comment #9141878
There is also Tmux resurrect that you might take a look: https://github.com/tmux-plugins/tmux-resurrect
-
comment
Comment #9107018
I am curious about one thing: how System Docker as PID 1 deals with reaping zombie processes?
-
comment
Comment #9096912
For Java there is Pitest: http://pitest.org/
- story
- story
- story
-
comment
Comment #8657372
Can somebody explain what is the risk with such security issues if you own the containers?