I’m a political economist based in Toronto. I spend my time thinking about the future of humanity, and how we can create economic theory that’s relevant to real-world problems. In this blog, I tell you about what I’m learning. You can read the academic version of my work here and here.
'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 = \'3481874\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{44208cfe07e4e3cb5cc7002203a4612974643e65a435b1dd4b48f111356e3227}\\"3481874\\"{44208cfe07e4e3cb5cc7002203a4612974643e65a435b1dd4b48f111356e3227}\' )
)
) 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 Case Study of Fossil-Fuel Depletion
I’m calling the analysis ‘a case study of oil-and-gas depletion’. In this post, I’ll analyze oil extraction like you’ve never seen it before — resolved down to the individual well. The results give a fascinating window into how humans exploit fossil fuels.
February 16, 2022
Institution Size as a Window into Cultural Evolution
In this essay, I explore the idea that the size composition of human institutions, as it exists today, provides a record of cultural evolution.
October 25, 2021
Can the World Get Along Without Natural Resources?
Contrary to the proclamations of neoclassical economists (like Robert Solow), the world cannot get along without natural resources. That this fact needs stating is a testament to the shallowness of economic theory.
June 19, 2020



