• 57 Posts
  • 1.12K Comments
Joined 1 year ago
cake
Cake day: September 19th, 2023

help-circle

  • Exercise selection for beginners isn’t all the complicated, you just need to cover your bases.

    ✅ Vertical pulling (Lat Pulldown)

    ✅ Horizontal pulling (Cable rows)

    ✅ Pressing (Chest press)

    ✅ Quad focused leg exercise (Leg Press)

    ❌ Hinge movement. You cover your hamstrings with leg curls, which is fine, but you’re may be missing out on glutes depending on your leg press style.

    Extra spice:

    ✅ Biceps (Biceps curls)

    ✅ Triceps (Triceps pushdown)

    ✅ Abs (Crunches)

    ❌ Lateral shoulders

    While you don’t need the big compound lifts if you don’t like them, you should consider including a hinge movement (RDL, deadlifts, good morning) in your exercise selection. It’s a fundamental human movement pattern.

    All in all it’s a fine selection, but if you’re a beginner, why not pick an exercise program? What you’ve provided isn’t an exercise program, it’s just a selection of exercises. A proper program would included reps and sets, and a method for progression.

    With that said, you can’t really go wrong with an exercise program for general health. Just doing something is infinitely better than doing nothing, good luck on your journey 🙂

























  • The most likely issue was that the bot only checks for new subscribed games every 6 hours to avoid spamming espn.

    When you subscribed the subscription handler was sleeping, so it didn’t check for new games. You then manually added the arsenal game which went from request queue directly into the live threads queue. When the subscription handler woke up, it looked for arsenal games and found the next game, it then checked the request queue, and since it couldn’t find the game, added it to the queue.

    The duplicate posting is a bug. I know what the fault is, so it should be quick to fix.