Intensity
Intensity
@mmatuska I'm wondering what the most straightforward way is to build an mfslinux image then install it to a hard drive that's already pre-partitioned. This partition has sufficient space to...
The podman backend allows the "container image" that is to be used as root storage to be specified as a directory point instead of a traditional image. It works with...
When I don't specifically add `--gpu` (or even when I add `--gpu=no`) I find various GPU/DRM devices appear in the container command line. I'm wondering if this is intentional. In...
Now that Debian bullseye is out, I wanted to open up the option of using this stable foundation (instead of `sid`) as the basis for a firefox image. (Another alternative...
It looks like there's an Alpine subdirectory for Firefox, although this doesn't look like it's been updated in a while. I'll suggest including versions of those browser images that are...
In addition to improving the ratio for a final recompression pass, precomp by nature also improves deduplication ratios across a dataset since the content may coexist in both uncompressed and...
For most common proc strings, make it possible to run a simultaneous "counterpart" process that "proves" that the operation's reverse will succeed - inline. Taking one operation in isolation to...
Divide the data into `n` chunks, any `k` of which are able to recover the information (but with fewer than `k` shares, no information on the original data can be...
I came across https://github.com/nestybox/sysbox which looks interesting in that it's able to run `systemd` in the container just as it offers some security enhancements useful in their own right. It...
Hi! I'm wondering if you've come across a `cat` implementation that produces `cat -v` output that can be uniquely reversed back to the original. It may not be a historical...