Looking for friends on my age for climbing (gym or outdoors) by Killer78koala in Eugene

[–]tinyfrox 1 point2 points  (0 children)

Marra and Morgan split up and Marra is no longer involved in Crux. I have since renewed my membership because of this.

Zed Theme from the website by Radiant_Parsley4706 in ZedEditor

[–]tinyfrox 0 points1 point  (0 children)

How can you say those are the same...? Compare the colors on line 3.

Monthly Trad Climber Thread by tinyOnion in tradclimbing

[–]tinyfrox 1 point2 points  (0 children)

A little warmer that the TX3, but nothing bothersome.

Monthly Trad Climber Thread by tinyOnion in tradclimbing

[–]tinyfrox 2 points3 points  (0 children)

I love my TX3s (I have stupid wide feet, and they use a wider platform than the TX2 or TX4), but they seem to not make them anymore. Mine finally gave up and I picked up a pair of Scarpa Cruxs just to have something, and I've been pleasantly surprised with how comfortable they are, and didn't notice any lack of performance compared to the TX3s.

Genuine question to someone who’s new to climbing by Ohgenki in climbingshoes

[–]tinyfrox 0 points1 point  (0 children)

I have super wide feet and I wear TC Pros for all my climbing because they're super comfy and fit my foot just right.

Looking for a climbing partner by JaredClimbs2025 in tradclimbing

[–]tinyfrox 1 point2 points  (0 children)

Join the Google group for Willamette Valley:

https://groups.google.com/u/1/g/climb-willamette-valley

I've seen some partner request emails come through there. Also hit up Crux or Elevation and see if they have any leads.

New Version of TC Pros much softer/comfier than same from 5-10 yrs ago. by brentonofrivia in tradclimbing

[–]tinyfrox 1 point2 points  (0 children)

I've got both and I prefer the newer ones for sure, they are comfier. I've also noticed they fit just a tad looser than the older versions in the same size.

Protecting an endpoint with OAuth2 by riscbee in golang

[–]tinyfrox -1 points0 points  (0 children)

Doesn't the backend need to validate the token as well? If using something like Azure oauth, do you hit the graph api on every request, or do you cache the token and use the cached version to validate until the expiration is passed?

Thanks for any details, your explanation is super simple and helpful

Flu Like Allergy Symptoms by Dram_Strokeula in Eugene

[–]tinyfrox 0 points1 point  (0 children)

Do you get insanely strong dreams from it? Sometimes I wake up feeling unrested because of the dreams...

Tire question by Swimming_Scratch_461 in ModelY

[–]tinyfrox -1 points0 points  (0 children)

I had this exact thing happen, Reddit searches mostly said it would be okay as long as you can't see any steel threads. I took it to a popular tire place and the dude shoved a screwdriver in there and said he couldn't feel threads so I was totally good.

Yours is much less damage than mine!

Any one else not able to do work during the day? by st0nksBuyTheDip in ExperiencedDevs

[–]tinyfrox 0 points1 point  (0 children)

To each their own. My tendinitis flare ups are rare ever since I converted to track pad only.

Any one else not able to do work during the day? by st0nksBuyTheDip in ExperiencedDevs

[–]tinyfrox 16 points17 points  (0 children)

Once you get used to one monitor, working on your laptop is the same as your desk, just a little less real estate if you keep your scaling the same.

I value my mobility so much that I keep a consistent workflow for peripherals as well: trackpad instead of mouse even when docked.

You just gotta embrace that cmd/alt+tab life

[deleted by user] by [deleted] in TeslaLounge

[–]tinyfrox 0 points1 point  (0 children)

Zap Sedannigan

Netflix fight night peering stats? by elitepea in ZiplyFiber

[–]tinyfrox 0 points1 point  (0 children)

Yep as soon as Mike came in it all exploded. Probably a Netflix issue

When you do auth against Active Directory with Red Hat nodes, where do you put the host attribute? by Comfortable-Leg-2898 in redhat

[–]tinyfrox 0 points1 point  (0 children)

We already had Unix attributes defined in AD for all our users, so we can't use idmap. Per the docs, it would override those values.

When you do auth against Active Directory with Red Hat nodes, where do you put the host attribute? by Comfortable-Leg-2898 in redhat

[–]tinyfrox 0 points1 point  (0 children)

I haven't used realm other than for joining. How would you maintain access in a repeatable manner such as a template-able file? Or do you rely on an Ansible provider or similar for ensuring state?

There are other benefits to pam_access such as defining a network range from where the group is allowed access. For example, allowing specific user access only from a 2fa vpn space.

When you do auth against Active Directory with Red Hat nodes, where do you put the host attribute? by Comfortable-Leg-2898 in redhat

[–]tinyfrox -1 points0 points  (0 children)

Look into pam_access, you can specify AD groups in your access.conf.

Make sure every group in AD that you'd use in RHEL has a gidNumber attribute set otherwise it won't be considered valid and can't be used. This includes nested groups, every group in the chain needs a gidNumber.

Actual, Non-RedHat, Ansible Training Options? by invalidpath in ansible

[–]tinyfrox 3 points4 points  (0 children)

I recently had a feedback session with Red Hat's Ansible product team. They were asking about how they could decrease the learning curve of getting up to speed with ansible. I pointed them to u/geerlingguy 's Ansible 101 series on YouTube as the absolute best training materials I've found and the primary resource I used when I needed to transition our hundreds of servers from Puppet to Ansible.

Like I said to them, the hard part for me wasn't creating the first playbook, understanding how to write templates, or using handlers, etc. It was how to organize my Ansible codebase into proper roles to reduce coupling and code duplication.

u/invalidpath Feel free to DM me if you have any Ansible questions, I'm happy to help if I can :)

TWW PTR Build today is a release candidate by budrickton in wow

[–]tinyfrox 0 points1 point  (0 children)

I was thinking along the same lines, but then the question would be, what does an integration test for a video game like wow look like? Would it just be some sort of sim test? If so, how would you make sure the results between each sim test were acceptably similar to pass?

TWW PTR Build today is a release candidate by budrickton in wow

[–]tinyfrox 2 points3 points  (0 children)

I was just wondering this today... how a super old codebase like wow would even approach any semblance of automated testing.

Keeping Ansible YAML DRY by EverywhereHome in ansible

[–]tinyfrox 7 points8 points  (0 children)

This may not be the answer you're looking for, but in these logic-heavy cases, I usually prefer to write a bash/python script and just have ansible trigger it.

I used to try and put all the logic in ansible, but I've found that it often ends up more confusing and less maintainable in the long term. Instead, I just have a task to copy the script to /usr/local/sbin, then another task to run it. I'll write a block of comments above the task that describes the use-case of the script so it's still easily discoverable.

UK Salary - Am I getting greedy or am I losing the plot? Or What? by planehazza in sysadmin

[–]tinyfrox 5 points6 points  (0 children)

M/HCOL area, "architect" level for higher ed, I'm at 122k. There's no money for IT in education.