@SageThalcos I played "Beyond the Vale of Madness" on the weekend and it was a ton of fun! So much so that I decided to make a "Choose Your Own Adventure" app.
It lets you both edit and play the games. It's pretty rough, but hopefully you get the idea.
https://t.co/F3ZYwX9668
@lucianghinda@GregMolnar I straight gave up on even installing latest Ruby on M2 Mac. Tried a few times, with both RVM and rbenv. Just tells me it’s missing extensions that I definitely have installed
@xnickxleex Joint space and connective tissue training. Spine, shoulders, hips. Been doing a lot of CARs, PAILS/RAILS, overdspeed eccentrics, etc. Prioritize whatever’s giving you problems. A year ago it was my shoulders, now they’re great so I’m focusing more on spine esp neck
@andrewmcodes Real example: I had an InviteClientService that created a client and sent an email to the email address. It was weird. Also not very useful.
So then I made a db backed ClientInvitation model that sends the email, tracks the status, allows for reminders, etc.
@Diragor @andrewmcodes Dependency injection is a weird one too. Like, technically passing dependencies in to functions/class-constructors is dependency intention. But DI frameworks are basically just global state magic