• 0 Posts
  • 96 Comments
Joined 1 year ago
cake
Cake day: August 23rd, 2023

help-circle


  • Game engines seem to be explicitly what Odin was built do. I’m just reading their website for the first time but they make that clear.

    My impression of Odin is that its explicitly made to enable you to write unsafe code. But that’s good if you want to get some crazy optimizations going through.


  • Yarn > v1.22 is a very different beast than npm. After that version they introduced a “package-manager” field to package.json and yarn will install the specific version of yarn required by that package onto your root system and use that version.

    There’s probably some way to do that without messing with your root system but after I encountered that I went back to npm. Let something like nix handle the version of my build tool. Or at least install to my home directory like rustup or sbt.












  • sudo@programming.devtoMemes@lemmy.mlConservative Maoists?
    link
    fedilink
    arrow-up
    80
    ·
    edit-2
    1 month ago

    +3,000 student athletes in The A-Team. And yes it went horribly wrong. Some students started unionizing immediately.

    “Then you go out in the field, and the first ray of sun comes over the horizon. The first ray. Everyone looked at each other, and said, ‘What did we do?’ The thermometer went up like in a Bugs Bunny cartoon. By 9 a.m., it was 110 degrees.”

    Garden gloves that the farmers gave the students to help them harvest lasted only four hours, because the cantaloupe’s fine hairs made grabbing them feel like “picking up sandpaper.”

    The farmers sheltered them in “any kind of defunct housing,” according to Carter — old Army barracks, rooms made from discarded wood, and even buildings used to intern Japanese-Americans during World War II.


  • People seem to be misunderstanding your question. It doesn’t sound like you are lacking educational resources to learn C# but a lack of reasons. It sounds like you have been learning by getting you’re hands dirty with foss software.

    C# is a sort of “enterprise-grade language” like Java. It’s meant for large applications developed by one or more teams for almost exclusively commercial purposes. If you want to learn it, deeply, you’ll have to come up with an excuse to write in it. A game is probably the best choice for this. Then learning c# is learning how to make your game.

    If you’re looking for open source C# software to hack on you can try anything from the *arr stack. (Sonarr, radarr, lidarr).