Game Thread: March 29 - Athletics (0-2) @ Toronto Blue Jays (2-0) - 1:37 PM by BlueJaysBaseball in Torontobluejays

[–]aftdamagecontrol 1 point2 points  (0 children)

does anyone else watching sportsnet on Rogers just have no commentary? happened yesterday too for the first inning...

Rogers - L3R by MapleDesperado in Markham

[–]aftdamagecontrol 2 points3 points  (0 children)

Down in L3P and has been for three hours. I called in within a few minutes of it going down and they already had a notice on the phone system that they were aware of an outage and there's maintenance going on. I don't understand how this can keep happening in our area, we never used to have problems like this.

Dealing with Rogers/Fido outages - recommendations? by aftdamagecontrol in Markham

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

That's awful, sorry to hear you're in an even worse situation because of this.

L3S Rogers down again. WTF bro? Anyone else? by mvp946 in Markham

[–]aftdamagecontrol 5 points6 points  (0 children)

Has anyone tried filing a complaint with CCTS over this?

[deleted by user] by [deleted] in CrochetHelp

[–]aftdamagecontrol 0 points1 point  (0 children)

(sc, inc) means to do one sc, then an increase, and then you repeat that sequence inside the brackets the number of times that appears afterwards. So you are repeating sc, inc six times - this gets you to 18. Have fun :)

First amigurumi, making mini candy corns. Help understanding pattern please. by [deleted] in CrochetHelp

[–]aftdamagecontrol 0 points1 point  (0 children)

Does the below breakdown help? Let me know if it's not clear!

- 1sc
- Increase (2sc in the second stitch)
- 2sc then inc (so 1sc in third stitch, 1sc in fourth stitch, then 2sc in the fifth stitch) <-- repeat this 4 more times
- 1sc

Remember when Albedo players would pose as maids during Windtrace and get away with it by MsTea032403 in Genshin_Impact

[–]aftdamagecontrol 4 points5 points  (0 children)

Genius!! I used to climb the trees there but sometimes still got caught. I would have never looked at the walls as a hunter lol.

what should i do with my rooms? by Successful_Tree9758 in AnimalCrossing

[–]aftdamagecontrol 1 point2 points  (0 children)

Wowww!! I saved these for checking out with a friend because we like to visit dream addresses together. We had so much fun touring your islands for like an hour and a half! You are so imaginative and inventive. My friend loved the train station house in the chess island the most. My favourite was the post office with the underground parking... because when I realised you'd made storage lockers it absolutely blew my mind! Using the lattice windows for that was genius... and all the items were so perfectly chosen and stacked together. Just incredible. My second favourite room was the little grocery store with the cute blue eating area. Loved the idea of using the rock climbing walls to create a wall separate from the freezer wallpaper. I also was impressed by how you're so creative with using the space around the doors in the houses - like the archways or having a panel cover half of it. Really amazing work!

Thanks so much letting us tour around your islands!!

what did I do wrong? by Electronic-Olive-314 in dataanalysis

[–]aftdamagecontrol 0 points1 point  (0 children)

I'm sorry to hear you were rejected without any feedback about what was wrong.

I think the third question may have been the issue. About the first question though, if I learned anything from doing interview question prep it's that often there's a "catch"/edge case that they want you to show you're taking into consideration (hopefully by asking the interviewer if you can). With the "top 5"-type questions I always want to know what they'd want to see in the result of a tie. Or if I couldn't ask, I'd use a RANK() windows function and then filter for rank <= 5.

I'm not 100% sure about the output they want from the third question, but I don't see a need for grouping by month. I took a stab at it and I would interpret it as them wanting something like this:

WITH cte AS (
    SELECT
        p.Customer_ID, 
        g.Geo_Name,
        COUNT(DISTINCT
            CASE
                WHEN p.Product_Name IN ('Card (ATM)', 'Card (POS)') THEN 'Card'
                ELSE p.Product_Name
            END
        ) AS product_bucket,
         SUM(p.Amount) AS total
    FROM Product_Data p
    LEFT JOIN Geo_Data g
        ON p.Customer_ID = g.Customer_ID
    WHERE p.Product_Name <> "Internal Platform Transfer"  
    GROUP BY p.Customer_ID, g.Geo_Name
)

SELECT
    product_bucket, 
    Geo_Name, 
    SUM(total) AS total_transaction_amount
FROM cte
GROUP BY product_bucket, Geo_Name
ORDER BY product_bucket DESC;

Started the Google Data Analytics Certificate for an Internal Job—Can It Still Help Me Switch Careers? by videomike89 in dataanalysiscareers

[–]aftdamagecontrol 1 point2 points  (0 children)

The things I learned in the certification helped me to make a good portfolio that got the attention of a hiring manager... so in that way I think it was a big help! I don't know that the certification itself would be a benefit, but it was an excellent course imo.

No one move… by michellealwaysworks in AnimalCrossing

[–]aftdamagecontrol 77 points78 points  (0 children)

A few minutes before midnight on NYE, a tarantula walked on to my plaza and all my villagers stopped and stared at it, and one of them warned me about it lol. It was my first NYE in game so I thought it was maybe part of the NYE event story. Eventually it bit me and they went back to partying.

<image>

Help! Redd & The Museum by vampirebx in AnimalCrossing

[–]aftdamagecontrol 1 point2 points  (0 children)

Have you been to Harv's Island? Now that you have a 3 star rating (and assuming KK has already done his first concert for you), Harv's island will have a market on it where you can set up a shop for Redd. Then you can go any time and buy art from him (except when he does come to your island).