'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 = \'1154550\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{56402bf1eea1fb68606557621402bd9bb34ff6202d08872d4d927c99387ce6af}\\"1154550\\"{56402bf1eea1fb68606557621402bd9bb34ff6202d08872d4d927c99387ce6af}\' )
)
) 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'
Open-sourced blueprints for civilization
Using wikis and digital fabrication tools, TED Fellow Marcin Jakubowski is open-sourcing the blueprints for 50 farm machines, allowing anyone to build their own tractor or harvester from scratch. And that’s only the first step in a project to write an instruction set for an entire self-sustaining village (starting cost: $10,000).
Marcin Jakubowski is open-sourcing a set of blueprints for 50 farming tools that can be built cheaply from scratch. Call it a “civilization starter kit.”
March 28, 2012



