Feed

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

I am currently using

zen
arc
orion
ff developer
vivaldi
edge
chrome

someone put me out of my misery and tell me what to use if I want

great history search in bar
keyboard-first
ultra-minimal
beautiful themes
ad-blocking + plugin support
(ideally) a great mobile app


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

there's a buffer zone of 'good faith' that delays negative feedback for a while

never assume that you must be doing the right thing because the other shoe hasn't dropped

"but no one is complaining so far..." is very dangerous rationalisation


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

if you think you're NOT picking a tech stack because of the values of the people maintaining it

you might be mistaken

the question is ... what do you value?
and what do they value?


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

it's so hard to read through llm-generated bug reports or feature requests

more words != clarity

might add an automated label for issues that are overly verbose or unclear, if I can do that without catching genuine users


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

the most beneficial effect of many boycotts is on yourself

'but that won't hurt company x' is often irrelevant

I'm taking back some agency
I'm aligning my actions with my beliefs
I feel better for it

that's good enough

in fact, imo it's better than punishment as a motive


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

whoa.... 1k job applications? 🀯

I'd try to prove your experience w/ side projects or open source.

I'd also reach out directly to companies you really love - even if there's no public opening.

plus, make sure you craft your cv + letter for the particular role - nothing generic.

roe.dev/ama

advice to a 2025 graduate working through a low response rate on 1000+ applications? experience seems to be a chicken and egg problem

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

so much!

I take it you mean vueconf.us?

I've not been to tampa in years but it's going to be legendary

my main regret is that I can't go to the other workshops. (I've never been able to catch evan you or ben hong, for example - mine has always been at the same time)

are you looking forward to vue conf already

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

self-taught developers have advantages of our own:

- you didn't get into coding _by accident_ - embrace your drive
- use other skills in your coding - e.g. your problem solving or creativity or verbal talent

plus:

- play with code!
- ask 'why' a lot
- try to help others out

roe.dev/ama

If I'm not mistaken, you are a self-taught developer, right?  What is your advice for any new self-taught developer?

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

absolutely. πŸ‘Œ

it's not the _import_ that gets overridden, though.

rather, Nuxt merges your `nuxt.options` from all your layers. so if one of your layers sets one property, but the final project that uses the layer sets the property to something different, it will override it.

I import and use values (pass them to nuxtseo config) from `./site` in my layer's nuxt.config.ts.   In my main app, I want to include a './site.ts' and I want this to override the one used in my layer, possible?
Β  ​