Joph

joined 2 years ago
 

I remember the Haxe roundups being posted on release on the subreddit. Should we do the same here?

[–] Joph@programming.dev 3 points 2 years ago* (last edited 2 years 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?

3
submitted 2 years ago* (last edited 2 years ago) by Joph@programming.dev to c/honkaistarrail@lemmy.ml
[–] Joph@programming.dev 4 points 2 years ago* (last edited 2 years ago) (1 children)

I use the TUI gitui Though I also use the git cli directly too, depends on what I'm doing.

[–] Joph@programming.dev 1 points 2 years ago* (last edited 2 years ago)

Kbin, like Mastodon and Lemmy, is another way to interact with the fediverse through ActivityPub. Like Lemmy, it's similar to reddit in style.

[–] Joph@programming.dev 5 points 2 years ago* (last edited 2 years ago) (7 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.

view more: ‹ prev next ›