right hamstring was a bit too sore still, so rested again. should be good to go tomorrow.
06/06/2016Bio: Morninglast night's sleep: ~8 hours
last night fell asleep: ~3:30 AM
wakeup = 11:30 AM
bw = 148
morning resting heart rate = didn't measure
soreness = right hamstring moderate, right calf barely
aches = none
injuries = toenails slightly wrekt - getting worse, right elbow tendonitis barely (always)
standing desk (when on computer): none
feel = a bit slow/sluggish, but slightly sore (right hamstring)
water = alot
Food12 PM
- greek yogurt
- green tea
Session: Evening6 PM
PR TRAIN:
walk:
- unfortunately, no studying.. was drizzling out. sux.
- left rib cramp issue several times
- 9.14 mi in 2h:01m:47s
- pace: 13:20 min/mi
- speed: 4.48 mph
- max speed: 5.4 mph
- splits: 13:59, 13:27, 12:42, 13:30, 13:25, 12:35, 13:41, 13:40, 12:51, ~rest
other walking pr's:
- one hour: 4.56 mi
- 3 mi: 39m:34s
- 5k: 40m:54s
- 10k: 1h:22m:34s
pr-walk-fest.
toenails hurt after fast walking.. sucks. ;/ my new socks might not be protecting as much as my nb minimus socks too though.. hope that's not the case. these are thicker, but supposedly serve the same purpose - non friction.
Food8 PM
- 2% milk
Food10 PM
- banana
- a few chocolates
- some mixed nuts
- enormous stir fry: grilled chicken, 5 carrots, half sweet potato, white onions, half green pepper, garlic, kalamata olives, 2 big turmeric pieces, bunch of mixed nuts, olive oil, salt/black pepper, jalapeno pepper, red chili pepper, serrano pepper
- sweet green tea
- biscotti
Food2 AM
- greek yogurt
- grape fruit juice
tons of programming done today.. fixed some major bugs in the migration script - which is great, everything migrating good now. very fun to see the data flood in & take shape. the next few days will probably be non-stop front-end, need to keep chipping away at that. In a few days i'll probably need to start addressing some backend optimization stuff, ie; right now if I need to perform several queries for a thread: thread, user who created it, latest thread post, thread stats -> i do them all sequentially in the code.. so I can speed all of that up huge if: I do some raw custom ugly queries, or 2: I use an async/concurrency library. I'm going with option #2. There's a few things I need to modify before I implement that, but it's on my mind.. once that is implemented, I probably won't even need to optimize the front end -> it'll be so fast initially.
another thing I have to address is, migrated user registration.. if you're a new user, everything is fine.. but, if you're an existing user (migrated from this forum), need to get that to somehow link together via the email we registered with. I'm avoiding any custom login mechanism, instead everything right now is from Google or Github via OAuth2.. this is much better because you guys won't have to remember an extra password etc. I'll probably also add registration/sign in via facebook/twitter to make it even easier... but ya, linking existing accounts together is not built yet.
pc!!