Skip to content

Instantly share code, notes, and snippets.

View paoloboschini's full-sized avatar

Paolo Boschini paoloboschini

View GitHub Profile
function dy() {
console.log("dy was here");
}
- Keep arms straight to use the bone structure instead of muscles tension. Keeping the arms bent will engage muscles and you get tired quicker
- Look down as much as you look up to see if there are holds you can put you feet on
- Use you feet more!
- Use your hips, but how?
- Once you grab a hold with your hand, do not try to re-grab it with small hand movements, that will just make you more tired
- Directional loading: look at the hold direction and have arms straight along that tangent
- Conserve energy!
- Heel hook when you do not reach a hold with the hands
- Use foot to block swinging body
- If right arm is straight, right hip should be against wall, and vice versa
func puts<T>(logMessage: T, file: String = __FILE__, function: String = __FUNCTION__, line: Int = __LINE__) {
println("\(file.lastPathComponent):\(function):\(line) \(logMessage)")
}
apple xxx