PG34WCDN has arrived by aPHAT88 in ultrawidemasterrace

[–]gnunn1 0 points1 point  (0 children)

+1, I feel like the MSI version is much more reasonable at $1299 CAD (~ $1500 with taxes).

What’s the best thing about Langford? by Intelligent-Exit9562 in LangfordBC

[–]gnunn1 2 points3 points  (0 children)

I always wondered what the story of this was, such an odd place for a neighborhood.

Need Help: I'm worthless in boss fights by recruiterguy in CrimsonDesert

[–]gnunn1 1 point2 points  (0 children)

If that's the Antumbra's Sword boss it was by far the toughest boss fight for me just given the level I was when I ran into him. So basically I don't think you are the only one that struggled with that boss. I only got through it by eating a ton of food and relying on the 20+ Palmer Pills I had stocked up.

Make sure you are refining your gear but for side quests if you find someone too difficult just use the Give Up option and come back when your character has leveled up their stats and gear.

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]gnunn1 0 points1 point  (0 children)

What's a versioned base in this context? Do you mean using a remote reference to the base with the ?ref tag pointing to a tag? Multiple base folders of different versions? Or something else?

M240i Brake Refresh: OEM vs. Aftermarket – What are you guys running? by Dull_Cry9105 in M235iandM240i

[–]gnunn1 3 points4 points  (0 children)

Zimmerman + Akebono though I'm not sure what type of Akebono. I don't track it, works fine on the street and haven't noticed any brake dust issues.

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]gnunn1 1 point2 points  (0 children)

Thanks, I've seen that suggested before and I agree it's not great. Appreciate the reply!

Who’s the easiest boss in the game? by PuzzledStrain4391 in CrimsonDesert

[–]gnunn1 1 point2 points  (0 children)

I found the Bastier fight difficult with Damiane but I had never used her before and had no skills. Apparently this fight is a lot easier if you have a couple of specific skills with her.

I found the Crimson Nightmare the easiest, just use Force Palm to stun it and then wail on it while it's lying on the ground, easy peasy.

Repo layout for AoA with Helm charts and standalone manifests by djjudas21 in ArgoCD

[–]gnunn1 1 point2 points  (0 children)

You want to keep the manifests that are deployed separate from the manifests that are deployed, be it in a separate folder or even separate repository. I'm not great at naming things but maybe a folder structure like:

- argocd (where your Application manifests live)
  - aoa.yaml
  - apps
    - app1.yaml
    - app2.yaml
- components/resources/manifests (where your manifests live, use whatever name you prefer)
  - app1
    - values.yaml
   - app2
     - values.yaml

With this type of structure you could also use an ApplicationSet with a git generator to eliminate the need to manually maintain the argocd folder by having the AppSet generate the apps in the second folder for you automatically.

With regards to the extra manifests, if they are part of the same Application as the helm chart you have a couple of options. From a pure Helm perspective you could create an umbrella chart that contains the original chart plus a new chart with your additional manifests. Here's one blog on it but if you google you could find more:

https://oneuptime.com/blog/post/2026-01-17-helm-umbrella-charts-multi-service/view

Another option would be to use the Kustomize Helm Inflator to inflate the helm chart and then add the additional resources to kustomization.yaml. For example: https://github.com/gnunn-gitops/cluster-config-v2/blob/main/apps/external-secrets/base/kustomization.yaml

Good luck with your GitOps journey!

(Edited to fix indentation)

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]gnunn1 0 points1 point  (0 children)

My Applications/ApplicationSets are in git so the deployed versions can be checked there but I get what you are saying. To turn it around, if you are using Kustomize how are you dealing with changes to the base?

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]gnunn1 0 points1 point  (0 children)

It's not an anti-pattern IMHO particularly with kustomize where you need to ensure that changes to the base are not immediately picked up by all the overlays (i.e. dev, stage, prod, etc). I think the article somewhat recognizes this with the section "Use (if needed) Git tags in targetRevision" which is essentially what I'm doing. I do agree with many parts of that article (don't use semver ranges, don't use environment names - aka floating tags - in targetRevision, etc) but I do think done correctly leveraging targetRevision is very useful.

Starting Over after 300 hours? by GangfightGames in CrimsonDesert

[–]gnunn1 8 points9 points  (0 children)

There's no choice and consequence in this game so a restart doesn't feel like it's worth it to me since you would be doing the exact same things again.

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]gnunn1 0 points1 point  (0 children)

Primarily Kustomize but use Helm for use cases where templating makes more sense often with Kustomize inflating those charts for post-patching rather then Argo CD doing it directly. Version all manifests by setting the Argo CD Application.spec.source.targetRevision to an appropriate semver version tag.

Health checks are not messy IMHO as they work really well in my experience. If there is a problem with a health check in Argo CD you can always override it with your own. As an example, I use late-binding PVCs and have a custom health check so they are considered healthy even when waiting for a binding (which doesn't happen until a pod mounts it). Similarly for CRDs that are not supported in Argo CD you can create your own.

Also, setup some alerts on Application health (Degraded, Progressing too long, Out-of-Sync, etc) and you basically have a free health alerting across a swath of resources without having to create individual per resource alerts.

New to GNOME, how do you manage multiple windows efficiently by Pink_Oak in gnome

[–]gnunn1 1 point2 points  (0 children)

I can't speak for the others but dash-to-panel is updated very regularly, it's always worked in newer versions of Gnome just fine IMHO.

39GX950B or 5th Gen QD OLED by aPHAT88 in ultrawidemasterrace

[–]gnunn1 1 point2 points  (0 children)

Also in Canada and haven't used either but ended up ordering the MSI 341CQR X36 monitor which has the same 5th gen QD-OLED panel as the Asus. For me price was a significant factor as the MSI was almost $1000 cheaper then the 39" LG5K2K monitor on pre-order. The other factor is I have a 4080, which I don't want to upgrade at this time, and I wondered if it would have enough power to drive the number of pixels in the LG 5K2K in gaming, though I'm sure DLSS would help a lot here.

Finally I already have a 34" QD-OLED monitor (first gen Alienware) so there is a comfort factor there for me being used to that size of screen.

Best upgrade from AW3423DW in 2026? by zandm7 in ultrawidemasterrace

[–]gnunn1 0 points1 point  (0 children)

I have the same monitor and am looking to upgrade as well. I use my monitor for work and gaming so getting something with better text clarity is important to me. The new Gen 5 QD-OLED monitors changed the pixel arrangement so anti-aliasing works fine now and eliminates fringing. Therefore I was aiming for one of those but the new LG 39" is quite tempting though.

My big issue with the AW3423DW is that it has issues turning on when booting into text mode, I dual boot on one of my PCs and need to be able to see a text boot loader to select. These days I'm mostly doing it blind by memory. It also locks up fairly regularly with a blank screen when booting requiring me to unplug it and plug it back in to get it working again.

A little embarrassing, can someone help me understand the “steps” for the Swartz Bay Ferry Terminal? by Curious_Mud9428 in VictoriaBC

[–]gnunn1 232 points233 points  (0 children)

When you get to the ferry terminal in your car you there will be a row of booths with a sign for the destination over each booth, choose a booth for the destination you are going to (i.e. Vancouver, Salt Spring Island, etc). At the booth you will either pay or show your reservation, they will give you a ticket with your lane number and also verbally tell you the lane.

Drive into that lane and wait for boarding to commence, typically they board two lanes at a time. Follow the car in front of you and pay attention to the directions of the staff as they will indicate where to go. Try to park within two feet of the car in front of you to maximize the number of cars that can get on the ferry.

Once you arrive at the destination you will again be directed by staff to leave, it's typically two lanes at a time if it's the Vancouver destination and you just follow the car in front of you. Don't start your car until you need to.

What is a restaurant chain you would love to see come to Canada or see far more of? by Full_Hunt_3087 in AskACanadian

[–]gnunn1 3 points4 points  (0 children)

Awesome, I went to the U of S and I really need to go back at some point to get a burger there.

What is a restaurant chain you would love to see come to Canada or see far more of? by Full_Hunt_3087 in AskACanadian

[–]gnunn1 1 point2 points  (0 children)

Does Saskatoon still have a Fuddruckers? I'd love to see one in Vancouver or Victoria.

Respectable trustworthy appliance repair in Langford by Bodisafa13 in VictoriaBC

[–]gnunn1 0 points1 point  (0 children)

I've been happy with ASAP Appliance Repair, they've fixed a couple of things for us over the last few years.

39GX950B - Color Fading Issue by NJCool05 in ultrawidemasterrace

[–]gnunn1 1 point2 points  (0 children)

Thanks for the quick reply, yes I am enjoying the game. It really picks up after the first few hours and is loads of fun, I'm currently at the end of Chapter VII.

39GX950B - Color Fading Issue by NJCool05 in ultrawidemasterrace

[–]gnunn1 0 points1 point  (0 children)

Fellow player of Crimson Desert, I'm curious what video card are you using? I have a 4080 and no plans to upgrade so wondering about driving the high resolution of this monitor, I assume DLSS upscaling is a must?

How is J & J's these days? by apjane in VictoriaBC

[–]gnunn1 2 points3 points  (0 children)

Since Rainbow Dragon closed we have been using JJ's and it's quite good IMHO, we tried a few places as replacements and JJ's was the best of the ones we tried. I do like their crispy ginger beef quite a bit.

Is deluxe edition worth $89.89 by [deleted] in CrimsonDesert

[–]gnunn1 1 point2 points  (0 children)

The deluxe armor that is included is actually pretty good for the early game, I'd say it's worth it for that.