'SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (47485,47486)
)
) AND (
(
( wp_postmeta.meta_key = \'the_author\' AND wp_postmeta.meta_value = \'1621338\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{94d45b22cc5fceba2a622314c3e9478f42cef9a44c891a5f77eede4b74cbdbee}\\"1621338\\"{94d45b22cc5fceba2a622314c3e9478f42cef9a44c891a5f77eede4b74cbdbee}\' )
)
) AND wp_posts.post_type = \'post\' AND ((wp_posts.post_status = \'publish\'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 6'
A Good Bug Doesn’t Mean a Dead Bug
"The only good aphid is a dead aphid" used to be my mantra. I would walk up and down rows of plotted trees, spraying the plants with Metasystox, oblivious to the risks to my own health. I didn’t bother with rubber gloves, a mask, or even rubber boots, leaving my skin exposed to this toxic pesticide. With the lid to the pesticide sprayer not properly sealed, Metasystox leaked down my back. Dizzy with nausea, I passed out. This was my harsh introduction to pesticides. It was also the last time I ever used anything toxic on my crops.
April 26, 2013

