Feed


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

fun to talk + meet folk yesterday at @madvue.es ❀️

thank you for having me πŸ™

.... oh, and I shared a secret that I'll be announcing publicly on monday πŸ‘€


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

I think we're all well aware of 'regression to the mean' as a danger from llms.

... so nuxt + other frameworks need to be able to offer significant enough benefits that people _explicitly choose_ to use them.

that's always been the case though. 🀷

roe.dev/ama

Do you see a big future for Nuxt and smaller frameworks like SvelteKit next to the giants like Next, given AI could push more people to the status-quo React world?

Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

discord is the best/easiest experience I've come across for immediate chat + help.

bear in mind that we're helping tech newbies as well as experienced folk, and I don't want to put any extra barriers in place.

I will absolutely test specific suggestions if you have them tho. πŸ™

roe.dev/ama

Hu, can you with your position maybe try to get people away from discord and try to move the community to a better and open place [maybe matrix]. The walled garden iznt healthy :/

Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

yes, I absolutely ask for feedback from the rest of the team before asking someone to join

... but we're not actively looking to grow the core too much right now

instead, I would say a lot of the people who are doing incredible things for nuxt are on our 'ecosystem team'

roe.dev/ama

How people can be a nuxt core team ? Is there an internal vote ?

Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

does anyone know the word in German for when a bike sails past you in an embarrassingly effortless fashion - and then you realise it's an ebike?

is it... ebikefreude?


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

thinking someone's real words are ai-generated is going to be the ultimate passive-aggressive move

"yeah, I didn't realise it was actually you. felt a bit soulless, what can I say?"


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

on the morning of a conference, I wake up early (4am?) and work through my slides in bed. writing them doesn't really finish until a few minutes before I go on stage.

my slides are my notes - so it also helps cement what I want to say into my mind

... but if I don't sleep well πŸ’€

roe.dev/ama

Hi buddy, what do you do internally before start a conference?

Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

if I'm working on a package `p1` that's depended on by another package, I do final checks by building with `pnpm pack` + add it as a resolution in that `package.json`:

{
"resolutions": {
"p1": "file:/Users/daniel/code/p1/pkg-0.0.1.tgz"
}
}

before that point, for minor changes I might just directly edit node_modules or create a patch (with `pnpm patch`)

roe.dev/ama

How do you work on "nested" packages without release? pnpm link? Manually editing them?

Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

do I know anyone who sometimes:

1. plays the crossword
2. ... on paper
3. ... and doesn't have a pen

because I may have a niche web app for you very soon

πŸ”₯


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

i have never known stress like wordfeud.

it always starts well - love it, end up playing 4 in parallel

then the constant time pressure starts to operate, persecution of push notifications, the sub optimal plays, the forfeited games, etc

πŸ’€


Avatar for Daniel Roe
daniel roe πŸ‡ΊπŸ‡¦

I've been working on a bot that helps make sure people's comments aren't 'lost in the noise' ...

rolled out a new feature yesterday, and it seems to work! πŸŽ‰

A screenshot of a GitHub issue page with the following comments/activity: danielroe comments on March 24 'this is no longer reproducible with the linked reproduction. πŸŽ‰'. danielroe closed this as completed on March 24. <obscured username> comments 12 hours ago 'This is still happening with nuxt 3.14.1592'. nuxtbot reopened this 12 hours ago. nuxtbot added 'pending triage', 'possible regression' labels.
Β  ​