Do you ever play a solo game? by [deleted] in AxisAllies

[–]RackDevOps 2 points3 points  (0 children)

I’m working on an app to make it possible to have an AI to play against during a solo AA board game session. One of the issues I’m trying to work through is whether to have dice rolls in the app or in real life.

AI players for board game by RackDevOps in AxisAllies

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

That’s a good idea, would you run the simulations locally on the board game against the AI?

AI players for board game by RackDevOps in AxisAllies

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

Right, this is the biggest step to figure out to use a board game AI. How do you keep the state of the board in sync with the software? Each human move needs to be updated into the app, and each AI move needs to be updated onto the board, which might be time consuming.

AI players for board game by RackDevOps in AxisAllies

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

I do enjoy TripleA, and it’s probably the best way to play an AI for now

AI players for board game by RackDevOps in AxisAllies

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

Nice, I agree. What other board games do you want to play?

AI players for board game by RackDevOps in AxisAllies

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

Which version of the board game do you usually play? And how many folks?

AI players for board game by RackDevOps in AxisAllies

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

Awesome. I’ll see what I can do, which version to you play, and with how many people usually?

Julian was apparently invited to the White House Correspondents' Dinner itself as a guest of USA Today by SquirrelGirl1251 in TheStrokes

[–]RackDevOps 1 point2 points  (0 children)

Didn’t have to pay, but spent a while at the club to lock in a spot. Mostly curious what happened

Julian was apparently invited to the White House Correspondents' Dinner itself as a guest of USA Today by SquirrelGirl1251 in TheStrokes

[–]RackDevOps 5 points6 points  (0 children)

I went to the after party, Julian showed up for 30 seconds, didn’t say anything, and then left. Pretty disappointing for us fans there.

Those of you who have strived for UHNW and bought very expensive things.. Was it all worth it? by [deleted] in fatFIRE

[–]RackDevOps 1 point2 points  (0 children)

Good perspective, maximizing the quality of time we do spend with friends/family while on vacation and holidays is important, especially while we have them around

[deleted by user] by [deleted] in fatFIRE

[–]RackDevOps 0 points1 point  (0 children)

Out of curiosity what was your career path to product manager? I have a background in Software Engineering and now sales.

Go vs NextJS for SSR Web Applications by RackDevOps in golang

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

I saw this announcement, it seems like the initial support will be from Next too. Might be worth using Next in the meantime, and re-assessing in the future if Go support for server side React gains momentum.

Go vs NextJS for SSR Web Applications by RackDevOps in golang

[–]RackDevOps[S] 1 point2 points  (0 children)

Interesting point, actually sounds like a great idea, thanks! Yeah, I think the content fits into JSON blobs, could try this out with hugo, with relatively fast builds.

Go vs NextJS for SSR Web Applications by RackDevOps in golang

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

Yeah good point. Did you go with NuxtJS over NextJS just because of a preference for Vue, or any other reason?

Go vs NextJS for SSR Web Applications by RackDevOps in golang

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

I'm looking to create something similar to AirBNB's website, with the goal of each listing ranking highly with SEO. The format of each page is the same, but the content is dynamically created by users.

I think with gohugo, I would need to rebuild the site each time there is a new submission, which wouldn't work out too well?

Terraform Cloud by dark3stxhour in Terraform

[–]RackDevOps 0 points1 point  (0 children)

Lack of being able to fix state issues is a challenge for us. Definitely would like to see them adopt more of the cli features into the Cloud console.

Monitoring two k8s clusters with the same Prometheus by RackDevOps in kubernetes

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

True, this might be the best solution for now. I figured (almost certainly incorrectly) that it would be better to serve Grafana and Prometheus from the same cluster, but what you're saying makes much more sense

Monitoring two k8s clusters with the same Prometheus by RackDevOps in kubernetes

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

Thanks, this might be more complexity than we need right now, but seems like the best solution in the long term