• 0 Posts
  • 157 Comments
Joined 11 months ago
cake
Cake day: June 6th, 2024

help-circle

  • I got nitro for higher audio quality so I could stream background music while running a DnD campaign over discord.

    It also increases your streaming resolution and file upload size limit which is quite useful.

    It also lets you use emojis from any server in any other server, which isn’t “useful” but is fun and I do it all the time.

    For these 3 things I think it’s worth it. It’s worth noting I have a grandfathered Nitro plan that is more features than “Nitro Basic” but less features than the next tier at a cost that’s in between.

    The real enshitification I’m worried about is the gradually increasing prevalence of ads in increasingly prominent places.



  • Some particular reasons why I’d recommend Minecraft for this:

    • it’s very easy to get started, but there’s a lot of depth if you get into it
    • its pretty slow-paced
    • its a multiplayer game where someone of a much higher skill level and someone of a much lower skill level can play together without the noob player feeling that they are holding the advanced player back
    • if you set the difficulty to peaceful it’s hard to die, and it’s impossible to fully “lose”. You can also turn on keepinventory.
    • it’s a very open-ended game where you can come up with your own goals, which makes it something that everybody can find fun in their own way
    • if they do get into it, it’s a good segue into a wide variety of other games. Just figure out what part of Minecraft they enjoy. You can also extend Minecraft by playing with mods.











  • For the most part it’s best to use system provided sorting implementations, but somebody has to write those implementations, so every once in a while somebody needs to do it (in practice by looking up a reference implementation of course).

    But also it’s good to understand things like big O scaling and why we use quicksort rather than a naive insertion sort and when to use quick sort vs merge sort or some other form of stable sort.