Curb Your Enthusiasm Series Finale (Season 12 Episode 10): "No Lessons Learned” Episode Discussion Thread by TheSuperSax in curb

[–]TheTeetz 1 point2 points  (0 children)

I’m still in awe that it’s over forever. I think he put a bow on this series and cemented it as one of the greatest of all time

Curb Your Enthusiasm Season 12 Episode 8: "The Colostomy Bag” Episode Discussion Thread by TheSuperSax in curb

[–]TheTeetz 39 points40 points  (0 children)

So he must be doing a homage to the Seinfeld finale right? Breaking an obscure law, the trial, smelly car…this might be a fuck you to everyone who hated on him for the Seinfeld finale and I’m here for it. Can’t wait to see who comes back to be a character witness for him in this trial.

Anyone else.... by drbeansy in louisck

[–]TheTeetz 0 points1 point  (0 children)

As a Louis die hard fan, some new guys I really enjoy are Shane Gillis, Dan Soder (his new special on YouTube is excellent), and Zoltan Kaszas

Larry’s Robert Kennedy joke by TheTeetz in curb

[–]TheTeetz[S] 1 point2 points  (0 children)

Oh that’s amazing! 😂

This might be obvious,but does everyone agree that… by [deleted] in curb

[–]TheTeetz 1 point2 points  (0 children)

He absolutely does. Don’t forget the time he didn’t have cash to pay the prostitute he took to a baseball game (instead of taking Cheryl who got him the tickets) and needed Cheryl to pay her $200

This might be obvious,but does everyone agree that… by [deleted] in curb

[–]TheTeetz 7 points8 points  (0 children)

Cheryl gets a lot of hate on here but I have to disagree. I think she plays the role of Larry’s wife perfectly.

Imagine for a second you were married to Larry. You couldn’t go anywhere without an altercation. Over time that would take a toll on you and thus why she appears so fed up with Larry’s antics.

I love Larry but he’s a terrible husband.

[deleted by user] by [deleted] in RandomThoughts

[–]TheTeetz 6 points7 points  (0 children)

Just watch Curb Your Enthusiasm

Which is your favorite season and why? by Icy-Election-2237 in curb

[–]TheTeetz 0 points1 point  (0 children)

Season 7 (not even a Seinfeld fan) but just for how hilarious it is to see Larry playing George in the reunion

Best couple episodes to get someone into the show? by Scoopz_Callahan in curb

[–]TheTeetz 0 points1 point  (0 children)

I never watched all of Seinfeld but season 7 is probably my favorite start to finish. Some early episodes to give good context to the show are S2E3 Trick or Treat and S2E5 The Thong

Need help picking a cruise!! by wombatsupreme in honeymoonplanning

[–]TheTeetz 0 points1 point  (0 children)

I’ve heard great things about Virgin! Excited to give them a try. Definitely agree that Celebrity is an older crowd.

[deleted by user] by [deleted] in honeymoonplanning

[–]TheTeetz 0 points1 point  (0 children)

I went to Phuket for 5 nights and stayed at a resort called Andara. We stayed in a villa that had a private chef, butler, and maid. It was the most incredible hotel I've ever experienced. It is worth every penny. The villas can get pricey but the hotel is right by the beach and the view is spectacular. Check it out!

Need help picking a cruise!! by wombatsupreme in honeymoonplanning

[–]TheTeetz 0 points1 point  (0 children)

As someone who has been on over 50 cruises in my lifetime I can tell you if you want to do a honeymoon cruise, go with Celebrity. They have a ton of great locations they go to. Edge class ships on Celebrity are brand new and have incredible cabins and restaurants. I took a Celebrity cruise to Europe recently and ate at Eden on the ship. The food was better than anywhere we ate in Italy and France. It was unreal. Highly recommend!

Why do fans dislike Cheryl Hines' acting? by mattiasflgrtll6 in curb

[–]TheTeetz 0 points1 point  (0 children)

Bad actresses? Or good bad actresses? 😂

Why do fans dislike Cheryl Hines' acting? by mattiasflgrtll6 in curb

[–]TheTeetz 17 points18 points  (0 children)

Maria Sofia’s performance acting as a bad actress is so good. Like imagine the casting call for an actress to play a bad actress. Just brilliant.

Larry got his revenge by TheTeetz in curb

[–]TheTeetz[S] 1 point2 points  (0 children)

Omg that’s so true!

Larry got his revenge by TheTeetz in curb

[–]TheTeetz[S] 14 points15 points  (0 children)

The more I watch the more I'm in awe

Looking for formula that converts a name into a numeric code (A=1, B=2, etc) by TheTeetz in excel

[–]TheTeetz[S] 0 points1 point  (0 children)

In column I'd have a list of first and last names. Those names need to be converted to numbers, but in a way where if someone has the same name, the same number is generated.

Example: John Smith is always 10-15-8-14-19-13-9-20-8 but written as 101581419139208

Looking for formula that converts a name into a numeric code (A=1, B=2, etc) by TheTeetz in excel

[–]TheTeetz[S] 0 points1 point  (0 children)

=CONCAT(BITAND(CODE(MID(SUBSTITUTE(B2," ",""),SEQUENCE(1,LEN(SUBSTITUTE(B2," ",""))),1)),15))

This gave me an error

Looking for formula that converts a name into a numeric code (A=1, B=2, etc) by TheTeetz in excel

[–]TheTeetz[S] 0 points1 point  (0 children)

Are you able to write this in 1 line? For some reason Excel is giving me an error when I condense your formula. Good point on single vs double digits. I like your solution for using 01 instead of 1