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:

47
active users

#golang

9 posts6 participants5 posts today

wasmVision 0.4 is out & our biggest release yet!

- 21 vision models - face detection+object tracking+more
- Save to data stores BoltDB/Redis/NATS
- New website w/ docs+tutorial to get started

Go take a look right now!

wasmvision.com

wasmVisionwasmVision Home wasmVision Get going with computer vision Get Started See the code wasmVision is a high-performance computer vision processing engine that includes advanced algorithms and vision models for machine learning.

Ah, yes, the riveting tale of how a "noop" refactor—a coder's favorite oxymoron—somehow tanked #performance by 30% ⏬. But fear not, brave souls; our hero embarks on a treacherous journey into the mystical land of #Golang #memory allocations 🧙‍♂️, determined to unfurl the secrets of the heap while we all pretend to care. 🤷‍♂️
dolthub.com/blog/2025-04-18-op #noop #refactor #allocation #coding #humor #HackerNews #ngated

www.dolthub.com · Optimizing Heap Allocations in Golang: A Case StudyGolang doesn't require users to think about memory allocation. But if you want your code to be fast, you probably should anyway.