Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
labianchin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
labianchin
10y ago
Interesting. Keepass[0] (password store) compress with GZip by default before encryption. [0] http://keepass.info/help/v2/dbsettings.html#compression
2.
▲
Docker Tips and Tricks
(blog.labianchin.me)
1 points
by
labianchin
11y ago
|
0 comments
3.
▲
Putting data in a volume in a Dockerfile
(jpetazzo.github.io)
1 points
by
labianchin
11y ago
|
0 comments
4.
▲
by
labianchin
11y ago
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-ana
5.
▲
Attach a volume to a container while it is running
(jpetazzo.github.io)
1 points
by
labianchin
11y ago
|
0 comments
6.
▲
by
labianchin
11y ago
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.
▲
by
labianchin
11y ago
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... )
8.
▲
Baseimage-docker, fat containers and “treating containers as VMs”
(blog.phusion.nl)
3 points
by
labianchin
11y ago
|
0 comments
9.
▲
by
labianchin
11y ago
If it is slow, use vim --startuptime to check for slow plugins on startup.
10.
▲
by
labianchin
11y ago
Cool! Can you share your NixOS configuration file?
11.
▲
by
labianchin
11y ago
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.
▲
Better nulls in Java 10
(blog.joda.org)
1 points
by
labianchin
11y ago
|
0 comments
13.
▲
by
labianchin
11y ago
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.
▲
A tale of working from trunk
(watirmelon.com)
1 points
by
labianchin
11y ago
|
0 comments
15.
▲
Kubernetes on supporting both Docker and AppC/rkt
(blog.kubernetes.io)
2 points
by
labianchin
11y ago
|
0 comments
16.
▲
by
labianchin
11y ago
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:
17.
▲
by
labianchin
11y ago
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 introduce
18.
▲
by
labianchin
12y ago
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 one have.
19.
▲
by
labianchin
12y ago
There is also Tmux resurrect that you might take a look: https://github.com/tmux-plugins/tmux-resurrect
20.
▲
by
labianchin
12y ago
I am curious about one thing: how System Docker as PID 1 deals with reaping zombie processes?
21.
▲
by
labianchin
12y ago
For Java there is Pitest: http://pitest.org/
22.
▲
Data Lake
(martinfowler.com)
1 points
by
labianchin
12y ago
|
0 comments
23.
▲
8 questions you need to ask about microservices in 2015
(blog.xebialabs.com)
2 points
by
labianchin
12y ago
|
0 comments
24.
▲
NoSQL Databases: An Overview
(thoughtworks.com)
2 points
by
labianchin
12y ago
|
0 comments
25.
▲
by
labianchin
12y ago
Can somebody explain what is the risk with such security issues if you own the containers?
26.
▲
How secure is Docker? If you're not running version 1.3.2, Not VERY
(theregister.co.uk)
3 points
by
labianchin
12y ago
|
4 comments
27.
▲
by
labianchin
12y ago
There is also an alternative to GTD, it is Zen to Done ( http://zenhabits.net/zen-to-done-ztd-the-ultimate-simple-pro... ). It basically tries to be a simplification of GTD. Also the idea is to focus on 10 simple habits to im
28.
▲
by
labianchin
12y ago
I've been using duply http://duply.net/ for a while. It is a simple frontend for duplicity http://duplicity.nongnu.org/ . I find it very easy to setup. It also provides encrypted backups trough GPG.
29.
▲
by
labianchin
12y ago
Has somebody used it? It seems to be better to install software that is not supported by the distro, instead of dealing with PPAs.
30.
▲
Linuxbrew
(github.com)
7 points
by
labianchin
12y ago
|
5 comments
More ›