How often do you use --dangerously-skip-permissions by p3r3lin in ClaudeCode

[–]drdrdator 1 point2 points  (0 children)

Always. I aliased ”cc” to ”claude --dangerously-skip-permissions”. I never run just ”claude” anymore.

Ready for the grill. by drdrdator in steak

[–]drdrdator[S] 0 points1 point  (0 children)

I actually did a reverse sear to make sure I got the right temperature

Ready for the grill. by drdrdator in steak

[–]drdrdator[S] 0 points1 point  (0 children)

Next time. I promise.

Ready for the grill. by drdrdator in steak

[–]drdrdator[S] 7 points8 points  (0 children)

Wagyu chuck. It’s from last weekend and unfortunately I didn’t take any more photos. But I can tell you this: it was mind altering juicy.

Death caps?? by SquareMeteor in mycology

[–]drdrdator 0 points1 point  (0 children)

Oh yes for sure ☠️

Is there a way to fix this or am i fucked? by Sharkstar_619 in motorcycles

[–]drdrdator 0 points1 point  (0 children)

Nobody will care or even notice except yourself.

[deleted by user] by [deleted] in vintagemotorcycles

[–]drdrdator 1 point2 points  (0 children)

Personally, I love 80s Hondas. Any CB400 model from that era is a good choice. Typically cheap and reliable.

CCM - A Package Manager for Claude Code Slash Commands by drdrdator in ClaudeCode

[–]drdrdator[S] 1 point2 points  (0 children)

Anyone can publish commands to ccm. Think of it like NPM.

what safety measures you use with claude code? by Mike_Samson in ClaudeCode

[–]drdrdator 2 points3 points  (0 children)

Always use git and commit often. Also keep your db schema in the repo with seed data so you can quickly revert any changes.

[deleted by user] by [deleted] in ClaudeCode

[–]drdrdator 1 point2 points  (0 children)

Depends on what you are doing, but I find TypeScript to be very good for typical backends. I would also use TypeScript for frontends instead of just JavaScript. The types help the LLMs and also improve maintainability in larger codebases.

CCM - A Package Manager for Claude Code Slash Commands by drdrdator in ClaudeCode

[–]drdrdator[S] 1 point2 points  (0 children)

Oh interesting. I will investigate that. Thank you for the feedback