Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
151–160 of 200 posts
Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#152Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#153Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#154I haven't used local agentic AI yet for programming projects. Hence, -187 score The filter for "commands I would run myself" and "commands I would let an agent run" are very different it seems.
Thinking about agents as remote junior devs who _might_ be North Korean operatives has been the right model for me.
Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#155Earlier quoted context omitted.
A computer is only secure if it remains powered off and airgapped.
Turn off your computer and make sure it powers down Drop it in a 43-foot hole in the ground Bury it completely, rocks and boulders should be fine
Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#156Earlier quoted context omitted.
Where would you put them?
Literally anywhere else! Your dotfiles should be publishable to github. If they aren't you're doing them wrong. A good thing to do is organize. You can actually load different files. Here's a pretty common pattern that you'll find and it'll illustrate how to do other things if [[ $(uname) == "Darwin" ]]; then source "${INSERT_SOME_DIR}/osx.zsh" elif [[ $(uname) == "Linux" ]]; then source "${INSERT_SOME_DIR}/linux.zsh…
Re: Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue
#157I think the issue is that I’m running Claude Code in a container so it sees that it is root, and becomes a lot more cautious. Not sure, though.