WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
DELETE from wp_visitor_maps_wo WHERE (time_last_click < 1757148052 and nickname = '') OR (time_last_click < 1757148052 and nickname IS NULL)

WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
SELECT ip_address, country_code, nickname, hostname, time_last_click, num_visits FROM wp_visitor_maps_wo WHERE session_id = '216.73.216.116'

WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
INSERT IGNORE INTO wp_visitor_maps_wo (session_id, ip_address, user_id, name, country_name, country_code, city_name, state_name, state_code, latitude, longitude, last_page_url, http_referer, user_agent, hostname, time_entry, time_last_click, num_visits) values ( '216.73.216.116', '216.73.216.116', '0', 'mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; c', 'United States', 'US', 'Los Angeles', 'California', 'CA', '34.0416', '-118.2988', '/tag/weather/', 'https://tanabe.ca/tag/weather', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'n/a', '1759740052', '1759740052', '1')

WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
SELECT count(*) FROM wp_visitor_maps_wo WHERE (name = 'Guest' AND time_last_click > 1759739152) OR (user_id > '0' AND time_last_click > 1759739152)

WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
SELECT count(*) FROM wp_visitor_maps_wo WHERE user_id = '0' AND name = 'Guest' AND time_last_click > 1759739152

WordPress database error: [Table './tanabec_wrdp1/wp_visitor_maps_wo' is marked as crashed and last (automatic?) repair failed]
SELECT count(*) FROM wp_visitor_maps_wo WHERE user_id > '0' AND time_last_click > 1759739152

Tag: weather

Winter Commutes

On Thursday afternoon, it took 1.75 hours to get home from work. The snow had hit Toronto pretty hard in the afternoon before the commute. As soon as we passed under the 427, the 401 opened up, the pavement was clear of snow and the sun trying to pop out was blinding to the eyes. The snow did eventually come to Mississauga. It took a colleague 3 hours to get to Jane/Bloor and it took Claudia 2 hours on the bus from Humber College to City Centre, usually a 1 hour ride.

img_20161215_162605


Weather Office Humour

Noticed that there was a Special Weather Statement in Effect by Environment Canada for Tuesday.

2016-08-14 08.12.09 pm

Apparently there is a rare weather event expected for Southern Ontario on Tuesday: a rainy day.

2016-08-14 08.13.39 pm


Tanabe in the News

Typhoon Talas dumped record amounts of rain on Sunday in western and central Japan. The excess rain caused landslides in Tanabe, Wakayama Prefecture.

Location of Tanabe.


Rain Caddy 1.0

Ever wonder how much rain has fallen in the last 7 days? I came across an web site that takes the guess work out of it, it is called Rain Caddy. All you do is enter your postal code and it will find the closest Environment Canada weather station and give you the results.

I updated the local weather display on the website, I replaced what I had (originally from the Environment Canada website) with a php script that pulls the same data from the EC website. The old one was flash based which didn’t work on the ipad.