Feed

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

no, the reasons I find @bsky.app compelling are not related to american politics (I have a well maintained mute/block-list for ads, and have also muted most election discussion)

❌ rage-baiting is really unhealthy
❌ twitter decisions seem driven by ego
❌ cool people I want to hear from are getting hurt and burnt out there
❌ monetisation of views twists even good people

I hate to see my biggest inspirations leave. I’ve seen multiple in the coding environment take a political side on the US on X. Some even saying they will leave X if one candidate wins. I think this punishes the readers more than the candidate. Not really a question but I hope we won’t see you leaving because of political stuff. x 

https://roe.dev/ama

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

yes, I have a tesla - and I love it! πŸ”₯

I'm a bit doubtful of where the company is going though, so I might reconsider in future (or opt out of having a car altogether) - I'd welcome any recommendations πŸ™

Have you ever owned a Tesla?

https://roe.dev/ama

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

in honesty, no, we've never discussed moving the nuxt repo anywhere else

I'm an inveterate self-hoster

... but @nuxt is a community project, and github.com is almost synonymous with _social_ coding - it makes the barrier to contribution very low indeed

Did you/the nuxt team ever thought about moving away from github (for example to codeberg) or even run your own instance of forgejo/gitea/gitlab ? 

https://roe.dev/ama

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

I think:

πŸ”΅ -> critical mass of tech folk <-
πŸ”΅ 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)

Why do people migrate to πŸ¦‹ rather than Mastodon? Is it the protocol or just it being more friendly (as in accessible to register etc)? πŸ€” 

What even triggered the move? Change of TOS or something else that I missed?

https://roe.dev/ama

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

I don't play many video games.

βšͺ️ used to love age of empires 🐐
βšͺ️ and sometimes dive into a roguelike like te4.org
βšͺ️ was seriously addicted to tetris at one point

but enough people are recommending good games to me, so maybe that will change! πŸ€·β€β™‚οΈ

Do you play video games?

https://roe.dev/ama

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

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

In our company, our stack revolves around Laravel for the backend and Vue for the frontend in an SPA, without SSR. Would there be any benefit to switching to Nuxt with this current stack?

https://roe.dev/ama

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

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)

Do you have any children? What are they doing? Do you teach them coding from an early age?

https://roe.dev/ama

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

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

Hey, what's up?

What’s your opinion on building a large job application website that could attract millions of users each month? I'm planning to develop it using Nuxt. My previous projects were built with Laravel and Vue, so I need to switch to one framework entirely. Do you think this is a good decision? 

I intend to create a mobile API with authentication using access tokens for both mobile and web platforms. Everything seems possible with Nuxt. What do you think? I would really appreciate a detailed response, as I've seen others ask about large applications but haven't found a proper answer. Please respond as soon as you can; I'm waiting!

I know, it's large question but please try to answer.

Thanks.

https://roe.dev/ama

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

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

Β  ​