cool!
looks like as long as i keep the dns records multiple domains can point to the same <me>
@roe.dev
@danielroe.com
π΅ simpler setup + easier to use
π΅ strong (and better?) moderation
π΅ decentralised but easier to get your own custom handle
(I'm still a huge fan of mastodon of course)
cool!
looks like as long as i keep the dns records multiple domains can point to the same <me>
@roe.dev
@danielroe.com
iβm going to be cross posting for a while but it feels like the conversations might be moving here
i hope
somewhat! I currently use https://typefully.com, and manually duplicate on π¦
however, I'm looking for a solution that supports mastodon, twitter + bluesky
... might even create my own solution if I can't find one
π RFB: request for bugs
I've recently taken over maintenance of `GoogleChromeLabs/critters` (now renamed to `beasties`) - a library for inlining critical css.
π if you were using critters and you have a feature req or bug, I'd love to hear from you π
I don't play many video games.
βͺοΈ used to love age of empires π
βͺοΈ and sometimes dive into a roguelike like https://te4.org
βͺοΈ was seriously addicted to tetris at one point
but enough people are recommending good games to me, so maybe that will change! π€·ββοΈ
laravel is a _fantastic_ framework - I always love using it. in fact, I used laravel as the backend for my last startup, with nuxt as the frontend.
you have two options for laravel:
1οΈβ£ backend api w/ nuxt frontend (ssr/spa) π
2οΈβ£ full stack w/ nuxt spa - can also work
I have one child - he's four and a total delight to me.
he is _full_ of energy and very inventive and imaginative - and always building something. I'd love to teach him coding if it's interesting to him (and I imagine it might be)
#ama is a bit too short for a detailed response, but in brief:
β
absolutely fine to build a site with nuxt as sole framework
β
oauth is often a good choice, or you could also use a 3rd-party providers - many have solid integrations with nuxt
feel free to follow up via DM
announcing `nuxt-workers` ... a tiny nuxt module to make using the Web Workers API type-safe and automatic within your apps.
π₯ zero-config - just drop files in a `workers/` directory
π isomorphic - works server + client
πͺ fully typed
β¨ auto-imported
playing around a little desktop status dashboard
here's a very rough proof-of-concept
in honesty, in most use cases I'd recommend using nuxt.
(and I am a perf freak who hates any unnecessary line of code)
but here are some:
βΆοΈ native apps - like https://nativescript-vue.org
βΆοΈ cli tools using something like https://vue-termui.dev
βΆοΈ microfrontends - for now!
these are clearly the important questions of life
sticky toffee pudding is <divine>
ginger nut cake is very moreish
malt loaf + butter π
carrot cake - traditionally my birthday cake π
victoria sponge πΈ
lemon drizzle π - I love anything citrus
I'm actually really excited about pruvious.
Muris is doing very interesting things ... and (I was chatting to him at the vuejs de conference this year) the next major version is likely to be even better.
π you can check it out on https://pruvious.com.
I do absolutely love it - no worries on that score!
though I do feel a bit guilty for posting too much (the #ama tag hopefully allows muting)
... and there are also so many questions - so my apologies if you've asked something but have had no response yet! π
vite registers the video as a 'dependency' of that page
you can use the `build:manifest` hook to mark `prefetch: false` for that chunk.
... or (my preference) place it in the `public/` folder, where it won't be considered part of the build, or preloaded/prefetched.
lots to say:
1οΈβ£ use https://scripts.nuxt.com to defer loading as appropriate
2οΈβ£ make it easy for marketing teams to iterate within limits
3οΈβ£ discuss tradeoffs (e.g. impact of slowness on user retention)
4οΈβ£ consider tests to flag 'unacceptable' perf
there are a lot of good options out there, but give `nuxt-auth-utils` a try: https://github.com/atinux/nuxt-auth-utils.
also worth mentioning:
βΆοΈ https://github.com/itpropro/nuxt-oidc-auth
βΆοΈ https://github.com/sidebase/nuxt-auth
βΆοΈ https://github.com/Hebilicious/authjs-nuxt
this is likely super-simple.
any chance you're using `useRoute` in one of your `runtime/` files without importing it?
we shipped a change in our module template that will give you type errors in future
let me know the project and I'll happily open a pr.