• 0 Posts
  • 8 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle
  • Tbf they did address the pop os shenanigans on wan show, like, a week ago. I suspect the next video could be summarized as: “pop os should be considered beta, mint is your solid bet for something that just works, but cachy/Bazzite are neat and worth a look. Kernel anti-cheat and professional software are still show-stoppers for some people”





  • NGL that block pattern thing is something I never really noticed but it makes a lot of sense. The messy way to do it in C++ would be with a lambda that you then just evaluate, but being about to avoid that and instead using standard scoping syntax for the same thing neat. I’m pretty sure I’ve even done this before without even thinking about it.

    And if you put all of the definitions you need right at the top it’s super easy to split out into a function if/when you need it elsewhere