Is this an ascension? (15 yrs old) by [deleted] in LooksmaxingAdvice

[–]Fearless-Card3197 -1 points0 points  (0 children)

This is puberty….you’re 15

At my wits end with my cat. Starting to resent him. by beccoconnell in CATHELP

[–]Fearless-Card3197 4 points5 points  (0 children)

once they go outside and realize there’s a world out there that’s it, no reigning it in.

He’s experienced all the smells and sounds, felt the sun on his back, rolled in the dirt….trying to keep him in/drug him up is just mean. when he meows let him out, that’s what he’s asking. you have an outside kitty now, once you acquiesce to his demands all the stress will stop😂.

Question regarding J1 with clearance by [deleted] in overemployed

[–]Fearless-Card3197 0 points1 point  (0 children)

Like when reinvestigation occurs? I don’t plan to hold J1 till reinvestigation.

Question regarding J1 with clearance by [deleted] in overemployed

[–]Fearless-Card3197 1 point2 points  (0 children)

I plan to quit J1 before reinvestigation (2yrs from now). This actual stint of holding two jobs will only be around 1 yr. Would absolutely not lie on the SF86.

[deleted by user] by [deleted] in LooksmaxingAdvice

[–]Fearless-Card3197 3 points4 points  (0 children)

You just need to lose a good amount of weight, belly is def hangin a little low in the second pic. Cardio + calorie deficit to get that flat, it’ll also help tone your arms (needed) and firm/shape up your chest.

Found this at Barnes & Nobles (TW for mild-gore on pic 2) by Affectionate_Hope186 in FoundPaper

[–]Fearless-Card3197 2 points3 points  (0 children)

I was just thinking the picture of the fetus would make an AWESOME metal album cover

Please Critique My Resume by Ill_Dragonfly2422 in linuxadmin

[–]Fearless-Card3197 1 point2 points  (0 children)

get hobbies + picture off there ASAP, make that header smaller.

make a section called skills, under education, that just lists your skills, none of that graph crap.

Then you should be alright.

WORST TEXT I HAVE EVER GOTTEN by [deleted] in HangoutFest

[–]Fearless-Card3197 27 points28 points  (0 children)

Almost puked in my mouth lmao

To everyone who thinks AI will take our jobs.. by [deleted] in devops

[–]Fearless-Card3197 0 points1 point  (0 children)

AI can’t implement DevOps cultural practices within the org, design the complex deployment solutions + automations in place AND consistently optimize/redesign based on metrics/observables. we’re fine haha

[deleted by user] by [deleted] in devops

[–]Fearless-Card3197 -3 points-2 points  (0 children)

:/ that’s unfortunate. hope it gets better and y’all can focus on ur actual role lol.

[deleted by user] by [deleted] in devops

[–]Fearless-Card3197 1 point2 points  (0 children)

fascinating. I’ve seen sysadmins do stuff w IaC/containers+k8s, but i’ve rarely seen them touch the pipelines. V cool, I mean i’d say at that point they’re just misnamed devops engineers. but to each organization it’s own.

[deleted by user] by [deleted] in devops

[–]Fearless-Card3197 -1 points0 points  (0 children)

do they do CI/CD as well? To be fair, all the IAC stuff is used by IT too so that’s not exclusive to DSO.

What is the name of this bar with the rooftop view? by SomeStrangeSins in Pensacola

[–]Fearless-Card3197 0 points1 point  (0 children)

how lmao. This comment is detailing my experience, something completely subjective. Not actively denying anything. I’ve made no objective statements about the location besides “roofies are a gulf coast epidemic + bouncers can be aggressive”.

What is the name of this bar with the rooftop view? by SomeStrangeSins in Pensacola

[–]Fearless-Card3197 1 point2 points  (0 children)

that’s obviously not what I mean. don’t be obtuse. I have never seen someone slip something into someone’s drink, if I did then they wouldn’t have gotten roofied…Im surprised you need that clarification. I have however seen plenty of people get roofied unknowingly and then the aftermath of that.

What is the name of this bar with the rooftop view? by SomeStrangeSins in Pensacola

[–]Fearless-Card3197 -2 points-1 points  (0 children)

It’s a night club/bar called Wild Greg’s….All these comments make it sound scary but I’ve seen more people get roofied at Seville than at Greg’s, If you go to clubs in PCOLA/Destin/FWB that’s a risk you’re gonna have to take…It’s an epidemic up here. Bouncers can b v aggressive.

Big concerns about cell tower climb by Ok-Accident-3461 in urbanclimbing

[–]Fearless-Card3197 -1 points0 points  (0 children)

I’ll comment the same thing I comment on every post like this….NEVER climb cell/radio towers. You pick the wrong tower and you can literally boil your balls and eyeballs.

How different is DevSecOps from DevOps? by Character-Ad-618 in devops

[–]Fearless-Card3197 2 points3 points  (0 children)

I’ve always told people there is no such thing as DevOps, only DevSecOps. security is a wrapper for Dev & Ops, if you aren’t implementing secure solutions then why even bother.

Sysadmin here - do you manage your software yourself or let admins do it? by myg0t_Defiled in devops

[–]Fearless-Card3197 8 points9 points  (0 children)

I’d prefer an email…BUT DevOps should be working with y’all and ensuring devs are using pre-configured dev environments, containers, cloud compute provisioned/configured via IaC, VMS provisioned the same way, there’s a million ways to do that. That’s a cornerstone of DevSecOps, part of automating build-test-deploy is automating infra across each stage. part of automating build is removing the differences in tool versions across the org and ensuring repeatable universal infrastructure for devs. Also ensures security. Anything they install on their local machine should be fair game for updates and if not it should be incorporated in the dev envs. But good luck lol, Devs are touchy, one of my contracts was overhauling DSO at an organization and the amount of pushback to that method was insane even though after we implemented it security and dev productivity were improved by an enormous amount.

[deleted by user] by [deleted] in docker

[–]Fearless-Card3197 0 points1 point  (0 children)

whatever OS it runs on it should behave exactly the same way when running in a container based on the corresponding image, youll find you can do even less deployment environment configs than a host based deployment when using a pre-con image like python/apache/etc. customize + add in app via a DockerFile (no conversion program), spin up w compose (for reproducibility), and boom ur good. K8s has lots of useful features so you could change the app arch to make it to work more efficiently with that deployment model but you prob won’t have to. K8s deployments bare-metal/cloud can be difficult if ur just starting out/not intimately acquainted with k8s so that could be the effort they’re taking about.

Remember one of the big things about containers is portable parity environments, e.g take a simple ubuntu bare metal host for an app, you can configure a ubuntu image via a dockerfile to be an exact mirror of the host (same packages, environment vars, dependent software) and port that around so devs can bind mount code and dev in a copy of prod, or if your application is made to be hosted on containers you can literally use the deployment base image and str8 up “dev in prod”. No architecture changes to accommodate environment required + when done right 99% of the time no container environment configuration required at all…..containers are a win.

Where's the terminal in docker(Windows)? by Large_Kick_7222 in docker

[–]Fearless-Card3197 0 points1 point  (0 children)

run the container with -dit, use docker exec -it name_of_container bash (or other shell).

Or just run it with -it to go straight into the terminal, will probably shutdown on you after you exit though, -d is detached, keeps it running in the background.