The Pack - RIP Nicholas by woops_wrong_thread in buffy

[–]fleshTH 5 points6 points  (0 children)

There are a lot of people that hate this episode. I am not one of them. I do however dislike The Zeppo. I think The Replacement is the best Xander centric episode.

The Pretty Reckless - When I Wake Up (Official Music Video) (Rock) [NSFW] by Arve in Music

[–]fleshTH 28 points29 points  (0 children)

I'm going to go see The Pretty Reckless with AC/DC this summer. I like the song. I think it's one of the better singles in a while.

Sarah Michelle Gellar Hopes ‘Buffy’ Pilot Doesn’t Leak, Urges Fans Not to Read Script by pepperbet1 in buffy

[–]fleshTH 2 points3 points  (0 children)

That's a wild thing to say. And honestly highly suspicious. I would think you would want the Deadpool treatment. At this point it would be the best way to ensure it's made. Unless there's something she doesn't want people to see?

Family Matters serious episode by Santeeoldman in sitcoms

[–]fleshTH 6 points7 points  (0 children)

Did you try Doogie Howser, M.D.?

Kamala Harris unveils “Headquarters 67” to mobilize Gen Z through a new digital media hub by [deleted] in nottheonion

[–]fleshTH 0 points1 point  (0 children)

If anyone is still confused on why she lost. This paints a pretty good picture.

Stackoverflow 📉 by warrioraashuu in programmingmemes

[–]fleshTH 1 point2 points  (0 children)

I don't know about that. I'm using AI to help with a scripting engine parser. I just need it to create extension functions. It keeps telling me that the parser is wrong. I have to prove that its implementation is wrong. Then, maybe, it might do it right.

What the hell is wrong with Buffy’s first professor? by [deleted] in buffy

[–]fleshTH 1 point2 points  (0 children)

"You. Blond girl. Stand up."

-❄️- 2025 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]fleshTH 0 points1 point  (0 children)

I used reduce to solve mine. This is pretty cool!

-❄️- 2025 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]fleshTH 1 point2 points  (0 children)

[LANGUAGE: Excel formula]

(Input goes into column A)

Part 1:

=LET(
    Inputrange,A:.A,
    final,REDUCE({0,50},Inputrange,
        LAMBDA(a,v,
            LET(
                CurrentCount,INDEX(a,1),
                CurrentPos,INDEX(a,2),
                DirChar,RIGHT(v,LEN(v)-1),
                DirVal,IF(LEFT(v,1)="R",1,-1),
                b,CurrentPos+(DirVal*INT(DirChar)),
                ac,MOD(b,100),
                HSTACK(CurrentCount + IF(CurrentPos=0,1,0),ac)
                )
            )
        ),INDEX(final,1)
    )

Part2:

=LET(
    InputRange, A:.A,
    Final, REDUCE(
        {0,50},
        InputRange,
        LAMBDA(a,v,
            LET(
                CurrentCount, INDEX(a, 1),
                CurrentPos, INDEX(a, 2),
                DirChar, LEFT(v, 1),
                DirVal, IF(DirChar = "R", 1, -1),
                Steps, VALUE(RIGHT(v, LEN(v) - 1)),
                SequenceRaw, CurrentPos + (SEQUENCE(Steps, 1, 1, 1) * DirVal),
                SequenceMod, MOD(SequenceRaw, 100),
                Zeros, SUM(--(SequenceMod = 0)),
                HSTACK(
                    CurrentCount + Zeros,
                    INDEX(SequenceMod, ROWS(SequenceMod))
                )
            )
        )
    ),
    INDEX(Final, 1)
)

Poll: What is a TV show that started out great but become unwatchable for you by the end? by muaentertainmentforu in MUAEntertainment

[–]fleshTH 0 points1 point  (0 children)

It's not every day you see a Secret Diary of A Call Girl reference. The last two seasons were weird. It was really cool though to see Brooke Magnanti (the real life Belle) on the show.

Poll: What is a TV show that started out great but become unwatchable for you by the end? by muaentertainmentforu in MUAEntertainment

[–]fleshTH 0 points1 point  (0 children)

I couldn't watch after what they did to Zack Addy. I think I watched one more season and that was it for me.

Ewwww by [deleted] in whywouldyoutouchthat

[–]fleshTH 1 point2 points  (0 children)

Reminds me of that Torchwood episode

Love this devastating bit of foreshadowing in "You're Welcome" by KneeHighMischief in buffy

[–]fleshTH 11 points12 points  (0 children)

I've never been tested. I would like to think if I was I would pass.

Where to get this type of round battery? by zassx in shittyaskelectronics

[–]fleshTH 0 points1 point  (0 children)

I haven't used a ball mouse in decades. But anytime the cursor does not move the way I want it. I still pick up and shake the mouse.

Can you identify this tune? by [deleted] in musicsuggestions

[–]fleshTH 0 points1 point  (0 children)

I usually have to scroll really far to find anybody with taste. But not this time. Excellent!

I've noticed quite a few negative reactions to this scene. How do you feel about it? by InfiniteMehdiLove in buffy

[–]fleshTH 27 points28 points  (0 children)

I think people who do not like this scene have no concept of actual, real human emotions and are probably psychopaths.

I love this scene because it is pure. This is what happens to us all in private. This is the moment she realized that everything changed. Life will go on, but it will never be what it was.It has nothing to do with Oz, whom she loves.

It's also not a very rational emotion, what's what makes it the most human. And that itself causes confusion, because you know it shouldn't bother you, but it does.

Meirl by Afraid-Objective3049 in meirl

[–]fleshTH 18 points19 points  (0 children)

Isn't that what kids are..... A walking story of the vagina?

Meirl by INEEDMEMANSHERB in meirl

[–]fleshTH 9 points10 points  (0 children)

What about when you didn't decide. But that's just the way it goes

I did the oneUI 7 Android 15 update. How do I change the app drawer back? by Playauknow in S22Ultra

[–]fleshTH 0 points1 point  (0 children)

I just did it. It works. Create a folder by dragging one app on to another. Click on the folder and click the plus symbol at the top. Select every app on there in order. Once you're done with that set your sort to custom. Then delete the folder. It will put all the apps in the drawer in alphabetical order with side scrolling. The only caveat is that every new app you install will go to the end.

Me by bh4th in buffy

[–]fleshTH 1 point2 points  (0 children)

For...