@tuist.dev
4 months ago Ever wondered how to publish your Swift DocC documentation to Cloudflare Pages? We've got you covered 💜
tuist.dev/blog/2025/02...
💬 1
♻️ 1
❤️ 1
Ever wondered how to publish your Swift DocC documentation to Cloudflare Pages? We've got you covered 💜
tuist.dev/blog/2025/02...
Are there any efforts to make this better? Given DocC has become the de-facto standard, it'd be great to see more foundational improvements being shipped.
Other issue I have with Apple docs in general – and I believe this is partly due to DocC as well – is terrible SEO. When I search for something like "swift testing documentation @suite", I'd expect to see the official documentation somewhere on the first page. But no.
And that's even when "@Suite" is explicitly mentioned in the "macro Suite" page.
One thing that DocC is still subpar at is search. For example, if I search for "@Suite" in the Swift Testing documentation, I get no results. Instead, to get the page I want, I need to search for "macro Suite", which is quite counterintuitive.
We're thrilled to welcome Róbert Angyal to the Prisma team!
Róbert from Debrecen, Hungary 🇭🇺 is a fitness-loving dad of 3 (9yo son & 7yo twin girls) who hits the gym 💪, eats clean 🥗, cycles 🚴, hikes 🚶♂️ & tinkers with home automation 🏠🤖 in his free time.
Welcome Róbert!
Yes, on multiple runs they are now very close to each other
awww yay i love that so much! thank you for sharing it!
thank you! <3 I'd be super interested in reading that blog post as well!
Let us know what else you'd like to see around Prisma Postgres.
We're just getting started!
4️⃣ Finally, we've released a ton of new content to help guide you as you get started with Prisma Postgres 🤝
Have a look at our Next.js 15 demo. It will show you everything you need to know to get up-and-running with Prisma Postgres quickly.
github.com/prisma/next...
youtu.be/o21FCxwa5OA
3️⃣ Third, we announced some very cool new integrations!
You can add Prisma Postgres to your Netlify site in under 5 minutes and also write your code in Project IDX with our official template 🚀
We're also excited about how Prisma Postgres can supercharge AI coding agents 🤖
pris.ly/ppg-integra...
2️⃣ Next up, we know some of you want the nitty gritty tech details of how all this works.
We've got you 🙌
Read our "Life of a Prisma Postgres Query" post to learn how we built from the ground up on Cloudflare, Unikernels, and bare metal.
pris.ly/life-of-ppg...
1️⃣ Up first: the GA announcement itself ✌️
Prisma Postgres is ushering in a whole new era for serverless databases.
Say goodbye to cold starts and paying for unused capacity.
Say hello to a global caching layer, connection pooling, realtime and more 🎉
pris.ly/ppg-ga
Last week was a big one for us!
Prisma Postgres officially became Generally Available 🚀
There was a ton to share and talk about during the launch week. Here are the top four things we think you might find awesome 👇
Yes! Absolutely one of the problems we are solving here! I can DM you a build if you fancy giving it a go? 😊
"Atuin solved all my problems with history" "It really is a game changer for working on the console and I can't recommend it enough" For years I just wanted to make something that people used, and I'm super happy to have done so ❤️
Note this is from my local branch, not released yet and obviously not in the benchmark repo yet
Rolldown-vite ecosystem CI progress! - Total: 24 (excluding ones currently not passing with Vite main branch) - ✅ passing: 14 - ⚠️ passing with minor issues: 5 - ❌ failing: 5 Progress: 79% (19/24)
Pillow but it’s confusing as heck to import it as PIL
learning a lot about python via this project. the uv/ruff ecosystem is great. pyproject.toml is a good improvement above what came before it. the PIL image library is super nifty and makes this project possible.
released a first version of indiepixel with a cli. it's a pixel-art-generating graphics library modeled after the pixlet module from tidbyt, but in python
github.com/tmcw/indiepi...
macwright.com/2025/02/09/b... a short explainer on the pain of bundling this thing
my gedcom parser is fixed and modernized, after a long period of suffering under commonjs/esm/typescript/horrors. github.com/tmcw/gedcom