The horrors of package formats, in Rust!

Flat files #

Tarballs #

Docker #

Arch packages #


Part 2 soon, where we meet .deb, RPM, AppImage, and friends!

 
1
Kudos
 
1
Kudos

Now read this

Building app infrastructure in Elixir: Time-traveling state

In the previous post, I discussed making crush into a more-viable data store for mahou. Since then, I’ve implemented forking and joining of key-value pairs in crush, and this post will be discussing the implementation thereof. Fork-join... Continue →