Spyke

Replies

adhd

Comment on

How do you deal with your ADHD?

Reply in thread

I got a list that I purposefully set up to grow. It's not a to-do list... It's a "might do" list. When things get messy in my to-do list, I move those items to the might-do list.

Having 100 undone items on that list isn't a shameful thing, it means I said "no" to all those items (either actively or passively) and I try to celebrate that.

Comment on

Increasing Collaboration Confidence with bin/setup

I've seen bin/setup before, but it's not common for me to see it in use in CI. That's amazing and it's a good way to ensure it's up to date.

With that said, I'm still skeptical about running a 100-line script on my system, especially for open source projects. I feel it might be better to optimise to simplify the bootstrap process into recognisable commands (docker compose up && yarn && yarn dev).