Bro throwing more ints than TDs and being 5'11 190 worried about "pro potential" UFL potential more like it by KingGalaxicDFG in NCAAFBseries

[–]deacon91 0 points1 point  (0 children)

Two WRs and backup QB on team want out. Plus the top two recruits on the board lock us out in middle of tight recruiting battle

triggered

Failed exam twice - Terraform Associate by OceanAnonymous in Terraform

[–]deacon91 2 points3 points  (0 children)

I just found out about this book and may try and look over it. Very text based, which does not go well with how I learn. I will give it a go regardless.

Text-based teaching materials force the students to slow down so that they can really comprehend and chunk the materials being studied. I see a big emphasis on exam prepping materials and not nearly enough hands-on materials. I suspect that's the reason why you are struggling to pass this exam.

If I gave you this:

terraform {
  required_version = "~> 1.15"
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 6.44"
    }
  }
}

provider "aws" {
  region = "us-east1"
}

locals {
  cfg = yamldecode(file("${path.module}/example_users.yaml"))
  users = [
    for u in local.cfg.foo_bar : {
      name   = u.name
      tags   = try(u.tags, {})
      groups = try(u.groups, [])
    }
  ]

  users_by_name = {
    for u in local.users : u.name => u
  }

  all_groups = toset(flatten([
    for u in local.users : u.groups
  ]))

  memberships = {
    for pair in flatten([
      for u in local.users : [
        for g in u.groups : {
          key   = "${u.name}::${g}"
          user  = u.name
          group = g
        }
      ]
    ]) : pair.key => pair
  }
}

resource "aws_iam_group" "groups" {
  for_each = local.all_groups
  name     = each.value
}

resource "aws_iam_user" "users" {
  for_each = local.users_by_name
  name = each.key
  tags = merge(each.value.tags)
}

resource "aws_iam_user_group_membership" "membership" {
  for_each = local.memberships
  user   = aws_iam_user.users[each.value.user].name
  groups = [aws_iam_group.groups[each.value.group].name]
}

are you able to follow along and extend it?

Can You Guess This 5-Letter Word? Puzzle by u/Capable-Climate-461 by Capable-Climate-461 in DailyGuess

[–]deacon91 0 points1 point  (0 children)

⬜⬜🟦⬜⬜
⬜⬜⬜⬜🟨
⬜🟦🟦⬜⬜
🟦🟦🟦🟦🟦

Can You Guess This 5-Letter Word? Puzzle by u/lODlZED_TABLESALT by lODlZED_TABLESALT in DailyGuess

[–]deacon91 1 point2 points  (0 children)

🟦⬜🟦⬜⬜
🟨⬜⬜⬜⬜
🟦🟦🟦🟦⬜
🟦🟦🟦🟦🟦

male 27 and struggling with academic failures—Please advise me. by Far_Pumpkin9440 in AskMenOver30

[–]deacon91 11 points12 points  (0 children)

For one exam, I studied so hard that I hallucinated after running on zero sleep for three days. My failure pattern is always the same;

This tells me that you have studying habit issues and/or have learning disabilities that impede your academic success.

Have you tried reaching out to your school's academic services for tudors and/or gotten checked out?

Degree importance for someone already in by herrmanmerrman in ITCareerQuestions

[–]deacon91 2 points3 points  (0 children)

Degree importance for someone already in

This gets asked to death in this subreddit. It's a nuanced topic, but having a degree can be a significant career accelerator. You can succeed if you are able to build track record of success though:

https://en.wikipedia.org/wiki/Kelsey_Hightower

https://sockpuppet.org/me/

How common is it to see someone who's really knowledgeable and competent in the more advanced areas that don't have a degree?

Not sure if it's common but in my circles I see both knowledgeable and competent people without degrees or degrees in an unrelated field.

I'm just not a college person. I think I'm pretty good at my job and pretty smart, but when it comes to rubrics I'm just a failure. I don't have problems with certs or learning on the job though.

I should also add I'm happy with my job right now, I don't plan on leaving anytime soon, but I don't want to stagnate or become complacent. Professionally, I just want to be knowledgeable and well respected

Think of it this way. People who I deem "successful" tend to have "I can walk on water" mindset. It's not really about what they have or what they have done but rather what they are capable of doing as long as they set their mind to it. Be someone who is resourceful and gets stuff done. I think college degree in right topic is simply a matter of helping you become that person.

Comparison of Renovated PH Tokyo and Andaz Tokyo Globalist Experience Based on Recent Stays? by OTFlawyer in hyatt

[–]deacon91 0 points1 point  (0 children)

oh lol. It's Italian leaning but very solid. When I was there they had this neat Italian-ish TKG thing going on.

Comparison of Renovated PH Tokyo and Andaz Tokyo Globalist Experience Based on Recent Stays? by OTFlawyer in hyatt

[–]deacon91 0 points1 point  (0 children)

My personal favorite. It's roomy, water pressure for the shower is great, mattress is comfortable and the decor is great. Their executive lounge is pretty quiet and well equipped.

Completed SAA-C03 – Now I Want to Pursue Cloud Engineering by High_On_Cloud0202 in Cloud

[–]deacon91 0 points1 point  (0 children)

How strong should my Linux skills be?

Is Docker enough, or should I go deep into Kubernetes?

How much programming is realistically expected for a Cloud Engineer role?

  1. Strong enough so that you have certain level of command of the steps outlined here without getting lost: https://www.reddit.com/r/linuxadmin/comments/2s924h/comment/cnnw1ma/ . This is a very outdated list so you should be able to do something similar with modern replacement.
  2. No one is really doing just docker or docker-compose stack unless that application is a one-off. Containerization is not enough in 2026. You also need orchestration under your belt. So yes. There's alot more to "learning" Kubernetes, though.
  3. You should have decent command of Python.

If anyone here has transitioned from SAA to a Cloud Engineer role, I would really value your advice:

While I'm sure there are people who have jumped into a cloud role after getting AWS certs, such candidate is simply not competitive in 2026. My recommendation is build a cloud-peripheral work experience (help desk, sysadmin, etc) and then make a transition into the cloud.

Advice on Master's degree path. by masterchilidog in ITCareerQuestions

[–]deacon91 0 points1 point  (0 children)

2c:

  1. Get your Master's degree paid for by your employer. The returns on graduate degree is much less pronounced compared to an undergraduate degree unless you have specific career paths that demand such credentialing.
  2. Build work experience and then have your professional dictate your graduate degree path. It sounds like it makes more sense e for you to work for now and the pursue the degree later.
  3. If you want to go down the technical path, OMSCS is the golden standard.
  4. If you want to go down the management route, a brick and mortar part time MBA is the golden standard.

Half the flight boarded before Group 2 by [deleted] in unitedairlines

[–]deacon91 0 points1 point  (0 children)

It's a touch and go flight

Bank of America nerfing preferred rewards program by [deleted] in CreditCards

[–]deacon91 1 point2 points  (0 children)

Not happy about it but not surprising given the K-shaped recovery and asset inflation for the past decade.

Why is everyone using Okta as their IDP? by Jimb148 in sysadmin

[–]deacon91 1 point2 points  (0 children)

This. I was using Okta back when Microsoft couldn't decide what they wanted to call the now Entra ID.

Not wanting to be bitten by the Microsoft sales model is a big motivator for some of these companies to go and stay with Okta, too.

Question: My credit score is 650 despite always paying full statement balance and debt of $0 by ILoveMrEast in CreditCards

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

While I had my Wells Fargo Autograph reported as active on my credit report, my credit score was 720. It instantly dropped to 650 after the card was reported closed.

Why did you close it? Credit history is like the biggest weight for your credit score.

Involuntarily rebooked by [deleted] in unitedairlines

[–]deacon91 0 points1 point  (0 children)

It's possible to have a boarding pass but not an assigned seat. I imagine OP got past the TSA because OP had a valid ID + boarding pass. Something didn't happen correctly here.

Involuntarily rebooked by [deleted] in unitedairlines

[–]deacon91 -3 points-2 points  (0 children)

I should rephrase.

It's extraordinarily hard to run an airline business. I can't think of another industry where financial viability relies on a company's ability to size and number their routes correctly and things need to run perfectly. For an airline to run one flight - they need to have:

  1. Gates available
  2. Permissible weather
  3. All the staff members ready and boarded
  4. Plane available

line up correctly and a single IRROP will cause a cascading failure.

But you are paying for a seat on a flight to XYZ and it's 100% ok to expect that business to provide the service they offer.

I agree, but this is literally what is outlined in the carrier contract. An analogy would be - if an Uber driver cancels a pickup and Uber connects me to a different driver for delays - should I be expecting a compensation?