Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For the TypeScript enjoyers: you can do the same with Deno (and I'm sure Bun too, though I haven't done it).

    #! /usr/bin/env -S deno run
You can add permission flags like this:

    #! /usr/bin/env -S deno run --allow-env --allow-read --allow-net


I love Deno and I use this, but I really wish they would fix this dumb bug:

https://github.com/denoland/deno/issues/16466


I really wish they would allow you to connect to "unsafe" TLS endpoints.

https://github.com/denoland/deno/issues/6427#issuecomment-65...


Jesus, both of these issues are sad. This is probably why Bun is winning


Just absolutely infuriating to work with. We migrated all of our RPA scripts to Deno and then this popped up and killed our hopes and dreams.

> "What, you want to connect to an old government website that has an old TLS version? You are a very bad boy. Not allowed!"

Back to Node we go.


Yeah definitely a case of "you're holding it wrong". Never a good look.


That's interesting! I think I've run into it but it has rarely been a problem.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: