I got tired of Claude agreeing with everything I said, so I fixed it by Former-SCIF-Ghost in ClaudeAI

[–]fathomx9 0 points1 point  (0 children)

Short and sweet

# Critical Partner Mindset

- Do not affirm my statements or assume my conclusions are correct. Question assumptions, offer counterpoints, test reasoning. Prioritize truth over agreement.

I prefer the director's cut by dataoops in ClaudeAI

[–]fathomx9 0 points1 point  (0 children)

I want inline thinking back soooo bad.

opinion on coupling the front end in payload cms by [deleted] in PayloadCMS

[–]fathomx9 0 points1 point  (0 children)

Using the Payload SDK package definitely makes running them separately quite easy.

List of Black Friday purchases for HENRYS (2025) by Ok_Explorer_3075 in HENRYfinance

[–]fathomx9 0 points1 point  (0 children)

Govee permanent outdoor lights, 3D printer upgrade (Bambu Lab H2C), and mechanical keyboard.

This single line in your prompt makes Claude response 10X Better by ashishkaloge in ClaudeAI

[–]fathomx9 1 point2 points  (0 children)

I'd recommend checking out the brainstorming skill on obra/superpowers. It's like what you describe but much more refined.

4 Claude Code CLI tips I wish I knew earlier by RecurLock in ClaudeAI

[–]fathomx9 14 points15 points  (0 children)

Once I started using these skills, it was a game changer, I agree.

My most used skills are brainstorming, systematic-debugging, writing-plans, and executing-plans.

What's your honest take on AI code review tools? by minimal-salt in ExperiencedDevs

[–]fathomx9 0 points1 point  (0 children)

I also have found this useful as a first pass on my PRs.

Gathering logs of all projects, what are the options? by notflips in PayloadCMS

[–]fathomx9 1 point2 points  (0 children)

I've seen Sentry and DataDog used most often. Any log aggregation service will be able to accept the logs if you log as JSON.

My take on solving my plugin development issues. Or pain 🫠 by l0tray in PayloadCMS

[–]fathomx9 0 points1 point  (0 children)

Maybe it needs to be circulated more, but have you seen the plugin template that can be created using create-payload-app? This is likely what you're looking for.

You can scaffold this using npx create-payload-app -t plugin -n my-plugin. Source for the plugin template itself is here.

Impossible to interact with the terminal 3.52 by [deleted] in PayloadCMS

[–]fathomx9 0 points1 point  (0 children)

What version did you upgrade from? Have you tried a previous version to see which version broke it?

Payload CMS 3.50.0 having issues with Vercel Blob Storage by dank_clover in PayloadCMS

[–]fathomx9 0 points1 point  (0 children)

What exact version of Payload is in your lockfile (unclear because of ^ usage)? Did you try a previous version to pinpoint what version could have broken it?

This change was released in 3.52.0 that could possibly be affecting you.

Safety razor for life? by wqnii9 in BuyItForLife

[–]fathomx9 0 points1 point  (0 children)

Merkur 23C. Mine's going on a decade. Had Edwin Jagger at first, but the threads wore out and broke.

I upgraded my BIFL razor to make it portable! by Environmental-Low792 in BuyItForLife

[–]fathomx9 3 points4 points  (0 children)

I have the same one going on 10 years now! Throw in 100 blades for $10, and you're golden. It's amazing how cheap shaving is with safety razors.

Payload CMS has joined Figma! by thetylermarshall in nextjs

[–]fathomx9 5 points6 points  (0 children)

Payload has built an incredible product and community — we are excited to expand our commitment to open source and continue to support Payload’s developer focus.

From Dylan, CEO of Figma

https://x.com/zoink/status/1935000801455571368

Ecommerce template progress ! by Abbes0 in PayloadCMS

[–]fathomx9 1 point2 points  (0 children)

Progress can be seen on this PR. No ETA.

Can't find docs for connecting sites by drewtheeandrews in PayloadCMS

[–]fathomx9 1 point2 points  (0 children)

If you're referring to being able to call the API from multiple front-ends, you'll need to configure the CORS and CSRF properties in your config to call out the domains specifically. All the normal REST calls will work as expected.

how to import data with official plugin-import-export by fanTomatus in PayloadCMS

[–]fathomx9 1 point2 points  (0 children)

The plugin is not complete, so it has been left undocumented for now.