• 0 Posts
  • 165 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.







  • 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.