Profile avatar
silvenon.com
React frontend developer and various tooling nerd.
934 posts 159 followers 302 following
Regular Contributor
Active Commenter

Very illuminating. I love this channel. And totally digestible to non-US folks as well. At least it was to me.

Street performer singing in perfect tune while his guitar is out of tune. It was hard to resist asking him whether I can just tune his strings.

Well I was kind of almost run over by a car. At least my foot was. It wouldn't even had been an accident, he just didn't care that I had the right of way. Epilepsy is just an excuse for me, I don't want to be driving anyway, being a pedestrian is already stressful enough.

Wow, npm install --force shut down strict peer dependency checking for my project. I thought it was only going to happen for that run, I wish they had documented that. The only way I know how to get out of it is to delete package-lock.json. npm seems to manage that state internally.

Also lots of "AI doesn't understand X", but let me ask you this — even before AI, have you never implemented a feature or fix pretending to understand the context you were building in?

I was cleaning up my GitHub stars, but after 2 hours I realized I starred 1000+ repos ✨ GitHub UI won't be enough, gonna bring some API on this one…

@ematipico.xyz hi, I would like to further fund this issue github.com/biomejs/biom... but it seems like the Polar links for funding issues within Biome are 404. I can fund Biome itself, but not a specific issue. Is this the new sponsoring policy?

Here's an interesting design. If you have a Google Workspace account, this is now the most prominent piece of UI in Google Meet. I've tried closing it, but every now and then Google Meet pops it back open. Sometimes it even shines in rainbow colors. It's absolutely begging you to use it. 🧵

I was thinking about this. The rationale behind pushing for React frameworks was better apps. But if you are a beginner, does building the best performing app matter at that point? Also, thanks to knowing Vite, I upgraded a legacy React app. Migrating to a framework wouldn’t have been possible.

I didn't know about the unreliability of "instanceof Error". It's explained in the proposal.