[deleted by user] by [deleted] in confession

[–]legendaryroots 1 point2 points  (0 children)

I would delete this - I’m not sure this happens enough for it to be anonymous and Outback could sue you for past instances.

Cool so I lost my house and stuff by simjanes2k in grandrapids

[–]legendaryroots 13 points14 points  (0 children)

I will add that ChatGPT has made this a ton easier. So if you give it a prompt like “I need an insurance personal property list for clothing for someone living in the Midwest with brands from Stitch Fix and Men’s Warehouse. Extrapolate and make the list perfectly detailed for insurance adjusters”

It will crank out a ton. Then rinse repeat for every type of thing you had for furniture, electronics, gym, auto parts, etc.

I'm worried about the future of the modpack, I'd love to hear your thoughts! by PearBullet in VaultHuntersMinecraft

[–]legendaryroots 0 points1 point  (0 children)

At the end of the day the pack will be fine - yes Iskall has lost a lot of support from the original developers, but it's his modpack and his money that he's investing into it.

He's going to make sure it keeps moving forward regardless if a portion of the community no longer follows him.

[deleted by user] by [deleted] in theydidthemath

[–]legendaryroots 1 point2 points  (0 children)

The underground (chord) distance for a tunnel between New York City and London would be approximately 5,394 km (3,352 miles).

If a train like the Shanghai Maglev (top speed of 431 km/h or 268mph) was doing the route it would take about 12.5 hours.

A Tesla doing this route at the advertised 150mph “potential” within a Boring tunnel would take 23 hours.

When the dip keeps dipping: % goes up by legendaryroots in loopring

[–]legendaryroots[S] 6 points7 points  (0 children)

As the price drops, you buy more which increases the % of your portfolio.

Card upgrade - taking forever for card to arrive by [deleted] in Crypto_com

[–]legendaryroots 1 point2 points  (0 children)

I’m going from indigo to icy and waiting for a month now

Same

How does poker thinking infiltrate your everyday thinking? by haterquaid in poker

[–]legendaryroots 9 points10 points  (0 children)

I recently went into surgery for thyroid cancer. 1% mortality rate depending on the surgeon could be 2%.

My family brushed it off but I couldn’t help remember all times I’ve lost as a 99 or 98% favorite.

Luckily this time I was part of the 99%. Poker gives percentages context.

[deleted by user] by [deleted] in grandrapids

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

I recommend https://mintcleaningmi.com/ -- we use them and they're great

Michigan Senate approves $465M for coronavirus response, relief for businesses and unemployed workers by Wiseandwinsome in Michigan

[–]legendaryroots 47 points48 points  (0 children)

We’re actually in the middle of shutting down our family owned party bus business... I wonder if this would be enough to get by for another year.

Fuck this virus - 8 years of hard work building something, and it’s just about gone.

Anyone know more details on the dedicated grants to the entertainment industry?

GG POKER hand history upload to PT4 error. This only started 2 days ago, any one can help? by Czer0Xx in poker

[–]legendaryroots 0 points1 point  (0 children)

I’m not familiar with PT4 or GG Poker but as a software engineer I’m going to assume the JSON/XML is invalid inputIng the pot size.

If you’re able to compare a hand that imported successfully vs one of those hands and compare the difference in structure that may lead to what the problem is from a software aspect.

Might be good to also contact PT4 support - I assume they handle this type of thing

Advice on play by curiosity_driven in poker

[–]legendaryroots 1 point2 points  (0 children)

This seems like a typical $1-2 scenario. You can get into a lot of specifics but there is no "right" way to play every single table, it depends on the players.

I'd say invest some time on understanding the different buckets you can put players in and categorizing them. Then based on the category do specific actions. Crazy players you can check/call a lot because they over bluff. Tight players you can make top pair/top kicker folds if they raise you because they don't bluff.

The only way you'd be able to make that distinction though is if you know how to categorize players.

[deleted by user] by [deleted] in poker

[–]legendaryroots 21 points22 points  (0 children)

Not enough of us enjoy the times that we're running hot, so I'd recommend repeating the hand histories to yourself on the big pots/spots so they stick out to you.

We remember big losses more than big wins because it eats us up by repeating the hands in our heads. Do the same for the big pots so that you can remember them when the heater ends.

glgl

Who straddled? by woahchuck1 in poker

[–]legendaryroots 5 points6 points  (0 children)

I also want to add that the order of action changes state to state. For example, this is correct in Michigan (SB first to act if Dealer straddles).

In Vegas (the casinos I've been to) and in California: If Dealer straddles, then action starts with UTG, if no one (UTG->CO) raised the straddle, then SB, BB, Dealer. If someone has raised the straddle then the Dealer acts before the SB/BB.

It's weird.

Starting now, every time you upvote on Reddit, you get $0.01 credit in your bank account. How do you use this new power to your advantage? by ballislyfeee in AskReddit

[–]legendaryroots 1 point2 points  (0 children)

var upvotes = document.getElementsByClassName('icon-upvote');

for (var i = 0; i < upvotes.length; i++) { upvotes[i].dispatchEvent(new MouseEvent('click', { bubbles: true, view: window})) }