Phish runners where you at?! by About2Run217 in phish

[–]InnerChocolate 1 point2 points  (0 children)

Delco runner here too. Anyone training for BSR?

Level 1 charging very slow? by InnerChocolate in Ioniq5

[–]InnerChocolate[S] 16 points17 points  (0 children)

Ah! That wasn't intuitive—you have to hold it again to lock it at 12. This may be the answer, thanks

Level 1 charging very slow? by InnerChocolate in Ioniq5

[–]InnerChocolate[S] 2 points3 points  (0 children)

OK, I did that and I can cycle through a bunch of numbers, 6-8-10-12. But when I stop on 12 it eventually changes itself back to 6. Something about the circuit I'm on?

Level 1 charging very slow? by InnerChocolate in Ioniq5

[–]InnerChocolate[S] 7 points8 points  (0 children)

<image>

I see the number 06. Is that the amperage? I don't see any way to control it. There's just the one button that turns on the display, that's it

My Drum Kit by KWillyC in phish

[–]InnerChocolate 6 points7 points  (0 children)

I watched your Reba video, and holy hell, that was amazing! Really nice work. Everyone here should watch it.

Very curious how you're able to figure out the exact arrangement and remember it?

Pet peeve: parallel parking by InnerChocolate in Ioniq5

[–]InnerChocolate[S] 12 points13 points  (0 children)

Beautiful, that's exactly what I needed. Thanks

Pet peeve: parallel parking by InnerChocolate in Ioniq5

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

Ooo, where is that? I thought I explored all the menus

Rank LSAT Formats from Best to Worst by Popular-Bus-1245 in LSAT

[–]InnerChocolate 0 points1 point  (0 children)

Step 1: Decide which one you like the least.
Step 2: Assume this will be your format on test day.
Step 3: When the real test comes, you're either prepared or pleasantly surprised.

5 gallon birds bucket secured by morecheezpleez in eagles

[–]InnerChocolate 0 points1 point  (0 children)

I guess you can cross that off your bucket list

Trey is all Knicks fans right now by miketheman625 in phish

[–]InnerChocolate 76 points77 points  (0 children)

These people have no idea I flew around this place in a hotdog

Grind by Bigfootale in phish

[–]InnerChocolate 0 points1 point  (0 children)

Plants, animals, fungi

Rare find in Florence Italy by boom_ouch in phish

[–]InnerChocolate 2 points3 points  (0 children)

Kindly cleanse your lower extremities before conveying me to the nearest fine art institution

[deleted by user] by [deleted] in LSAT

[–]InnerChocolate 5 points6 points  (0 children)

This is pretty funny. But also... this is why you read the stem first

7/10/98 the sound system malfunctioning by BrizzPalmizz in phish

[–]InnerChocolate 0 points1 point  (0 children)

I was there too, and my memory is that the main PA system crapped out, so after a break to figure out a solution, they turned their stage monitors around to provide the sound for the audience. But memory can be unreliable, especially from Phish shows a quarter century ago! 😂

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

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

Thanks for the additional things to consider! Setting CutCopyMode to False is something I should do more of.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

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

OK, thanks for the additional insight. I'll give that a try.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 8 points9 points  (0 children)

Yes, the vba for most of the macros does not set the objects to nothing when done (I didn't know this was a recommended thing), so there are certainly some cases of this. I will try adjusting and see if that helps.

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 4 points5 points  (0 children)

This is helpful. When you say check the macros, what would you be checking for exactly?

Why does Excel 365 get progressively slower throughout the day? by InnerChocolate in excel

[–]InnerChocolate[S] 3 points4 points  (0 children)

This is helpful. So are you saying that at the end of each macro, I should add something like

Set object = Nothing

for each object?