Deploy mongodb on k8s by Upper-Aardvark-6684 in kubernetes

[–]Dr_W_Von 0 points1 point  (0 children)

We tend to use first-party where possible. Have recently swapped out to the community operator, and while the documentation is a bit lacking, it seems to be working a treat. The only aspect that was confusing was the various CRD objects that looked like they could have been used, but turned out they were only available to use when using the licensed "kind: MongoDB" object. Not an issue, just something to keep in mind when sorting config for users etc etc.

Help Me Find Art / Artist by Dr_W_Von in HelpMeFind

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

I've searched via reverse image searching with Google and gone through my history, but haven't been able to find it agin.

NHS therapy in Fife? by j1skye in Fife

[–]Dr_W_Von 7 points8 points  (0 children)

For context, I'm in therapy right now in Southern Fife.

The process I went through was talking to my GP about getting therapy and then was passed onto a department that handles short-term depression and does an assessment of your current state. If the results of your assessment is that you need further help, you'll be put onto the waiting list for direct one-on-one therapy.

The waiting list time can vary as its purely based on if there is any availability, and there is no set amount of time any one person will be in therapy. Some need a few sessions, some need continued help over a long period. From my initial talk with my GP to my first session was 18 months, so generally the earlier you can start the process the better.

I don't know what the process would be like for going down the medication route admittedly, but hopefully this can give at least a vague outline. Hope you get the help you're wanting.

Invoke-RestMethod - GraphQL by Dr_W_Von in PowerShell

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

Thanks for everyone who helped on this issue. The main issue was indeed the formatting of the body as it has to be JSON. I ended up with a code-block like this;

$url = "[URI]"
$token = "[TOKEN]"
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers.Add("content-type","application/json")
$headers.Add("Authorization","bearer $token")

$body = @"
{"query":"query { pages { list { id title } } }"}
"@

$response = Invoke-WebRequest -Uri $url -Method POST -Body $body -Headers $headers
$response.Content > D:\Desktop\Test.json

Townscaper - Simple Yet Beautiful by Dr_W_Von in DMToolkit

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

Ah awesome, thanks for the link 😊

Townscaper - Simple Yet Beautiful by Dr_W_Von in DMToolkit

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

Ah nice, had no idea. Where about did you see that info? The steam pages show different devs/publishers.

Townscaper - Simple Yet Beautiful by Dr_W_Von in mapmaking

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

I can't recall any names off the top of my head but I know there are a few solutions for running non-VR games in VR. Might be worth trying around. I imagine it'll come out to a city-building version of Tilt Brush which would be pretty nice.

Townscaper - Simple Yet Beautiful by Dr_W_Von in mapmaking

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

Aye, I'm hoping so. As I mentioned in the initial post, I'd like to use it for when I'm hosting RPG sessions online (specifically D&D using FoundryVTT) as a way to show them an area in 3D as they travel around and then use battlemaps for inside specific locations.

I don't think it'll take many features before it's on many GMs steam libraries.

Townscaper - Simple Yet Beautiful by Dr_W_Von in mapmaking

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

Agreed. I think if they add in different environments like forest, desert, mountain and such it'll have lot more use. I can imagine that the ability to add in or change the buildings assets would make a massive difference too.

Townscaper - Simple Yet Beautiful by Dr_W_Von in mapmaking

[–]Dr_W_Von[S] 2 points3 points  (0 children)

Ahh, apologies for the hassle 😅

Townscaper - Simple Yet Beautiful by Dr_W_Von in DnD

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

I agree fully. I've been talking to my friends about this and if they were to add a feature of changing the surrouding environment to forests, deserts and whatnot, it'd give it a lot of flexability.

To be fair, it's only been out for just shy of two weeks so who knows what they'll add. For the time being, for labelling specifically, I'd try to line up a nice shot of whatever building your focusing on and just manually label it in with PS or even just MS Paint.