Not having to deal with stuff like this is nice
Not having to deal with stuff like this is nice
trifectatech.org/blog/bzip2-c...
trifectatech.org/blog/bzip2-c...
trifectatech.org/blog/bzip2-c...
Thanks to: Alex Crichton and Radically Open Security, and to NLnet Foundation for funding the work through the e-Commons fund with financial support from @minbzk.bsky.social
#rustlang #rust
trifectatech.org/blog/bzip2-c...
Thanks to: Alex Crichton and Radically Open Security, and to NLnet Foundation for funding the work through the e-Commons fund with financial support from @minbzk.bsky.social
#rustlang #rust
- stop containers gracefully
- clone containers to *-backup
- tarball external data
- verify data tarballs
- tarball cloned containers
- verify container tarballs
- bzip2 the tarballs
- verify the bzip2'd files
- delete spare tarballs
- delete cloned containers
- restart the containers
- stop containers gracefully
- clone containers to *-backup
- tarball external data
- verify data tarballs
- tarball cloned containers
- verify container tarballs
- bzip2 the tarballs
- verify the bzip2'd files
- delete spare tarballs
- delete cloned containers
- restart the containers
Give it a read! tweedegolf.nl/en/blog/151/...
Give it a read! tweedegolf.nl/en/blog/151/...
xxd -r data.txt | gzip -cd | bzip2 -cd | gzip -cd | tar x -O | tar x -O | bzip2 -cd | tar x -O | gzip -cd
xxd -r data.txt | gzip -cd | bzip2 -cd | gzip -cd | tar x -O | tar x -O | bzip2 -cd | tar x -O | gzip -cd
I'm just imagining the follow up papers with bzip2, xz, etc.
I'm just imagining the follow up papers with bzip2, xz, etc.
We've translated it from the C original using c2rust.
Check out Folkert's blog on our experience:
We've translated it from the C original using c2rust.
Check out Folkert's blog on our experience:
Thanks to Chainguard, Astral, NLnet Foundation, and @sovereign.tech.
#rustlang #opensource
Thanks to Chainguard, Astral, NLnet Foundation, and @sovereign.tech.
#rustlang #opensource
Mmmmm bzip2
Mmmmm bzip2
www.gutenberg.org/MIRRORS.ALL
www.gutenberg.org/MIRRORS.ALL
@trifectatech.bsky.social
#datacompression #rustlang
@trifectatech.bsky.social
#datacompression #rustlang
#golang
github.com/nao1215/fil...
#golang
github.com/nao1215/fil...
Provides support for compressing and decompressing data using the bzip2 algorithm.
realpython.com/ref/stdlib/b...
Provides support for compressing and decompressing data using the bzip2 algorithm.
realpython.com/ref/stdlib/b...