Post B8AY0SY7szktgKzrUG by andrewnez@mastodon.social
 (DIR) More posts by andrewnez@mastodon.social
 (DIR) Post #B8AY0SY7szktgKzrUG by andrewnez@mastodon.social
       0 likes, 0 repeats
       
       Trying out a new format of post breaking down the details of different package managers, their design, security and trade offs. First up Zig https://nesbitt.io/2026/07/09/unboxed-zig.html
       
 (DIR) Post #B8AY0SwwOjbYvIbgAK by wolf480pl@mstdn.io
       0 likes, 0 repeats
       
       @andrewnez regarding tuesday test:The recursive download step only reads the .zon file, right? So shouldn't it be possible to first download the deps, then put the downloaded deps and toplevel source tree in an isolated container with no internet access, and do the build inside it, so that build.zig has no access to the outside world?Would such a setup count as passing the tuesday test, or is that missing the point?
       
 (DIR) Post #B8AYmVSSNKI2bQFtjs by andrewnez@mastodon.social
       0 likes, 0 repeats
       
       @wolf480pl yes the download stage would pass