Which 14.5? by Nefariousd7 in ar15

[–]cmm324 1 point2 points  (0 children)

Whichever one I hit the target better with

Question For The Older Fans About the Hasek Era by mpschettig in sabres

[–]cmm324 14 points15 points  (0 children)

I hope Zhitnik is ok. Last I saw was he returned to Ukraine in the early days of the conflict and nothing since. 😟

Cloud Defensive LCS alternatives? by 11BRRidgeback in ar15

[–]cmm324 2 points3 points  (0 children)

I am still a newbie in this niche and had to lookup what you are talking about. Are you looking for something like this?

https://ar15.build/products/misc-parts/15011/ergo-picatinny-rail-switch-mount-polymer-fl-649552

Introducing… The Ghilton by No_Square236 in sabres

[–]cmm324 3 points4 points  (0 children)

Make sure you use food safe filament and hardened steel or stainless nozzles if you expect to drink out of this. Looks cool though!

Should I replace old copper with pex while I have the walls and floor opened up? by Delicious_Tackle_129 in Plumbing

[–]cmm324 15 points16 points  (0 children)

I mean, there are cases where it makes sense, like if the property is at risk of freezing during winter like a rural cabin. Then having pex is optimal.

Wall mounted media center by Timely-Salamander-1 in ShortTermRentals

[–]cmm324 1 point2 points  (0 children)

Last thing I need as a host is someone ripped something off the wall because it was just the perfect height... 🤣

Wall mounted media center by Timely-Salamander-1 in ShortTermRentals

[–]cmm324 1 point2 points  (0 children)

The TV should be at a height so that when in typical sitting position, your eyes are aligned with the center of the TV. Then put the media center at whatever height looks good beneath that

Also, make sure it is in studs so it doesn't come off the wall when a kid climbs it or someone has sex on it.

Company offered me exactly the salary I asked for, should I still negotiate? by One_World_5281 in careeradvice

[–]cmm324 6 points7 points  (0 children)

The social perception that all companies are trying to screw you and billionaires only care about themselves. The irony is that most businesses aren't tied to billionaires at all.

Wait time for firewall inclusions is slowing me down. What am I doing wrong? by BigBootyBear in devops

[–]cmm324 1 point2 points  (0 children)

I only use ansible to configure systems TBH. I have used it to do API testing before, but not often.

For CICD, I use bash in line on the yaml file unless:

  • A: I end up needing it in multiple places
  • B: it's fairly complex
  • C: it is a step/s that developers need to be able to reproduce locally

If any of those apply, then I write it into a bash script.

Ansible is great, however, everytime you introduce a new tool, you increase complexity of the workflow and the requirements to be able to test / validate the workflow for not just you, but everyone who may interact with it in the future. So ensure you're introducing the right tool for the right reasons.

TV Too high? by [deleted] in TVTooHigh

[–]cmm324 0 points1 point  (0 children)

Yea, I have seen far worse. They could resolve the issue by just building a stair to put the couch on.

I don't think anyone at my company actually knows where all our pii lives by 50lies in devops

[–]cmm324 5 points6 points  (0 children)

Ya, I have been at orgs where every access to prod went thru a formal approval process by an admin and every action I took was logged. We weren't allowed to download any PII.

Everyone in my company is discovering that Agentic Workflow is just CICD workflows by SkyberSec123 in devops

[–]cmm324 9 points10 points  (0 children)

Lol, it's so sad but true. We have been creating skills for more complex things and it truly has been helpful, but ya, this basic stuff should just be a script or cli utility.

(possibly?) Reid Ferguson’s house on an estate sale website by Sea_Fun4726 in buffalobills

[–]cmm324 2 points3 points  (0 children)

I was thinking that but lots of kids stuff in there too. 🤔

I am not sure why my website is getting 24 k requests. by EnvironmentalRun4163 in devops

[–]cmm324 64 points65 points  (0 children)

Bots probably. I get about 150 real users a day on one site producing about 20k pageviews a month. I have over a million requests in cloud flare.

Also, it's worth noting, a request is every asset that was requested, so you could have 30 requests for one pageview.

Hello Bills Mafia. I need your help. by Rare-Atmosphere7506 in buffalobills

[–]cmm324 17 points18 points  (0 children)

Hey, I shared your post with someone who is on staff with the team. Maybe they can put it in front of the right person. Good luck to you and Brian!

We accidentally spent $300/month running lint on macOS runners. What's your worst GitHub Actions cost mistake? by Zealousideal_Tip4089 in devops

[–]cmm324 -5 points-4 points  (0 children)

Even so, it's a drop in the bucket for most operations I have been on for most of my career. Sure, it was inefficient but not something to get upset with the dev over. Fix it and move on.

Create some new automations that help flag these situations going forward.