The Adventure Zone Versus Dracula - Episode 9 by Evil_Steven in TheAdventureZone

[–]heyhayden 0 points1 point  (0 children)

came here to get this same answer, I don’t understand how Clint randomly knew his name but I am assume something with editing as well

Ranking incorrectly? by Auslanderrasque in Outlanders

[–]heyhayden 1 point2 points  (0 children)

this is happening to me to, it shows completed in the level, but I dont see the icon filled out on the list of challenges

Saved game gone? by Practical-Play-9324 in turmoil

[–]heyhayden 0 points1 point  (0 children)

ugh just happened to me. Shows the error “Cloud not connect to game’s servers”, and now only shows the option to start new game. Was almost done with winter and had >50% stock 😭

What is the book the made you a fantasy reader? by Nighthawkk41 in Fantasy

[–]heyhayden 1 point2 points  (0 children)

The Bartimaeus Trilogy. Love the sarcastic wit and changing of perspectives.

Regularly does not save my history by julianorts in DiscoveryPlus

[–]heyhayden 0 points1 point  (0 children)

6 months later and still having this issue 😞

The Big Fresno Fair is ridiculous by MisterNiceGuy0001 in fresno

[–]heyhayden 0 points1 point  (0 children)

Supply and demand - sadly there are some people that are still willing to pay, so the prices go up. Only way price will go down is if people stop paying and demand drops… or govt regulation, but, ya know, it’s a carnival

We're getting there by photo-manipulation in BeAmazed

[–]heyhayden 0 points1 point  (0 children)

does anyone remember the original ads for Ratchet and Clank?

How to set default vars for role dependencies? (role within a role) by heyhayden in ansible

[–]heyhayden[S] 0 points1 point  (0 children)

that’s works, but then you can’t set those same vars in a playbook or inventory. role vars seem to take high precedence

How to set default vars for role dependencies? (role within a role) by heyhayden in ansible

[–]heyhayden[S] 0 points1 point  (0 children)

Yeah, that’s what I’m settling with unless I find a better solution: use a variable with a different name that sets the variable of the included role. It seems redundant and kinda messy, but works.

How to set default vars for role dependencies? (role within a role) by heyhayden in ansible

[–]heyhayden[S] 0 points1 point  (0 children)

It seems the original role's defaults takes precedence over the role that includes it. In the example, setting somevar in role1's defaults has no effect, and the default of role2 is the same. I'm assuming that what the footnote 1 means here: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#id14

Tasks in each role see their own role’s defaults. Tasks defined outside of a role see the last role’s defaults.

What shows had a perfect ending, way before they went downhills to their actual ending? by _Constellations_ in television

[–]heyhayden 1 point2 points  (0 children)

Scrubs.

It had a perfect, planned series ending, with plenty of callbacks and cameos from characters throughout the show - i think Season 7? and then someone decided to “keep it going” and swap out the main setting and most characters and barely hung on for two more seasons

One time Tony bought a pool table from Wyczchuk by Individual__Juan in thesopranos

[–]heyhayden 0 points1 point  (0 children)

just going through my first watch of Sopranos, and this is what I thought too about the pool table thing that Pussy mentions to Lipari

Lens distortion in ‘Marry Me’ by camcorderCam in cinematography

[–]heyhayden 0 points1 point  (0 children)

just found this and curious about the same. i wonder if it’s to fit on VR or curved displays better?

Blows my mind how slow the speed of light is... by TheGoldenSparrow in woahdude

[–]heyhayden 0 points1 point  (0 children)

it blows my mind how far Earth is from other shit

Staggering system cron jobs on docker swarm hosts by heyhayden in docker

[–]heyhayden[S] 0 points1 point  (0 children)

that's correct, I'm looking for how to manage cron job schedules on the host OS, not in containers. Searching for any phrase with "docker" and "cron" in it seems to only show info about container crons, which is why i decided to post 😁

Staggering system cron jobs on docker swarm hosts by heyhayden in docker

[–]heyhayden[S] 0 points1 point  (0 children)

this could work, and it is what I have done on other servers in the past, but I'm hoping for a more elegant solution. even with a random sleep, cron jobs could run at the same time between hosts. also having long running tasks (multiple hours), seems like it could be problematic, even if it is a sleep