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

Dynamic function “definitions” in Elixir

This is more of a dumb hack than anything, I just happened to learn about this today. Suppose that you’re writing a shell-command executing library. You can, of course, always use System.cmd/3 to do so. However, what if you wanted to... Continue →