Growth
- 14 Posts
- 10 Comments
Joph@programming.devto Programming@programming.dev•Most and Least Verbose Programming LanguagesEnglish1·2 years agoThere are two images. One of them has Python as #1, the other doesn’t.
Beautiful.
Joph@programming.devto [Outdated, please look at pinned post] Casual Conversation@lemmy.world•What are you some posters on the lemmyverse that you've enjoyed seeing around so far?6·2 years agoYou just brightened my day. Thanks for the shoutout.
Joph@programming.devto Technology@beehaw.org•Google's New Web Environment Integrity Proposal Dismissed by Brave, Mozilla, and VivaldiEnglish48·2 years agoThat works until you are forced to interact with a website that only works with it, either by work or school.
Joph@programming.devto Technology@beehaw.org•FBI Seizure of Mastodon Server is a Wakeup Call to Fediverse Users and Hosts to Protect their Users9·2 years agoI believe Mastodon has a “transfer accounts” feature. I don’t know if Lemmy and Kbin do though.
Joph@programming.devto Programming@programming.dev•Unit testing isn't enough. You need static typing too.English3·2 years agoNim?
Joph@programming.devto No Stupid Questions@lemmy.world•Why can’t we fall asleep on command?English2·2 years agoI 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.devto Programming@programming.dev•A fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBEnglish1·2 years agoI 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.
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/