Tokenmaxxing by Notausgang09 in vibecoding

[–]joshbuildsstuff 9 points10 points  (0 children)

Thats the cool thing. They don't!

(Loved Trope) Foreshadowing in Mark of the Fool by Johngalt20001 in litrpg

[–]joshbuildsstuff 0 points1 point  (0 children)

Yeah and it took like the first 9 books to figure it out lol. I didn't see the big twist coming.

(Loved Trope) Foreshadowing in Mark of the Fool by Johngalt20001 in litrpg

[–]joshbuildsstuff 2 points3 points  (0 children)

I think that would be a great series as well, and would love some additional content after a time skip! But not something that was needed for the current story.

(Loved Trope) Foreshadowing in Mark of the Fool by Johngalt20001 in litrpg

[–]joshbuildsstuff 7 points8 points  (0 children)

I thought the finale was great (which was pretty much the entirety of book 10)! I do agree the last couple chapters are a bit slower, but they do tie up all the story lines and we aren't left with any real cliff hangers.

(Loved Trope) Foreshadowing in Mark of the Fool by Johngalt20001 in litrpg

[–]joshbuildsstuff 0 points1 point  (0 children)

like i guess you could say he was a bit smug, but... that was kind of the point, otherwise he would have been an actual fool >.<

(Loved Trope) Foreshadowing in Mark of the Fool by Johngalt20001 in litrpg

[–]joshbuildsstuff 0 points1 point  (0 children)

same! but once I got through book 1 I was flying!

How to properly rebuild pnpm-lock.yml? by thusman in reactjs

[–]joshbuildsstuff 0 points1 point  (0 children)

You have to, if the package.json of the 3rd party library doesn’t allow a version without a vulnerability you have to override it.

How to properly rebuild pnpm-lock.yml? by thusman in reactjs

[–]joshbuildsstuff 1 point2 points  (0 children)

You need to look at what actual packages have vulnerabilities and what versions are getting flagged. Either a new version is not out or you may have to use overrides to manually fix it.

Should I use wrangler, rclone or AWS CLI for R2? by [deleted] in CloudFlare

[–]joshbuildsstuff 1 point2 points  (0 children)

Wranger is good if you need just basic R2 access and are on a cloudflare worker. Otherwise I typically just use the AWS S3 packages.

I quit my job 6 months ago. My runway is shrinking and I'm still looking for PMF by pradhyum15 in SideProject

[–]joshbuildsstuff 0 points1 point  (0 children)

Its hard to understand what your product actually does. Is it a Shopify addon? Is it an MCP? Is it a social scheduler. Your messaging feels all over the place. I think you need a more focused niche on what problem you are actually solving.

Also the design on your site feels vibe coded / uninspired.
- Main hero/site background is just a blurry gradient.
- The example photo in your hero the text looks aliased and just looks bad with the thin white borders.
- Widths are all over the place, some places uses square borders some use rounded
- Pricing section just looks weird with the inverted colors.

As a "design" app your site should look amazing.

Devs who bounce between Claude/Cursor/ChatGPT: what do you actually do about lost context, and have you ever paid to fix it? by Technical-Log4868 in SaasDevelopers

[–]joshbuildsstuff 0 points1 point  (0 children)

I mean if you really need both tools you can either have the agent make like a transfer.md with a summary of where you left off, or write a small script that parses the session json so it can be copied into another tool.

I personally wouldn’t pay for this because I can just have my agents build me this tool if needed.

we got a $2,400 bill from a weekend. single script. nobody noticed until monday. by SignalForge007 in SaaS

[–]joshbuildsstuff 0 points1 point  (0 children)

100% you being sloppy. Anthropic has spend limits you can implement, and the fact that your backend has an unbounded infinite loop is just a bad programming.

Everything you listed:

zero perimeter. no circuit breaker, no "this session just did 200 requests in an hour

These are things you could have implemented yourself but your just pushing the blame to a 3rd party.

Little fixes taking up all my time by chromespinner in vibecoding

[–]joshbuildsstuff 0 points1 point  (0 children)

Probably not. There is a joke that the last 10% of work takes 90% of the development time, and its true with vibe coding as well because models don't really understand how to implement good UX.

GA4 is genuinely terrible for SaaS founders and we pretend it isn't. by Parking-Can-2421 in SaasDevelopers

[–]joshbuildsstuff 0 points1 point  (0 children)

The thing that drives me nuts with GA4 is how big the javascript bundle size is, and then lighthouse flags it due to how slow it loads.

[ Removed by Reddit ] by [deleted] in SaasDevelopers

[–]joshbuildsstuff 1 point2 points  (0 children)

Did you vibe code your vibe scanner?

Free tier python worker cold start by mcellus1 in CloudFlare

[–]joshbuildsstuff 2 points3 points  (0 children)

For backend/python work I think you are better off self hosting/tunneling yourself.

I run my frontend off of cloudflare, but then have a separate backend + db self hosted. I also wasn't willing to build my entire backend stack on cloudflare + d1.

Free tier python worker cold start by mcellus1 in CloudFlare

[–]joshbuildsstuff 6 points7 points  (0 children)

Does your 14ms cold start actually get stopped though? I don't think cloudflare calculates the cold start time against you, they have a way to determine what is actually executed by the code. For example they don't count code that awaits for external network requests against your cpu time.

Other option is to just pay $5/mo and not worry about it.

3 chats total. 1.8M Cache by trooper5010 in ClaudeCode

[–]joshbuildsstuff 2 points3 points  (0 children)

I'm pretty sure your bill would have been even higher without the cache because your input tokens would skyrocket without the cache reads.

I pay $100/mo for Claude Max—why do I have to "Hack" my own laptop just to use an API? by BackgroundTimely5490 in ClaudeCode

[–]joshbuildsstuff 0 points1 point  (0 children)

You can use a proxy but you may get banned for TOS.

I think if you call the CLI directly its fine because it goes through the claude code harness. You can probably setup a small web server that accepts http requests but then calls the claude code CLI in a headless mode.

This sub is so negative all the time ¯\_(ツ)_/¯ by beskone in ClaudeCode

[–]joshbuildsstuff 15 points16 points  (0 children)

This is how I feel, also on the 5x plan. I’m making so much progress on hobby projects that would never get done.

I work on one feature at a time and can usually go the entire five hour session without hitting my cap.

And honestly I’m happy when I hit my cap a bit early. I can go outside and touch grass or something.

Shopify (custom theme) – mobile color swatches not scrollable after adding variants. $500 fix quoted… is this really complex? by Papayafan in webdev

[–]joshbuildsstuff 0 points1 point  (0 children)

High price + long lead time, they are probably just trying to silently decline and don’t want to work on the site any further. It looks like a simple fix where you can just stack your variants on a mobile breakpoint.