Ingvar
573 posts


what if the spanish government built github?

Jonas Fröller@jonasfroeller
What if the EU built GitHub?
English
Ingvar retweetledi

@conductor_build please make it possible to work in conductor from mobile. so many times all I need is just to continue my Mac session on the go. I don’t need cloud agents and sandboxes I just need to continue chat normally, like I’m still at my Mac 🙏
English

Building something this week to showcase some of my preferred patterns and features when building with @supabase
100% open source. Full demo on Friday. 👀

English

@jonathan_wilke Claude Code via Conductor. For someone who is not using claud agents and just want to work on multiple things in parallel on local machine it has the best UI and dev experience.
English

@jonathan_wilke @cursor_ai Well, UI and overall experience in v3 is far from what you get in Conductor, but it’s getting close. The real issue is the cost of access to Anthropic models vs Claude Max. If you use Cursor as your main tool during the normal work day, bill is skyrocketing.
English

I'm gonna say it:
As it stands today, @cursor_ai is the best agentic coding tool out there. No jumping between terminal and editor, nice UI and you don't have to switch the tool if there's a new model.
change my mind.
English

@tomaspozo @supabase Feels like we move backwards in time, putting logic in SQL been a no-go for so long. And one of main reasons, stored procedures are seemingly impossible to debug, just like 20 years ago. You may have transactions with direct connection to db from edge function, as an option.
English

Using RPCs (database functions) has become my default way of interacting with @supabase db.
Here are some benefits I get:
✅ Transactions: Everything runs inside the database. If something fails, it rolls back automatically. No need to handle partial failures on the client.
📱 Shared logic across clients: if I'm building a web app and a mobile app for the same product. Both call the same RPC. The business logic lives in one place, the database. No duplication, no drift.
🔒 Security: You can hide your tables entirely and only expose your RPCs to the client. You can configure this easily from the Supabase dashboard (see more on the video).
English

@ericzakariasson Make working with multiple agents at same time streamlined:
- better worktrees support
- better GitHub / PR status panel
- better integration with Linear / starting new agents from issues
Tbh can you just copy Conductor UI? ))
English
Ingvar retweetledi

As a Principal Engineer @Atlassian with 10+ YoE, I’ve seen rate limiting & throttling save (and break) more production services than almost any other pattern.
Interviewers have stopped asking only “Design Uber”. They now drill deep: “How do you prevent your API from melting when traffic suddenly 10x’s at 3 AM?”
These 20 must-know Rate Limiting & Throttling techniques are exactly what separates good system designs from production-ready ones that actually survive real scale.
I turned them into this full detailed thread with clear explanations and hands-on ways to master each one.
Save this thread. Read till the end.
Your next interview and your on-call rotation will thank you.
Also check out - puneetpatwari.in
English
Ingvar retweetledi

Asked codex to use my Mac to create a full help center for my app.
Codex inspected source code, used chrome to check out the app UI and created help articles as Markdown. Then it used Cleanshot X to make app screenshots as illustrations.
So far Codex computer use feels more powerful than what Claude can do. Or at least more seamless.
English
Ingvar retweetledi

When you finished implementing feature and now want Claude or Cursor or Codex to test it in browser - make sure to either start fresh chat or make it use a sub-agent.
Why?
Because on each action in a browser (click, click, click, let me check the screenshot…) it send the whole 200k tokens context over and over, burning through your tokens budget 🔥🔥🔥
English

@dshukertjr @supabase I think Supabase MCP can’t access edge functions logs , only invocation logs. Struggling with this a lot
English

With Opus 4.7 out, I wanted to remind you that there is an official Supabase connector, and it is the easiest way to add a backend to your app!
You can
- Run SQL
- Create database migrations
- Deploy Edge Functions
- Access logs to debug
- Fetch the security advisor output
All while chatting with it!
English

@adamwathan Please accept wishes of quick recovery and feeling better for her!
English
Ingvar retweetledi

@amorriscode I can use Code on desktop via mobile app? How? Can’t find any hints in ios app
English

There are A LOT of new features in this launch. I'll be posting throughout the next week or so to help you all discover what's new.
Update your app and let us know what you think👇
claude.com/download
English










