brennor

joined 2 years ago
[–] brennor@kbin.social 4 points 1 year ago (1 children)

I'm only just getting into flashlights recently. I'm currently using an fc11 as my edc and have been very happy with it. It is definitely my most used recent light.

[–] brennor@kbin.social 8 points 1 year ago

linkified so noone else has to go searching for the actual article: Player Core Preview: The Wizard, Remastered

[–] brennor@kbin.social 2 points 1 year ago

Awesome to see 2000 subscribers. I'm just a lurker, but great to see the growth.

[–] brennor@kbin.social 1 points 1 year ago

I agree that Takedown resembles playing an RPG, not quite the same nor as in depth, but still get some of the feel.

One thisg I've found with it so far is that I've gotten people to play Takedown when they aren't interested in playing RPG. I'm going to attempt to use it as a backdoor to get more people into playing the RPG, but if that's the approach I have to take to get my Shadowrun fix in, I'm taking it.

[–] brennor@kbin.social 13 points 1 year ago (1 children)

I take the latter approach -- a single PostgreSQL database service for all other containers to use. That allows me to concentrate memory/CPU to a single service and optimize for that. I've found that a single database service uses less total resources (especially memory) than running separate DB stacks for each service.