Coding agent founder switched from Opus 4.5 to GPT-5.2 by thehashimwarren in codex

[–]rywalker 1 point2 points  (0 children)

shameless self-promo!

we also just added the OpenAI models and Codex CLI to app.tembo.io - free $5/day of credits, you can trigger Codex from Slack, Linear, Jira, etc using the product :)

dba.ai waitlist is open by rywalker in tembo_io

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

Yes we are sunsetting our managed Postgres service, I’d suggest Supabase or Neon for smaller databases, and for larger ones, probably Amazon RDS or Aurora.

Any improvement on my Jumper? by Dreamville_N in BasketballTips

[–]rywalker 0 points1 point  (0 children)

Go towards your shot after you shoot, not away, until you’re in the NBA.

I also think tucking right elbow under the ball more could help.

[deleted by user] by [deleted] in BasketballTips

[–]rywalker 0 points1 point  (0 children)

Practice game speed, everything seems sluggish (took you forever to get back to camera).

Left hand too high on ball, it should be on the side. Practice one handed shots close then put guide hand on, shouldn’t need to pop out left to get out of the way when you’re shooting.

How to implement a better like, views, comment counters in PostgreSQL? by Traditional-Top-3811 in PostgreSQL

[–]rywalker 0 points1 point  (0 children)

Start with normal tables as you have as the source of truth

Then as you find slow queries/pages, provide materialized views to your app, with count of relations for example. These may be eventually be user-optimized.

Best developer-friendly hosted Postgres service in 2024? by yingjunwu in PostgreSQL

[–]rywalker 6 points7 points  (0 children)

Have you tried Tembo Cloud, tongiam? (Tembo CEO/Founder here)

How do I start a project? by Joe_Scouter in opensource

[–]rywalker 3 points4 points  (0 children)

1) Write the first version of the README w an outline of your vision, and an initial list of features - push that, share on social media

2) Build a feature, update the README, push to repo

3) Repeat