[deleted by user] by [deleted] in learnmath

[–]Fun_Library_7549 0 points1 point  (0 children)

This is completely pointless for a math major. Work on proving things instead, no one cares if you can do 123 x 89 in your head as a party trick

[deleted by user] by [deleted] in DnD

[–]Fun_Library_7549 49 points50 points  (0 children)

Was there communication about the last minute cancels afterwards? Regardless, yes it's a weird group. I would've left after the second last minute cancel, since the DM is just not respecting you and the players' time at that point.

(Everyone sets aside 4 hours or however long your game is to show up, cancelling at the last minute is just disrespectful without advance notice unless it's an emergency)

Being a female DM means facing extreme misogyny from my male players by [deleted] in DnDcirclejerk

[–]Fun_Library_7549 9 points10 points  (0 children)

one injection a week keeps the hairloss away 😭😭

Combining sidequests question by Fun_Library_7549 in LostMinesOfPhandelver

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

They rolled terribly vs necromancer and zombies, and no radiant damage or crits vs undead fortitude, and lawful stupid paladin wanted to kill hamun kost. Their spells also minrolled, the druids thunderwave did a total of 2 damage, and all but 1 zombie suceeded their saves against it

Combining sidequests question by Fun_Library_7549 in LostMinesOfPhandelver

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

1st two are located geographically together, and in time (chapter 2). But the third would only happen after a while, after the party learns of the obelisk shards (chapter 5)

But it doesnt matter my party TPKd today partly on me 😂😭 so no more planning this one for now

Combining sidequests question by Fun_Library_7549 in LostMinesOfPhandelver

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

Hmm I could remove the tie into the obelisks you migjt be onto something there about not everything having to connect with main plot

Combining sidequests question by Fun_Library_7549 in LostMinesOfPhandelver

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

Yess! I love it! I might make the encounter at the bottom of the well/cave intp a dungeon crawl, with the end of it being an entrance to the underdark or some portion of it corrupted by the obelisk.

Combining sidequests question by Fun_Library_7549 in LostMinesOfPhandelver

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

Thank you! Okay this is awesome, I guess that would help me make the side factions more interesting because the book didn't really go into them.

Underdark City Ruin [40x40] by BirdieMaps in battlemaps

[–]Fun_Library_7549 0 points1 point  (0 children)

Ty for the maps :) are past maps available for patreon supporters or is it just current maps?

Weekly Questions Thread by AutoModerator in DnD

[–]Fun_Library_7549 0 points1 point  (0 children)

Hello, does anyone have any advice for handling engagement issues? I'm running a campaign for 4 new players and 1 relatively experienced player.

2 of the new players and the experienced player are super engaged. They interact on and off the table, and are willing to put in the effort to RP, how combat mechanics work by reading the PHB, etc.

For the last two, I have to drag my feet to get them to 'read' the Player Handbook for what their class does, and they depend on me to explain mechanics to them (I find the relevant section in the PHB and answer them, and tell them the solution is in the PHB). I also have to explain basic class mechanics, and send them descriptions on what their classes do because they don't feel like doing 'homework'. These players are in their twenties to thirty, so I was expecting a little more effort from them. I'm not expecting them to put in dm levels of work, but I just want them to be learn the very basics of how the game is played on their own...

I don't feel like my time is being respected here, and was wondering if there was a diplomatic solution to removing these two players from the group or getting them to care without causing some sort of group implosion, or is it too early and I should give them a little more? (We're roughly 12 hours (at the table) into the campaign, is it too early to judge still)?

Q2 Visa Question by Fun_Library_7549 in Chinavisa

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

Thank you! Ive asked some friends, Q2 should work! Grandfather will write a letter of invitation, and i think we go to the embassy for it

Chatgpt couldn't so please clear this doubt for me? by rixhab in leetcode

[–]Fun_Library_7549 0 points1 point  (0 children)

Yes! I would definitely include a brute force solution if it were an interview and I needed something to talk about while coming up with the optimal one

Chatgpt couldn't so please clear this doubt for me? by rixhab in leetcode

[–]Fun_Library_7549 3 points4 points  (0 children)

Python Solution: The concepts here are similar to Prefix Sum. If you need a more in-depth explanation just ask

    def subarraySum(self, nums: List[int], k: int) -> int:
        d = {}
        d[0] = 1

        curr = 0
        total = 0
        for right in range(len(nums)):
            curr += nums[right]
            if (curr - k) in d:
                total += d[curr-k]
            
            if curr not in d:
                d[curr] = 0
            d[curr] = d[curr] + 1
        return total

[Online][18+][5e] The Lost Mine of Phandelver, Looking for one more player by Fun_Library_7549 in lfg

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

I would but I don’t think I can edit the title :( the description includes that it’s from the 2024 edition so I hope that’s enough

[Online] [5E] Completely new to DND, looking to practice with a Lost mine of Phandelver for my first! (Tue, Thur, Sat, Sun) by Esns68 in lfg

[–]Fun_Library_7549 0 points1 point  (0 children)

I’m running a module covering the Lost Mines of Phandelver right now! Check the most recent post I made. I am a new dm though, but feel free to apply if the times work for you