@marclou Ouch, and like 1 day before your goal!
You gotta look after yourself though, health first!
I hope the strength training, and anything else (barefoot shoe?) can help you get back into without the bad kind of pain.
Just added a chatbot to https://t.co/ea23nwodia ๐
I used to think email support was enoughโฆ but LLMs are finally good enough to answer questions AND nudge people to sign up.
Excited to see how it performs.
๐จ Still painting! Here are a few tips.
โ Use a good angled brush with a short handle.
โ Hook your thumb through the tin handle โ easy to carry.
โ Hold the brush sideways for clean cut-ins.
โ Wet the brush first โ keeps paint from creeping up
When building auth flows, having a quick way to delete your account is a huge dev-time saver.
Perfect for resetting test users.
And hey, your real users might like it too.
Hosting Next.js on Firebase is greatโuntil you use middleware and poof, CDN caching is gone.
Solution? Donโt use middleware. Just copy-paste the logic into every matching API route like itโs 2010.
I made some new storage for the home gym. Replaced the weight tree with a shelf.
Before and after.
Cutting the chamfers with the hand plane must be the most satisfying part.
Im liking using firestore for a little project.
Its got this nice security rules engine where you can define who can access what. Its expressive enough that you can model non-trivial patterns. And has a built in testing playground.
For a serverless DB its a great feature.
So there are two ways to host Next.Js on firebase, both of them are marked as experimental. The newest way crashes but the other way works.
It works pretty well, its just Next.js running dynamic parts on cloud run.
What serverless frameworks are folk liking?
I tried amplify but I'm not vibing with it. It's like it was designed to show as many AWS services as possible. Rather than just make simple apps. Simple things become hard.