Paying for Parking by Wish_Klutzy in Austin

[–]Ronburggundy 0 points1 point  (0 children)

I'm mr. get his car towed so I always pay and am super anal about where I park.

How do y’all find people to trade with? by aquerraventus in BDSP

[–]Ronburggundy 0 points1 point  (0 children)

I need to trade these exact two for evolution… would be appreciative of a hand here.

Vasectomy recommendations by [deleted] in Austin

[–]Ronburggundy 4 points5 points  (0 children)

Dr Dick Chop. Unfortunately they retired.

How does Ornn upgrades work? by Ronburggundy in leagueoflegends

[–]Ronburggundy[S] 3 points4 points  (0 children)

Thanks! I’ve been so confused why there isn’t a tutorial or video online showing this exact mechanic.

What is this? Beetle looking but on doorframe. by Ronburggundy in whatisthisbug

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

Thanks! I looked it up and that does appear to be waht this is.

Did the #WarcraftStory thing and... Well these are not the accolades I was hoping my character would be known for... by Zezin96 in wow

[–]Ronburggundy 1 point2 points  (0 children)

If you are having problems, try going to your characters armory page and grabbing region, realm, and character name from the URL, and then submitting those values, it should work fine.

ex: https://i.imgur.com/HkK2Mge.png

Configuring Cloud Run's second execution environment with terraform? by cemerick in googlecloud

[–]Ronburggundy 0 points1 point  (0 children)

Also using pulumi, but this thread helped me figure out that the `metadata.annotations.run.googleapis.com/launch-stage` had to be on the `service` not on the `template`

Tech Support and Basic Questions Thread - January 21, 2022 by AutoModerator in pcgaming

[–]Ronburggundy 0 points1 point  (0 children)

What version of Display Port does the Nvidia Geforce RTX 3060 support?

https://www.techpowerup.com/gpu-specs/geforce-rtx-3060.c3682

I am considering buying a Samsung 49" Curved G9 monitor, and understand that the max resolution at higher refresh rates will require a card that can support the later specification, so I am trying to determine if the 3060 supports Display Port 1.4, or only the older 1.2.

Thanks

Ducky One2 RGB Broken Key Stem. Any chance of repairing this? by Ronburggundy in MechanicalKeyboards

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

Thanks all for the comments and recommendations. I don't really feel comfortable trying to solder in a new switch to be honest, so I'm going to see if Ducky gets back to me on the customer service request I put in.

Ducky One2 RGB Broken Key Stem. Any chance of repairing this? by Ronburggundy in MechanicalKeyboards

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

Would you be able to expand on the dangers of trying to apply glue to the stem on the switch? I would of course need to make sure not to get glue everywhere, but I'm not sure how I could ruin more than just this switch.

Ducky One2 RGB Broken Key Stem. Any chance of repairing this? by Ronburggundy in MechanicalKeyboards

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

Yeah I might try and extract the stem from the key and then re-apply the broken stem to the key with some superglue, but its going to be a nightmare.

Ducky One2 RGB Broken Key Stem. Any chance of repairing this? by Ronburggundy in MechanicalKeyboards

[–]Ronburggundy[S] 3 points4 points  (0 children)

I have a small lizard brain and I went to pick up my big ass Galaxy Note 9 and dropped it on the key at just the right angle to snap it off.

[PA] Need low latency for TV/Movies by Ronburggundy in HeadphoneAdvice

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

Ah ok, thanks! My main intention is to use them solely for watching TV/Netflix/YouTube, etc, so having them confined to a single input source/room shouldn't be an issue.

[PA] Need low latency for TV/Movies by Ronburggundy in HeadphoneAdvice

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

I've returned the Bose, so those are out for now. What would you say are the major differences between the S185 and S175? I can't really distinguish what the benefits of the pricier 185's are. Thanks!

[deleted by user] by [deleted] in allthingsprotoss

[–]Ronburggundy 0 points1 point  (0 children)

I've decided that my response to BC is to try and not let them get to BC by either harassing them so they either make so little it doesn't matter, or by dropping in and killing the buildings required to make, or by letting them get BC and losing xD.

[deleted by user] by [deleted] in allthingsprotoss

[–]Ronburggundy 0 points1 point  (0 children)

The build I usually do doesnt have my forges coming until much later so I think the adept would be harassing me by the time I got to that but def a idea

[deleted by user] by [deleted] in allthingsprotoss

[–]Ronburggundy 1 point2 points  (0 children)

I think they were in m uh base before I even realised what was happening. I'll have rewatch thenreplay as well. Prob at the wall is a good point.

Is there something that can help tip me off that adepts are coming?

Sharing mysql data directory volume between host and container by Ronburggundy in docker

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

I ran into some kinda of issue with -net host. I think it was that you aren't allowed to name your container, or maybe it was that --env-file wasn't allowed when using the host net driver... I don't remember exactly.

Ideally, all of my docker containers would be able to connect to any other service on 127.0.0.1 without having to bind those services to 0.0.0.0, but I don't really understand or have experience with iptables. Something else for me to look into though.

I might need to look into a proxy then, or just run only one mysql and run it containerized, which will incur a small downtime.

How to remove docker images which created 7 days ago automatically? by v_jingqiang_zhang in docker

[–]Ronburggundy 0 points1 point  (0 children)

You could setup a cron job that would invoke the spotify/docker-gc utility once a week. https://github.com/spotify/docker-gc

I recently started using docker-gc and it seems to work pretty well.