'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 = \'1154532\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{8749d443dae984408ec25cb6c29b8f1f9bb6b54b13fbe309531b7c46ecbed335}\\"1154532\\"{8749d443dae984408ec25cb6c29b8f1f9bb6b54b13fbe309531b7c46ecbed335}\' )
)
) 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'
Joe Tainter: “Surplus, Complexity, and Simplification”
What are the key differences between complicated and complex? How can we better understand energy and society through these key distinctions?
July 18, 2022



















