Arvid Kahl

speaker
22,801 appearances 96 recordings 1 series first heard Aug 2024 last heard 3 Apr

Arvid Kahl’s voice in public audio — every appearance, attributed to the second.

Trend

recordings per month · last 12 months
5 · Jan OctJan 26AprJulnow

Recordings per month over the last 12 months — 23 in all, peaking in Jan 2026 with 5.

Appearances

newest first · ▶ plays the moment
choice but just importantly you want to look into the deny array in your permission setting. podcast-host
There might be commands, particularly when it comes to testing and setting up environments that can be quite dangerous. podcast-host
Most of the time, it's fine if we wipe the test database, which we just created for the sake of testing anyway, but your local development system might have some state in your development database that you want to keep because you're working on something else, or you just want to have ingested a lot of data, you want to keep it there. podcast-host
You want to prevent your frameworks tooling from wiping your database. podcast-host
From re migrating all the migrations or stepping back or reseeding it with data that overrides what you're currently working with. podcast-host
So podcast-host
This will be different for any system that you use, but if you're using PHP and larval like I do, you probably want the PHP artisan db colon wipe or the migrate colon fresh or the db colon anything commands in your deny list. podcast-host
Because the moment it's in the deny list, cloud will try it at its worst, it will fail, and then it will likely stop to ask you what to do. podcast-host
So at that point, you can figure out what podcast-host
The agent is currently trying to do. podcast-host
Is it really trying to delete my database, or is it just like stepping back one thing, like one migration to test something else? podcast-host
And if so, what is it trying to do? podcast-host
Is it working on a test database? podcast-host
Is it on my def one? podcast-host
That's probably not what it should do. podcast-host
Is it trying to connect to prod? podcast-host
Oh god, that's not right. podcast-host
This is what deny permissions really help with. podcast-host
Here's something important though. podcast-host
Claude is quite smart and it might see that you're blocking a command with a rejection, so it might try to create a new bash script file that contains the command and then tries to run that bash file. podcast-host
Showing 1021–1040 of 22,801 · page 52 of 1141 ← Previous Next →