Weekly Web Harvest for 2021-12-19

Ethereum Emissions This analysis of the energy and emissions of the Ethereum network relies on current and historical data, including: hashrate, hardware overhead and typical worker configurations, datacenter overhead, grid loss, hashing efficiencies, power supply efficiencies, mining hardware mix, worker locations and pool distributions, and international emissions factors. It does not factor in the price […]

Read More… from Weekly Web Harvest for 2021-12-19

Weekly Web Harvest for 2021-12-12

Historic Tale Construction Kit – Bayeux from this twitter post https://twitter.com/profannieoakley/status/1357768408671027202 humanmade/publication-checklist: Run checks and enforce conditions before posts are published. Built and designed for the WordPress block editor. Run checks and enforce conditions before posts are published. Built and designed for the WordPress block editor. A bit about PURLs I guess PURL is the […]

Read More… from Weekly Web Harvest for 2021-12-12

Weekly Web Harvest for 2021-12-05

Remove Custom Taxonomy Metabox from Custom Post Type Screen – WordPress Development Stack Exchange register_taxonomy( ‘your_custom_taxonomy’, array( ‘your_custom_post_type’ ), $args ); $args = array( ‘show_ui’ => true, ‘show_in_quick_edit’ => false, ‘meta_box_cb’ => false, ); jasonsnell/gcal-to-slack: Takes upcoming items from a Google Calendar and posts them to Slack. Might be a model for something down the […]

Read More… from Weekly Web Harvest for 2021-12-05