Hacker News new | ask | show | jobs
by Tistron 2241 days ago
I get that it's nice to know exactly which version something is running on, but something i have found myself wanting when writing a small cli-script for downloading youtube videos, is something like Deno allowing me to run somebody's script, or somebody else to run mine, without fear of it damaging my system. But then also with the rendering engine so it could be just "deno run http://host/myscript.ts --allow-net=googlevideo.net,youtube.com --allow-write=." but it allows me to render a more friendly UI. I wish somebody a lot more competent than me would make such a tool from gecko