If anyone is looking for a completely FREE tool for point cloud viewing, classification tools, ground control reporting, contours and surface models, and many more, you should check out @quantiscan . At one point we were going to monetize it, but decided it should be free.
@gill_kyle I’m literally in same situation and have stared at this “Migrate Clerk -> BetterAuth” issue for months now but assume it’s going to be painful.
@astuyve Same thing. I have so many more spam calls on my iPhone than when I had a pixel 10. There were other reasons I switched back to iPhone, but that’s the one I miss the most. Sooooo many spam calls a day - drives me insane.
@wesbos It’s interesting because I definitely have code pride too. But through the optics of an entrepreneur the benefit for us is being able to maintain/grow a large codebase with just a developer or two. I can go deep in topics I’m interested in and not waste time with nit picky things
@YBenlemlih @tan_stack If you want a good case study for Tanstack weekly, you could feature Roastify ; ). We use Tanstack Start, then of course Tanstack query for all our data fetching/mutations, then we have a big part of our Admin/fulfillment application that uses Tanstack db for realtime fulfillment
@elithrar@dok2001@Cloudflare One use case is using trigger to receive orders (Shopify, stripe) from our webhook handlers. Our non dev people can see what caused the error, make adjustments, then replay the task to successfully capture the order.
@elithrar@dok2001@Cloudflare I’m an idiot seemingly. Didn’t realize there was a dash. That covers half my ask ; ). But it��s really nice to be able to replay tasks in Trigger. The main “why” is largely for observability. It’s nice to see why a task failed, then re-run it if necessary.
@DrizzleORM For sure. But abstracting more away from sql is also a goal to a certain degree, hence rqbv2 right? Not disagreeing, just trying my best to convince you for my very selfish personal gain.
@DrizzleORM Would be really need if there was a prisma schema adapter that allowed for prisma schema support or something? Obviously that is a stretch but a guy can dream can’t he ; )
@DrizzleORM I’ve fought prisma now for quite a while. Updating to prisma 7 was pretty painful too but finally got it worked out. The problem I have is that we have a fairly large code base and migrating from prisma -> drizzle would be a pretty massive undertaking.