Joph

joined 1 year ago
4
submitted 1 year ago by Joph to c/haxe
 

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

[–] Joph 0 points 1 year ago

You are not Spiderman.

[–] Joph 6 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?

5
submitted 1 year ago* (last edited 1 year ago) by Joph to c/[email protected]
[–] Joph 1 points 1 year ago* (last edited 1 year ago)

Blew all my wishes. Won't be able to gather enough for Luocha in time...

Thank god for reruns.

[–] Joph 1 points 1 year ago

Gosh this one is amazing.

[–] Joph 1 points 1 year ago
[–] Joph 3 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] Joph 1 points 1 year ago (1 children)

Since this is /c/minecraft_dev I assume they mean net.minecraft.server

[–] Joph 1 points 1 year ago* (last edited 1 year 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 11 points 1 year ago* (last edited 1 year ago) (8 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 ›