Pedro Piñera
@pepicrft.bsky.social
about 1 year ago Custom Traits and Swift Testing in general are one of the best things that happened to the Swift ecosystem:
💬 0
♻️ 1
❤️ 6
Custom Traits and Swift Testing in general are one of the best things that happened to the Swift ecosystem: Download Zed:
zed.dev/releases/sta... We just published v0.181.7 Stable and v0.182.7 Preview, adding support for the following models: - OpenAI's `GPT-4.1`, `GPT‑4.1 mini`, and `GPT‑4.1 nano` via Copilot Chat and OpenAI API. - Google's `Gemini 2.5 Pro` through Copilot Chat.
Web devs can learn *a lot* from game devs. Particularly when it comes to performance and data modeling.
Event-driven design is highly underutilized. It's the right architectural approach for many systems and applications but often it's too inconvenient to do. I'm trying to fix that with @livestoredev by making the right thing easy.
whoah
this weekend at prospect park, i spotted a horse cycles and complimented it, someone spotted my sklar and complimented it, fancy bikes are the real keeping up with the joneses
you've gotta change with the times but it's sad for those of us who rejoiced in devonthink's traditional vibe, and are tired of every product update being "ai" 😢
that's actually really neat. userauth_none will normally respond with failure + list all the methods, but tailscale just uses that to implement their own fancy auth instead
tell me all your secrets
ok how tf does this work i send SSH_USERAUTH_NONE to something using tailscale ssh and libssh2 chatters about and then just opens my browser??? feels magic but HOW
Hybrid Heroes built OneGreen, a platform that connects EV owners directly with fuel companies that need to meet CO₂ reduction targets.
Learn more about the Next.js + Directus project here: directus.io/built-with-... Looking to use @mongodb with @prisma and @nextjs?
This step-by-step guide walks you through the setup so you can build faster with tools you already know.
Get started here 👇
pris.ly/mongo-blog-... “This lack of appreciation leaves them vulnerable to exploitation, as their employers extract their value while they juggle two roles: a standard full-time job and the continuous development of their personal brand on the side.”
open.substack.com/pub/thedevs... saved some running shorts from the trashbin
🏝️ If you're building with TanStack Start, this guide’s for you.
✅ Set up Prisma ORM quickly
✅ Connect to Postgres in seconds
✅ Build with TanStack server functions
Check it out 👇
pris.ly/guide/tanstack this blog post sat in the queue for way too long, glad to have it out. anyway, preview of that illustrationanimationinteractive
an update on the tidbyt, that pixel display: the company got acquihired, the firmware open sourced, and i wrote another renderer for pixel graphics, and wrote about it, with interactive illustration! macwright.com/2025/04/12/t... how many people here are running home servers and plex and all that stuff? i'm nearly 40 years old and wondering if it's inevitable
When the bug ‘fix’ creates two new ones. Who’s been there? The `prisma db pull` reads your database schema (SQL) and translates it into Prisma's Schema Language (PSL).
Once you have the schema represented in PSL, you can generate Prisma Client to and use it to send queries to your database.
pris.ly/d/introspec... ❓ Do you want to get started with Prisma ORM but already have an existing database?
🚀 You can use Prisma's introspection feature, generate a type-safe client, and start querying your DB in a few seconds!