Comment by jcelerier
3 years ago
> You replied to my quote about pulling network resources and “other shenanigans”, which certainly isn’t what “everyone already implemented independently”.
?? pulling network resources works, today, with what people are using. there's zero difference between "cat foo.txt | xxd -i" and "curl https://my.api/foo.json | xxd -i"
Hell, I #include files mounted over FUSE regularly.
https://github.com/camel-cdr/execfs ?