Explore >> Select a destination


You are here

bloom-lang.net
| | blog.acolyer.org
8.8 parsecs away

Travel
| |
| | jeremywsherman.com
9.1 parsecs away

Travel
| |
| | databeta.wordpress.com
5.4 parsecs away

Travel
| | For folks who care about what's possible in distributed computing: Peter Alvaro and I wrote an introduction to the CALM Theorem and subsequent work that is now up on arXiv. The CALM Theorem formally characterizes the class of programs that can achieve distributed consistency without the use of coordination. I spent a good fraction of...
| | xcellerator.github.io
75.8 parsecs away

Travel
| In all the playing around I've been doing with Linux kernel modules, I decided to see what would happen if you tried to load one from a Docker container. It turns out that privileged containers (or just those with CAP_SYS_MODULE) are able to use the sys_init_module() and sys_finit_module() syscalls - which are what's used to load kernel modules. As all containers share their kernel with the host (unlike VMs), this clearly results in yet another complete system compromise.