Hacker News new | ask | show | jobs
by protocolture 410 days ago
My first instinct is that this is super useful.

But then I realise that I do enough sensitive stuff on the terminal that I don't really want this unless I have a model running locally.

Then I worry about all the times I have seen a junior run a command from the internet and bricked a production server.

1 comments

I suppose, you still need (and shall) understand what this command is doing eventually. But it certainly helps a lot when you don't exactly remember how the command is built. If not when googling stackoverflow, I personally rely a lot on previous commands which are saved in the history (ctrl + r)