veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#javascript

118 posts90 participants11 posts today

Wow this site is going to take up a lot of my time! Amazing!

unsuckjs.com/

Lists small #javascript providing reactivity and web component helpers without a build step.

I'm so sick of build steps and bloat and things that "compiled OK last month". It's fine if you have a massive budget, but my clients don't. So I'm always looking for ways to reduce maintenance while still providing tools that meet their needs and work as they should.

unsuckjs.comUnsuckJS

💡 TIL: A single `%` character can break a website

Was helping a friend debug her React app and discovered this fun URL fact:

The `%` symbol in URLs is special - it starts percent-encoding sequences (like `%20` for spaces). But if it's not followed by valid hex digits, browsers throw "URIError: malformed URI sequence" errors.

Wrote up the full explanation if you're curious about the technical details → shinglyu.com/web/2025/07/22/wh

photo of Shing
shinglyu.comWhy the % Sign Breaks Your Website (And How to Fix It) | Shing's BlogShing Lyu's blog