function wpb_rand_posts() { $args = array( 'post_type' => 'post', 'orderby' => 'rand', 'posts_per_page' => 5, ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) { $string .= ''; /* Restore original Post Data */ wp_reset_postdata(); } else { $string .= 'no posts found'; } return $string; } add_shortcode('wpb-random-posts','wpb_rand_posts'); add_filter('widget_text', 'do_shortcode');

The invisible fist of Picatinny

Imagine one day you’re just walking along minding your own business, not a care in the world, when someone runs up silently behind you and shoves you so hard that you start falling forward and have to break into a run so you don’t land on your face.

One day in the fall of 1961 I’m driving down the main road in Mount Freedom NJ, minding my own business, not a care in the world as set down above, when I feel a giant shove and my truck lurches forward. There’s no sound of a crash, nobody ran into me. I slow down, check my mirrors, there’s no one near me. It seems that the Picatinny Arsenal munitions plant, eight miles away, has blown up yet again; this time the blast is moderate, killing only one and injuring sixteen. I never thought driving a bakery truck would be so dangerous.

© 2019-2024 Pushbutton Technologies