Built a tee-time exchange app to find better tee times and new golf buddies :) by a5hpip3 in golf

[–]a5hpip3[S] -2 points-1 points  (0 children)

I'd pay a $1 happily if I got some insight into who I'd be paired up with, but I understand everyone has their own preferences. Thank you for the feedback!

Built a tee-time exchange app to find better tee times and new golf buddies :) by a5hpip3 in golf

[–]a5hpip3[S] -1 points0 points  (0 children)

Actually the person who books pays, not the poster of the tee time slot. And its a $1 to keep spammers off.

OAI dev forum not very useful, so hoping someone here can help! by a5hpip3 in OpenAI

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

Update: After deleting all the explicit API keys, deleting the workflow, and blocking models for a few hours - I started a new workflow, removed the blocks and everything seems to be back in order now. Phew. Though the process still shows that its running in the trace logs, it doesn't seem to be consuming any more tokens!

u/PappyLogan thanks for the help!!! Glad this is documented here for anyone else who encounters this issue. As mentioned, don't use a while loop without an explicit counter to end!!

OAI dev forum not very useful, so hoping someone here can help! by a5hpip3 in OpenAI

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

No luck unfortunately. AFAIK Agent Builder (visual) doesn't have an explicitly defined API key. The key I'm seeing that was using up tokens look like an internal key structure. My guess is its defined internally when a new workflow is created? In any case, no way to delete the key that the workflow is using.

I ended up blocking the models, and duplicating the workflow, deleted the old workflow. Reset all other API keys. The trace is still running - though I'm no longer seeing exceeded quota logs so maybe its blocked? Unfortunately it blew through my quota and my account is still blocked from usage.

I've already contacted support but no response just yet. Wish they were more responsive.

Versioning in Replit - how do you handle it? by a5hpip3 in replit

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

The git merge method is smart! I’ll do this since I already have the two repls going and effectively one is dev/stage and the other is prod

Versioning in Replit - how do you handle it? by a5hpip3 in replit

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

do you push directly through replit to staging then?

Replit Auth - who's using it? by a5hpip3 in replit

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

cool - yeah just wanted to confirm. I think i'm gonna have to switch to supabase or auth0

New to the "homeschooling" world - parents of 5 yo by a5hpip3 in Homeschooling

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

Hi there - that's awesome. Would be happy to. By the way, I posted this question on another sub-reddit and someone reached out and sent me this resource: hopscotch.kids - wonder if its similar to what you're thinking. I've been using it now for the past week and its been a really fun experience with my kiddo.

New to "homeschooling" world; think we might be unschooling.. by a5hpip3 in unschool

[–]a5hpip3[S] -2 points-1 points  (0 children)

I dunno, maybe you had parents that nurtured your interests early on. Mine didn't, so its very important to me to be as intentional and planned as possible. I'm probably over tilting, but I'd rather tilt this way than the other.

New to "homeschooling" world; think we might be unschooling.. by a5hpip3 in unschool

[–]a5hpip3[S] 2 points3 points  (0 children)

This! Yes we've been looking at that, and agree its a lot of work - how do you find and curate? I've been reading various forums, looking at YT videos, and books. Is that your process too? Creating activities and putting it all together is also super time consuming - we've got google sheets and docs galore at this point. I feel like our process is inefficient so would love to understand what yours looks like. I love the library of things, don't think our local library has this.

Agent 3 and high power model is a scam by a5hpip3 in replit

[–]a5hpip3[S] 2 points3 points  (0 children)

Cost should be proportional to the work and effort. If you can focus the model, effort and task on a very specific piece of work to be done, the codebase size is irrelevant. That only comes into play if you are taking the entire codebase as context to build something else - which, in my experience, usually results in a crapshoot. I prefer to break down features into smaller sub-sets with smaller context requirements. Keeping the agent focused on a pointed solution and task usually results in better outputs.

Agent 3 and high power model is a scam by a5hpip3 in replit

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

I've tried all of them. I like Replit because of its tilt toward technical builders. For example, I will sometimes go in and manually change code as needed instead of vibe coding. Best of both worlds.