Joph

joined 1 year ago
[–] Joph@programming.dev 3 points 10 months ago

You care about the family you leave behind, that will need to deal with it.

[–] Joph@programming.dev 4 points 1 year ago (1 children)

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 4 points 1 year ago* (last edited 1 year ago) (1 children)

It happens rarely but frequently enough to be notable, I guess? iirc it's the brain checking whether your muscles have been paralyzed like they should (so you don't move in reaction to a dream.)

Edit: Hypnic jerk - https://en.m.wikipedia.org/wiki/Hypnic_jerk "Hypnic jerks are common physiological phenomena. Around 70% of people experience them at least once in their lives with 10% experiencing them daily."

[–] 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 1 points 1 year ago
[–] Joph@programming.dev 4 points 1 year ago* (last edited 1 year ago)

Her mental instability means she might turn her violent tendencies towards you, family, and friends. You can hardly predict them.

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

You just brightened my day. Thanks for the shoutout.

[–] Joph@programming.dev 46 points 1 year ago (6 children)

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 (3 children)

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

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

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.