George Shammas

Results 17 comments of George Shammas

To work around this myself after hitting #23, I ended up using `nix-shell` to set the NIX_PATH to make this work automatically: https://github.com/nycresistor/golden-nix/blob/0bdd76ce1c0a63b0175362536d804a4a9827e7a6/shell.nix https://github.com/nycresistor/golden-nix/blob/0bdd76ce1c0a63b0175362536d804a4a9827e7a6/extra-container Then to update containers is just...

This whole thread seems to be missing a demo, so here is one, it is complete with P2P, loads extremely quickly, and automatically switches between 5 different bit rates: https://bafybeiazt45dboknwnwwrekot7eenfr62sr6vmxhrwobr4p3cymfmorx5y.ipfs.dweb.link/...

There _a lot_ of distributed solutions popping up right now, however only IPFS is not tied to a block chain. You could argue filecoin, but IPFS does not depend on...

I think IPFS is really cool, but I am not so sure it is ready for this use case, at least with native js-ipfs. It is simply not fast or...

I just ran into this problem myself. What I want to do is setup an archlinux mirror in ipfs. The problem is upstream mirrors heavily use symlinks to central pool...

Ultimately, I think mimicking all the symlink flags rsync has is the best idea, but that is a lot of scope creep for getting something working. @michaelavila Here is my...

Sounds good to me! We also could remove the $ entirely

I am using net-istio, and the I can confirm that the snippet in #12601 resolved the issue. However, I am having trouble grasping why this helps. Specifically, why domainmappings break...

> beesd@ is a special systemd-unit file. It will take arg as in beesd@arg as the argument of running beesd (as specified in the ExecStart= line) > > When we...

This is a pretty old ticket, but I would like to rehash this. systemd-network makes it really easy to create routing tables that match on the interface name, this automatically...