Hacker Newsnew | past | comments | ask | show | jobs | submit | labianchin's commentslogin

Interesting. Keepass[0] (password store) compress with GZip by default before encryption.

[0] http://keepass.info/help/v2/dbsettings.html#compression


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.com/shell-script-static-analysis-in-vim/


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.


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-monito...)


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


Cool! Can you share your NixOS configuration file?


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


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


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 diff", the following error happens: .fbPager.sh: line 4: g: command not found


same problem here. need to make it aware of my aliases :\


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 big difference is on specification of images. rkt introduced the App Container specification for its images: https://github.com/appc/spec/blob/master/SPEC.md#image-archi...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: