det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

1.8K
active users

#kotlin

13 posts12 participants4 posts today

Das letzte Update ist jetzt in beiden Stores, bei Google war es leider etwas holprig verlaufen 🙄.

Bin jetzt am Überlegen, was ich noch einbauen könnte. Oder ich bringe mal die Teile, die hastig zusammengeflickt wurden, in Ordnung. Im Moment ist es nicht so, dass alles vorzeigbar wäre. 🤔

Aber es funktioniert 😀

Imagine this but where every pixel is slowly moving at various speeds and directions and the whole thing continuously evolving.

The most common comment I hear is some variation of "I could look at it for hours" so I'm looking for places to make that possible 😉 Maybe a museum?

I find it interesting that I can't really convey here how I change it over time, because the behavior can only be appreciated live.

BTW... still work in progress :)

Coming from #Scala#Kotlin has somewhat odd restrictions in the type system. E.g., while it supports declaration-site variance, it doesn't support any annotations to make incompatible methods sound, so you either go with @/UnsafeVariance, or with extension methods.