sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

#flutterdev

0 posts0 participants0 posts today

TIL it's actually easier than I thought to share a memory buffer between Isolates in Dart, and thus avoid the copy cost.

This punches a hole in the isolation but could also be very helpful for performance.

forum.itsallwidgets.com/t/how-

Most people won't need this but if you have a long-living chunk of data that is constantly being updated (common in some games), then this is fantastic news.

TIL about flutterhunt.com, a community website that lists Android apps that use Flutter. It currently has 150 apps with 1 million installs or more. Apps from companies like Tencent, Supercell, Grab, Philips, Sonos, Tata, Michelin, Xiaomi, easyJet, and of course Google.

I finally have something 3rd party to link to when people are curious about Flutter's impact. (There's the 1st-party flutter.dev/showcase, too.)

A week passed and I finally have my staging environment up and running. A single docker-compose, 6 services inside on a single #hetzner #vps. It finally fully works and can be deployed anywhere using just an .env file and a `docker compose up -d`.
Still there are a lot of bugs to fix and a lot of functionality to add before the first official release, but I finally see a product. Not just a pet project but a product with a lot of potential.