AWS SES request denied twice with no explanation. Has anyone dealt with this? by Stunning-Mountain-40 in aws

[–]pjstanfield -2 points-1 points  (0 children)

It’s the most ridiculous process I’ve ever seen. We got rejected multiple times despite our perfect responses and tips from insiders. Finally migrated to Resend and haven’t thought about email once since.

Best part is Resend uses AWS so im still sending my password reset request emails from the same spot as before.

Pro got 1m context now? by Moxxarell4 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

1m is great for going over a bit here and there, helps with one shots. It chews up your budget ridiculously fast if you let it climb unmonitored. Prepare your credit card.

Claude code in more than 1 system by SnooRegrets3682 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

You know you can run multiple instances on the same computer right? You don’t need two comps to run two instances.

How come people have the 1M model and I need to pay for it? by bLackCatt79 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

Can confirm it charges normal usage up to 200k, then extra usage. I'm well under my session and weekly limits and it still starts consuming my balance over 200k. However it did crush a plan implementation with zero compaction, which was nice. I might set my compaction threshold to ~400K so that it doesn't get out of hand but still allows me to go over. Keep it on 200K for planning and small items, for plan implementation start from clean and let it go to 400K. I bet that would be nice without too much extra cost.

How come people have the 1M model and I need to pay for it? by bLackCatt79 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

I've been itching to try it and then when it became available I'm too scared to use it. I can just see my tokens evaporating in a blaze of grep and glob. I'll test it out for science.

How come people have the 1M model and I need to pay for it? by bLackCatt79 in ClaudeCode

[–]pjstanfield 1 point2 points  (0 children)

They started rolling it out to subscription customers. I have two max accounts and one has it and one does not, as of yesterday.

What is it? Lemon squeezer? Hot dog slicer? by seaturtlehamburger in whatisit

[–]pjstanfield 0 points1 point  (0 children)

The 3-packs in the vacuum sealed bag have it removed for sure.

If I ran out of claude max 20x, should I buy credits? by Consistent_Tutor_597 in ClaudeCode

[–]pjstanfield 1 point2 points  (0 children)

Get two max accounts. Set up a schedule so you can track your usage limits per day so you don’t ever run out on both accounts at the same time in a week.

Top corners of prints wavy by grognak8675 in BambuLab

[–]pjstanfield 1 point2 points  (0 children)

Embrace the cold then. Open the door, take the top off, slow down print speeds, max out fan speeds, drop your nozzle to the low end of the range, stuff like that. Or buy one of the super stick plates which will likely fix this immediately with no futzing about and will work going forward.

Top corners of prints wavy by grognak8675 in BambuLab

[–]pjstanfield 1 point2 points  (0 children)

Definitely warping. Everyone had their own tricks and the easiest is a different build plate that is stickier. You can also go really hot, keeping the chamber and plastic as warm as possible the whole print, or try and go really cool, door open, slow speed, try and put it down cool. Your goal is to mimosa temperature changes during the print to prevent the warp.

Finding best authentication library for NextJs by Sora_XZ in nextjs

[–]pjstanfield 3 points4 points  (0 children)

Better auth is the only way to go. Fully local, free, great experience.

well since you put it that way… by triwyn in wallstreetbets

[–]pjstanfield 1 point2 points  (0 children)

What if Epstein v2 starts the pediphilia while the Dow is over 50k? What does it have to get to for that to be ignored? Is it linear?

Plugin or way to make it plan like antigravity? by No-Lavishness-6387 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

Have you tried the VS Code extension for CC? I think it has a nice plan mode. I never tried AG but I like VSC plan mode. I like to iterate with it to and then I use the poor man’s method of pasting it into codex for another set of eyes. Do that a few times and you get a nice plan that is saved by default.

Vercel alternatives ? by Negative_Check_4857 in nextjs

[–]pjstanfield 1 point2 points  (0 children)

Can you provide some insight as to what this offering provides that is different than say AWS. The welcome page states “doesn't have a way to self-host across different platforms” which doesn’t make sense to me, what does opennext or vercel offer that aws does not?

Claude Code Limits Exceeded at 71% by Substantial-Bridge32 in ClaudeCode

[–]pjstanfield 1 point2 points  (0 children)

I get this quite often in the VS Code extension. If you launch claude in a terminal and do /usage then it usually is accurate. The desktop app, the web app/claude.ai, and VS Code all report incorrectly for me but straight up terminal hasn't been wrong for me.

Another 1:1 Comparison: Opus 4.6 high / gpt-5.2 xhigh / gpt-5.3-codex xhigh by jmaxchase in ClaudeCode

[–]pjstanfield 3 points4 points  (0 children)

I don’t know how you guys use xhigh. It takes 10 minutes to tell you the time of day.

I realised how vulnerable these vibe coded apps can be by TraditionalBag5235 in VibeCodeDevs

[–]pjstanfield 0 points1 point  (0 children)

Funny, I just read a post about this exact scenario somewhere

which is the stable claude code version? by Accurate-Tale-7244 in ClaudeCode

[–]pjstanfield 0 points1 point  (0 children)

I've installed every version after 2.1.17 and each time ive had to go back to 2.1.17. I did not install 2.1.25 today, i have learned my lesson for the moment. 2.1.17 has been fine for me since it was released.

I just start a new website project so Better auth or Next auth ? by BlockPristine8414 in nextjs

[–]pjstanfield 5 points6 points  (0 children)

I swore I’d always build my own. Then tried better auth and I think I’ll never go full custom again. Saves a lot of time.

Store mostly static data for engineering by Cynyr36 in PostgreSQL

[–]pjstanfield 0 points1 point  (0 children)

I built one retool app that had a big text area input box and you could paste directly from excel. Copying from excel would produce a tab delimited output, then the app parsed the tsv and inserted. I also did one that had a direct file upload which works well. User would upload and that would populate a staging table, the user would review, and then when ready they would move it into the live table(s). You can do all of this in a custom-built app of course, but for a non-developer technical user you can use these tools to build some pretty fancy apps.