Paul Jasper (@pauljasperdev) 's Twitter Profile
Paul Jasper

@pauljasperdev

Indie Hacker sharing his learnings

ID: 811156410805448704

linkhttp://pauljasper.dev calendar_today20-12-2016 10:28:53

356 Tweet

190 Followers

243 Following

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

Fine-tuning an image model (LoRA) with your face lets you generate personalized images of yourself. The real question: Do people care that a model of their face exists on some server? Or is that just a uniquely German privacy concern?

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

Vercel’s AI SDK is a solid move in the right direction. The TypeScript ecosystem could really use a well-built AI library. I’m excited to see where this goes.

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

I looked into Drizzle ORM over Prisma Postgres the last days. I really like that drizzle is pure TypeScript. No client regeneration and type magic necessary when playing with schema.

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

Igal is looking at type-safety regarding the query building not only the return type. Great read. Couple of minutes well spent!

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

Is this 1. Developers experimenting with Nuxt over the holidays but eventually returning to Next.js because they find it better? or 2. Developers preferring Nuxt for personal projects but being forced to use Next.js at work?

Is this

1. Developers experimenting with <a href="/nuxt_js/">Nuxt</a> over the holidays but eventually returning to <a href="/nextjs/">Next.js</a> because they find it better?

or

2. Developers preferring <a href="/nuxt_js/">Nuxt</a> for personal projects but being forced to use <a href="/nextjs/">Next.js</a> at work?
Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

Don't know what to build? Read this! 👇 I listened to Arvid Kahl podcast where he talked about the necessity to niche down even more. I think national markets have the potential to be highly underserved when there are big local specialties. For example: German Club Culture

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

I am using Better Auth is a PoC at work as I need full control over the data and cannot use infrastructure outside AWS. For personal projects I will go with Clerk next time. Looks very solo dev friendly with components and stuff.

Paul Jasper (@pauljasperdev) 's Twitter Profile Photo

I dug into Go a little. Very simple and clean syntax. I used to program a lot in C++, which made picking up core concepts really easy. Feels great to have a performant language in my bag that I can use for web dev stuff, too.