PinnedInSUPERJUMPbyBenji Tigg·Aug 16, 2021The Last of Us Part II: One Year LaterContinuing our epic, two-part exploration of the controversial story one year laterA response icon1A response icon1
PinnedInSUPERJUMPbyBenji Tigg·Aug 11, 2021The Last of Us Part II: One Year LaterOur epic, two-part exploration of the controversial story a year later. This is part one of two.A response icon1A response icon1
PinnedInPython in Plain EnglishbyBenji Tigg·Aug 16, 2021Two Threads Are Better Than One, Right?Introduction to multithreading in Python
InSUPERJUMPbyBenji Tigg·Jan 31, 2022Understanding the Importance of The Last of Us: Left BehindThe DLC no one thought they wanted gave a new understanding for the first gameA response icon2A response icon2
InSUPERJUMPbyBenji Tigg·Aug 10, 2021Are Left 4 Dead Players Coming Back 4 Blood?Turtle Rock’s spiritual successor to the Left 4 Dead franchise has big shoes to fill
InSUPERJUMPbyBenji Tigg·Aug 2, 2021I’m a Nice Guy, Just Ignore the BodiesUncharted’s Nathan Drake has killed hundreds: why don’t players care?A response icon2A response icon2
InLevel Up CodingbyBenji Tigg·Aug 2, 2021Why you shouldn’t use namespacesMore importantly why you shouldn’t use namespace STDA response icon1A response icon1
InLevel Up CodingbyBenji Tigg·Jul 28, 2021Lambda expressions in C++Using lambda expressions in C++ is a quick way to define an anonymous function at the location where it’s called or as an argument in a…
InPython in Plain EnglishbyBenji Tigg·Jul 26, 2021Lambda Functions and Their Uses in PythonWhat are lambda functions in Python and how to use them.
InLevel Up CodingbyBenji Tigg·Jul 23, 2021Using CMAKE for your C++ projectsIf you’re anything like me, the minute I heard that I was going to need to learn a whole other language so that your code would compile…