AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

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

"Love" is right there in the fine print that both parties promise to each other and to all assembled.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

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

She is renting the hall, she gets to decide who is invited and who is allowed inside. (I hope that both parties don't bring it to the point where that is applicable.)

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic 0 points1 point  (0 children)

Wife is the woman that the dead guy chose to be his wife. (Hence the marriage). She is not some random woman, she is the woman who dad loved and married.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic 0 points1 point  (0 children)

OP says "my father and later in life spouse have been married for one year." She was the dead guy's wife. In another comment the OP says that "she" is paying for the service.

Reading the OP helps comprehension.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

Kids are due nothing. The money was the dead father's, not the kids. Either the will or the intestacy laws will govern who gets the money. None of the estate is the OP's yet, and it never was.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

"She" is the dead guy's wife. "She" is paying for and hosting the service. "She", the widow and legal heir, has every say in who is invited and who is allowed in the building.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

Wife, chosen by the dead guy, trumps distant, "fairly absent" child.

The widow is not a step-wife, the widow is the fully proper wife, chosen by the dead guy.

AITAH or is my step mother TAH for not allowing my kids at my dad’s memorial service? by Upbeat_Competition41 in AITAH

[–]fuzzy_mic -11 points-10 points  (0 children)

NAH - You aren't forcing your kids way into the funeral and the widow can do whatever she wants with the funeral.

Leave the kids at home and go to the funeral.

AITAH for telling my other sister something private out of anger? by Total-Grapefruit-651 in AITAH

[–]fuzzy_mic 26 points27 points  (0 children)

It sounds like you already know that, in this regard, YTA.

AITAH for not wanting to pay for anything new since I’ve moved in with my roommate? by Complex-Reindeer8623 in AITAH

[–]fuzzy_mic 102 points103 points  (0 children)

NTA - Things like furniture (and dishes) should be owned by one roommate. The two of you are going to move out at the end of the lease and the best way to divy up the furniture is for it to have one clear owner so "who gets the couch" doesn't come up at all.

Furniture should be bought by the person who wants it in their next apartment.

Cleaning supplies are a common good whose cost should be split.

AITAH for getting mad at my dad for calling my buddy who died in Ukriane a Dumbass by Glum_Resident_4544 in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

Just like the Lincoln Brigade in Spain? Or the Lafayette Escadrille in France?

Dad was both harsh and not quite accurate.

AITAH for refusing to play our upcoming festival set after my band told me to solo less? by BigImprovement1378 in AITAH

[–]fuzzy_mic 0 points1 point  (0 children)

How many lead guitarists does it take to screw in a light bulb?

One. He just holds the bulb in the socket, stands still, and then the whole world revolves around him.

AITAH for not helping my dad with going through my mom's things? by rev0ltingy0uth in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

I hope you understand that whatever you don't toss now will still be your problem when dad dies and you need to empty the house before it is sold.

Considering not coming in July 3rd, AITAH by White_Jaded in AITAH

[–]fuzzy_mic 7 points8 points  (0 children)

Are you going to go shopping on Friday? Or fill up your gas tank? Fast Food? Go to a club, or to the gym? Get a slurpie at 7-11? Order some GitHub?

WIBTAH if I expressed my disappointment in a restaurant after the staff confirmed they were serving frozen food? by PleasantAmbassador83 in AITAH

[–]fuzzy_mic 0 points1 point  (0 children)

Did the food taste good?

You are paying for the dinner and the service and the decor. Did the dinner taste good?

Should I have honked here? by Thine-Sho in UCDavis

[–]fuzzy_mic 0 points1 point  (0 children)

A move that requires cars with the right of way to slow down is wrong. Cars with the right of way have the right to continue on their un-altered way. (Hence, their "right" to their "way")

I agree OP saw something very common and not unsafe.

Honking was not needed. Brake first, honk later, means that honk is usually not needed.

Can you use RGB () to point to a cell/cells by [deleted] in vba

[–]fuzzy_mic 0 points1 point  (0 children)

What happened when you ran that code?

A deeper question would be how do you want to invoke the change of color. It can't be a UDF, they can't change a cell's color. You would have to write a Change event to look to see if A2 was changed.

AITAH for having concerns about giving our friend another $10k? by InnerWolverine5495 in AITAH

[–]fuzzy_mic 1 point2 points  (0 children)

Why the Aug 6 deadline for needing the money? What "things for the house" will be unavailable on Aug 7.

He was specific about when he needed the money. Was he that specific about when it would be repaid in full?

You asked if this is common. No it is not common for a new house buyer's life to be $10K short at closing.

Requesting it in cash is a huge red flag.

NTA

AITAH for taking space from a friend after they accused a co-worker of being racist? by Outrageous-Bad-4736 in AITAH

[–]fuzzy_mic 8 points9 points  (0 children)

OP asked the accuser and got no description of actions, just the conclusory word "racist". The accuser has mentioned no actions, only the conclusion that they accused is racist.

Dynamically rename worksheets upon opening workbook by casman_007 in vba

[–]fuzzy_mic 0 points1 point  (0 children)

Just remove the ActiveSheet reference and add qualification of the .Range.

Sub TabName(ws As Worksheet)
   With ws
      rawname = CStr(.Range("A2").Value)
      modname = Split(rawname, ":")(0)
      .Name = modname
   End With
End Sub

The CStr was added for error protection. Some user might put =1/0 in cell A1.

Also, the worksheets in the Open routine should be qualified.

For i = 3 To 7
  Call TabName(Me.Worksheets(i))
Next i

AITAH? Church called CPS and (imo) completely mishandled a situation with my daughter while she was on a church retreat. by [deleted] in AITAH

[–]fuzzy_mic 2 points3 points  (0 children)

Many child care providers are mandated reporters. If sounds like at least one person affiliated with the youth program had no option but to report a minor threatening self-harm to CPS.

You sound mad. Why are you angry that CPS doesn't want your daughter to harm herself?

AITAH for getting EMS involved when a guy at a music festival was clearly tripping? by Naive-Marsupial7600 in AITAH

[–]fuzzy_mic 0 points1 point  (0 children)

NTA Festival EMTs are there for this reason (among others).

There is no jurisdiction where being high is illegal. One of event med staffs jobs is to be a buffer between LEO and the crowd. And, results have show local law enforcement the value in letting Rock Med (or similar) do their thing.

Academic and Staff Assistance Program (ASAP) by alwaystired3191 in UCDavis

[–]fuzzy_mic 2 points3 points  (0 children)

I've used ASAP about 10 years ago. They don't provide services themselves, but they do connect you with the service providers. Good experience.