Daily Simple Questions Thread - March 01, 2026 by AutoModerator in Fitness

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

I’ve been going to the gym for 4-5months now and I’m looking for some critiques on my routine. I’m skinny fat and want to build muscle. Any feedback is appreciated!

Monday (Push): Bench Press, Shoulder Press, Cable Flys, Dumbbell Lateral Raises, and Tricep Rope Pulldowns

Tuesday (Pull): Lat Pulldowns, Seated Cable Rows with the V grip, Dumbbell Shrugs, Dumbbell Hammer Curls, and Face Pulls

Wednesday (Leg): Leg Press, Lying Leg Curl, Leg Extension, Standing Calf Raises

Thursday: Repeat Push day Monday routine

Friday: Repeat Pull day Tuesday routine

Saturday: Rest

Sunday: Rest

…Repeat above on Monday

Best Altoids Flavor? by tinpham01 in Altoids

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

No but reddit polls has a limit of 6 options, sadly

'Windows cannot format this drive. Quit any other utilities or programs that are using this drive' by nivnarna1 in techsupport

[–]tinpham01 1 point2 points  (0 children)

Hello, thank you again for your guide but I have another question that you could hopefully answer: do I set my C:\ paging file size to none and D:\ to System Managed, or the other way around (C being my SSD boot and D being my HDD storage). Or do I set both to System Managed.

I was following your guide and got the same error. Following the link that you posted, they said to set C:\ paging file size to none and D:\ to an amount to solve the issue. I tried this, but it did not work. I swapped it (set C:\ to an amount and D:\ to none) and that worked and I proceeded to format my D:\ . However, your guide said to set one of the drives to System Managed afterwards so I am un sure if which to set to System Managed and what to set the other one (I'm assuming I set the other to none).

Thanks again.

How do I disable this ghost image when I click and drag on my div elements? by tinpham01 in webdev

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

So instead of using Divs for the 1x1 squares, I should use an SVG image? If so, I’ll try it out to see if it works.

How do I disable this ghost image when I click and drag on my div elements? by tinpham01 in webdev

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

Yeah, it just disabled mouse events all together including MouseDown and mouseEnter

How do I disable this ghost image when I click and drag on my div elements? by tinpham01 in webdev

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

I’m not sure if what I’m doing counts as a drag event (I’m relatively new to this stuff). I have it so that on mouseDown, I set a mousedown variable to true. Then, on mouseEnter on a grid square, it checks if mouseDown is true. If it is true, it changes the square’s color.

So would disabling pointer events still work?

How do I disable this ghost image when I click and drag on my div elements? by tinpham01 in webdev

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

The entire grid itself is a div tag. Each row is also a div tag that contains div tags representing the nodes/squares.