[-] Joph@programming.dev 4 points 1 year ago

I don't quite remember why, but I chose GDQuest over Zenva, even though I had gained free access to some of their godot courses.

https://www.gdquest.com/tutorial/godot/

[-] Joph@programming.dev 1 points 1 year ago

There are two images. One of them has Python as #1, the other doesn't.

[-] Joph@programming.dev 6 points 1 year ago

You just brightened my day. Thanks for the shoutout.

[-] Joph@programming.dev 48 points 1 year ago

That works until you are forced to interact with a website that only works with it, either by work or school.

[-] Joph@programming.dev 9 points 1 year ago

I believe Mastodon has a "transfer accounts" feature. I don't know if Lemmy and Kbin do though.

[-] Joph@programming.dev 0 points 1 year ago* (last edited 1 year ago)

You could pass it up a level by having the ScrollController be a class property obtained thru the constructor, which the parent would then provide when calling the widget.

This gets unwieldy fast. That's where the state management solutions come in. From the pubspec.yaml, it seems Thunder uses Bloc for that. Look at the docs.

[-] Joph@programming.dev 4 points 1 year ago* (last edited 1 year ago)

I remember from the book "Why We Sleep" that our sleep cycle takes cues from both light and temperature levels throughout the day, which we isolated ourselves from in modern times. The day doesn't end after sundown anymore thanks to lightbulbs, and many of us live at a constant temperature due to AC. That's two clues of "night is near, prep to sleep" that we no longer receive. Maybe our ancestors had an easier time due to more consistent clues?

[-] Joph@programming.dev 1 points 1 year ago* (last edited 1 year ago)

I might be missing a joke? but they are referring to NativeAOT, aptly named as it compiles a .NET application into a native binary ahead of time (instead of using a JIT.) The benefit being no dependency on the .NET runtime, faster startup time (but slower runtime performance, due to lack of JIT), lower memory footprint, and any other advantage you'd find in Go.

Joph

joined 1 year ago