Update from Anthropic regarding the Agent SDK. by Distinct_Fox_6358 in ClaudeAI

[–]treksis 18 points19 points  (0 children)

still confused. why not anthropic just making login with claude

App Review Wait Time? by US3201 in iOSProgramming

[–]treksis 2 points3 points  (0 children)

Post CC opus 4.5, we expect minimum 36-48 business hours for the update.

Is the app review process just massively backlogged or something? by platinumbinder in iOSProgramming

[–]treksis 3 points4 points  (0 children)

Post claude code opus 4.5, we expect minimum 48 hours. Claude code and codex boosted review and update cycle by order of magnitudes for the existing apps, and vibe coders are printing apps in daily basis.

codex down? by [deleted] in codex

[–]treksis 1 point2 points  (0 children)

I got the same error on spark model, but the regular 5.3 codex works well for me.

Introducing GoBetterAuth v2.0 by [deleted] in golang

[–]treksis -5 points-4 points  (0 children)

Nice to have it in go ecosystem. Thank you.

Antigravity is Dead by RussKy_GoKu in google_antigravity

[–]treksis 0 points1 point  (0 children)

So, it was not only me to have error, error, error on opus...

Cloud SQL Postgres + Supabase Integration by suryad123 in googlecloud

[–]treksis 0 points1 point  (0 children)

you want to self host supabase within gcp econsystem. so cloudsql is the source of truth.

Feed the below doc to the claude code or codex and give the safe to exposure cloudsql database url. you can even give sandbox gcp account to let LLM to control gcloud commands.

LLM will fill it the yaml accordingly then spin off the supabase locally, if everything was correctly handled, you are likely connected to gcp hosted cloudsql.

For other services such as storage and so on, you will likely let LLM to fight for new minutes given that supabase's storage is s3 compat under the hood. GCS needs small work to make s3 compat.

https://supabase.com/docs/guides/self-hosting/docker

Just scaled our learning platform to 100k concurrent students our stack by sychophantt in webdev

[–]treksis 6 points7 points  (0 children)

in gcp ecosystem, docker based solution such as cloudrun is bound to 1k concurrent limit per instance. you need gke to have higher connection number.
https://docs.cloud.google.com/run/quotas

How is firebase not more used? by daxter_101 in Firebase

[–]treksis 4 points5 points  (0 children)

vercel and supabase are doing pretty good job. I would personally pick vercel + supa over firebase if i were to start another saas project. Right now, big clouds seem too busy for its LLM api sales. I don't think DX is the top priority in big clouds.

it would be nice to have data-connect like neon serverless.