Skip to content

Instantly share code, notes, and snippets.

@sean-obrien
sean-obrien / gist:04f69db7cb103fa8111f780251e8e3e4
Last active January 25, 2023 18:39
Shared Fitness Actions
-Monitor your VO2 max to detect improvements.
As well as the lab based assessments, there are easy field tests to estimate your VO2 max such as the 1.5 mile run test. VO2 max can be estimated from your time completing this distance using this equation: (485 / time to complete 1.5 miles) + 3.5. If performing these tests, you should look to consult a trained professional to oversee it.
-Swap meals high in saturated fats such as beef burgers for healthier alternatives like turkey burgers.
Foods high in saturated fats can have a negative impact on memory when over consumed.
-Consider supplementing up to 4000 IU of vitamin D a day.
Vitamin D has been shown in some studies to help with improvements in VO2 max capacity, so ensuring you have adequate levels can be beneficial to VO2 max training.
-Start your day with 5 mins of mindfulness.
@sean-obrien
sean-obrien / 0_reuse_code.js
Created January 30, 2014 15:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console