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:

298
active users

#WebDev

246 posts184 participants27 posts today

Just published a new blog comparing Rust and Go from my perspective.

After months of working with both, I've found that Go feels like it was designed to be learned in a weekend, while Rust demands your respect and attention.

Which would you choose to learn first?

Check out my full thoughts here: **smsk.dev/2025/03/16/rust-vs-go**

devsimsek's Blog · Rust vs. Go: A Tale of Two Systems Languages - devsimsek's BlogAn honest comparison of Rust vs Go for web developers looking to expand their skills, featuring code examples, performance insights, and...

I have spent too many hours recently doing #WebDev and banging my head against the screen trying to work out why some #css was automatically scaling in weird ways in only in #safari and only on iPhone and iPad. The solution, completely non-obvious to me and a pain to discover, was found to be to tell #WebKit to do this: "-webkit-text-size-adjust: none;"

Replied to Harry W.

Oh wow:

```
If you're still seeing issues, we might need to try a different approach. Let's try creating a fresh SvelteKit project with Tailwind CSS using the official SvelteKit create command with the Tailwind
```
Wow, thanks #cursor. The last 10 minutes (and god knows how much compute power) was wasted on that slop.