Ellie Huxtable
@ellie.wtf
4 months ago i guess that's one way but i don't really want to build software like that, not the vibe
💬 0
♻️ 0
❤️ 2
i guess that's one way but i don't really want to build software like that, not the vibe
way too true people seem to think it's just writing a nice PR description but it's more than that and I find it hard to describe sometimes a chonky PR writeup makes it harder to review lol
just moved one of the Atuin databases over to @planetscale.com
nicest managed postgres I've used yet 💪 Need a temporary production-grade Postgres DB to quickly test something?
🚀 Run `npx create-db@latest` and get a connection string, no login needed!
Bonus: You can keep the DB beyond 24 hours if you need it, just claim it 😉
👉 pris.ly/create-db nice. i'll give it a go asap then!
Is there a specific guide you followed? Definitely want to give it a deep dive but equally would love to start using it in <15m
shell history, rolling 24hrs
i love it when people make PRs really easy to review ❤️ feels really bad when there's a PR that's been open for a while, but i know i can't easily do a good job of reviewing it, so it's constantly "later"
We’re now over 71,000 followers on X 🎉
Thank you so much 🙌
Now we’re trying to get to 75K followers by the end of the month!
If you're on X too, go to @prisma and hit follow to stay up to date with the newest and greatest 👇
pris.ly/x/var-1 🫶 if you do, let us know what you think!
great question! the sqlite stuff does not come over, as you expect i think where you got confused is that every val town account shares a single sqlite db across all vals, so if you remixed your val, it'll point to those same tables if you remix a val across user accounts, you start from scratch
If you're using Claude Code, the latest GB release has a very cool hooks integration where it puts the output of each session you run into a new parallel Git branch.
Check it out 👇
blog.gitbutler.com/parallel-cla... We use Zed to run our meetings, using our collaboration tooling. We organize our projects via Markdown in our channel notes.
Here, we are prioritizing work we are doing for Zed's official Windows support.
www.windowswen.com Scaling on PlanetScale? You’ll want shard keys.
Prisma now lets you define them right in your schema, per model or even per field.
Here’s a quick look at how to set it up 👇
pris.ly/shard-key-s... There's no better way to build empathy with building for Apple platforms than having to go through the App Store review 😂
But, finally, Tuist is available on the App Store. If you wanna see it in action, I recorded a quick video showcasing its main features: videos.tuist.dev/w/dYZAKZqx75... Read the full blog post announcement here 👉 tuist.dev/blog/2025/07... The app makes it extremely easy to access and run your latest previews. Click on a link or scan a QR code, tap a button, and you're good to go 🔥
Why an iOS app? We strongly believe in 1) leveraging platforms we build for 2) dogfooding as much as we can. With Tuist Previews, we've had the perfect opportunity to provide a native experience to run previews and we couldn't let it pass.
Tuist is now ... on the App Store 😍
Get it here 👉 apps.apple.com/us/app/tuist... Open your browser at:
👉 http://localhost:3000
Your app is now running entirely in Docker! 🐳
Check out our full guide for a more in depth look 👇
pris.ly/guides/docker 🚀 Step 10: Run the entire stack in Docker
Build and run both the app and the database containers: 🔐 Step 9: Create a new env file for Docker container
This config connects Prisma to the database within Docker. Add the following DB connection string to the new file: ⚙️ Step 8: Set up Docker Compose for app + DB
This lets you manage both services together: 📄 Step 7: Create your Dockerfile
You'll be using Alpine: