TIL "multimodal" still means just sending the asset in the form of a base64 encoded text string. I had it in my head that it was more complex than this 🙃
@mwolffhh@brendt_gd I’m not talking about “serious” apps(but it’d still be much easier to deploy with nginx than nginx + php-fpm. One less moving part).
I think it’s falling out of fashion because it’s so much easier to *start* a node project. No fussing with nginx, fpm, extensions, etc
I had the privilege of giving the @ReactRouter / @remix_run talk in Austin last night.
I covered a topic i've been struggling with for years: How to implement dialogs in React Router.
I have a write-up version of my talk on my blog:
https://t.co/VIO8Z3qqdv
Hope it helps! 🤘
Today is an opportunity…
- to learn something
- to log off
- to fix something around the house
- to spend time with your loved ones
- to enjoy outside
- to meet someone new
Every day is an opportunity ❤️
@joshmanders@v0 Yeah I just use it to give me ui/ux design ideas. Usually one or two prompts per idea and then on to me implementing in my app if I decide to use the idea at all
Considering ripping out msw and standing up a hono api for testing. Seems so much more straightforward. No test code in my app, no service worker shenanigans, easier to understand, more real word…