<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" lang="en">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="en">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="en">
<![endif]-->
<!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>
Follow Me Here&#8230; | “I am the world crier, &amp; this is my dangerous career…  I am the one to call your bluff, &amp; this is my climate.”  —Kenneth Patchen (1911-1972)	</title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="https://s2.wp.com/wp-content/themes/pub/twentyeleven/style.css?m=1741693348i&amp;ver=20190507" />
<link rel="pingback" href="https://followmehere.com/xmlrpc.php">
<!--[if lt IE 9]>
<script src="https://s2.wp.com/wp-content/themes/pub/twentyeleven/js/html5.js?m=1394055389i&amp;ver=3.7.0" type="text/javascript"></script>
<![endif]-->
<script type="text/javascript">
  WebFontConfig = {"google":{"families":["Gentium+Book+Basic:r:latin,latin-ext","Gentium+Book+Basic:r,i,b,bi:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"};
  (function() {
    var wf = document.createElement('script');
    wf.src = '/wp-content/plugins/custom-fonts/js/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
	})();
</script><style id="jetpack-custom-fonts-css">.wf-active #site-title{font-family:"Gentium Book Basic",serif;font-style:normal;font-weight:400}.wf-active #site-title a{font-weight:400;font-style:normal}@media print{.wf-active #site-title a{font-style:normal;font-weight:400}}.wf-active blockquote, .wf-active body{font-family:"Gentium Book Basic",serif}.wf-active body, .wf-active input, .wf-active textarea{font-family:"Gentium Book Basic",serif}.wf-active blockquote{font-family:"Gentium Book Basic",serif}.wf-active blockquote cite{font-family:"Gentium Book Basic",serif}.wf-active .gallery-caption, .wf-active .wp-caption .wp-caption-text{font-family:"Gentium Book Basic",serif}.wf-active .entry-header .comments-link .leave-reply{font-family:"Gentium Book Basic",serif}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Gentium Book Basic",serif;font-style:normal;font-weight:400}.wf-active .page-title{font-weight:400;font-style:normal}.wf-active .entry-title{font-weight:400;font-style:normal}.wf-active .comment-content h1, .wf-active .comment-content h2, .wf-active .entry-content h1, .wf-active .entry-content h2{font-weight:400;font-style:normal}.wf-active .comment-content h3, .wf-active .entry-content h3{font-style:normal;font-weight:400}.wf-active #author-description h2{font-weight:400;font-style:normal}.wf-active .singular .entry-title{font-weight:400;font-style:normal}.wf-active .error404 .widgettitle{font-style:normal;font-weight:400}.wf-active h1.showcase-heading{font-weight:400;font-style:normal}.wf-active section.recent-posts .other-recent-posts .entry-title{font-style:normal;font-weight:400}.wf-active .widget-title{font-weight:400;font-style:normal}.wf-active .widget_twentyeleven_ephemera .widget-entry-title{font-weight:400;font-style:normal}.wf-active #comments-title{font-weight:400;font-style:normal}.wf-active #reply-title{font-weight:400;font-style:normal}@media print{.wf-active .entry-title, .wf-active .singular .entry-title{font-style:normal;font-weight:400}}</style>
<meta name='robots' content='max-image-preview:large' />
<meta name="google-site-verification" content="UjK_lk-XxAEa3jKwgAvRUJPzbPL1lBlH4CUc3PKChTw" />

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}

		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src = '/remote-login.php?wpcom_remote_login=validate'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=56680'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
			return;
		}

		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );

			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );

			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

			return;
		}

		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );

			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}

			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}

			if ( private_window ) {
				console.log( 'private window' );
				return;
			}

			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );

			document.body.appendChild( iframe );
		}

		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9mb2xsb3dtZWhlcmUuY29t"
		+ "&wpcomid=5350761"
		+ "&time=" + Math.floor( Date.now() / 1000 );
	document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s2.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel="alternate" type="application/rss+xml" title="Follow Me Here... &raquo; Feed" href="https://followmehere.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Follow Me Here... &raquo; Comments Feed" href="https://followmehere.com/comments/feed/" />
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='/wp-content/mu-plugins/jetpack-plugin/moon/modules/infinite-scroll/infinity.css?m=1777410324i&cssminify=yes' type='text/css' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style^=border-color],[style*=";border-color"],[style*="; border-color"]){border-style:solid}html :where([style^=border-top-color],[style*=";border-top-color"],[style*="; border-top-color"]){border-top-style:solid}html :where([style^=border-right-color],[style*=";border-right-color"],[style*="; border-right-color"]){border-right-style:solid}html :where([style^=border-bottom-color],[style*=";border-bottom-color"],[style*="; border-bottom-color"]){border-bottom-style:solid}html :where([style^=border-left-color],[style*=";border-left-color"],[style*="; border-left-color"]){border-left-style:solid}html :where([style^=border-width],[style*=";border-width"],[style*="; border-width"]){border-style:solid}html :where([style^=border-top-width],[style*=";border-top-width"],[style*="; border-top-width"]){border-top-style:solid}html :where([style^=border-right-width],[style*=";border-right-width"],[style*="; border-right-width"]){border-right-style:solid}html :where([style^=border-bottom-width],[style*=";border-bottom-width"],[style*="; border-bottom-width"]){border-bottom-style:solid}html :where([style^=border-left-width],[style*=";border-left-width"],[style*="; border-left-width"]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/common.min.css */
</style>
<style id="wp-block-quote-inline-css">
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/quote/style.min.css */
</style>
<style id="wp-block-quote-theme-inline-css">
.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/quote/theme.min.css */
</style>
<style id="wp-block-image-inline-css">
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:2000001}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/image/style.min.css */
</style>
<style id="wp-block-image-theme-inline-css">
:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/image/theme.min.css */
</style>
<style id="wp-block-paragraph-inline-css">
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/paragraph/style.min.css */
</style>
<style id="wp-block-library-inline-css-extra">
.has-text-align-justify {
	text-align:justify;
}
.has-text-align-justify{text-align:justify;}
/*# sourceURL=wp-block-library-inline-css */
</style>

<style id="classic-theme-styles-inline-css">
.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-tab:not(.has-text-color){color:inherit!important}.wp-block-tab:not(.has-background){background-color:inherit!important}.wp-block-tab:focus,.wp-block-tab:hover{text-decoration:none}.wp-block-tab:focus-visible{outline:auto;outline-offset:0}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.5.3/build/styles/block-library/classic.min.css */
</style>

<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='/_static/??-eJx9jUsOwjAMRC+Em7aAYIM4S5OaYoiTqHYo3J5U4rehm5E/82bMlMDFoBjUJJ8HCmJctD66q5i2avZVA0KcPMKIt2pjehL9OED04bFyIivzE8QZvlkjljunTmcHY08deuRiW8Im6gfUgst7BsX7MpJKDVibRhSBokyZQc+lS5a4C2rq3PW1G45xlj57FCPZihspKcXw2SzCycdOKQxgs2rx//3MxUc+NLvtuq3beltfnsAJikU=&cssminify=yes' type='text/css' media='all' />
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #1982d1;--wp--preset--color--dark-gray: #373737;--wp--preset--color--medium-gray: #666;--wp--preset--color--light-gray: #e2e2e2;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-color{color: var(--wp--preset--color--blue) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-medium-gray-color{color: var(--wp--preset--color--medium-gray) !important;}.has-light-gray-color{color: var(--wp--preset--color--light-gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-background-color{background-color: var(--wp--preset--color--blue) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-medium-gray-background-color{background-color: var(--wp--preset--color--medium-gray) !important;}.has-light-gray-background-color{background-color: var(--wp--preset--color--light-gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-border-color{border-color: var(--wp--preset--color--blue) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-medium-gray-border-color{border-color: var(--wp--preset--color--medium-gray) !important;}.has-light-gray-border-color{border-color: var(--wp--preset--color--light-gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='/_static/??-eJyNj+EKwjAMhF/IGqaT+Ud8lq1mtS5Nypo69vZ2oDARhn9CvnB35GCKxgorsoLeMWCCmDvQqRxmJHwiQ0dih7S3Ke3gD3nSmdBM0Ur48YRsImXnOcGIJdeV1UFRrXDL5FBM+aZVL/wFpqfWj1vWB2ps7fBmCCLLuGUqHTz3nr2iSXYUok+1da0l+houVXM6Hs51U9WPF4Hndxw=&cssminify=yes' type='text/css' media='all' />
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
/*# sourceURL=jetpack-global-styles-frontend-style-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='/_static/??/wp-content/themes/h4/global.css,/wp-content/mu-plugins/widgets/css/widget-grid-and-list.css?m=1459448823j&cssminify=yes' type='text/css' media='all' />
<script id="jetpack-mu-wpcom-settings-js-before">
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https://s1.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/"};
//# sourceURL=jetpack-mu-wpcom-settings-js-before
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/js/rlt-proxy.js?m=1720530689i'></script>
<script id="rlt-proxy-js-after">
	rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
//# sourceURL=rlt-proxy-js-after
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://egelwan.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/mrYB' />

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Follow Me Here..." />
<meta property="og:description" content="“I am the world crier, &amp; this is my dangerous career…  I am the one to call your bluff, &amp; this is my climate.”  —Kenneth Patchen (1911-1972)" />
<meta property="og:url" content="https://followmehere.com/" />
<meta property="og:site_name" content="Follow Me Here..." />
<meta property="og:image" content="https://followmehere.com/wp-content/uploads/2018/02/baldneck.png?w=200" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_US" />

<!-- End Jetpack Open Graph Tags -->
<link rel='openid.server' href='https://followmehere.com/?openidserver=1' />
<link rel='openid.delegate' href='https://followmehere.com/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://followmehere.com/osd.xml" title="Follow Me Here..." />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<meta name="theme-color" content="#e2e2e2" />
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="description" content="“I am the world crier, &amp; this is my dangerous career…  I am the one to call your bluff, &amp; this is my climate.”  —Kenneth Patchen (1911-1972)" />
		<style type="text/css" id="twentyeleven-header-css">
				#site-title,
		#site-description {
			position: absolute;
			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
			clip: rect(1px, 1px, 1px, 1px);
		}
				</style>
	<link rel="icon" href="https://followmehere.com/wp-content/uploads/2018/02/baldneck.png?w=32" sizes="32x32" />
<link rel="icon" href="https://followmehere.com/wp-content/uploads/2018/02/baldneck.png?w=192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://followmehere.com/wp-content/uploads/2018/02/baldneck.png?w=180" />
<meta name="msapplication-TileImage" content="https://followmehere.com/wp-content/uploads/2018/02/baldneck.png?w=270" />
<style id="jetpack-subscriptions-inline-css">
#subscribe-email input {
	width: 95%;
}

.comment-subscription-form {
	margin-bottom: 1em;
}

.comment-subscription-form .subscribe-label {
	display: inline !important;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	overflow-wrap: normal !important;
}

/*# sourceURL=/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/subscriptions/subscriptions.min.css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-5' href='/_static/??-eJylj9sKg0AMRH+oNr1QrA+ln1J0DRKNm2WT7eLfV6H2sfTyMmSG4ZCBHAon3tAbjKkInDryCj1aqN3w9DCKLNImRoVMbYemYBKKIDpfahPj1qlu4HPcjbyDhsUNMyBTwPgtYX3I1VGSIr9Ka/Ar0IixLbqaGeP0zv21OTXqIgUjmdt3wrzQruNlX5bn0+FYVbv+AZ0lnPY=&cssminify=yes' type='text/css' media='all' />

</head>

<body class="home blog wp-embed-responsive wp-theme-pubtwentyeleven customizer-styles-applied single-author two-column right-sidebar jetpack-reblog-enabled">
<div class="skip-link"><a class="assistive-text" href="#content">Skip to primary content</a></div><div class="skip-link"><a class="assistive-text" href="#secondary">Skip to secondary content</a></div><div id="page" class="hfeed">
	<header id="branding">
			<hgroup>
				<h1 id="site-title"><span><a href="https://followmehere.com/" rel="home">Follow Me Here&#8230;</a></span></h1>
				<h2 id="site-description">“I am the world crier, &amp; this is my dangerous career…  I am the one to call your bluff, &amp; this is my climate.”  —Kenneth Patchen (1911-1972)</h2>
			</hgroup>

						<a href="https://followmehere.com/">
				<img src="https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg" width="1000" height="288" alt="Follow Me Here&#8230;" loading="eager" fetchpriority="high" srcset="https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg 1000w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=150&amp;h=43 150w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=300&amp;h=86 300w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=768&amp;h=221 768w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=600&amp;h=173 600w" sizes="(max-width: 1000px) 100vw, 1000px" />			</a>
			
						<div class="only-search with-image">
					<form method="get" id="searchform" action="https://followmehere.com/">
		<label for="s" class="assistive-text">Search</label>
		<input type="text" class="field" name="s" id="s" placeholder="Search" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
	</form>
			</div>
				
			<nav id="access">
				<h3 class="assistive-text">Main menu</h3>
							</nav><!-- #access -->
	</header><!-- #branding -->


	<div id="main">

		<div id="primary">
			<div id="content" role="main">

			
							<nav id="nav-above">
				<h3 class="assistive-text">Post navigation</h3>
				<div class="nav-previous"><a href="https://followmehere.com/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
				<div class="nav-next"></div>
			</nav><!-- #nav-above -->
			
				
					
	<article id="post-56680" class="post-56680 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/" rel="bookmark">where to find me in the&nbsp;afterlife</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/" title="9.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:55:22-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://jtierney.net/assets/images/image-109.jpg" width="600" /></p>
<p>Jordan Tierney via <b><a href="https://jtierney.net/#jinmenju">jtierney.net</a></b>:</p>
<blockquote><p>
&#8216;Start anywhere. Follow a tour, choose a tool,</p>
<p>search the archive, or open any drawer&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56680 -->

				
					
	<article id="post-56678" class="post-56678 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/" rel="bookmark">Trump Administration Routinely Violating Immigrant Children’s&nbsp;Rights</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/" title="9.50 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:50:12-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://prospect.org/wp-content/uploads/2026/07/Wimbish-Immigration-072026.jpg" width="600" /></p>
<p>Whitney Curry Wimbish via <b><a href="https://prospect.org/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/">The American Prospect</a></b>:</p>
<blockquote><p>
&#8216;The 1997 <a href="https://en.wikipedia.org/wiki/‘Flores’ ruling">‘Flores’ ruling</a> requires immigrant children be released from detention after 20 days. Trump is keeping some for as long as 323 days, new filings in a lawsuit state&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56678 -->

				
					
	<article id="post-56676" class="post-56676 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/" rel="bookmark">Japan&#8217;s Design for&nbsp;Humans</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/" title="9.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:48:41-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/japans-design-for-humans/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://storage.ghost.io/c/82/77/8277cdb3-84f9-462b-a078-44f5161e7e30/content/images/size/w1200/2026/07/8cda317c-de0f-447f-b6af-75917fd8752a-1.jpeg" width="600" /></p>
<p>Anne Lutz Fernandez via <b><a href="https://nobody-wants-this.ghost.io/japans-design-for-humans/">Nobody Wants This</a></b>:</p>
<blockquote><p>
&#8216;With a small, like-minded group, I had the privilege of getting away, if briefly, from the United States, a nation at war with itself and the world. To shut out for a moment the cacophony of cruelty and chaos. To take a cleaning wand to the mind. Japan was the right place for it.</p>
<p>The human touch, more than the technology, made it so. In Tokyo Station, one of the busiest in the world, the legendary punctuality of Japanese trains meant we tourists, like the commuters, easily made our connections. Info booths were visible and well-staffed. Station shops bustled with salespeople stepping out to offer beautifully boxed treats. Our mid-priced hotel next door had a large staff. We weren&#8217;t pointed toward elevators or restaurants but walked there. Everyone seemed like they cared&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56676 -->

				
					
	<article id="post-56674" class="post-56674 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/" rel="bookmark">Red state GOP leader blisters Trump:&nbsp;report</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/" title="6.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:23:42-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.alternet.org/media-library/image.jpg?id=67501886&amp;width=1200&amp;height=600&amp;coordinates=0%2C94%2C0%2C95" width="600" /></p>
<p>Adam Lynch via <b><a href="https://www.alternet.org/trump-lies-election-integrity-midterms/?utm_source=flipboard&amp;utm_content=topic%2Futah">Alternet.org</a></b>:</p>
<blockquote><p>
&#8216;KUTV reports Utah Lt. Governor Deidre Henderson has apparently had enough of President Donald Trump and his threats. On Friday, Henderson demanded the Trump administration &#8220;stop threatening states and filing frivolous lawsuits.&#8221;</p>
<p>The order comes one a day after Trump slammed the US election system as worse than that of “third-world” nations, and also heavily hacked by China, without evidence.</p>
<p>“It&#8217;s Republican vs. Republican in the election drama,” reports KUTV&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56674 -->

				
					
	<article id="post-56672" class="post-56672 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/" rel="bookmark">Horrifying Discovery Made Outside Elon Musk’s AI Data&nbsp;Center</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/" title="6.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:15:49-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.thedailybeast.com/resizer/v2/JOAUQ6VV7NG6FL4KUE47QGR3HQ.JPG?smart=true&amp;auth=8acc21b0f9f466a4237973776100e1216a5ff3a780b9dbc8ace45b6633fd6784&amp;width=1200&amp;height=630" width="600" /></p>
<p>Mary Papenfuss via <b><a href="https://www.thedailybeast.com/horrifying-discovery-made-outside-elon-musks-ai-data-center/">The Daily Beast</a></b>:</p>
<blockquote><p>
&#8216;The power plant built to fuel Elon Musk’s massive Grok data center is at the center of a federal lawsuit alleging it threatens nearby communities with toxic pollution. The suit, filed by the NAACP on behalf of residents, argues that the plant’s gas turbines could emit dangerous levels of smog, fine particulate matter, and formaldehyde—a known carcinogen—over Southaven, Mississippi. Last month, the Trump administration backed Musk by asking a federal judge in a DOJ motion to block ​the NAACP lawsuit, arguing it would threaten economic interests and national security because the military relies on AI. The plant, built by Musk’s xAI, has yet to obtain air permits for its 27 turbines, according to the NAACP suit&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56672 -->

				
					
	<article id="post-56670" class="post-56670 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/" rel="bookmark">&#8216;Utterly lawless&#8217;: NYT report on new FBI directive stuns&nbsp;nation</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/" title="6.13 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:13:43-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.rawstory.com/media-library/fbi-director-kash-patel-speaks-during-a-press-conference-related-to-arrests-of-nba-players-and-coaches-for-illegal-gambling-sch.jpg?id=62243170&amp;width=1200&amp;height=600&amp;coordinates=0%2C166%2C0%2C167" width="600" /></p>
<p>Kathleen Culliton via <b><a href="https://www.rawstory.com/fbi-ice-investigation/?utm_source=flipboard&amp;utm_content=topic%2Ffbi">Raw Story</a></b>:</p>
<blockquote><p>
&#8216;The New York Times stunned Americans Sunday when it revealed a new FBI directive regarding ICE agents — and people who accuse them of violence.</p>
<p>Federal agents across the nation received instructions last week not to investigate confrontations with immigration agents, sources told Times reporters Hamed Aleaziz and Devlin Barrett.</p>
<p>&#8220;F.B.I. managers around the country received a written notice informing them of the change on Thursday&#8230;The same day, some ICE agents around the country were notified by their F.B.I. counterparts,&#8221; Aleaziz and Barrett wrote&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56670 -->

				
					
	<article id="post-56668" class="post-56668 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/" rel="bookmark">We have more to fear from stupid people than evil&nbsp;ones</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/" title="2.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T14:23:38-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!nuDp!,w_1200,h_600,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-video.s3.amazonaws.com%2Fvideo_upload%2Fpost%2F207318120%2Ff14b219a-f031-4e2a-b890-1fd81b914294%2Ftranscoded-00200.png" width="600" /></p>
<p>Via <b><a href="https://bigthinkmedia.substack.com/p/we-have-more-to-fear-from-stupid">Big Think</a></b>:</p>
<blockquote><p>
&#8216;Evil is easy to identify and fight against; not so with stupidity. Philosopher Jonny Thomson walks through Dietrich Bonhoeffer&#8217;s 3 conditions for the kind of stupidity that destroys societies: outsourcing your thinking to an authority, willful ignorance, and conformity&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56668 -->

				
					
	<article id="post-56666" class="post-56666 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/" rel="bookmark">The New ‘DJT’ Airport Code Is Sparking Traveler Boycotts—and Airlines Are Caught in the&nbsp;Middle</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/" title="8.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T20:05:53-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img-cdn.inc.com/image/upload/f_webp,q_auto,c_fit/vip/2026/07/new-djt-airport-name-inc.jpg" width="600" /></p>
<p>Moses Jeanfrancois via <b><a href="https://www.inc.com/moses-jeanfrancois/new-djt-airport-code-sparking-traveler-boycotts-airlines-caught-in-middle/91375963">Inc</a></b>:</p>
<blockquote><p>
&#8216;[A]n internal memo from United Airlines &#8230; told reservation agents, “If a customer does not want to fly to the airport, use your empowerment to offer acceptable alternatives such as Fort Lauderdale Airport (FLL) or Miami International Airport (MIA).”</p>
<p>In a statement to Inc., United confirmed that the report was not accurate. “United customers are able to make changes to a ticket without a fee for many reasons. However, our policy doesn’t allow for changes because of an airport’s name or three letter code,” a spokesperson said&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56666 -->

				
					
	<article id="post-56664" class="post-56664 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/" rel="bookmark">1,578-Foot Wave: Alaska&#8217;s Mega-Tsunami&nbsp;Aftermath</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/" title="8.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T20:01:05-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.surfer.com/.image/MjowMDAwMDAwMDAwMTU4MTE3/landslide-tsunami-alaska.png?profile=share16-9" width="600" /></p>
<p>Dashel Pierson via <b><a href="https://www.surfer.com/news/alaska-1578-foot-mega-tsunami-footage-video?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange">Surfer</a></b>:</p>
<blockquote><p>
&#8216;It’s tough to comprehend a wave taller than the Empire State Building.</p>
<p>Yet that’s exactly what scientists believe thundered through Alaska’s Tracy Arm in August of 2025.</p>
<p>Newly released helicopter footage offers one of the clearest looks yet at the aftermath of the massive landslide-triggered mega-tsunami, revealing a landscape permanently reshaped by one of the largest waves ever documented&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56664 -->

				
					
	<article id="post-56662" class="post-56662 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/" rel="bookmark">The Perseid meteor shower is here! How to see the best shooting stars this&nbsp;summer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/" title="7.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T19:55:43-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.mos.cms.futurecdn.net/eQH2PsaQkMrkhPRqrhcmtS-2560-80.jpg" width="600" /></p>
<p>Anthony Wood via <b><a href="https://www.space.com/stargazing/meteor-showers/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer?utm_source=flipboard&amp;utm_content=topic/science">Space</a></b>:</p>
<blockquote><p>
&#8216;The 2026 Perseid meteor shower is active from tonight and peaks alongside a dramatic total solar eclipse on Aug. 12-13&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56662 -->

				
					
	<article id="post-56653" class="post-56653 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/" rel="bookmark">Drive Faster Than the Speed Limit? You&#8217;ll Want to Read&nbsp;This</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/" title="4.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T16:03:40-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><a href="https://gizmodo.com/drive-faster-than-the-speed-limit-youll-want-to-read-this-2000786993"><img class="alignnone size-full" src="https://followmehere.com/wp-content/uploads/2026/07/chicago-highway-1200x675-1.jpg" alt="" /></a></p>
<p><span style="color: #404040;font-style: normal">Via </span><a style="color: #00a0d2;font-style: normal" href="https://gizmodo.com/drive-faster-than-the-speed-limit-youll-want-to-read-this-2000786993">Gizmodo:</a></p>
<blockquote><p>
&#8216;If only there were a simple way for drivers of gas-powered cars to cut down their fuel costs while also reducing planet-warming carbon emissions.</p>
<p>A new study says there is. The findings, published Thursday in the journal Communications Sustainability, show that if U.S. drivers of gas-powered passenger vehicles actually drove the speed limit, it could save an average of 6.7 million gallons of gas, 57,000 tons of carbon dioxide (CO2) emissions, and $22 million per day, based on fuel costs during the study period. That’s equivalent to taking about 5.5 million cars off the road, according to the researchers.</p>
<p>While it may feel like speeding shaves a significant amount of time off your commute, the study suggests that driving at or below the speed limit lengthens commute times by just 54 seconds per day, or 6.3 minutes per week, based on the average daily driving distance of 28.6 miles (46.03 kilometers).&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56653 -->

				
					
	<article id="post-56650" class="post-56650 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/" rel="bookmark">The Fermi Paradox, Percolation, and&nbsp;Inbreeding</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/" title="3.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T15:59:47-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<figure style="text-align: center">
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/images?c=_m3km2RjA3G0qleowsZXHZb9NEn0fSsEYIHbKzMDyAFb4nUPIanknmQV_g0rmdCIPZrzreLhSXFgXN2QaUe2l62SFDb3VfuGufCS8IGACKPdaEUqYew5eCwY-iMHg8GROWqKQ-k1xUjejc9vb5d3CqVXhm9q1wblOahnaPuf9ys%3D" width="599" border="0" /><br />
</figure>
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<p>Via <a href="https://reactormag.com/the-fermi-paradox-percolation-and-inbreeding/">Reactor:</a></p>
<p class="isSelectedEnd">The Fermi Paradox asks, “Where is everybody?” Even with modest propulsion, a technological civilization could spread across much of the galaxy in a geological instant, yet we see no evidence that this has occurred.</p>
<p class="isSelectedEnd">One proposed solution, Geoffrey Landis’s “percolation model,” emphasizes the geometry and probability of settlement spreading through a network of stars. Each colony has some probability of founding additional colonies, and spacecraft have a limited effective range. Below a critical propagation probability, colonized systems form finite clusters rather than a galaxy-spanning network. Expansion therefore leaves persistent voids, potentially including our region. Cultural divergence and declining expansionist motivation could further increase this unevenness.</p>
<p class="isSelectedEnd">This essay proposes a biological mechanism that might lower the probability of successful propagation. If each colony is founded by a subset of the population of its parent colony, genetic diversity may decline at each successive step. After several iterations, distant colonies could become sufficiently homogeneous that reduced genetic resilience would leave them vulnerable to environmental catastrophe or disease. Repeated local extinctions could further reduce the species’ total genetic diversity, producing a self-limiting cycle of expansion and collapse. Large regions of the galaxy might therefore remain uncolonized, and our apparent isolation could reflect our location within one such void.</p>
<p>The hypothesis faces substantial objections. Reduced genetic diversity does not necessarily entail a proportionate loss of fitness or resilience. Founding populations could be selected specifically to preserve diversity, while cryopreserved gametes, embryos, genetic material, or digital genome sequences could carry far more variation than the living crew alone (as in Nolan&#8217;s <em>Interstellar,</em> for example). This assumes, moreover, that extraterrestrial reproduction depends on genetic mechanisms broadly analogous to ours. Expansion might also proceed in parallel rather than as a single serial chain, allowing multiple lineages to preserve or recombine diversity. Sufficiently advanced biotechnology may largely decouple an interstellar civilization from the reproductive bottlenecks that constrain the dispersal of terrestrial species upon which this essay is based.</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56650 -->

				
					
	<article id="post-56647" class="post-56647 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/" rel="bookmark">Giant participation trophy appears on the National Mall for Trump’s Iran War&nbsp;“effort”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/" title="3.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-15T15:15:43-05:00">15 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><a href="https://premium.boingboing.net/p/giant-participation-trophy-appears"><img class="alignnone size-full" src="https://followmehere.com/wp-content/uploads/2026/07/https3a2f2fsubstack-post-media.s3.amazonaws.com2fpublic2fimages2fffaa82c9-4ec4-46ef-bb61-d177f176ed91_955x1200.jpeg" alt="" /></a></p>
<p><span style="color: #404040;font-style: normal">Via </span><a style="font-style: normal" href="https://premium.boingboing.net/p/giant-participation-trophy-appears">Boing Boing:</a></p>
<blockquote><p>
:&#8217;Guerrilla artists Secret Handshake have installed a giant gold participation trophy for Trump on the National Mall, hoping that if the president receives enough shiny objects, he may stop trying to collect wars&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56647 -->

				
					
	<article id="post-56645" class="post-56645 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/" rel="bookmark">The US Approves Launch of Mirror Satellite That Can Reflect Sunlight and Illuminate the Earth at&nbsp;Night</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/" title="2.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-15T14:55:18-05:00">15 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/reflectOrbital.jpg?c=aQpSIsKjtXVPkIvJPfIGXuumfOhve-oWyjbP6U3TpEIWQhrWDmQqWbmAYxchhQ4MXiDq79TUyO5mMO-rpWTCfLIObNeB4wveQnkQDG2sy2MaIM5XuP9-PEotDDF9cU_QyRfsbDLKMpNvzKyRzRopBgDKDuRy2jdTzg__vAX30Ew%3D" width="599" border="0" /><br />
</figure>
<p><span style="color: #404040;font-style: normal">Via </span><a style="font-style: normal" href="https://www.wired.com/story/reflect-orbital-earendil-mirror-satellite-fcc/">WIRED:</a></p>
<blockquote><p>
The FCC authorized Reflect Orbital to launch the mirror satellite Eärendil-1. “For optical astronomy, this poses an existential threat,” the European Southern Observatory said.
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56645 -->

				
					
	<article id="post-56643" class="post-56643 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/" rel="bookmark">Opinion : The Zombification of&nbsp;America</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/" title="9.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-13T21:05:59-05:00">13 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/07/11/opinion/03marche/03marche-facebookJumbo-v2.jpg" width="600" /></p>
<p>Stephen Marche via <b><a href="https://www.nytimes.com/2026/07/09/opinion/america-world-us-isolation.html?unlocked_article_code=1.wVA.oYtX.0gnc9drPLPGF&amp;smid=url-share">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;As a geopolitical actor, the United States has become a kind of lumbering zombie—a beast that can be startled into reflexive actions but lacks higher functions… The rupture of the world order is going much better than expected&#8230;.&#8217;”
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56643 -->

				
					
	<article id="post-56641" class="post-56641 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/" rel="bookmark">The End of Reading Is&nbsp;Here</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/" title="8.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-13T20:48:48-05:00">13 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/TaSgM_kXEyiXXBzlvXfpi1XeN5c=/0x43:2000x1085/1200x625/media/img/2026/07/WEL_HorowitchOpenerHP-1/original.png" width="600" /></p>
<p>Rose Horowitch via <b><a href="https://www.theatlantic.com/magazine/2026/08/reading-crisis-postliterate-age/687618/?utm_medium=cr&amp;utm_source=email&amp;utm_campaign=07_12_2026_cover_story_promo_august_cover_rose_horowitch_note_engagement_all_actives_large&amp;utm_term=ALL%20Active%20Subscribers%20%28Stripe%2BCDS%2BiTunes%29">The Atlantic</a>:</b></p>
<blockquote><p>
&#8216;Optimists once believed that universal literacy was inevitable. Now it seems that the age of reading might be a short anomaly in human history&#8230;.&#8217; 
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56641 -->

				
					
	<article id="post-56639" class="post-56639 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/" rel="bookmark">The Most Famous AI Writing Tic Is Also the Most&nbsp;Mysterious</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/" title="9.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-12T21:43:28-05:00">12 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/7KfgfRMyDesBiZt6Xq8UaNlXo30=/0x43:2000x1085/1200x625/media/img/mt/2026/07/2026_07_09_AIs_Favorite_Writing_Tic/original.jpg" width="600" /></p>
<p>Will Oremus via <b><a href="https://www.theatlantic.com/technology/2026/07/ai-chatbot-writing-tic-negative-parallelism/687892/">The Atlantic</a></b>:</p>
<blockquote><p>
&#8216;Researchers at Pangram, which makes an AI-detection tool, estimate that Not just X but Y sentences appear three times as often in AI writing as they do in human writing. Elyas Masrour, a founding engineer at Pangram, told me that all of the major chatbots—including ChatGPT, Claude, Gemini, and various open-source models—rely on it to varying degrees.</p>
<p>Many other well-known chatbot tells—such as the usage of delve—have come and gone as AI companies honed their models and worked out kinks. Last fall, ChatGPT became obsessed with goblins and gremlins, prompting another intervention: OpenAI retired ChatGPT’s “nerdy” personality, whose affinity for mythical creatures had apparently infected its other models. Yet It’s not X; it’s Y has shown no signs of abating&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56639 -->

				
					
	<article id="post-56635" class="post-56635 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/" rel="bookmark">What is the&nbsp;Monkeysphere?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/" title="9.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:59:21-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://animalfeasance.com/wp-content/uploads/2011/08/chimps.jpg" width="599" border="0" /><br />
</figure>
<p>Jason Pargin via <b><a href="https://www.cracked.com/article_14990_what-monkeysphere.html">Cracked.com</a></b>:</p>
<blockquote><p>
&#8216;picture a monkey. A monkey dressed like a little pirate, if that helps you. We&#8217;ll call him Slappy.</p>
<p>Imagine you have Slappy as a pet. Imagine a personality for him. Maybe you and he have little pirate monkey adventures and maybe even join up to fight crime. Think how sad you&#8217;d be if Slappy died.</p>
<p>Now, imagine you get four more monkeys. We&#8217;ll call them Tito, Bubbles, Marcel and ShitTosser. Imagine personalities for each of them now. Maybe one is aggressive, one is affectionate, one is quiet, the other just throws shit all the time. But they&#8217;re all your personal monkey friends.</p>
<p>Now imagine a hundred monkeys.</p>
<p>Not so easy now, is it? So how many monkeys would you have to own before you couldn&#8217;t remember their names? At what point, in your mind, do your beloved pets become just a faceless sea of monkey? Even though each one is every bit the monkey Slappy was, there&#8217;s a certain point where you will no longer really care if one of them dies.</p>
<p>So how many monkeys would it take before you stopped caring?</p>
<p>That&#8217;s not a rhetorical question. We actually know the number.</p>
<p>You see, monkey experts performed a monkey study a while back, and discovered that the size of the monkey&#8217;s monkey brain determined the size of the monkey groups the monkeys formed. The bigger the brain, the bigger the little societies they built&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56635 -->

				
					
	<article id="post-56633" class="post-56633 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/" rel="bookmark">A new way to quote takes the internet by storm. Linguists are like, ‘Get used to&nbsp;it!’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/" title="9.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:53:31-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5FCRSLFDCEI6JFOT2S7WAIOUGA.jpg?auth=91b3728bea68c5064746a43921e3697699bd9c310e89f1eb18f91962125692db&amp;width=1440" width="600" /></p>
<p>Britt Peterson via <b><a href="https://www.bostonglobe.com/ideas/2015/01/25/linguists-are-like-get-used/ruUQoV0XUTLDjx72JojnBI/story.html">BostonGlobe.com </a></b> from 2015:</p>
<blockquote><p>
&#8216;IN RECENT MONTHS, Senator Kirsten Gillibrand has used it; musician Buddy Guy has used it; Ferguson police officer Darren Wilson used it in grand jury testimony, as did his victim Michael Brown’s friend Dorian Johnson. A friend used it in an instant message chat to me, describing her attitude toward her sick boyfriend: “i’m like STAY OVER THERE.” It’s called the “quotative like,” and over the last 25 years, it’s become one of our language’s most popular methods of talking about talking. The use of “I’m like” or “he was like” to introduce a quote, a thought, or a feeling has spread through English worldwide, from Jamaica to New Zealand.</p>
<p>One American dialect has rapidly adopted an even less by-the-book variation. In African American English, or AAE, a grammatically distinct variety, you can say not just “she was like,” but “she be like”—a version of “quotative like” with special powers of its own. At the Linguistic Society of America’s annual meeting this month, researchers Janneke Van Hofwegen of Stanford and Charlie Farrington of the University of Oregon presented a paper that found that “be like” is now so widely used it accounted for 20 percent of similar uses of the verb “be” among a group of young AAE speakers in North Carolina. An analogous group studied in the 1980s didn’t use the term at all&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56633 -->

				
					
	<article id="post-56631" class="post-56631 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/" rel="bookmark">Ten Minutes in Lituya&nbsp;Bay</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/" title="9.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:35:57-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://damn-8791.kxcdn.com/wp-content/uploads/2016/09/003-1.jpg" width="600" /></p>
<p>Alan Bellows via <b><a href="https://www.damninteresting.com/ten-minutes-in-lituya-bay/">Damn Interesting</a></b>:</p>
<blockquote><p>
&#8216;The 1958 Lituya Bay megatsunami remains the highest such wave in recorded history. As of 2016, no subsequent megatsunamis have been observed in that location. But evidence for multiple prior events in Lituya Bay suggests that giant waves occur there every 30-40 years on average, so the 1958 event is quite unlikely to be the last. The area remains sparsely populated, but trollers and adventurers pass through frequently. Anyone planning a visit to this remote hydraulic oddity ought to consider: if the gulls of Cenotaph take suddenly to the air, or a roar akin to 100 airplanes rises in the distance&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56631 -->

				
					
	<article id="post-56629" class="post-56629 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/" rel="bookmark">The Problem With Google’s A.I.&nbsp;Overview</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/" title="9.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:30:49-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/07/12/multimedia/08lecunff-image/08lecunff-image-facebookJumbo-v2.jpg" width="600" /></p>
<h2>We Are Losing the Ability to Discover What We Didn’t Know to Ask, writes Anne-Laure Le Cunff via <b><a href="https://www.nytimes.com/2026/07/08/opinion/ai-google-gemini-search-questions.html?unlocked_article_code=1.wVA.qILX.iUyEMLpcU7mL&amp;smid=url-share&amp;utm_source=DamnInteresting">The New York Times</a></b>:</h2>
<blockquote><p>&#8216;By shortening the time between asking a question and getting an answer, these tools are actually undermining curiosity — and paradoxically threatening our ability to understand the world&#8230;.&#8217;</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56629 -->

				
					
	<article id="post-56627" class="post-56627 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/" rel="bookmark">Court rejects Trump’s claim that The Kennedy Center needs his name to&nbsp;survive</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/" title="8.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:58:15-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!K2TG!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdaff722e-4639-4868-95f1-a37ad1e9bf13_1080x720.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/court-rejects-trumps-claim-that-the">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Not every surface in America is waiting to become a Trump product&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56627 -->

				
					
	<article id="post-56625" class="post-56625 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/" rel="bookmark">Diarrhea outbreak: What is cyclosporiasis, why is it suddenly everywhere, and what preventive steps can you&nbsp;take?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/" title="8.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:23:21-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/07/Vox_Bathroom.png?quality=90&amp;strip=all&amp;crop=22.944439822727,22.650444989034,54.147565969997,28.349510979056" width="600" /></p>
<p>Dylan Scott via <b><a href="https://www.vox.com/health/494977/explosive-diarrhea-parasite-outbreak-cyclosporiasis-michigan-ohio">Vox</a></b>:</p>
<blockquote><p>
&#8216;…[C]ook the produce that you can — heat is the absolute best option for eliminating cyclosporiasis — and to clean your raw fruits, vegetables and herbs as thoroughly as possible.</p>
<p>Wash everything with running water before eating or preparing it. Scrub the firmer fruits, like melons and cucumbers, with a produce brush if you have one. If you see damaged or bruised areas on your fruit or lettuce, cut them away. Even if a food’s package says it’s prewashed, Linder said she advises people to rewash it just to be sure.</p>
<p>Previous outbreaks have specifically been linked to bagged lettuce and salads, so you might consider buying whole heads of lettuce instead. If you do that, cut away the outer layers and then separate the inner leaves to wash them. For green onions, you should cut away the bulby root and the outer layer and then wash them thoroughly. Raspberries were associated with one of the first US outbreaks in the 1990s, and they are particularly tricky to clean given their bumpy surfaces; you may want to consider eating them only after cooking (to prepare a jam or compote, for example) or opt for frozen raspberries for the time being. (Freezing is believed to reduce, if not completely eliminate, the parasite.) And be careful with leftovers: You should refrigerate any unused foods that you plan to eat later within two hours.</p>
<p>You could also consider buying locally sourced foods, Linder said, because cyclosporiasis is more common in food sourced from other parts of the world.</p>
<p>If you do start to experience extreme diarrhea, make sure to hydrate very well to avoid dehydration. Linder told me that if somebody experiences dizziness, they can’t keep fluids down, or they have very dark urine, then they should seek immediate medical attention. And anybody experiencing those symptoms should get in touch with their health care providers and their local health department&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56625 -->

				
					
	<article id="post-56622" class="post-56622 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/" rel="bookmark">2028 Democratic presidential primary: Does Kamala Harris really have a&nbsp;shot?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/" title="8.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:16:59-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/07/gettyimages-2281634960.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<p>Astead Herndon <b><a href="https://www.vox.com/america-actually/494810/kamala-harris-2028-presidential-primary-democratic-party-south-carolina">notes on Vox </a></b>that Kamala Harris is quietly laying groundwork for a possible 2028 presidential run, including touring early-primary states, meeting key Democratic figures, and sounding out progressive and pro-Palestinian constituencies. She leads many early polls but remains publicly noncommittal and has avoided taking clear positions in the party’s major ideological disputes.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Her allies portray the 2024 defeat as an exceptional circumstance rather than a rejection of her candidacy: Biden withdrew late, leaving her only 107 days to campaign, and Trump benefited politically from assassination attempts. This explanation minimizes her own weaknesses and ignores her failed 2020 primary campaign.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Major donors may be reluctant to support another run. Some want the party to move beyond the Biden administration and believe Harris and Gavin Newsom would compete for the same California donor base. There is also a perception that private doubts about Harris are often muted because donors fear being accused of racism.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Harris nevertheless retains significant support among Black voters and women but that coalition is becoming less cohesive. Younger Black voters criticize her prosecutorial record and Gaza stance, while some men prefer a conventional male candidate and many women remain committed to electing a woman. Across factions, voters repeatedly express a desire for “freshness”  —  reinvented Harris or someone entirely new?</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">So Harris has not been displaced, but neither has she secured a clear lane. The Black electorate that traditionally consolidates Democratic primaries appears divided by age and gender, suggesting a fragmented and unpredictable 2028 contest.</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56622 -->

				
					
	<article id="post-56620" class="post-56620 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/" rel="bookmark">What the 250th Anniversary Means&nbsp;for…</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/" title="8.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:06:50-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://d181q449nqu6en.cloudfront.net/content/craft/website-assets/GettyImages-2189801696.jpg" width="600" /></p>
<p>Samuel Moyn via <b><a href="https://yalereview.org/article/samuel-moyn-america-at-250">The Yale Review</a></b>:</p>
<blockquote><p>
&#8216;Why Americans aren&#8217;t celebrating the semiquincentennial&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56620 -->

				
					
	<article id="post-56618" class="post-56618 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/" rel="bookmark">How to Use AI Browsers Without Getting&nbsp;Hacked</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/" title="12.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T12:27:39-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://lifehacker.com/imagery/articles/01KWYRVXGTNG163H86EDRE685D/hero-image.fill.size_1200x675.jpg" width="600" /></p>
<p>Ritoban Mukherjee via <b><a href="https://lifehacker.com/tech/how-to-use-ai-browsers-without-getting-hacked">Lifehacker</a></b>:</p>
<blockquote><p>
&#8216;As I&#8217;ve explored these browsers, I&#8217;ve been mindful of the many security risks to contend with: Prompt injection, where malicious AI prompts are hidden in a website or browser extension’s HTML source code, is the most obvious threat. But there are also cases of AI agents acting without a user’s permission to access your logged-in accounts. Moreover, AI browsers can leak data between browser tabs and hand over user credentials on clever prompting without even using any malicious code.</p>
<p>But despite the risks, there are legitimate ways to experiment with AI browsers without compromising your privacy. In fact, most of these browsers have optional features you can enable to both beef up your security and keep the apps from having more access than they need. If you&#8217;re going to use an AI browser on your device, here&#8217;s what you need to know to protect yourself&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56618 -->

				
					
	<article id="post-56616" class="post-56616 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/" rel="bookmark">Our Plastic-Surgery Nightmare</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/" title="10.38 am" rel="bookmark"><time class="entry-date" datetime="2026-07-11T10:38:01-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://media.newyorker.com/photos/6a4fb34a8918333338913709/16:9/w_1280,c_limit/PlasticSurgery-Tolentino-Ohni%20Lisle.jpeg" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;To borrow a phrase from Simone de Beauvoir, the face is not a thing but a situation—one that is, increasingly, more technically beautiful but more spiritually unattractive, replete with new information but devoid of human meaning. Today, the young inject their faces and look old; the old inject their faces and look uncanny; a twenty-year-old got famous for hitting himself in the jaw with a hammer to become hotter; teen-agers ask strangers on the internet if a facelift is their only hope. The internet casually scrambles basic ideas of personhood, reframing people as commodities and stripping us for parts. But only recently has this process been encoded so specifically onto the face, traditionally thought of as a portal to our humanity. The face is separating from the person, and the person is separating from the soul, and this is happening in front of us, on our phones, in the most banal fashion, every day.…&#8217;  (Jia Tolentino via <strong><a href="https://www.newyorker.com/culture/the-weekend-essay/our-plastic-surgery-nightmare?utm_source=nl&amp;utm_brand=tny&amp;utm_mailing=TNY_Daily_071126&amp;utm_campaign=aud-dev&amp;utm_medium=email&amp;utm_term=tny_daily_digest&amp;bxid=5be9da4a3f92a40469e81169&amp;cndid=8225112&amp;hasha=846fd7c9a41dd1b76ba7ea1aadb1667c&amp;hashb=6b772e9a444c8f6e0c64516ca65e53c9cbe87157&amp;hashc=788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c&amp;esrc=MARTECH_ORDERFORM&amp;mbid=CRMNYR012019">The New Yorker</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56616 -->

				
					
	<article id="post-56615" class="post-56615 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/" rel="bookmark">90 percent of U.S. adults have this syndrome — but most have never heard of&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/" title="10.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-09T22:16:17-05:00">9 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https://cloudfront-us-east-1.images.arcpublishing.com/wapo/2IF2RTA753SEXSIXPZCAQXQFHE.jpg&amp;w=1440" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;New guidelines may soon make the disorder known as CKM syndrome a common diagnosis.…&#8217;  ( via <strong><a href="https://www.washingtonpost.com/wellness/2026/07/09/90-percent-us-adults-have-this-syndrome-most-have-never-heard-it/?utm_campaign=wp_post_most&amp;utm_medium=email&amp;utm_source=newsletter">The Washington Post</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56615 -->

				
					
	<article id="post-56612" class="post-56612 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/" rel="bookmark">The First Reactions to &#8216;The Odyssey&#8217; Are&nbsp;Here</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/" title="9.31 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-07T21:31:39-05:00">7 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://gizmodo.com/app/uploads/2026/05/Odyssey-Matt-Damon-hill-side-1200x675.jpg" width="600" /></p>
<blockquote><p>
&#8216;It’s a pretty standard pattern. The first reactions come out and are ecstatic, sending expectations and hype to peak levels. Then, more people see it with those thoughts in their heads, and, more often than not, the film doesn’t live up to them. Could The Odyssey buck that trend?&#8230;&#8217; (Germain Lussier via <b><a href="https://gizmodo.com/the-first-reactions-to-the-odyssey-are-here-2000781855">Gizmodo</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56612 -->

				
					
	<article id="post-56609" class="post-56609 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/06/the-brand-ledger/" rel="bookmark">The Brand Ledger</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/06/the-brand-ledger/" title="11.51 am" rel="bookmark"><time class="entry-date" datetime="2026-07-06T11:51:38-05:00">6 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/06/the-brand-ledger/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://ledger.worseonpurpose.com/og-default.jpg" alt="" style="width:600px;height:auto" /></figure>



<div style="text-align:center">

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Tracking the brands that got worse on purpose — and the ones that didn&#8217;t.</p>



<p class="wp-block-paragraph">The Brand Ledger tracks 215 brands across tools, bags, apparel, eyewear, and footwear. Who owns them, what they used to be, whether they&#8217;re still worth buying. Updated as things change.…&#8217;  ( via <strong><a href="https://ledger.worseonpurpose.com/">Worse on Purpose</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/06/the-brand-ledger/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56609 -->

				
					
	<article id="post-56607" class="post-56607 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/" rel="bookmark">Schadenfreude Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/" title="9.17 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T21:17:50-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.thedailybeast.com/resizer/v2/IHXQFY33SBHXTGDYYBETFRBGTE.gif?smart=true&amp;auth=33a0697e00cddbc636b8c3b8f0c3e2684e43846caa9e306b6c2687461879c9d4&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;MAGA Rages as Trump’s Fireworks Fiasco Descends Into Chaos</p>
<p>A lightning evacuation sparked bedlam on the National Mall, leaving fans locked out as the president’s long-hyped patriotic celebration unraveled&#8230;.&#8217; (Farrah Tomazin via <b><a href="https://www.thedailybeast.com/maga-rages-as-trumps-fireworks-fiasco-descends-into-chaos/?utm_source=flipboard&amp;utm_content=topic%2Fhomelandsecurity">The Daily Beast</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56607 -->

				
					
	<article id="post-56603" class="post-56603 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/" rel="bookmark">FIFA Is So Shamelessly Corrupt, They’ll Change Their Own Rules at Trump’s&nbsp;Command</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/" title="9.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T21:16:10-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://img.pastemagazine.com/wp-content/juploads/2026/07/fifa-world-cup-trophy-trump-main.jpg" width="600" /></p>
<blockquote><p>
&#8216;Whether or not Folarin Balogun should have gotten a red card in the first place, FIFA has demonstrated it will do anything to appease Trump&#8230;.&#8217; (Jim Vorel via <b><a href="https://www.jezebel.com/fifa-world-cup-trump-folarin-balogun-suspension-red-card-reversed-corruption-peace-prize?utm_source=flipboard&amp;utm_content=user%2FJezebel">Jezebel</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56603 -->

				
					
	<article id="post-56601" class="post-56601 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/" rel="bookmark">Scientists may have finally found how Alzheimer&#8217;s kills brain&nbsp;cells</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/" title="8.37 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T20:37:34-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.sciencedaily.com/images/1920/aging-brain-neurons-cell-death-proteins.webp" width="600" /></p>
<blockquote><p>
&#8216;Scientists have identified evidence of a previously unknown process that may explain how brain cells die in Alzheimer&#8217;s disease and frontotemporal dementia (FTD). The discovery, centered on a mechanism known as karyoptosis, could point researchers toward new ways to slow the progression of these devastating conditions&#8230;</p>
<p>Karyoptosis refers to a series of chemical reactions set in motion when toxic proteins accumulate inside a cell. As the process unfolds, the cell&#8217;s nucleus, which contains its genetic material, gradually shrivels before ultimately breaking apart&#8230;.&#8217; (via <b><a href="https://www.sciencedaily.com/releases/2026/06/260626124701.htm?utm_source=flipboard&amp;utm_content=topic/brain">ScienceDaily</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56601 -->

				
					
	<article id="post-56600" class="post-56600 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/turkish-proverb/" rel="bookmark">Turkish proverb:</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/turkish-proverb/" title="5.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T17:38:04-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/turkish-proverb/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="wp-block-paragraph">‘When a clown moves into a palace he doesn’t become a king, the palace becomes a circus.’</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/turkish-proverb/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56600 -->

				
					
	<article id="post-56598" class="post-56598 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/" rel="bookmark">Laura Ingraham Says Trump’s Bathing Suit Remark Was&nbsp;‘Uncomfortable’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/" title="8.54 am" rel="bookmark"><time class="entry-date" datetime="2026-07-05T08:54:34-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://s.yimg.com/ny/api/res/1.2/mYdJPPmIEFwaqxQ4FTx76Q--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/thedailybeast.com/fef5bf57e405ffc64bcdd13101a45e33" width="600" /></p>
<blockquote><p>
&#8216;Even a Fox News star was weirded out by President Donald Trump’s recent quip about bathing suits.</p>
<p>Laura Ingraham, 63, couldn’t hide her cringe after the 80-year-old president wondered aloud how he would look in a bathing suit.</p>
<p>Trump made the bizarre remark on Storytime with the Second Lady, an online series where Vice President JD Vance’s wife, Usha, welcomes guests to read children’s books&#8230;.&#8217; (Julia Ornedo via <b><a href="https://www.yahoo.com/entertainment/celebrity/articles/laura-ingraham-says-trump-bathing-183628129.html?utm_source=flipboard&amp;utm_content=topic%2Fculture">Yahoo Entertainment</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56598 -->

				
					
	<article id="post-56596" class="post-56596 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/" rel="bookmark">Trump, 80, Goes Off Script With Bizarre D-Day&nbsp;Analogy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/" title="8.40 am" rel="bookmark"><time class="entry-date" datetime="2026-07-05T08:40:52-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.thedailybeast.com/resizer/v2/MSP5J4TDKRFBJBANST2KDDG64M.JPG?smart=true&amp;auth=3eb761dbec416cf5aaffa9bef4d464d69d072f2ff7bd9830b90d4ad388e86c5f&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;President Donald Trump compared his determination to deliver a July Fourth speech after the National Mall was evacuated due to severe weather to U.S. soldiers storming the beaches of Normandy during World War II&#8230;.&#8217; (Mary Papenfuss via <b><a href="https://www.thedailybeast.com/trump-80-goes-off-script-with-bizarre-d-day-analogy/?utm_source=flipboard&amp;utm_content=topic%2Fculture">The Daily Beast</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56596 -->

				
					
	<article id="post-56594" class="post-56594 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/" rel="bookmark">Every Act Which May Define a&nbsp;Tyrant</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/" title="12.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:49:59-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://storage.ghost.io/c/b6/39/b6398cfc-5fe8-43f9-bf18-c8ef836a8846/content/images/size/w1200/2026/07/Trump_-_Long_Live_the_King-1--1.jpg" width="600" /></p>
<blockquote><p>
&#8216;Most of the Declaration of Independence is a list of twenty-seven complaints and accusations levied at the British Crown, “a history of repeated injuries and usurpations, all having in direct object the establishment of an absolute Tyranny over these States.”</p>
<p>By my count President Trump has hit at least twelve so far&#8230;.&#8217; (Cameron Cummins-Smith via <b><a href="https://www.liberalcurrents.com/every-act-which-may-define-a-tyrant/?utm_source=flipboard&amp;utm_content=topic%2Fsocialsciences">Liberal Currents</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56594 -->

				
					
	<article id="post-56592" class="post-56592 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/" rel="bookmark">Aliens May Not Even Have Bodies, New Theory&nbsp;Says</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/" title="12.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:48:47-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.vice.com/wp-content/uploads/sites/2/2026/07/aliens-may-not-even-have-bodies-new-theory-says.png?w=2000" width="600" /></p>
<blockquote><p>
&#8216;There is an arrogance to assuming that if conscious, sentient beings exist somewhere else in the universe, they’d probably look a lot like us. According to a new paper by philosophers Eric Schwitzgebel of the University of California, Riverside, and Jeremy Pober of the University of Lisbon, if consciousness exists beyond Earth, it could take forms we can’t even imagine, and it might not even inhabit anything we’d recognize as a body&#8230;.&#8217; (via <b><a href="https://www.vice.com/en/article/aliens-may-not-even-have-bodies-new-theory-says/?utm_source=flipboard&amp;utm_content=topic/culture">VICE</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56592 -->

				
					
	<article id="post-56590" class="post-56590 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/" rel="bookmark">The Spectacular Regrowth of New England’s&nbsp;Forests</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/" title="12.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:48:05-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://insideclimatenews.org/wp-content/uploads/2026/07/GettyImages-2167427078-1024x683.jpg" width="600" /></p>
<blockquote><p>
&#8216;The rebound of forests in the northeast U.S. is the “greatest forest recovery in the history of the world.” This is how it happened&#8230;.&#8217; (Derek Harrison via <b><a href="https://insideclimatenews.org/news/04072026/new-england-reforestation/?utm_source=flipboard&amp;utm_content=topic/environment">Inside Climate News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56590 -->

				
					
	<article id="post-56588" class="post-56588 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/" rel="bookmark">Donald Trump Attempts to Read a Book Written for Second&nbsp;Graders</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/" title="10.04 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T10:04:33-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://consequence.net/wp-content/uploads/2026/07/Donald-Trump-reading.jpeg" width="600" /></p>
<blockquote><p>
&#8216;I say this with some sincerity: I am not actually sure if Donald Trump knows how to read. Sure, he can read a chyron on Fox News, or a mean tweet posted about him by Chuck Schumer, but when it comes to an actual, physical book, the extent of his literacy is up for debate. As evidence, look no further than the latest installment of the YouTube video series Storytime with the Second Lady, in which Usha Vance welcomes guests to read books to children. A seemingly simple enough task that past guest readers — from Danica Patrick to Cheryl Hines to Vice President JD Vance — have handled without much of an issue. As for Donald Trump, he doesn’t so much read as he observes and, at various points, describes the pictures featured in the book in question, Presidents Play! by Jonathan Pliska&#8230;.&#8217; (Alex Young via <b><a href="https://consequence.net/2026/07/donald-trump-attempts-to-reads-a-book-written-for-second-graders/?utm_source=flipboard&amp;utm_content=Consequence/magazine/Consequence">Consequence</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56588 -->

				
					
	<article id="post-56586" class="post-56586 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/" rel="bookmark">A man was tracked down by DHS agents after he sent a harsh&nbsp;email</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/" title="9.38 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T09:38:39-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://npr.brightspotcdn.com/dims3/default/strip/false/crop/2048x1152+0+0/resize/1400/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2Fd9%2F40%2Fc0a5347f4a63bb9eb267ac2267b5%2Fstreeter-daughter-vacation.jpg" width="600" /></p>
<blockquote><p>
&#8216;&#8221;One powerless citizen yelled into the void with a stern email to the former director of this agency six months ago,&#8221; Streever told NPR. &#8220;And now there&#8217;s agents at his door.&#8221;&#8230;&#8217; (Jude Joffe-Block via <b><a href="https://www.npr.org/2026/07/01/nx-s1-5874124/dhs-tracks-ice-critic?utm_source=DamnInteresting">NPR</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56586 -->

				
					
	<article id="post-56584" class="post-56584 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/" rel="bookmark">What is alpha-gal&nbsp;syndrome?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/" title="9.35 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T09:35:52-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://dims.apnews.com/dims4/default/6ae4485/2147483647/strip/true/crop/3599x2398+1+0/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fce%2F34%2F7834be086b014328774e62422940%2F3dadcbcf3e3645f683fe00b248ad285a" width="600" /></p>
<blockquote><p>
&#8216;It’s common knowledge that ticks can spread infections that cause serious illnesses, including Lyme disease. Now health officials are trying to raise awareness of a lesser-known problem: a life-threatening allergy to meat triggered by tick bites.</p>
<p>The problem, known as alpha-gal syndrome, was first linked to a particular species of ticks about 15 years ago. But cases are on the rise as more people report symptoms such as hives, diarrhea and itchiness after eating as little as a mouthful of meat and — in some cases — dairy. The allergy doesn’t impact consumption of seafood or poultry. Chicken, turkey and eggs are all OK to eat.</p>
<p>For years, the standard treatment has involved avoiding foods that come from cows, pigs and lambs while carrying an epinephrine injector in case of medical emergency. But regulators recently approved the first drug for the condition, and more therapies may be on the way.</p>
<p>Here’s what to know about alpha-gal syndrome&#8230;&#8217; (Matthew Perrone via <b><a href="https://apnews.com/article/alphagal-syndrome-tick-bite-meat-allergy-d604cb9e6a1ae9673085cc4efe7178b2?utm_source=DamnInteresting">AP News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56584 -->

				
					
	<article id="post-56582" class="post-56582 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/" rel="bookmark">Where NASA Posts Its Best Space Photos, and How to Find&nbsp;Them</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/" title="8.29 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T08:29:21-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.wired.com/photos/6a453f6f8f445966503e6c40/191:100/w_1280,c_limit/GettyImages-458097145.jpg" width="600" /></p>
<blockquote><p>
&#8216;Explore decades of incredible images and videos of stars, planets, moons, and galaxies—most of which are free to use and share&#8230;.&#8217; (David Nield via <b><a href="https://www.wired.com/story/where-nasa-posts-its-best-space-photos/">WIRED</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56582 -->

				
					
	<article id="post-56577" class="post-56577 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/" rel="bookmark">Dictionary of the&nbsp;Illegible</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/" title="10.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-03T22:19:50-05:00">3 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://draw-down.com/cdn/shop/files/DictionaryoftheIllegible.jpg?v=1781292208" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Dictionary of the Illegible explores the limits of language—its beginnings and its ends—from humanity’s earliest marks to the dissolution of modern alphabets before our eyes. Mapping more than 400 examples of illegibility drawn from Indigenous cultures to imagined future civilizations, the book spans contemporary art, science fiction, politics, architecture, and technology. Dictionary of the Illegible proposes illegibility as a strategy for navigating a world increasingly governed by visibility, efficiency, and total surveillance&#8230;.&#8217; (via <b><a href="https://www.sourcetype.com/store/51534/dictionary-of-the-illegible">Source Type</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56577 -->

				
					
	<article id="post-56575" class="post-56575 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/03/10-most-common-bug-bites-and-rashes-with-photos/" rel="bookmark">10 Most Common Bug Bites and Rashes, with&nbsp;Photos</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/03/10-most-common-bug-bites-and-rashes-with-photos/" title="9.13 am" rel="bookmark"><time class="entry-date" datetime="2026-07-03T09:13:21-05:00">3 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/03/10-most-common-bug-bites-and-rashes-with-photos/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://cdn.outsideonline.com/wp-content/uploads/2026/06/No-see-ums-biting-midge-2.jpg" alt="" style="width:600px;height:auto" /></figure>



<div style="text-align:center">

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Figuring out which bite you have can help determine what kind of itching or pain you might expect and whether you need to worry about an insect-borne disease.</p>



<p class="wp-block-paragraph">“Everyone reacts a bit differently to bug bites, so it’s not always possible to know the culprit just from looking at the bite,” Allison Gardner, a medical entomologist and associate professor of arthropod vector biology at the University of Maine, tells Outside. That said, there are clues in how bites feel, as well as where and how they crop up, that point to one bug versus another.…&#8217;  (Erica Sloan via <strong><a href="https://www.outsideonline.com/health/wellness/most-common-bug-bites-rashes-pictures/?utm_term=ool&amp;utm_campaign=ool-bodywork&amp;utm_medium=email&amp;_hsmi=426345663&amp;utm_source=newsletter">Outside</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/03/10-most-common-bug-bites-and-rashes-with-photos/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56575 -->

				
					
	<article id="post-56573" class="post-56573 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/" rel="bookmark">Harvard professor with polarizing alien theories is picked to lead new White House UFO&nbsp;council</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/" title="8.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T20:53:02-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.wbur.org/wp/2026/07/Trump_UFOs_26181599649178-2048x1365.jpg" width="600" /></p>
<blockquote><p>
‘A polarizing Harvard astronomer known for splashy theories about alien visits has been tapped by the White House to lead a team of outside scientists to study the national security risks posed by UFOs. Avi Loeb, a cosmologist who studied black holes and served as head of Harvard’s astronomy department until 2020, was recently appointed to helm a new scientific advisory council tasked with investigating the origins of mysterious orbs and other objects reported by military personnel in recent years. It&#8217;s part of President Donald Trump&#8217;s push to declassify more information about the issue. Loeb&#8217;s team will report to a new White House panel focused on UFOs, now often referred to as unidentified anomalous phenomena, or UAP&#8230;.’ (Collin Binkley, The Associated Press via <b><a href="https://www.wbur.org/news/2026/07/01/harvard-professor-alien-theories-white-house-ufo-council">WBUR</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56573 -->

				
					
	<article id="post-56567" class="post-56567 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/astronomers-just-heard-the-last-sound-a-black-hole-made/" rel="bookmark">Astronomers Just Heard the “Last Sound” a Black Hole&nbsp;Made</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/astronomers-just-heard-the-last-sound-a-black-hole-made/" title="7.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:52:47-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/astronomers-just-heard-the-last-sound-a-black-hole-made/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.zmescience.com/wp-content/uploads/2026/07/Black-Hole-Study.jpg" width="600" /></p>
<blockquote><p>
&#8216;On a January morning in 2025, a ripple in the fabric of spacetime swept across the United States, arriving at two giant instruments a fraction of a second apart. Those instruments belong to the Laser Interferometer Gravitational-Wave Observatory (LIGO) — twin facilities in Washington State and Louisiana built specifically to catch these gravitational waves.</p>
<p>That signal, cataloged as GW250114, came from the merger of two near-equal black holes, about 34 and 32 times the mass of the Sun, and produced the clearest gravitational-wave signal yet recorded. The signal was about three times clearer than GW150914, the first gravitational wave ever directly detected in 2015.</p>
<p>A research team has now pulled a message out of that signal — one that had been hiding in plain sight for years. They describe the first direct measurements of two defining properties of a black hole’s event horizon&#8230;</p>
<p>“We measured the last sound the black holes made when they crashed. Hidden within that signal is a small component, called direct waves, that had not previously been well understood,” said Neil Lu, from the ANU Centre for Gravitational Astrophysics (CGA) and the ARC Centre of Excellence for Gravitational Wave Discovery (OzGrav). “Our new analysis allows us to decipher this component and extract unique information from close to the event horizon.”&#8230;&#8217; (via <b><a href="https://www.zmescience.com/science/news-science/astronomers-just-heard-the-last-sound-a-black-hole-made/">ZME Science</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/astronomers-just-heard-the-last-sound-a-black-hole-made/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56567 -->

				
					
	<article id="post-56565" class="post-56565 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/single-injection-reverses-osteoarthritis-in-animals-in-just-4-weeks/" rel="bookmark">Single Injection Reverses Osteoarthritis in Animals in Just 4&nbsp;Weeks</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/single-injection-reverses-osteoarthritis-in-animals-in-just-4-weeks/" title="7.36 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:36:38-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/single-injection-reverses-osteoarthritis-in-animals-in-just-4-weeks/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.sciencealert.com/images/2026/07/osteoarthritisinjection.jpg" width="600" /></p>
<blockquote><p>
&#8216;&#8221;In two years, we were able to go from a moonshot idea to developing these therapies to demonstrating that they reverse osteoarthritis in animals,&#8221; says chemical and biological engineer Stephanie Bryant, from UC Boulder.</p>
<p>Having completed the first tranche of the animal experiments, the team is ready to move on to phase two. This will gather further data on safety and toxicology, laying the groundwork for human clinical trials&#8230;.&#8217; (David Nield via <b><a href="https://www.sciencealert.com/single-injection-reverses-osteoarthritis-in-animals-in-just-4-weeks?utm_source=flipboard&amp;utm_content=topic/health">ScienceAlert</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/single-injection-reverses-osteoarthritis-in-animals-in-just-4-weeks/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56565 -->

				
					
	<article id="post-56563" class="post-56563 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/mites-live-on-your-face-and-theyre-starting-to-merge-with-humans/" rel="bookmark">Mites Live on Your Face, And They&#8217;re Starting to Merge With&nbsp;Humans</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/mites-live-on-your-face-and-theyre-starting-to-merge-with-humans/" title="7.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:35:35-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/mites-live-on-your-face-and-theyre-starting-to-merge-with-humans/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.sciencealert.com/images/2026/07/SkinMitesRedCircle.jpg" width="600" /></p>
<blockquote><p>
&#8216;If you are reading this, you are probably not alone.</p>
<p>Most people on Earth are habitats for mites that spend the majority of their brief lives burrowed, head-first, in our hair follicles, primarily on the face.</p>
<p>In fact, humans are the only habitat for Demodex folliculorum. They are born on us, they feed on us, they mate on us, and they die on us.</p>
<p>Their entire life cycle revolves around munching your dead skin cells before kicking the teeny tiny bucket.</p>
<p>So reliant is D. folliculorum on humans for its survival, research suggests, that the microscopic mites are in the process of evolving from an ectoparasite into an obligate symbiont – possibly one that shares a mutually beneficial relationship with its hosts (that&#8217;s us).</p>
<p>In other words, these mites may be gradually &#8216;merging&#8217; with our bodies, becoming so specialized to their human habitat that they can no longer survive independently, according to a 2022 paper published in Molecular Biology and Evolution&#8230;.&#8217; (Michelle Starr via <b><a href="https://www.sciencealert.com/mites-live-on-your-face-and-theyre-starting-to-merge-with-humans?utm_source=flipboard&amp;utm_content=topic/lifesciences">ScienceAlert</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/mites-live-on-your-face-and-theyre-starting-to-merge-with-humans/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56563 -->

				
					
	<article id="post-56561" class="post-56561 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/trumps-controversial-post-likened-to-nazi-imagery/" rel="bookmark">Trump&#8217;s Controversial Post Likened To Nazi&nbsp;Imagery</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/trumps-controversial-post-likened-to-nazi-imagery/" title="7.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:10:06-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/trumps-controversial-post-likened-to-nazi-imagery/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.buzzfeed.com/buzzfeed-static/static/2026-07/02/13/subbuzz/aA4WCxnh1A.jpg?downsize=700%3A%2A&amp;output-quality=auto&amp;output-format=auto" width="600" /></p>
<blockquote><p>
&#8216;This week, Donald Trump shared a Truth Social post that sent critics into a tailspin.</p>
<p>The post included an apparently AI-image of a golden eagle attached to the White House balcony. Surrounding the eagle&#8217;s shield are 11 stars.</p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://img.buzzfeed.com/buzzfeed-static/static/2026-07/02/13/subbuzz/Fds4x9gl_.png?downsize=700%3A%2A&amp;output-quality=auto&amp;output-format=auto" width="599" border="0" /><br />
</figure>
<p> Online, people speculated that these 11 stars represent the 11 states that seceded from the US ahead of the Civil War.</p>
<p>While that theory remains unconfirmed, the 11 stars were not the only detail to catch netizens&#8217; eyes. The shape of the eagle and its shield also reminded many of the Reichsadler — a German symbol that Hitler adopted and changed to become an emblem of Nazi Germany.</p>
<p>One tweet comparing the two emblems has received over 3 million views and nearly 10,000 comments online. And they&#8217;re far from alone&#8230;.&#8217; (Alexa Lisitza via <b><a href="https://www.buzzfeed.com/alexalisitza/viral-eagle-trump-post-theory?utm_source=flipboard&amp;utm_content=Buzzfeed%2Fmagazine%2FTrending">BuzzFeed</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/trumps-controversial-post-likened-to-nazi-imagery/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56561 -->

				
					
	<article id="post-56559" class="post-56559 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/red-state-ag-eating-trump-alive-in-court-report/" rel="bookmark">Red state AG eating Trump alive in court:&nbsp;report</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/red-state-ag-eating-trump-alive-in-court-report/" title="7.02 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:02:57-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/red-state-ag-eating-trump-alive-in-court-report/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.alternet.org/media-library/image.jpg?id=67053290&amp;width=1200&amp;height=600&amp;coordinates=0%2C140%2C0%2C141" width="600" /></p>
<blockquote><p>
&#8216;Democratic Arizona AG Kris Mayes walked into office all but declaring war on President Donald Trump and his policies. But apparently, she’s done more than declare war — she’s killing it.</p>
<p>“The Democrat has filed 43 lawsuits against the Trump administration since he took office one year ago,” reports the Phoenix New Times. “She’s been a frequent filer since … Trump took office in January, pushing back on his attempts to systematically change the entire U.S. government.”&#8230;&#8217; (Adam Lynch via <b><a href="https://www.alternet.org/trump-lawsuits-losing/?utm_source=flipboard&amp;utm_content=topic%2Farizona">Alternet.org</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/red-state-ag-eating-trump-alive-in-court-report/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56559 -->

				
					
	<article id="post-56557" class="post-56557 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/trump-shares-another-bizarre-ai-video-showing-him-as-a-doctor-treating-his-critics/" rel="bookmark">Trump Shares Another Bizarre AI Video Showing Him As A Doctor Treating His&nbsp;Critics</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/trump-shares-another-bizarre-ai-video-showing-him-as-a-doctor-treating-his-critics/" title="7.02 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:02:07-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/trump-shares-another-bizarre-ai-video-showing-him-as-a-doctor-treating-his-critics/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://imageio.forbes.com/specials-images/imageserve/6a4652b5578d5b69474e9a72/0x0.jpg?format=jpg&amp;height=900&amp;width=1600&amp;fit=bounds" width="600" /></p>
<blockquote><p>
&#8216;President Donald Trump shared an AI-generated video taunting his celebrity critics, in the latest instance of him using deepfake imagery to mock his opponents in late-night posts&#8230;.&#8217; (Siladitya Ray via <b><a href="https://www.forbes.com/sites/siladityaray/2026/07/02/trump-shares-bizarre-ai-video-of-him-as-doctor-diagnosing-trump-derangement-syndrome/?utm_source=flipboard&amp;utm_content=forbes/magazine/Breaking+News">Forbes</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/trump-shares-another-bizarre-ai-video-showing-him-as-a-doctor-treating-his-critics/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56557 -->

				
					
	<article id="post-56555" class="post-56555 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/trump-secretly-orders-mass-arrests-after-ice-disasters/" rel="bookmark">Trump Secretly Orders Mass Arrests After ICE&nbsp;Disasters</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/trump-secretly-orders-mass-arrests-after-ice-disasters/" title="7.00 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T19:00:50-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/trump-secretly-orders-mass-arrests-after-ice-disasters/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.thedailybeast.com/resizer/v2/Y7WNBQTT5NB7DJZIH4WWTCVQOY.jpg?smart=true&amp;auth=39bc9cb5b7a9491d854fdc468a6f07617f85d1eb102788def82efd5a093913ad&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;Federal agents have detained more than 10,000 people in five days&#8230;.&#8217; (Tom Latchem via <b><a href="https://www.thedailybeast.com/trump-quietly-orders-mass-arrests-after-ice-disasters/?utm_source=flipboard&amp;utm_content=topic%2Fhomelandsecurity">The Daily Beast</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/trump-secretly-orders-mass-arrests-after-ice-disasters/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56555 -->

				
					
	<article id="post-56553" class="post-56553 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/watch-what-trumps-mount-rushmore-aspirations-reveal/" rel="bookmark">Watch: What Trump&#8217;s Mount Rushmore aspirations&nbsp;reveal</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/watch-what-trumps-mount-rushmore-aspirations-reveal/" title="6.57 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T18:57:39-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/watch-what-trumps-mount-rushmore-aspirations-reveal/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://ichef.bbci.co.uk/news/1024/branded_news/e753/live/cd0344f0-7654-11f1-a627-714adb4eed6e.jpg" width="600" /></p>
<blockquote><p>
&#8216;US President Donald Trump has expressed interest in having his face added to the iconic and historic Mount Rushmore monument alongside the existing carvings of George Washington, Thomas Jefferson, Theodore Roosevelt and Abraham Lincoln.</p>
<p>The idea has sparked support and opposition, raising questions about whether that&#8217;s possible.</p>
<p>The BBC&#8217;s Sarah Smith is in South Dakota ahead of the president&#8217;s visit to the monument, and looks at the political debate and practical challenges the proposition poses&#8230;.&#8217; ([unknown] via <b><a href="https://www.bbc.com/news/videos/cj4g0qwee24o?utm_source=flipboard&amp;utm_content=user%2FBBCNews">bbc.com</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/watch-what-trumps-mount-rushmore-aspirations-reveal/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56553 -->

				
					
	<article id="post-56551" class="post-56551 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/are-maga-and-maha-heading-for-divorce/" rel="bookmark">Are MAGA and MAHA Heading for&nbsp;Divorce?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/are-maga-and-maha-heading-for-divorce/" title="6.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T18:48:28-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/are-maga-and-maha-heading-for-divorce/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.rollingstone.com/wp-content/uploads/2026/06/MAHA-vs-MAGA.jpg?w=1600&amp;h=900&amp;crop=1" width="600" /></p>
<blockquote><p>
&#8216;Robert F. Kennedy Jr. promised ambitious plans to make Americans healthier. But insiders say as soon as he was named health secretary, the problems between the coalitions began&#8230;&#8217; (Katherine Eban via <b><a href="https://www.rollingstone.com/politics/politics-features/maha-maga-alliance-fracture-robert-kennedy-jr-1235582070/">Rolling Stone</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/are-maga-and-maha-heading-for-divorce/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56551 -->

				
					
	<article id="post-56549" class="post-56549 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/02/americas-most-corrupt-president-rides-worlds-largest-metaphor-for-corruption/" rel="bookmark">America’s Most Corrupt President Rides World’s Largest Metaphor for&nbsp;Corruption</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/02/americas-most-corrupt-president-rides-worlds-largest-metaphor-for-corruption/" title="6.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-02T18:47:48-05:00">2 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/02/americas-most-corrupt-president-rides-worlds-largest-metaphor-for-corruption/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2025/06/08/opinion/08Rhodes-2/08Rhodes-2-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Donald Trump flew west on his new Air Force One, a $400 million gift from Qatar, dogged by questions about obscene profiteering in office, and his own enduring rage over a bestselling book&#8230;.&#8217; (Martin Pengelly via <b><a href="https://zeteo.com/p/americas-most-corrupt-president-rides?utm_source=flipboard&amp;utm_content=topic%2Frights">Zeteo</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/02/americas-most-corrupt-president-rides-worlds-largest-metaphor-for-corruption/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56549 -->

				
					
	<article id="post-56545" class="post-56545 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/01/sam-harris-why-i-wont-debate-critics-of-israel/" rel="bookmark">Sam Harris: Why I Won’t Debate Critics of&nbsp;Israel</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/01/sam-harris-why-i-wont-debate-critics-of-israel/" title="8.54 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-01T20:54:18-05:00">1 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/01/sam-harris-why-i-wont-debate-critics-of-israel/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!vyhb!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8b4cb7cd-0107-41dd-a3cd-63e236320172_2560x1707.jpeg" width="600" /></p>
<blockquote><p>
&#8216;If the Palestinians laid down their arms, there would be peace.6 There could be a two-state solution; there could even be a one-state solution; it wouldn’t matter. If the Palestinians simply stopped killing Jews and stopped building a culture that celebrates pointless murder and martyrdom as its highest values, there could be a diverse, tolerant, and prosperous society between the Jordan River and the Mediterranean Sea. There could have been one eighty years ago. But if the Israelis laid down their weapons, there would be a genocide. This was obviously true on October 7th, 2023. And for anyone who has been paying attention, it has been true on every other day since the founding of the state of Israel&#8230;.&#8217; (via <b><a href="https://samharris.substack.com/p/why-i-wont-debate-critics-of-israel?utm_source=multiple-personal-recommendations-email&amp;utm_medium=email&amp;triedRedirect=true">Sam Harris</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/01/sam-harris-why-i-wont-debate-critics-of-israel/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56545 -->

				
					
	<article id="post-56543" class="post-56543 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/01/nasa-races-to-save-the-swift-telescope-with-a-30m-robotic-rescue-mission/" rel="bookmark">NASA races to save the Swift telescope with a $30M robotic rescue&nbsp;mission</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/01/nasa-races-to-save-the-swift-telescope-with-a-30m-robotic-rescue-mission/" title="8.33 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-01T20:33:46-05:00">1 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/01/nasa-races-to-save-the-swift-telescope-with-a-30m-robotic-rescue-mission/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://dims.apnews.com/dims4/default/167db0c/2147483647/strip/true/crop/4008x2671+0+1/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Ffb%2F86%2F69bca30644ed0d15d7cce6acdb07%2F93400566a0ef430abf3c7b60950daa13" width="600" /></p>
<blockquote><p>
&#8216;NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.</p>
<p>The $30 million salvage operation gets underway as soon as this week with the planned launch of a robotic lifesaver.</p>
<p>NASA hired startup Katalyst Space Technologies to boost the Swift Observatory to a higher orbit where it can continue hunting for some of the universe’s biggest explosions. A three-armed spacecraft built by Katalyst will chase after Swift once it takes off from an atoll in the Pacific’s Marshall Islands aboard an airplane-launched Pegasus rocket. Liftoff could occur as early as Tuesday.</p>
<p>Scanning the cosmos since its launch in 2004, Swift has been sinking faster and faster because of recent intense solar activity. It needs to get to a higher, more stable orbit as soon as possible to survive.</p>
<p>NASA’s Hubble Space Telescope — also at risk — could be next&#8230;.&#8217; (Marcia Dunn via <b><a href="https://apnews.com/article/nasa-swift-satellite-rescue-mission-f715e10a93c1015e280a7ccd1028a9c4">AP News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/01/nasa-races-to-save-the-swift-telescope-with-a-30m-robotic-rescue-mission/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56543 -->

				
					
	<article id="post-56541" class="post-56541 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/01/senate-democrats-rally-against-pro-institutionalization-doj-memo/" rel="bookmark">Senate Democrats Rally Against Pro-Institutionalization DOJ&nbsp;Memo</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/01/senate-democrats-rally-against-pro-institutionalization-doj-memo/" title="8.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-01T20:32:14-05:00">1 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/01/senate-democrats-rally-against-pro-institutionalization-doj-memo/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.motherjones.com/wp-content/uploads/2026/06/AP26146703333915.jpg?w=1200&amp;h=630&amp;crop=1" width="600" /></p>
<blockquote><p>
&#8216;The memo—allegedly Stephen Miller’s passion project—”is taking us back to a time when there were forced lobotomies,” Sen. Tammy Duckworth said&#8230;.&#8217; (Julia Métraux via <b><a href="https://www.motherjones.com/politics/2026/06/duckworth-democrats-doj-olmstead-institutionalization-psychiatric-memo-opinion/">Mother Jones</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/01/senate-democrats-rally-against-pro-institutionalization-doj-memo/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56541 -->

				
					
	<article id="post-56539" class="post-56539 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/01/anarchist-calisthenics/" rel="bookmark">Anarchist calisthenics</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/01/anarchist-calisthenics/" title="8.29 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-01T20:29:54-05:00">1 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/01/anarchist-calisthenics/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://aworkinglibrary.com/img/social-2026.png" width="600" /></p>
<blockquote><p>
&#8216;We’re trained in obedience and rule-following from a very young age. We need equivalent practice in breaking rules, in recognizing when a rule or law is unjust and needs to be broken, and in acting in accord with that recognition. We need this all the time, but damn if we don’t need it especially now. One day, possibly soon, we will be called on to break a big law in the name of justice and rationality. Be ready&#8230;.&#8217; (mandy brown via <b><a href="https://aworkinglibrary.com/writing/anarchist-calisthenics">A Working Library</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/01/anarchist-calisthenics/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56539 -->

				
					
	<article id="post-56536" class="post-56536 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/01/roads-with-the-least-traffic-in-america/" rel="bookmark">Roads With the Least Traffic in&nbsp;America</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/01/roads-with-the-least-traffic-in-america/" title="7.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-01T19:19:40-05:00">1 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/01/roads-with-the-least-traffic-in-america/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.atlasobscura.com/VE7G5hxp4Gm4fP22yyRRXFctWjwW9ICtNjQAOJFg2h4/rt:fit/w:1200/q:81/sm:1/scp:1/ar:1/aHR0cHM6Ly9hdGxh/cy1kZXYuczMuYW1h/em9uYXdzLmNvbS91/cGxvYWRzL2Fzc2V0/cy8zZDBhOGYwOS05/MDcyLTQ1OGMtYWFi/Yy04OTA3NGYxM2Ew/ODIyMDM4ODczMWZm/YWI3YjE3NzdfR2V0/dHlJbWFnZXMtNTI4/MjQxODUwLmpwZw.jpg" width="600" /></p>
<blockquote><p>
&#8216;Find your state’s quietest route. Go road-tripping across America with  Robert Frost, and this is what happens: At every fork in the road, he chooses the road less traveled. And so you end up on each state’s loneliest road&#8230;.&#8217; (Frank  Jacobs via <b><a href="https://www.atlasobscura.com/articles/least-traffic-roads-usa">Atlas Obscura</a></b>)
</p></blockquote>
<p>How many have you been on? For me, quite a few, as I have always had a hankering for backroads. </p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/01/roads-with-the-least-traffic-in-america/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56536 -->

				
					
	<article id="post-56534" class="post-56534 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/30/shock-new-details-on-trump-sex-accuser-13-revealed/" rel="bookmark">Shock New Details on Trump Sex Accuser, 13,&nbsp;Revealed</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/30/shock-new-details-on-trump-sex-accuser-13-revealed/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-30T20:28:56-05:00">30 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/30/shock-new-details-on-trump-sex-accuser-13-revealed/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.thedailybeast.com/resizer/v2/K25QEIXMJFEKFOWT2DUSKMRRRE.png?smart=true&amp;auth=cc4ce1ae5a1c6f70997c68442fd837f1723a1cf86d62d2ec1f099c8921fce909&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;A woman who alleges she was sexually assaulted by Donald Trump when she was 13 years old has gone into hiding over fears of retaliation.</p>
<p>A family member of the woman, identified only as Jane Doe 4, has come forward to The Guardian to say that the alleged victim has resorted to “staying off the grid” and away from the Trump administration amid the fallout from allegations that resurfaced in the Jeffrey Epstein files&#8230;</p>
<p>Jane Doe 4 alleges she was abused and trafficked by Epstein, and that the disgraced financier took her to New York or New Jersey and introduced her to Trump when she was about 13 years old in 1984. The White House has described the allegations as “total baselessness,” a view it says is supported by the fact that the Biden administration was aware of the claims but did “nothing with them.”&#8230;&#8217; (Ewan Palmer via <b><a href="https://www.thedailybeast.com/shock-new-details-on-trump-sex-accuser-13-revealed/?utm_source=flipboard&amp;utm_content=topic%2Ffbi">The Daily Beast</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/30/shock-new-details-on-trump-sex-accuser-13-revealed/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56534 -->

				
					
	<article id="post-56532" class="post-56532 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/trump-could-be-humiliated-with-one-tiny-change-as-petition-gains-traction/" rel="bookmark">Trump could be humiliated with one tiny change as petition gains&nbsp;traction</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/trump-could-be-humiliated-with-one-tiny-change-as-petition-gains-traction/" title="9.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T21:32:42-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/trump-could-be-humiliated-with-one-tiny-change-as-petition-gains-traction/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.indy100.com/media-library/left-donald-trump-speaks-behind-his-blue-presidential-lectern-right-the-exterior-of-trump-tower-in-chicago.png?id=67055185&amp;width=1200&amp;height=600&amp;coordinates=0%2C35%2C0%2C298" width="600" /></p>
<blockquote><p>
&#8216;US president Donald Trump’s endless attacks on his predecessor Barack Obama may soon come back to bite him, as a proposal to rename part of the street in Chicago where Trump International Hotel and Tower can be found to “Barack Hussein Obama Way” was introduced at the city council last week.</p>
<p>Not only that, but <a href="https://www.change.org/p/rename-wabash-ave-to-barack-hussein-obama-ave?source_location=local_page&amp;pt=AVBldGl0aW9uAL5vRx0AAAAAahju7G2FvLdlYWJiM2Y1NA%3D%3D">a Change.org petition</a> calling for a similar change currently stands at more than 33,000 signatures at the time of writing.</p>
<p>The building is located on North Wabash Avenue, and according to NBC 5 Chicago, the proposal introduced by 42nd ward alderman Brendan Reilly – if approved – would see the east side of the avenue between East Kinzie Street and East Wacker Drive renamed to honour the 44th president&#8230;.&#8217; (Liam O&#8217;Dell via <b><a href="https://www.indy100.com/politics/trump/trump-tower-chicago-street-name-obama-petition?utm_source=flipboard&amp;utm_content=topic%2Fcities">indy100</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/trump-could-be-humiliated-with-one-tiny-change-as-petition-gains-traction/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56532 -->

				
					
	<article id="post-56530" class="post-56530 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/viral-infection-found-to-trigger-parkinsons-brain-damage/" rel="bookmark">Viral Infection Found to Trigger Parkinson&#8217;s Brain&nbsp;Damage</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/viral-infection-found-to-trigger-parkinsons-brain-damage/" title="9.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T21:28:09-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/viral-infection-found-to-trigger-parkinsons-brain-damage/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://neurosciencenews.com/files/2026/06/viral-parkinsons-brain-neuroscienec.jpg" width="600" /></p>
<blockquote><p>
&#8216;In a new study, researchers successfully developed the first non-toxic animal model of Parkinson’s disease using a naturally occurring mouse pathogen called Theiler’s murine encephalomyelitis virus (TMEV).</p>
<p>The pilot study proves that a simple, transient viral infection can trigger the exact long-term brain damage, dopamine depletion, and physical walking disabilities observed in human Parkinson’s patients. The breakthrough provides structural proof for the long-held scientific theory that everyday viruses can serve as the hidden environmental fuse for late-life neurodegenerative diseases&#8230;.&#8217; (Neuroscience News via <b><a href="https://neurosciencenews.com/viral-infection-model-parkinsons-disease-30964/?utm_source=flipboard&amp;utm_content=NeuroscienceNew/magazine/Neuroscience+News">Neuroscience News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/viral-infection-found-to-trigger-parkinsons-brain-damage/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56530 -->

				
					
	<article id="post-56528" class="post-56528 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/is-trump-a-multigender-pedophile/" rel="bookmark">Is Trump a Multigender&nbsp;Pedophile?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/is-trump-a-multigender-pedophile/" title="9.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T21:03:05-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/is-trump-a-multigender-pedophile/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.dailykos.com/wp-content/uploads/sites/2/2026/06/AP26168531617342.jpg" width="600" /></p>
<blockquote><p>
&#8216;I have long had a hypothesis about one potential reason why Donald does not want the Epstein files released.</p>
<p>Yes, allegedly there is evidence in those files of his abuse of women and girls. However, I suspect that Trump would not suffer any consequences from the revelations of his actions with females. In fact, I suspect such a revelation would be defended and even admired by the MAGA cultists.</p>
<p>However, I’ve long had a hypothesis that the thing he does not want revealed is something that even the MAGAist of MAGAs would not forgive.</p>
<p>Suppose, hypothetically, the Epstein files include proof, even photos or videos, of Trump with other Men or even Boys? Suppose it’s not just recieving, but giving. What if the references to Don “Blowing Bubba” was not just a random insulting talk by Epstein?&#8230;&#8217; (#jtg via <b><a href="https://www.dailykos.com/stories/2026/6/29/800062622/community/is-trump-gay/?utm_source=flipboard&amp;utm_content=other">Daily Kos</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/is-trump-a-multigender-pedophile/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56528 -->

				
					
	<article id="post-56526" class="post-56526 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/trumps-empty-state-fair-eviscerated-after-embarrassing-typo/" rel="bookmark">Trump’s Empty State Fair Eviscerated After Embarrassing&nbsp;Typo</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/trumps-empty-state-fair-eviscerated-after-embarrassing-typo/" title="9.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T21:01:08-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/trumps-empty-state-fair-eviscerated-after-embarrassing-typo/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://s.yimg.com/lo/mysterio/api/7ff1fe612d2a727b9d6ae1360e60b54bee4417272942f41e083c66c017f7fcf0/lightyear_networkapi/resizefill_w960;quality_80;format_webp/https:%2F%2Fmedia.zenfs.com%2Fen%2Fthedailybeast.com%2F73ef1fa3f33964f3b8803779db50c3e2" width="600" /></p>
<blockquote><p>
&#8216;President Donald Trump&#8217;s failing Great American State Fair has suffered another public embarrassment.</p>
<p>The 16-day event on the National Mall was designed to kick off America&#8217;s 250th anniversary celebrations. However, Trump&#8217;s celebration continues to be plagued by bad luck, bad weather and bad attendance numbers.</p>
<p>Power cuts on day one of the State Fair saw ice cream in the food hall melt, while the Ferris wheel was also briefly out of action due to generator problems.</p>
<p>The drab weather has also made for a dreary spectacle. </p>
<p>On Friday, Vanilla Ice, the last artist standing among the string of musicians who axed playing concerts at the State Fair, had his show canceled due to &#8220;inclement weather.&#8221;</p>
<p>The elements also saw the State Fair temporarily closed on Sunday afternoon at around 2.00 p.m. However, a digital billboard alerting attendees featured an embarrassing typo in the name of the taxpayer-funded organization staging the event, adding bad spelling to their problems.</p>
<p>Stating that the fair had been postponed due to &#8220;severe weather&#8221; in reference to the extreme heat and rain in Washington, the billboard then told people to head to &#8220;Freeedom 250″ social media for more updates&#8230;.&#8217; (Cameron Adams via <b><a href="https://www.yahoo.com/news/us/articles/trump-empty-state-fair-eviscerated-021815002.html?soc_src=social-sh&amp;soc_trk=tw&amp;tsrc=twtr&amp;utm_source=flipboard&amp;utm_content=topic%2Flanguage&amp;guccounter=1&amp;guce_referrer=aHR0cHM6Ly9mbGlwYm9hcmQuY29tL3JlZGlyZWN0P3VybD1odHRwcyUzQSUyRiUyRnd3dy55YWhvby5jb20lMkZuZXdzJTJGdXMlMkZhcnRpY2xlcyUyRnRydW1wLWVtcHR5LXN0YXRlLWZhaXItZXZpc2NlcmF0ZWQtMDIxODE1MDAyLmh0bWwlM0Zzb2Nfc3JjJTNEc29jaWFsLXNoJTI2c29jX3RyayUzRHR3JTI2dHNyYyUzRHR3dHIlMjZ1dG1fc291cmNlJTNEZmxpcGJvYXJkJTI2dXRtX2NvbnRlbnQlM0R0b3BpYyUyNTJGbGFuZ3VhZ2Umdj12SEhHSE5zb1FrdGZ4bm9Ld2JCRXk5XzNhM0dyTXNXa1lLa01hdm9HTDBBQUFBR2ZGaFdackE&amp;guce_referrer_sig=AQAAABIjQrW6_mgxOI67G6b4837UDpHlJKOYPyNaIsDCKB3CAwWAsH-Cv5LVNHHduCrPlZWmB4fvIYbnzXkXltyO_oXYBxghjc_ESCy-A3lk3Y_LyVh3JobvkgxXDkB9P271MwnAECbCdKKUQ19iEjftt_gcsDeOkH_kTMdqNI1Go8Ux">Yahoo News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/trumps-empty-state-fair-eviscerated-after-embarrassing-typo/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56526 -->

				
					
	<article id="post-56524" class="post-56524 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/mammoth-structure-found-in-deep-space-challenges-our-understanding-of-the-universe/" rel="bookmark">Mammoth Structure Found in Deep Space Challenges Our Understanding of The&nbsp;Universe</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/mammoth-structure-found-in-deep-space-challenges-our-understanding-of-the-universe/" title="8.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T20:58:41-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/mammoth-structure-found-in-deep-space-challenges-our-understanding-of-the-universe/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.sciencealert.com/images/2024/01/big-ring.jpg" width="600" /></p>
<blockquote><p>
&#8216;A massive structure detected in the distant Universe is defying our understanding of how the Universe evolved.</p>
<p>In 2024, astronomers found a giant, almost perfect ring of galaxies, some 1.3 billion light-years in diameter.</p>
<p>Yes, you read that right. BILLION light-years.</p>
<p>It doesn&#8217;t match any known structure or formation mechanism.</p>
<p>The discovery, led by astronomer Alexia Lopez of the University of Central Lancashire, was presented at the 243rd meeting of the American Astronomical Society in 2024, and was published in the Journal of Cosmology and Astroparticle Physics.</p>
<p>The signal was picked up in light that has traveled for 6.9 billion years to reach us.</p>
<p>The existence of &#8216;The Big Ring&#8217;, as the structure has been named, could mean that we need to amend the standard model of cosmology&#8230;.&#8217; (Michelle Starr via <b><a href="https://www.sciencealert.com/impossible-structure-in-deep-space-challenges-our-understanding-of-the-universe?utm_source=flipboard&amp;utm_content=ScienceAlert/magazine/ScienceAlert">ScienceAlert</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/mammoth-structure-found-in-deep-space-challenges-our-understanding-of-the-universe/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56524 -->

				
					
	<article id="post-56522" class="post-56522 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/29/some-russian-soldiers-last-just-minutes-on-front-lines-against-ukraines-drones-military-bloggers-say/" rel="bookmark">Some Russian soldiers last just minutes on front lines against Ukraine&#8217;s drones, military bloggers&nbsp;say</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/29/some-russian-soldiers-last-just-minutes-on-front-lines-against-ukraines-drones-military-bloggers-say/" title="8.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-29T20:53:44-05:00">29 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/29/some-russian-soldiers-last-just-minutes-on-front-lines-against-ukraines-drones-military-bloggers-say/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://assets1.cbsnewsstatic.com/hub/i/r/2026/06/29/702002ee-c1a0-40c6-bb1c-8740945eaa66/thumbnail/1200x630/aaa9ddc17c818fb7ecf0bf7f396492f4/gettyimages-2273493548.jpg" width="600" /></p>
<blockquote><p>
&#8216;Once Russian soldiers reach certain parts of the front lines of the war in Ukraine, they can expect to live an average of just 20 to 35 minutes, according to a grim estimate by Russian military bloggers, cited by Oxford historian Peter Frankopan in a Foreign Policy report. CBS News has not independently verified the claim. But similar accounts are becoming increasingly common on Russian military channels, suggesting that more Russians are becoming aware of the war and its toll on their side — a toll Kremlin officials have long sought to shield from view&#8230;.&#8217; (Aidan  Stretch via <b><a href="https://www.cbsnews.com/news/russian-soldiers-killed-front-lines-ukraine-war-drones/?utm_source=flipboard&amp;utm_content=CBSNews/magazine/Latest+Headlines">CBS News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/29/some-russian-soldiers-last-just-minutes-on-front-lines-against-ukraines-drones-military-bloggers-say/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56522 -->

				
					
	<article id="post-56520" class="post-56520 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/opinion-president-narcissus-and-the-fetid-reflecting-pool/" rel="bookmark">Opinion: President Narcissus and the Fetid Reflecting&nbsp;Pool</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/opinion-president-narcissus-and-the-fetid-reflecting-pool/" title="4.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-27T16:41:24-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/opinion-president-narcissus-and-the-fetid-reflecting-pool/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/06/25/multimedia/24cottle-cgpv/24cottle-cgpv-facebookJumbo-v2.jpg" width="600" /></p>
<blockquote><p>
&#8216;Public service announcement for anyone planning to visit Washington in the immediate term: Steer clear of President Trump’s hot mess of a reflecting pool. Don’t dip a digit in its emerald water. Don’t play with its “American flag blue” strips of peeling paint. Don’t get too close to the federal workers struggling to repair this refurbishment from hell. In fact, maybe skip the landmark altogether, lest you, too, get cuffed and hauled off by the park police for allegedly desecrating the president’s most half-baked vanity project to date&#8230;.&#8217; (Michelle Cottle via <b><a href="https://www.nytimes.com/2026/06/24/opinion/trump-reflecting-pool-washington.html?unlocked_article_code=1.slA.et7A.as8zhTGWIn8H">The New York Times</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/opinion-president-narcissus-and-the-fetid-reflecting-pool/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56520 -->

				
					
	<article id="post-56518" class="post-56518 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/the-new-york-times/" rel="bookmark">How to protect your&nbsp;phone</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/the-new-york-times/" title="4.40 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-27T16:40:20-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/the-new-york-times/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://static01.nyt.com/images/2025/05/09/business/00techfix/00techfix-facebookJumbo.jpg?year=2025&amp;h=550&amp;w=1050&amp;s=dc9b2bed4440b2c14ee435dcce4c4feb232512bae20e09dc9b614d9defda19c7&amp;k=ZQJBKqZ0VN" alt="" style="width:600px;height:auto" /></figure>



<p class="has-text-align-center wp-block-paragraph"></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">
&#8216;I’m choosing to travel with what’s known as a burner phone because my personal device contains sensitive data that I don’t want others, particularly U.S. border protection officers, to search&#8230;.&#8217; (Brian X. Chen via <b><a href="https://www.nytimes.com/2025/04/30/technology/personaltech/travel-burner-phone-cbp.html?unlocked_article_code=1.tFA.laAl.He_6Za_wv0bi&amp;smid=url-share">The New York Times</a></b>)
</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/the-new-york-times/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56518 -->

				
					
	<article id="post-56516" class="post-56516 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/like-humans-mediterranean-sperm-whales-have-their-own-dialects/" rel="bookmark">Like Humans, Mediterranean Sperm Whales Have Their Own&nbsp;Dialects</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/like-humans-mediterranean-sperm-whales-have-their-own-dialects/" title="4.37 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-27T16:37:01-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/like-humans-mediterranean-sperm-whales-have-their-own-dialects/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://yale-threesixty.transforms.svdcdn.com/production/Mediterranean-Sperm-Whales_Pelagos.jpg?w=1200&amp;q=60&amp;auto=format&amp;fit=max&amp;dm=1782237726&amp;s=7ae56ec747cd9c4e4a7eecdbfc3a127d" width="600" /></p>
<blockquote><p>
&#8216;Much like human languages, the vocalizations of sperm whales evolve over time, as disparate populations of whales develop distinct dialects. A new study shows how an isolated population of sperm whales in the eastern Mediterranean developed its own dialect based on vocalizations used by other whales&#8230;.&#8217; (via <b><a href="https://e360.yale.edu/digest/sperm-whale-dialects">Yale E360</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/like-humans-mediterranean-sperm-whales-have-their-own-dialects/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56516 -->

				
					
	<article id="post-56514" class="post-56514 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/film-critic-and-movie-lover-david-thomson-regrets-what-they-have-done-to-america/" rel="bookmark">Film Critic and Movie Lover David Thomson Regrets What Movies Have Done to&nbsp;America</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/film-critic-and-movie-lover-david-thomson-regrets-what-they-have-done-to-america/" title="6.26 am" rel="bookmark"><time class="entry-date" datetime="2026-06-27T06:26:19-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/film-critic-and-movie-lover-david-thomson-regrets-what-they-have-done-to-america/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://static01.nyt.com/images/2026/06/25/multimedia/00TBR-THOMSON-MOVIES-bcqf/00TBR-THOMSON-MOVIES-bcqf-facebookJumbo.jpg" alt="" style="width:600px;height:auto" /></figure>



<p class="has-text-align-center wp-block-paragraph"></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">
&#8216;“A Sudden Flicker of Light” is subtitled “A Revisionist History of Movies,” and in it he describes himself as “someone who feels more than regret that over the decades he has given time to wondering which film was the greatest ever made, to distinguishing the auteurs and artists … and to treating the enterprise of darkness and light as if it honored society and history.”</p>



<p class="wp-block-paragraph">From the vantage point of a dystopian present in which “attention has become infernal, hopeless, yet unstoppable,” he chronicles how, under the spell of movies, “we let the lifelike distract us from life.” This isn’t an abstract, philosophical predicament; it’s a political crisis&#8230;.&#8217; (A.O. Scott via <b><a href="https://www.nytimes.com/2026/06/19/books/review/david-thomson-movies.html?unlocked_article_code=1.tFA.a89O.Mr_aBx-DeA_K&amp;smid=url-share">The New York Times</a></b>)
</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/film-critic-and-movie-lover-david-thomson-regrets-what-they-have-done-to-america/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56514 -->

				
					
	<article id="post-56512" class="post-56512 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/in-1971-two-campers-recorded-what-a-navy-linguist-calls-a-nonhuman-language-in-the-sierra-nevadas/" rel="bookmark">In 1971 two campers recorded what a Navy linguist calls a nonhuman language in the Sierra&nbsp;Nevadas</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/in-1971-two-campers-recorded-what-a-navy-linguist-calls-a-nonhuman-language-in-the-sierra-nevadas/" title="6.23 am" rel="bookmark"><time class="entry-date" datetime="2026-06-27T06:23:39-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/in-1971-two-campers-recorded-what-a-navy-linguist-calls-a-nonhuman-language-in-the-sierra-nevadas/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!sRNf!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F583ad8fe-d6fb-4f4f-a497-5a1975aafb9f_1200x900.jpeg" width="600" /></p>
<blockquote><p>
&#8216;In 1971, Ron Morehead and Al Berry set up camp in the Sierra Nevada mountains to record evidence of Bigfoot. Morehead was a believer. Berry was a skeptic looking to debunk a hoax. On the tape, the two can be heard whispering to each other before distant howls begin. They call back. More sounds follow — grunts, knocking, and a rapid-fire vocalization that Bigfoot enthusiasts have dubbed “samurai chatter” because it sounds like dialogue from old Japanese samurai films. The Sierra Sounds have been circulating among cryptozoology communities ever since.</p>
<p>Retired U.S. Navy cryptographic linguist Scott Nelson analyzed the recordings and concluded: “It is definitely a language, it is definitely not human in origin, and it could not have been faked.” No formal scientific study has ever been conducted on the tapes&#8230;.&#8217; (Ellsworth Toohey via <b><a href="https://premium.boingboing.net/p/in-1971-two-campers-recorded-what">Boing Boing</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/in-1971-two-campers-recorded-what-a-navy-linguist-calls-a-nonhuman-language-in-the-sierra-nevadas/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56512 -->

				
					
	<article id="post-56510" class="post-56510 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/how-to-see-the-giant-asteroid-that-will-pass-by-earth-this-weekend/" rel="bookmark">How to See the Giant Asteroid That Will Pass by Earth This&nbsp;Weekend</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/27/how-to-see-the-giant-asteroid-that-will-pass-by-earth-this-weekend/" title="6.21 am" rel="bookmark"><time class="entry-date" datetime="2026-06-27T06:21:04-05:00">27 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/27/how-to-see-the-giant-asteroid-that-will-pass-by-earth-this-weekend/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.wired.com/photos/6a3e91c52a254c7dcc47c3d6/191:100/w_1280,c_limit/GettyImages-160936161.jpg" width="600" /></p>
<blockquote><p>
&#8216;The asteroid will be visible for several nights from different parts of the world. We&#8217;ll tell you when and where to look, and what equipment you’ll need to spot it&#8230;.&#8217; (Jorge Garay via <b><a href="https://www.wired.com/story/how-to-see-1997-nc1-asteroid-pass-by-earth-this-weekend/">WIRED</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/27/how-to-see-the-giant-asteroid-that-will-pass-by-earth-this-weekend/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56510 -->

				
					
	<article id="post-56508" class="post-56508 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/26/these-may-be-the-15-greatest-images-of-the-universe-ever-taken/" rel="bookmark">These may be the 15 greatest images of the Universe ever&nbsp;taken</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/26/these-may-be-the-15-greatest-images-of-the-universe-ever-taken/" title="12.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-26T12:30:17-05:00">26 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/26/these-may-be-the-15-greatest-images-of-the-universe-ever-taken/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.sciencefocus.com/resources/content/6ab86ca8-b028-4715-93c8-27c92ae62f2a/32956f53-7ea8-4251-aaff-f8203962b5a7/0c4afeef-eb14-41ea-bf62-dd1d001427c8/heic1007a_LONG.jpg?preview=false&amp;platform=WEB&amp;deviceId=aaee0ed6-f60e-42be-ba54-2a7b511f9673&amp;w=1200" width="600" /></p>
<blockquote><p>
&#8216;From star‑forming pillars to colliding galaxies, Hubble’s most iconic images reveal how the universe is built, evolves and continues to surprise&#8230;&#8217; (Lily Watts via <b><a href="https://www.sciencefocus.com/space/hubble-space-universe-gallery">BBC Science Focus Magazine</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/26/these-may-be-the-15-greatest-images-of-the-universe-ever-taken/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56508 -->

				
					
	<article id="post-56506" class="post-56506 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/26/grandpa-pudding-brains-pens-backstory-for-nefarious-reflecting-pool-vandal/" rel="bookmark">Grandpa Pudding Brains pens backstory for nefarious Reflecting Pool&nbsp;vandal</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/26/grandpa-pudding-brains-pens-backstory-for-nefarious-reflecting-pool-vandal/" title="12.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-26T12:26:53-05:00">26 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/26/grandpa-pudding-brains-pens-backstory-for-nefarious-reflecting-pool-vandal/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!3ohX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8a6696f7-7856-4174-9b75-1b8e26912ec7_930x847.jpeg" width="600" /></p>
<blockquote><p>
&#8216;The Orange Menace’s newly renovated Reflecting Pool turned green, peeled apart, and became a national monument to contractor-grade grift, so naturally, Trump has identified the real villain: an alleged Hillary-Biden-ActBlue pool saboteur.</p>
<p>This is the thing Donholio does when reality is too small for him. The Reflecting Pool did not merely have a botched renovation. It could not simply be a blue-painted algae slurry brought to you by haste, vanity, and some extremely lucky “no-bid” contractors. No, it needed lore. It needed a motive. It needed a Democratic NPC with a backstory, a donation history, and presumably dramatic underwater knife skills that undermine patriotism itself.</p>
<p>The simplest explanation is usually correct, unless you are Trump, in which case the simplest explanation is that Joe Biden personally radicalized a canoeist&#8230;.&#8217; (Jason Weisberger via <b><a href="https://premium.boingboing.net/p/grandpa-pudding-brains-pens-backstory">Boing Boing</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/26/grandpa-pudding-brains-pens-backstory-for-nefarious-reflecting-pool-vandal/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56506 -->

				
					
	<article id="post-56504" class="post-56504 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/trumps-pathetic-rally-shows-just-how-washed-he-is/" rel="bookmark">Trump’s pathetic rally shows just how washed he&nbsp;is</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/trumps-pathetic-rally-shows-just-how-washed-he-is/" title="9.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T21:08:50-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/trumps-pathetic-rally-shows-just-how-washed-he-is/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.dailykos.com/wp-content/uploads/sites/2/2026/06/AP26175846918977.jpg?w=1024" width="600" /></p>
<blockquote><p>
&#8216;Were you thrumming with anticipation for last night’s big Freedom 250 rally, checking your local TV listings to make sure you wouldn’t miss a moment of FBI Director Kash Patel’s pretend country star girlfriend bellowing out the national anthem?</p>
<p>Of course not, because no one watched this thing. Hell, no one even attended this thing. Even The Washington Post, which keeps kissing President Donald Trump’s ass, couldn’t spin this.</p>
<p>“The crowd thinly covered an area about the length of the National Museum of American History, smaller than some summer outdoor movie screenings,” it reported&#8230;.&#8217; (Lisa Needham via <b><a href="https://www.dailykos.com/stories/2026/6/25/800060795/whitehouse/trumps-freedom-250-rally/?utm_source=flipboard&amp;utm_content=topic%2Ffbi">Daily Kos</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/trumps-pathetic-rally-shows-just-how-washed-he-is/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56504 -->

				
					
	<article id="post-56502" class="post-56502 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/the-meltdown/" rel="bookmark">The Meltdown</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/the-meltdown/" title="9.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T21:06:10-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/the-meltdown/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/bM1ururXVAA5O-3OcpP_Gma_Y-c=/0x61:2876x1559/1200x625/media/img/mt/2026/06/2026_06_25_The_Chaotic_President/original.jpg" width="600" /></p>
<blockquote><p>
&#8216;Adesultory, grievance-filled speech on what should have been a joyous occasion. The last-minute cancellation of a rare bipartisan bill signing in favor of yet another push for doomed, unpopular legislation. A loud confrontation with members of his own party followed by sneering remarks about some of the nation’s oldest allies. And a nonsensical accusation that, if we have it right, blames the algae-filled Lincoln Memorial Reflecting Pool not on his rushed renovations but on knife-wielding vandals … and maybe Barack Obama.</p>
<p>And that was just yesterday&#8230;.&#8217; (Jonathan Lemire via <b><a href="https://www.theatlantic.com/politics/2026/06/trump-congress-iran-midterms/687704/?utm_medium=offsite&amp;utm_source=flipboard&amp;utm_campaign=all">The Atlantic</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/the-meltdown/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56502 -->

				
					
	<article id="post-56500" class="post-56500 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/even-qanon-hates-trump-now/" rel="bookmark">Even QAnon Hates Trump&nbsp;Now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/even-qanon-hates-trump-now/" title="8.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T20:18:28-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/even-qanon-hates-trump-now/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!nwcR!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7bcdecc-2ed6-4127-ae86-051da4d8b03b_3000x2000.jpeg" width="600" /></p>
<blockquote><p>
&#8216;“We’re done being treated like shit.”&#8230;&#8217; (Will Sommer via <b><a href="https://www.thebulwark.com/p/even-qanon-hates-trump-now?utm_source=flipboard&amp;utm_content=flipboard%2Fmagazine%2F104T%2BHOLDING%2BPEN">The Bulwark</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/even-qanon-hates-trump-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56500 -->

				
					
	<article id="post-56498" class="post-56498 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/scientists-may-have-identified-the-precise-neurological-moment-at-which-human-consciousness-stops-and-what-precedes-it/" rel="bookmark">Scientists May Have Identified the Precise Neurological Moment at Which Human Consciousness Stops &#8211; And What Precedes&nbsp;It</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/scientists-may-have-identified-the-precise-neurological-moment-at-which-human-consciousness-stops-and-what-precedes-it/" title="8.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T20:16:07-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/scientists-may-have-identified-the-precise-neurological-moment-at-which-human-consciousness-stops-and-what-precedes-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://discoverwildscience.com/wp-content/uploads/2026/06/1782369834610_pexels-photo-7089011.jpeg" width="600" /></p>
<blockquote><p>
&#8216;There is a quietly shocking idea emerging from modern neuroscience: the end of consciousness might not be a slow fade to black, but a sharply timed neurological event. Not just a vague moment when “the lights go out,” but a measurable shift in brain activity that marks the final instant when subjective experience is still happening. It sounds almost sci‑fi, yet it is grounded in real operating rooms, EEG traces, and patients hovering at the edge of anesthesia or even death.</p>
<p>What makes this even more gripping is what appears to happen right before that cutoff: brief surges of highly organized brain activity, strange patterns that look less like shutdown and more like an intense last burst. Are these patterns connected to the final fragments of awareness, or are they just the nervous system’s last mechanical twitches? Scientists are not all in agreement, but the clues they are uncovering are starting to narrow down both the timing and the texture of our final conscious moments&#8230;.&#8217; (Sameen David via <b><a href="https://discoverwildscience.com/scientists-may-have-identified-the-precise-neurological-moment-at-which-human-consciousness-stops-and-what-precedes-it-1-406913/?utm_source=flipboard&amp;utm_content=topic/science">discoverwildscience</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/scientists-may-have-identified-the-precise-neurological-moment-at-which-human-consciousness-stops-and-what-precedes-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56498 -->

				
					
	<article id="post-56496" class="post-56496 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/weve-mostly-been-ignoring-it/" rel="bookmark">“We’ve Mostly Been Ignoring&nbsp;It”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/weve-mostly-been-ignoring-it/" title="8.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T20:04:51-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/weve-mostly-been-ignoring-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.buzzfeed.com/buzzfeed-static/static/2026-06/22/21/thumb/R1PIX06gV.jpg?crop=4810:2518;0,380%26downsize=1250:*" width="600" /></p>
<blockquote><p>
&#8216;People Are Convinced These 30 Catastrophic Events Could Reshape Society Over The Next 10 Years, And Their Reasoning Is Terrifyingly Valid. “Society is absolutely not psychologically or legally prepared for that level of epistemic chaos.”&#8230;&#8217; (Lily Grossinger via <b><a href="https://www.buzzfeed.com/lily_grossinger/catastrophic-future-predictions?utm_source=flipboard&amp;utm_content=topic%2Ftechnology">BuzzFeed</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/weve-mostly-been-ignoring-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56496 -->

				
					
	<article id="post-56494" class="post-56494 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/25/tulsi-gabbard-was-in-more-than-one-cult/" rel="bookmark">Tulsi Gabbard was in more than one&nbsp;cult</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/25/tulsi-gabbard-was-in-more-than-one-cult/" title="7.56 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-25T19:56:40-05:00">25 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/25/tulsi-gabbard-was-in-more-than-one-cult/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.salon.com/app/uploads/2026/04/tulsi-gabbard-GettyImages-2267382987.jpg" width="600" /></p>
<blockquote><p>
&#8216;The former director of national intelligence — and MAGA member — allegedly took orders on politics from her guru&#8230;&#8217; (Heather Digby Parton via <b><a href="https://www.salon.com/2026/06/25/tulsi-gabbard-was-in-more-than-one-cult/?utm_source=flipboard&amp;utm_content=topic%2Frights">Salon.com</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/25/tulsi-gabbard-was-in-more-than-one-cult/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56494 -->

				
					
	<article id="post-56492" class="post-56492 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/24/quebec-town-recognizes-trees-as-living-beings-with-rights/" rel="bookmark">Quebec town recognizes trees as living beings with&nbsp;rights</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/24/quebec-town-recognizes-trees-as-living-beings-with-rights/" title="10.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-24T22:05:40-05:00">24 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/24/quebec-town-recognizes-trees-as-living-beings-with-rights/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://i.cbc.ca/ais/3130066c-279a-4d0c-af51-2d594b78680f,1782062951783/full/max/0/default.jpg?im=Crop%2Crect%3D%280%2C411%2C3500%2C1968%29%3BResize%3D620" alt="" style="width:600px;height:auto" /></figure>



<div style="text-align:center">

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Terrasse-Vaudreuil 1st municipality in Canada to sign on to Universal Declaration of the Rights of the Tree…&#8217;  ( via <strong><a href="https://www.cbc.ca/news/canada/montreal/terrasse-vaudreil-quebec-tree-rights-9.7243634">CBC News</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/24/quebec-town-recognizes-trees-as-living-beings-with-rights/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56492 -->

				
					
	<article id="post-56490" class="post-56490 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/24/experts-fear-trump-has-turned-reflecting-pool-into-a-giant-duck-death-trap/" rel="bookmark">Experts Fear Trump Has Turned Reflecting Pool Into a &#8216;Giant Duck Death&nbsp;Trap&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/24/experts-fear-trump-has-turned-reflecting-pool-into-a-giant-duck-death-trap/" title="8.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-24T20:26:57-05:00">24 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/24/experts-fear-trump-has-turned-reflecting-pool-into-a-giant-duck-death-trap/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.commondreams.org/media-library/image.jpg?id=67021225&amp;width=1200&amp;height=600&amp;coordinates=0%2C85%2C0%2C86" width="600" /></p>
<blockquote><p>
&#8216;“Instead of letting this administration’s bizarre boondoggle keep killing innocent ducks, I hope the Fish and Wildlife Service steps in to do its job,” said one critic&#8230;.&#8217; (brad-reed via <b><a href="https://www.commondreams.org/news/trump-pool-dead-ducks?utm_source=flipboard&amp;utm_content=topic%2Fwildlife">Common Dreams</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/24/experts-fear-trump-has-turned-reflecting-pool-into-a-giant-duck-death-trap/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56490 -->

				
					
	<article id="post-56488" class="post-56488 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/24/the-universe-might-be-teeming-with-consciousness/" rel="bookmark">The Universe Might Be Teeming With&nbsp;Consciousness</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/24/the-universe-might-be-teeming-with-consciousness/" title="8.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-24T20:08:07-05:00">24 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/24/the-universe-might-be-teeming-with-consciousness/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://hips.hearstapps.com/hmg-prod/images/d8cf2e64-5533-47e2-91f3-1307cd5b4c04.jpeg?crop=1xw:0.375xh;0xw,0.219xh&amp;resize=1200:*" width="600" /></p>
<blockquote><p>
&#8216;Life-forms made of stuff we couldn’t imagine may still be as conscious as we are&#8230;.&#8217; (Elizabeth Rayne via <b><a href="https://www.popularmechanics.com/science/a71626590/consciousness-may-exist-in-radically-different-forms/?utm_source=flipboard&amp;utm_content=other">Popular Mechanics</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/24/the-universe-might-be-teeming-with-consciousness/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56488 -->

				
					
	<article id="post-56486" class="post-56486 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/24/the-supreme-courts-next-rulings-could-set-trump-off/" rel="bookmark">The Supreme Court’s next rulings could set Trump&nbsp;off</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/24/the-supreme-courts-next-rulings-could-set-trump-off/" title="8.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-24T20:06:18-05:00">24 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/24/the-supreme-courts-next-rulings-could-set-trump-off/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.politico.com/dims4/default/resize/1200/quality/90/format/jpg?url=https%3A%2F%2Fstatic.politico.com%2F61%2Fcc%2F65d1ed444b52a36f1de259ffce8e%2Fu-s-congress-12733.jpg" width="600" /></p>
<blockquote><p>
&#8216;As President Donald Trump prepares to launch his big America 250 celebration, the Supreme Court is about to unfurl its own annual fireworks barrage: the fusillade of decisions the justices fire off in late June before they head out of town for the summer.</p>
<p>Trump’s relationship with the high court has been strained in recent months, particularly in the wake of the court’s 6-3 ruling knocking out the central pillar of Trump’s signature tariff policy.</p>
<p>Now, Trump is staring down a high likelihood of defeat on another issue key to his political agenda: his attempt to end the nation’s century-long tradition of granting citizenship to almost everyone born on U.S. soil. Trump, who underscored his interest in the birthright issue by taking the unprecedented step of showing up in-person for the high court’s arguments on it in April, seems resigned to losing. He said on Truth Social last month that the justices would “probably” rule against his policy because the court system is “rigged.”</p>
<p>It seems wise to expect a presidential outburst against the justices if that case goes as he expects.</p>
<p>The justices are also expected to hand down a ruling on another issue near and dear to Trump: whether mail-in ballots that arrive after Election Day can be counted. Trump has, without proof, repeatedly tied the practice to fraud, most recently in California’s primary contests. It’s not clear where the justices will come out on this case, which Trump initiated and could result in late-arriving ballots being thrown out in about 30 states that currently count them&#8230;.&#8217; (Josh Gerstein via <b><a href="https://www.politico.com/news/2026/06/24/supreme-court-decisions-donald-trump-00974582?utm_source=flipboard&amp;utm_content=politico/magazine/Politics">POLITICO</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/24/the-supreme-courts-next-rulings-could-set-trump-off/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56486 -->

				
					
	<article id="post-56484" class="post-56484 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/23/is-bug-spray-safe-for-dogs-what-to-know-to-keep-pups-safe/" rel="bookmark">Is Bug Spray Safe for Dogs? What to Know to Keep Pups&nbsp;Safe.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/23/is-bug-spray-safe-for-dogs-what-to-know-to-keep-pups-safe/" title="8.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-23T20:04:57-05:00">23 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/23/is-bug-spray-safe-for-dogs-what-to-know-to-keep-pups-safe/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.outsideonline.com/wp-content/uploads/2026/06/GettyImages-1507966465.jpg" width="600" /></p>
<blockquote><p>
&#8216;Summer is prime for dog-friendly outdoor adventures, from hiking scenic trails to spending evenings along the river. But warmer weather also brings with it a less adorable companion: mosquitoes. Just like humans need bug spray before heading out into skeeter country, our furry friends can also benefit from using insect repellent.</p>
<p>Itchy bites aside, these pesky insects also pose a threat to dogs by transmitting heartworm disease—a potentially serious, even deadly, condition&#8230;.</p>
<p>“Never apply human insect repellent products like DEET on your dogs; these products can be toxic if ingested, and it’s no secret that most dogs like to lick their fur and paws,” Montgomery said&#8230;&#8217; (Madison Dapcevich via <b><a href="https://www.outsideonline.com/outdoor-adventure/environment/safe-bug-spray-for-dogs/?utm_term=ool&amp;utm_campaign=ool-dispatch&amp;utm_medium=email&amp;_hsenc=p2ANqtz-8sA5ZOTzbTNgQ-RwwkKPIkqMKwKu4r23hB1O8qPb5tF5xbRiexhIzh1oRAGxknOhqGyVaaQ16BUoPG3PZdaUw81_G8Yg&amp;_hsmi=425222188&amp;utm_source=newsletter">Outside</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/23/is-bug-spray-safe-for-dogs-what-to-know-to-keep-pups-safe/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56484 -->

				
					
	<article id="post-56482" class="post-56482 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/23/why-40-per-cent-of-people-are-avoiding-the-news-according-to-a-psychologist/" rel="bookmark">Why 40 per cent of people are avoiding the news, according to a&nbsp;psychologist</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/23/why-40-per-cent-of-people-are-avoiding-the-news-according-to-a-psychologist/" title="8.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-23T20:01:21-05:00">23 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/23/why-40-per-cent-of-people-are-avoiding-the-news-according-to-a-psychologist/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://images.theconversation.com/files/737690/original/file-20260522-71-70mjn9.jpg?ixlib=rb-4.1.0&amp;rect=0%2C68%2C6979%2C3489&amp;q=45&amp;auto=format&amp;w=1356&amp;h=668&amp;fit=crop" width="600" /></p>
<blockquote><p>
&#8216;Long before smartphones or even the printing press, our cognitive architecture was shaped by a single problem: stay alive long enough to reproduce. Our ancestors whose attention drifted past the rustle in the grass left fewer descendants than those who froze, looked and listened.</p>
<p>The brain that paid attention to threats was the brain that survived.</p>
<p>This is the foundation of what psychologists call the negativity bias, one of the most replicated findings in cognitive science. Across decades of research, the human mind has been shown to weigh negative information more heavily than positive, attend to it faster and remember it longer.</p>
<p>A predator nearby mattered more than a beautiful sunset. The cost of missing a real threat was death, while the cost of overreacting was a few minutes of wasted vigilance. The asymmetry made this bias adaptive.</p>
<p>Here is the problem: the human brain has not changed since then. We are the same species as we were thousands of years ago. What’s changed is the size of the world it’s asked to scan for threats&#8230;.&#8217; (Ali Jasemi via <b><a href="https://theconversation.com/why-40-per-cent-of-people-are-avoiding-the-news-according-to-a-psychologist-282023">The Conversation</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/23/why-40-per-cent-of-people-are-avoiding-the-news-according-to-a-psychologist/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56482 -->

				
					
	<article id="post-56480" class="post-56480 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/23/senate-votes-to-limit-trumps-iran-war-powers-in-rare-rebuke/" rel="bookmark">Senate votes to limit Trump’s Iran war powers in rare&nbsp;rebuke</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/23/senate-votes-to-limit-trumps-iran-war-powers-in-rare-rebuke/" title="7.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-23T19:55:45-05:00">23 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/23/senate-votes-to-limit-trumps-iran-war-powers-in-rare-rebuke/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.cnn.com/api/v1/images/stellar/prod/2026-06-18t132850z-1218256325-rc2dwlavuhdy-rtrmadp-3-usa-congress.jpg?c=16x9&amp;q=w_800,c_fill" width="600" /></p>
<blockquote><p>
&#8216;The Senate adopted a resolution on Tuesday directing the president to remove military forces from the conflict with Iran, a significant rebuke to Donald Trump and a strong message that the war lacks support in Congress&#8230;.&#8217; (Morgan Rimmer via <b><a href="https://www.cnn.com/2026/06/23/politics/senate-iran-war-powers-vote?utm_source=cnn_Breaking+News&amp;utm_medium=email&amp;bt_ee=lk8awybcoCNfz3bZxDWGJDFmns5%2FtuPPFMOfV8tru%2F0OYkYMCvPw4pQ2vGLA6cqA&amp;bt_ts=1782244462011">CNN</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/23/senate-votes-to-limit-trumps-iran-war-powers-in-rare-rebuke/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56480 -->

				
					
	<article id="post-56478" class="post-56478 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/23/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-experimental-obesity-drug/" rel="bookmark">Trump may be mystery patient in odd case of 79yo getting experimental obesity&nbsp;drug</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/23/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-experimental-obesity-drug/" title="1.36 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-23T13:36:35-05:00">23 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/23/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-experimental-obesity-drug/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://cdn.arstechnica.net/wp-content/uploads/2026/06/GettyImages-2244838922-1152x648.jpg" width="600" /></p>
<blockquote><p>
&#8216;In an extremely odd case, a single 79-year-old patient was granted early access to Eli Lilly’s powerful, still-experimental obesity drug retatrutide through the Food and Drug Administration’s “compassionate use” program—raising immediate questions if that sole patient is President Donald Trump, according to a report by Stat News.</p>
<p>Lilly’s retatrutide is a highly anticipated next-generation obesity drug that targets GIP and glucagon hormones in addition to GLP-1. It is currently in late-stage trials to treat obesity, diabetes, sleep apnea, and other conditions. Data from a Phase 3 trial that Lilly released in May indicates that patients with obesity (but without diabetes) who took the drug for 80 weeks lost 28 percent of their weight, an amount comparable to bariatric surgery&#8230;.&#8217; (Beth Mole via <b><a href="https://arstechnica.com/health/2026/06/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-experimental-obesity-drug/">Ars Technica</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/23/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-experimental-obesity-drug/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56478 -->

				
					
	<article id="post-56476" class="post-56476 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/23/a-chilling-list-of-propaganda-tricks-and-techniques-used-to-keep-people-in-line/" rel="bookmark">A Chilling List of Propaganda Tricks and Techniques Used to Keep People in&nbsp;Line</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/23/a-chilling-list-of-propaganda-tricks-and-techniques-used-to-keep-people-in-line/" title="1.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-23T13:27:11-05:00">23 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/23/a-chilling-list-of-propaganda-tricks-and-techniques-used-to-keep-people-in-line/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://laughingsquid.com/wp-content/uploads/2026/06/Propaganda-Tricks.jpg" width="600" /></p>
<blockquote><p>
&#8216;Andreas Schellenberg and Suryansh Agnivanshi of Everything Explainer compiled a rather chilling list of effective propaganda tricks used to keep people in line and quell resistance. Included in this sadly familiar list are fear, dehumanization, scapegoating, whataboutism, name-calling, emotional appeal, and glittering generalities&#8230;.&#8217; (Lori Dorn via <b><a href="https://laughingsquid.com/propaganda-techniques/">Laughing Squid</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/23/a-chilling-list-of-propaganda-tricks-and-techniques-used-to-keep-people-in-line/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56476 -->

				
					
	<article id="post-56474" class="post-56474 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/21/fox-news-viewers-furious-after-donald-trump-threatens-abc-reporter-over-reflecting-pool-fiasco/" rel="bookmark">Fox News viewers furious after Donald Trump threatens ABC reporter over Reflecting Pool&nbsp;fiasco</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/21/fox-news-viewers-furious-after-donald-trump-threatens-abc-reporter-over-reflecting-pool-fiasco/" title="8.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-21T20:19:05-05:00">21 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/21/fox-news-viewers-furious-after-donald-trump-threatens-abc-reporter-over-reflecting-pool-fiasco/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://i2-prod.themirror.com/article1898906.ece/ALTERNATES/s1200d/1_President-Trump-Holds-Swearing-In-Ceremony-For-Interim-US-Attorney-For-DC-Jeanine-Pirro.jpg" width="600" /></p>
<blockquote><p>
&#8216;What kind of justice will Donald Trump face for vandalizing the White House by demolishing an entire wing for a ballroom and using the front lawn for white trash backyard brawls?&#8221; as another wrote, &#8220;And yet not a single pedophile from the Epstein files has been charged. Priorities are monuments not people.&#8221;&#8230;&#8217; (Ayeesha Walsh via <b><a href="https://www.themirror.com/entertainment/tv/fox-news-donald-trump-threats-1898933?utm_source=flipboard&amp;utm_content=topic%2Fepsteinfiles">The Mirror US</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/21/fox-news-viewers-furious-after-donald-trump-threatens-abc-reporter-over-reflecting-pool-fiasco/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56474 -->

				
					
	<article id="post-56470" class="post-56470 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/21/happy-litha-5/" rel="bookmark">Happy Litha!</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/21/happy-litha-5/" title="7.16 am" rel="bookmark"><time class="entry-date" datetime="2026-06-21T07:16:43-05:00">21 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/21/happy-litha-5/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://cdn-web-main.bibliocms.com/wp-content/uploads/sites/30/2019/06/midsummer-142476_1280-300x200.jpg" width="600" /></p>
<blockquote><p>
&#8216;Litha is a pagan holiday; one of their eight sabbats during the year. Litha (also known as Midsummer) occurs on the summer solstice, and celebrates the beginning of summer. The traditions of Litha appear to be borrowed from many cultures. Most ancient cultures celebrated the summer solstice in some way. The Celts celebrated Litha with hilltop bonfires and dancing. Many people attempted to jump over or through the bonfires for good luck.</p>
<p>Other European traditions included setting large wheels on fire, and rolling them down a hill into a body of water. The summer solstice is the longest day of the year, and in some traditions, Litha is when a battle between light and dark takes place. In this battle, the Oak King and the Holly King battle for control. During each solstice, they battle for power, and the balance shifts. The Oak King, who represents daylight, rules from the winter solstice (Yule) to Litha. During this time, the days steadily get longer. However, during Litha, the Holly King wins this battle, and the days get steadily darker until Yule.</p>
<p>For modern day pagans, Litha is a day of inner power and brightness. Some people find a quiet spot and meditate about the light and dark forces in their world. Some other observers, particularly those with children, celebrate this holiday outside. Lastly, some observers choose to observe Litha more traditionally, and they would hold a fire ritual. This might include a large bonfire, or a small fire in a fire-safe pot in one’s house. Litha is also considered a good time to practice love magic or get married. The pagan version of this ceremony is called handfasting, and it includes many of the same practices one might find at a wedding&#8230;.&#8217; (Dhruti Bhagat via <b><a href="https://www.bpl.org/blogs/post/the-origins-and-practices-of-litha/">bpl.org</a></b>)
</p></blockquote>
<p> </p>
<blockquote><p>
&#8216;What is the Summer Solstice?</p>
<p>The Summer Solstice takes place between June 20-23 in the Northern Hemisphere. It is the longest day of the year, occurring when the sun reaches the highest point in the sky. This day marks the beginning of summer with the sun at its fullest power. After the solstice, the days will begin to grow shorter.</p>
<p>What is Litha?</p>
<p>Litha, also known as Midsummer, is the pagan holiday honoring the sun and fire. Pagan celebrations during this holiday have themes of strength, growth, success and wealth. Litha also celebrates the abundance of nature and honors sacred bodies of water. The symbols of Litha are the sun, roses, sunflowers, honeybees, lightning bugs, sand and water. The colors of this holiday include yellow, green, gold and red.</p>
<p>Ways to Celebrate</p>
<p>Greet the Dawn</p>
<p>Many traditions greet the rising sun the morning of the summer solstice. Set your alarm to wake up with the sunrise. If possible, spend a few moments outside to soak up the sun. Take in the energy of Litha while reading or repeating these affirmations:</p>
<p>“I am as strong and energetic as the summer sun. I believe in myself and what I am capable of doing.”</p>
<p>“I deserve to feel happiness, contentment and joy in what I have and what I have done.”</p>
<p>“I am filled with light, moving in the direction I need to move, and following the path I am meant to walk.”</p>
<p>Bonfire Gathering</p>
<p>Traditional celebrations included large bonfires, usually on the sundown of Midsummer’s Eve. Bonfires are a great activity to gather friends or family. You can tell stories, roast marshmallows, or dance around the fire. Write down an obstacle or problem on a piece of paper and surrender your problem to the flames.</p>
<p>If you don’t have a safe place to make a bonfire, you can substitute with candles, sparklers, battery-powered candles, or even an image of a fire. Remember to practice fire safety—never leave a fire or candle unattended, keep water nearby, and make sure to keep a safe distance from the flames.</p>
<p>Day at the Beach</p>
<p>Some pagan traditions included traveling to sacred wells or other bodies of water on the day of the solstice. This was a time for healing and to honor the gift of water.</p>
<p>We are lucky in Michigan to be surrounded by lakes. Honor the gift of water by taking a day trip to a beach with friends or family. Pack a lunch with fresh fruits and vegetables. Play beach games including ring toss, volleyball or frisbee. Cool off by jumping and swimming in the water. Take time to relax by soaking up the sun or reading a book.</p>
<p>If you can’t make it to the beach, bring the beach to your home. Soak up the sun outside and cool off in a sprinkler or with a water balloon fight. Listen to summer-themed music while playing traditional beach games. No matter what you choose to do, take this time to have fun with family or friends.</p>
<p>Faerie Magic</p>
<p>Litha is the perfect time for faerie magic, as the veil between our world and the faerie world is thin. Faeries or the Fae Folk are mythical beings that exist in a variety of different cultures. There are many different types of faeries including brownies, pixies, leprechauns, elves, devas and gnomes. Faeries are typically tricksters, so be careful what you ask for.</p>
<p>Firefly Wish: Fireflies are a symbol of faeries and fire. Gently catch a firefly on your finger. Make a wish and gently blow the firefly away into the night.</p>
<p>Faerie Picnic: Faeries are said to be drawn to sweet things, including food. Pack a picnic with faerie-themed treats including honey, milk, cake, cookies or bread. Find a quiet spot in nature to enjoy your faerie treats.</p>
<p>Daisy Fortune: Use a daisy to determine if your crush loves you or not. Pick a flower, preferably a daisy, and hold it in one hand. Pull off one petal at a time, saying “they love me” or “they love me not,” with each petal. The last petal pulled off will determine if your crush loves you&#8230;.&#8217; (CPL Teens via <b><a href="https://www.cantonpl.org/blogs/post/celebrate-the-summer-solstice/">cantonpl.org</a></b>)
</p></blockquote>
<p> </p>
<h3> </h3>
<p style="text-align: center"><img src="https://nt.global.ssl.fastly.net/binaries/content/gallery/website/national/regions/nottinghamshire-lincolnshire/places/gunby-estate-hall-and-gardens/library/built-heritage-history-and-collections/pixies-dancing-in-a-ring-by-the-firelight-painting-gunby-hall-lincolnshire-1001379.jpg?auto=webp&amp;width=767&amp;crop=16:9&amp;dpr=2%202x" width="600" /></p>
<p> </p>
<p>In an 1855 oil painting from Gunby Hall, Lincolnshire, Scottish painter William Bell Scott depicts pixies dancing by firelight. In a letter that Scott wrote in 1886, he described the painting as showing ‘fairies dancing before a great dying kitchen fire…at a Haunted House on Midsummer’s Eve.’</p>
<blockquote><p>
Origins of the summer solstice</p>
<p>In Northern and Central European Neolithic cultures, the summer solstice may have been related to timings of crop cycles. It was typically marked by Celtic, Slavic and Germanic people by lighting bonfires, intended to boost the sun’s strength for the remainder of the crop season and ensure a healthy harvest.</p>
<p>The solstice sits within a wider celestial framework, complemented by seasonal equinoxes marking spring and autumn as well as daily, monthly and annual cycles.</p>
<p>Stone circles</p>
<p>Many Neolithic stone circles appear to have been built around the movement of the sun at solstices. Because there are no written accounts from the time, it’s difficult to be definitive about their exact purpose. However, stones appear to be carefully positioned to align with the sun’s movements, framing solar motion on summer and winter solstices. Stones that were placed at the axis of a particular solstice were even shaped with hammerstones to frame the sunrise for those standing in the centre of the circle.</p>
<p>Summer solstice and Midsummer’s Day</p>
<p>Though it might seem that the middle of summer would naturally fall on the longest day of the year, the summer solstice and Midsummer’s Day are distinct events, normally a few days apart between 20 and 24 June. The difference is thought to stem from variations in the Julian and Gregorian calendars.</p>
<p>Midsummer traditions</p>
<p>The longest day has been marked in different ways over the years and has its own set of customs. Some are based on practical needs. Others originate from spiritual and superstitious beliefs.</p>
<p>Bonfires</p>
<p>Lighting and jumping over bonfires on Midsummer’s Eve dates back to pre-Christian pagan customs. It was thought to keep demons away and bring good luck to lovers.</p>
<p>Viking customs</p>
<p>The solstice was particularly important in Nordic communities, where seasonal changes in sunlight are dramatic. The Vikings used the long days to maximise their productivity by hunting, settling disputes and conducting raids.</p>
<p>Christian festivals</p>
<p>After the Christian Church was established, solstice celebrations were combined with St John’s Day, commemorating St John the Baptist. In the 19th century, Christians used St John’s Day to act out the baptisms of children who had died as ‘pagans’.</p>
<p>Pixies dancing in a Ring by the Firelight painting by William Bell Scott at Gunby Hall, Lincolnshire | © National Trust Images</p>
<p>Depictions of midsummer magic</p>
<p>Mysticism and magic are a common theme in midsummer folklore across the world as well as in the UK. Magic was thought to be strongest during the summer solstice and myths told of the world turning upside down or the sun standing still at midsummer&#8230;&#8217; (via <b><a href="https://www.nationaltrust.org.uk/discover/history/history-of-summer-solstice-traditions">National Trust</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/21/happy-litha-5/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56470 -->

				
					
	<article id="post-56468" class="post-56468 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/21/the-prehistoric-psychopath/" rel="bookmark">The prehistoric psychopath</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/21/the-prehistoric-psychopath/" title="7.13 am" rel="bookmark"><time class="entry-date" datetime="2026-06-21T07:13:39-05:00">21 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/21/the-prehistoric-psychopath/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://worksinprogress.co/wip-image/uploads/2025/03/Killer-instinct-1.png" width="600" /></p>
<blockquote><p>
&#8216;Comprehensive new research has emerged with much more archaeological data on violence in prehistory. Analysis indicates that prehistoric hunter gatherers were considerably less violent than is commonly believed. This finding also seems to be borne out by ethnographic data on modern hunter gatherers with lifestyles relatively similar to their prehistoric ancestors.</p>
<p>Hunter gatherers were not non-violent noble savages by any stretch of the imagination. They were relatively violent when compared with modern standards and even when compared with rates of violence experienced by other primates and mammals in general. However, we think this is primarily because human conflict is so lethal, not because it happens so often. On the contrary, hunter gatherers typically exhibit non-violent norms, with amoral and atypical sociopaths accounting for a disproportionate share of violence, just as in our own societies today.</p>
<p>Understanding this matters. Our extraordinary capacity to inflict lethal violence on each other is normally held in restraint by the natural aversion most people have to violence. If we fail to cooperate, we are vulnerable to falling into vicious cycles of violence that don’t benefit anyone. But we should be more optimistic about our capacity for peacemaking; our &#8216;better angels&#8217; as Pinker puts it. Despite living in states of political anarchy, hunter gatherers were normally able to cooperate and exist peacefully together.</p>
<p>For the first 290,000 years of our species’ approximately 300,000 year history, everyone was a hunter gatherer.  In The Better Angels of Our Nature, Steven Pinker argued that hunter gatherers suffered from extremely high rates of violence. Better Angels claims that at least 14 percent of prehistoric hunter gatherers died violently. This equates to a violent death rate of at least 420 per 100,000 people per year, using data on typical hunter gatherer mortality rates.</p>
<p>This is a much higher rate of violence than almost anywhere in the modern world in the twentieth and twenty-first centuries. To put it in perspective, global deaths from all types of violence between 2004–21 were around 8 per 100,000 people per year. Even the most violent cities in the world today, in Northern Brazil, South Africa, and on the Mexican side of the US-Mexico border, have murder rates of only around 100 per 100,000 per year.</p>
<p>The implication in Better Angels is that the human mind evolved and developed in a world plagued by constant, endemic violence.</p>
<p>Our 2022 study examined both the ethnographic data – contemporary studies of groups that existed until some modern contact – and archeological data on hunter gatherer violence, much of which comes from data gathered after the publication of Better Angels. We reviewed quantitative estimates of rates of violence in ethnographies, filtering for groups that are most representative of our pre-agricultural ancestors. Our archeological estimates are based on reanalyzing a dataset developed by Gomez et al. (which was released after Better Angels was published and has dozens of extra samples), which attempts to measure rates of violent death by looking for evidence of trauma to skeletal remains. Our study produced estimates for lethal violence around four times lower than Pinker’s figures.</p>
<p>Prehistoric hunter gatherers seem to have been somewhat more violent than the twentieth-century average, but not dramatically so. And this is despite these societies lacking any of the modern state’s apparatus for managing violence: no code of law, no judges, no police, and no sophisticated healthcare&#8230;.&#8217; (John Halstead via <b><a href="https://worksinprogress.co/issue/the-prehistoric-psychopath/">worksinprogress.co</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/21/the-prehistoric-psychopath/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56468 -->

				
					
	<article id="post-56466" class="post-56466 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/what-it-means-when-crows-leave-gifts-on-your-porch/" rel="bookmark">What It Means When Crows Leave Gifts on Your&nbsp;Porch</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/what-it-means-when-crows-leave-gifts-on-your-porch/" title="10.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-20T22:28:15-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/what-it-means-when-crows-leave-gifts-on-your-porch/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.animalsaroundtheglobe.com/wp-content/uploads/2026/06/1781965139128_g3ebf4bacc0f45cf5792c06c6b8d66c435892b1a06ae67feeecb4966247d708b2fc48e.jpeg" width="600" /></p>
<blockquote><p>
&#8216;Ornithologists Tracked 89 Cases and Found This Pattern&#8230;&#8217; (Gargi Chakravorty via <b><a href="https://www.animalsaroundtheglobe.com/what-it-means-when-crows-leave-gifts-on-your-porch-ornithologists-tracked-89-cases-and-found-this-pattern-1-393634/?utm_source=flipboard&amp;utm_content=animaldailynews/magazine/Birds">Animals Around The Globe</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/what-it-means-when-crows-leave-gifts-on-your-porch/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56466 -->

				
					
	<article id="post-56464" class="post-56464 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/cyclist-arrested-at-reflecting-pool-speaks-out-as-national-guard-deployed/" rel="bookmark">Cyclist arrested at reflecting pool speaks out as National Guard&nbsp;deployed</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/cyclist-arrested-at-reflecting-pool-speaks-out-as-national-guard-deployed/" title="10.07 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-20T22:07:41-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/cyclist-arrested-at-reflecting-pool-speaks-out-as-national-guard-deployed/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://s.yimg.com/ny/api/res/1.2/oJ7AyMOZekCUJzxlGbn4Ng--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTYzOTtjZj13ZWJw/https://media.zenfs.com/en/newsweek_sports_200/5edc779605211318f8cc5587e12a7114" width="600" /></p>
<blockquote><p>
&#8216;David Hearn told The Washington Post in an interview Saturday that he stopped at the Lincoln Memorial to see the reflecting pool after finishing a loop at Hains Point during a 52-mile bike ride.</p>
<p>Hearn explained he reached in to feel a piece of the liner that was detached from the bottom of the pool and was arrested just moments later by park police. He was charged with destruction of government property and is scheduled to appear in court July 9, according to the report.</p>
<p>“I didn’t vandalize anything,” the 67-year-old told the newspaper. “I didn’t destroy or break or peel anything. By the time I realized what was going on, I was being put in handcuffs.”</p>
<p>A peeling section of blue coating is seen in the Lincoln Memorial Reflecting Pool on June 20 in Washington. (AP Photo/Mark Schiefelbein)</p>
<p>The arrest marks a visible escalation in security presence following President Donald Trump’s claims that the newly renovated pool has been targeted by vandalism&#8230;.&#8217; (Sam Stevenson via <b><a href="https://www.yahoo.com/news/us/articles/cyclist-handcuffed-reflecting-pool-national-151429902.html?utm_source=flipboard&amp;utm_content=user%2FYahooNews&amp;guccounter=1&amp;guce_referrer=aHR0cHM6Ly9mbGlwYm9hcmQuY29tL3JlZGlyZWN0P3VybD1odHRwcyUzQSUyRiUyRnd3dy55YWhvby5jb20lMkZuZXdzJTJGdXMlMkZhcnRpY2xlcyUyRmN5Y2xpc3QtaGFuZGN1ZmZlZC1yZWZsZWN0aW5nLXBvb2wtbmF0aW9uYWwtMTUxNDI5OTAyLmh0bWwlM0Z1dG1fc291cmNlJTNEZmxpcGJvYXJkJTI2dXRtX2NvbnRlbnQlM0R1c2VyJTI1MkZZYWhvb05ld3Mmdj1fNWJwUlZWT0FpN2diNDVFOTZYcFBiTjgxMkwzVUF6MDJGOUVUaTlsUGVFQUFBR2U1N00yeGc&amp;guce_referrer_sig=AQAAAEvR-lE9Uf0LZgllnyvQnY3sWPEmH524j7dIsG8D3DlCcZEfOvawO6ZPAG40IQAY5tIkspCnl5ee8f6YPpK4ThuF0UiUhpw5X6OnTLMsEvbbd4WklT_uX7Q5r6ud6yEuJmkSiLUQqR1QZbGB_B4-bNDlkqcbG8DD4jkIscslApWq">Yahoo News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/cyclist-arrested-at-reflecting-pool-speaks-out-as-national-guard-deployed/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56464 -->

				
					
	<article id="post-56462" class="post-56462 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/72-years-later-one-of-americas-first-and-best-monster-movies-just-got-the-upgrade-it-deserves/" rel="bookmark">72 Years Later, One Of America’s First And Best Monster Movies Just Got The Upgrade It&nbsp;Deserves</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/72-years-later-one-of-americas-first-and-best-monster-movies-just-got-the-upgrade-it-deserves/" title="12.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-20T12:53:31-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/72-years-later-one-of-americas-first-and-best-monster-movies-just-got-the-upgrade-it-deserves/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://imgix.bustle.com/uploads/image/2026/6/18/4e478eff/themheader.jpg?w=1200&amp;h=630&amp;fit=crop&amp;crop=faces&amp;fm=jpg" width="600" /></p>
<blockquote><p>
‘A little girl wanders out of the New Mexico desert, mute with shock, her face frozen in absolute terror. That’s the opening of one of the most iconic sci-fi films of the 1950s, Them!, in which a team of local police, officials, and scientists discovers that a rampaging colony of ants, mutated to the size of elephants by atomic testing, is on the march to Los Angeles. Scream Factory has just released a new 4K UHD Blu-ray of the film, making this a great opportunity to explore why Them! remains an enduring genre classic.…’ (Don Kaye via <b><a href="https://www.inverse.com/entertainment/them-1954-4k-blu-ray?utm_source=flipboard&amp;utm_content=inversedotcom/magazine/Movies">Inverse</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/72-years-later-one-of-americas-first-and-best-monster-movies-just-got-the-upgrade-it-deserves/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56462 -->

				
					
	<article id="post-56460" class="post-56460 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/the-thin-but-measurable-gap-between-when-your-brain-decides-and-when-you-actually-feel-you-chose/" rel="bookmark">The Thin but Measurable Gap Between When Your Brain Decides and When You Actually Feel You&nbsp;Chose</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/the-thin-but-measurable-gap-between-when-your-brain-decides-and-when-you-actually-feel-you-chose/" title="12.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-20T12:51:27-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/the-thin-but-measurable-gap-between-when-your-brain-decides-and-when-you-actually-feel-you-chose/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://discoverwildscience.com/wp-content/uploads/2026/06/1781877796487_what-is-decision-fatigue.jpeg" width="600" /></p>
<blockquote><p>
&#8216;You like to think of yourself as the author of your actions. You decide, you act, and the story feels seamless and continuous, as if your experience and your brain’s activity are one and the same thing, happening in perfect sync. But modern consciousness research quietly challenges that comforting picture. A growing body of experiments suggests your brain may be getting a tiny head start on you, committing to actions milliseconds or even seconds before you feel that you made a choice.</p>
<p>This does not mean you are a robot or that free will is an illusion in any simple sense. Instead, you are looking at a far stranger possibility: your conscious feeling of deciding might be the last step in a chain, not the first. The gap is thin, but measurable, and it forces you to rethink what it really means when you say, “I chose that.” Once you see how this plays out in your everyday life, you may never look at a simple decision the same way again&#8230;.&#8217; (Sameen David via <b><a href="https://discoverwildscience.com/consciousness-research-says-there-may-be-a-thin-but-measurable-gap-between-when-your-brain-decides-and-when-you-actually-feel-you-chose-1-406337/?utm_source=flipboard&amp;utm_content=topic/cognition">discoverwildscience</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/the-thin-but-measurable-gap-between-when-your-brain-decides-and-when-you-actually-feel-you-chose/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56460 -->

				
					
	<article id="post-56458" class="post-56458 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/trump-does-not-understand-the-war-he-lost/" rel="bookmark">Trump Does Not Understand the War He&nbsp;Lost</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/trump-does-not-understand-the-war-he-lost/" title="7.36 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T07:36:53-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/trump-does-not-understand-the-war-he-lost/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<div style="text-align:center">
<img src="https://cdn.theatlantic.com/thumbor/RECWO1IMWC9zlYqUgo-6CimKZLw=/0x60:2880x1560/1200x625/media/newsletters/2026/06/2026_06_16_The_Daily_Trumps_G7_Comments_on_the_Middle_East-1/original.jpg" width="600" />
</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Donald Trump arrived in France yesterday for this morning’s G7 summit and promptly confirmed America’s capitulation to Iran. Instead of merely repeating the outlines of what looks to be a terrible peace deal, however, Trump made a series of statements so bizarre, even by his usual standards, that they raise the question of whether the president still understands the words that come out of his own mouth.…&#8217;  (Tom Nichols via <strong><a href="https://www.theatlantic.com/newsletters/2026/06/trump-g7-comments-misunderstsand-middle-east/687569/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260616&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/trump-does-not-understand-the-war-he-lost/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56458 -->

				
					
	<article id="post-56456" class="post-56456 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/20/jd-takes-the-fall/" rel="bookmark">JD takes the&nbsp;fall</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/jd-takes-the-fall/" title="7.31 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T07:31:46-05:00">20 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/20/jd-takes-the-fall/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://cdn.theatlantic.com/thumbor/nHOrr2RIFjQJXZ1QDkYE8TVyuBk=/4x0:2880x1498/1200x625/media/img/mt/2026/06/2026_06_18_Trumps_War_Vances_Surrender/original.jpg" alt="" style="width:600px;height:auto" /></figure>



<div style="text-align:center">

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Yesterday, Donald Trump admitted that he was being crafty when he elevated J. D. Vance to sell the resolution of the war with Iran. “If it works out, I’m going to take the credit,” Trump said of the peace deal. “If it doesn’t work out, I’m blaming J.D.”</p>



<p class="wp-block-paragraph">Trump was smirking when he said this, but it was not a joke. Judging by the messaging emanating from across the Republican Party, letting the president claim victory while making the vice president own an obvious defeat is the GOP strategy.…&#8217;  (Jonathan Chait via <strong><a href="https://www.theatlantic.com/ideas/2026/06/vance-surrender-iran-trump/687597/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=the-atlantic-am&amp;utm_term=The%20Atlantic%20AM">The Atlantic</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/20/jd-takes-the-fall/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56456 -->

				
							<nav id="nav-below">
				<h3 class="assistive-text">Post navigation</h3>
				<div class="nav-previous"><a href="https://followmehere.com/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
				<div class="nav-next"></div>
			</nav><!-- #nav-above -->
			
			
			</div><!-- #content -->
		</div><!-- #primary -->

		<div id="secondary" class="widget-area" role="complementary">
					<aside id="gravatar-2" class="widget widget_gravatar"><h3 class="widget-title">&#8221;Who put these fingerprints on my imagination??&#8221;</h3><p><a href="mailto://fmhatgelwandotcom"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=128&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=128&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=192&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=256&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=384&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=512&#038;d=identicon&#038;r=G 4x' class='avatar avatar-128 grav-widget-center' height='128' width='128' loading='lazy' decoding='async'  style="display: block; margin: 0 auto;" /></a><br />"You can only tell the shapes of things by looking at their edges…" FmH is a weblog by Brookline MA psychiatrist Eliot Gelwan, since November 1999 . Who knew it would be so much fun being a curator?! What gets linked to here? Quite simply, things that grab me while I'm reading, and which I hope will grab you, help you embrace or confront your dreams, hopes, fantasies, and demons. "In quoting others, we cite ourselves." ~ Julio Cortazar</p>
</aside><aside id="meta-7" class="widget widget_meta"><h3 class="widget-title">Meta</h3>
		<ul>
			<li><a class="click-register" href="https://wordpress.com/start?ref=wplogin">Create account</a></li>			<li><a href="https://egelwan.wordpress.com/wp-login.php">Log in</a></li>
			<li><a href="https://followmehere.com/feed/">Entries feed</a></li>
			<li><a href="https://followmehere.com/comments/feed/">Comments feed</a></li>

			<li><a href="https://wordpress.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.com</a></li>
		</ul>

		</aside><aside id="rss_links-4" class="widget widget_rss_links"><h3 class="widget-title">FmH RSS feeds</h3><p class="size-small"><a class="feed-image-link" href="https://followmehere.com/feed/" title="Subscribe to Posts"><img src="https://followmehere.com/i/rss/orange-small.png" alt="RSS Feed" /></a>&nbsp;<a href="https://followmehere.com/feed/" title="Subscribe to Posts">RSS - Posts</a></p><p class="size-small"><a class="feed-image-link" href="https://followmehere.com/comments/feed/" title="Subscribe to Comments"><img src="https://followmehere.com/i/rss/orange-small.png" alt="RSS Feed" /></a>&nbsp;<a href="https://followmehere.com/comments/feed/" title="Subscribe to Comments">RSS - Comments</a></p>
</aside><aside id="text-265119657" class="widget widget_text">			<div class="textwidget"><p><a title="Subscribe to Feedburner feed" href="http://feeds.feedburner.com/followmehere/daaP" rel="alternate"><img style="border:0" src="//feedburner.google.com/fb/images/pub/feed-icon32x32.png" alt="" /> Feedburner feed</a></p>
</div>
		</aside><aside id="blog_subscription-5" class="widget widget_blog_subscription jetpack_subscription_widget"><h3 class="widget-title"><label for="subscribe-field">Follow FmH via Email</label></h3>

			<div class="wp-block-jetpack-subscriptions__container">
			<form
				action="https://subscribe.wordpress.com"
				method="post"
				accept-charset="utf-8"
				data-blog="5350761"
				data-post_access_level="everybody"
				id="subscribe-blog"
			>
				<p>Enter your email address to follow this blog and receive notifications of new posts by email.</p>
				<p id="subscribe-email">
					<label
						id="subscribe-field-label"
						for="subscribe-field"
						class="screen-reader-text"
					>
						Email Address:					</label>

					<input
							type="email"
							name="email"
							autocomplete="email"
							
							style="width: 95%; padding: 1px 10px"
							placeholder="Email Address"
							value=""
							id="subscribe-field"
							required
						/>				</p>

				<p id="subscribe-submit"
									>
					<input type="hidden" name="action" value="subscribe"/>
					<input type="hidden" name="blog_id" value="5350761"/>
					<input type="hidden" name="source" value="https://followmehere.com/"/>
					<input type="hidden" name="sub-type" value="widget"/>
					<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
					<input type="hidden" id="_wpnonce" name="_wpnonce" value="4d75301cf5" />					<button type="submit"
													class="wp-block-button__link"
																	>
						Follow					</button>
				</p>
			</form>
							<div class="wp-block-jetpack-subscriptions__subscount">
					Join 84 other subscribers				</div>
						</div>
			
</aside><aside id="google_translate_widget-2" class="widget widget_google_translate_widget"><div id="google_translate_element"></div></aside><aside id="search-5" class="widget widget_search"><h3 class="widget-title">Search FmH</h3>	<form method="get" id="searchform" action="https://followmehere.com/">
		<label for="s" class="assistive-text">Search</label>
		<input type="text" class="field" name="s" id="s" placeholder="Search" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
	</form>
</aside><aside id="calendar-4" class="widget widget_calendar"><h3 class="widget-title">FmH posts by date</h3><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
	<caption>July 2026</caption>
	<thead>
	<tr>
		<th scope="col" aria-label="Sunday">S</th>
		<th scope="col" aria-label="Monday">M</th>
		<th scope="col" aria-label="Tuesday">T</th>
		<th scope="col" aria-label="Wednesday">W</th>
		<th scope="col" aria-label="Thursday">T</th>
		<th scope="col" aria-label="Friday">F</th>
		<th scope="col" aria-label="Saturday">S</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td colspan="3" class="pad">&nbsp;</td><td><a href="https://followmehere.com/2026/07/01/" aria-label="Posts published on July 1, 2026">1</a></td><td><a href="https://followmehere.com/2026/07/02/" aria-label="Posts published on July 2, 2026">2</a></td><td><a href="https://followmehere.com/2026/07/03/" aria-label="Posts published on July 3, 2026">3</a></td><td><a href="https://followmehere.com/2026/07/04/" aria-label="Posts published on July 4, 2026">4</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/07/05/" aria-label="Posts published on July 5, 2026">5</a></td><td><a href="https://followmehere.com/2026/07/06/" aria-label="Posts published on July 6, 2026">6</a></td><td><a href="https://followmehere.com/2026/07/07/" aria-label="Posts published on July 7, 2026">7</a></td><td>8</td><td><a href="https://followmehere.com/2026/07/09/" aria-label="Posts published on July 9, 2026">9</a></td><td>10</td><td><a href="https://followmehere.com/2026/07/11/" aria-label="Posts published on July 11, 2026">11</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/07/12/" aria-label="Posts published on July 12, 2026">12</a></td><td><a href="https://followmehere.com/2026/07/13/" aria-label="Posts published on July 13, 2026">13</a></td><td>14</td><td><a href="https://followmehere.com/2026/07/15/" aria-label="Posts published on July 15, 2026">15</a></td><td>16</td><td><a href="https://followmehere.com/2026/07/17/" aria-label="Posts published on July 17, 2026">17</a></td><td>18</td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/07/19/" aria-label="Posts published on July 19, 2026">19</a></td><td><a href="https://followmehere.com/2026/07/20/" aria-label="Posts published on July 20, 2026">20</a></td><td id="today">21</td><td>22</td><td>23</td><td>24</td><td>25</td>
	</tr>
	<tr>
		<td>26</td><td>27</td><td>28</td><td>29</td><td>30</td><td>31</td>
		<td class="pad" colspan="1">&nbsp;</td>
	</tr>
	</tbody>
	</table><nav aria-label="Previous and next months" class="wp-calendar-nav">
		<span class="wp-calendar-nav-prev"><a href="https://followmehere.com/2026/06/">&laquo; Jun</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></aside><aside id="recent-comments-4" class="widget widget_recent_comments"><h3 class="widget-title">Recent Comments</h3>				<table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0">
					<tr><td title="Ryan" class="recentcommentsavatartop" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Ryan&#039;s avatar' src='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstexttop" style="">Ryan on <a href="https://followmehere.com/2026/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/#comment-26292">Trump Wanted Nuclear Codes But&hellip;</a></td></tr><tr><td title="Disordered Thinking - Technology as Nature" class="recentcommentsavatarend" style="height:48px; width:48px;"><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow"></a></td><td class="recentcommentstextend" style=""><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow">Disordered Thinking&hellip;</a> on <a href="https://followmehere.com/2026/03/21/america-and-public-disorder-2/#comment-26291">America and Public&nbsp;Disord&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/11/26/another-trip-around-the-sun/#comment-26290">Another Trip Around the&nbsp;S&hellip;</a></td></tr><tr><td title="SJ" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='SJ&#039;s avatar' src='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">SJ on <a href="https://followmehere.com/2025/06/28/my-paris-delta/#comment-26289">My Paris delta</a></td></tr><tr><td title="fearlessdaea9251dc" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">fearlessdaea9251dc on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26288">Searching for ‘Gelwan’s</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26287">Searching for ‘Gelwan’s</a></td></tr><tr><td title="Matthew Currie" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Matthew Currie&#039;s avatar' src='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Matthew Currie on <a href="https://followmehere.com/2025/04/14/the-constitutional-crisis-is-here/#comment-26286">The Constitutional Crisis Is&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/04/11/john-lithgow-reads-historian-timothy-snyders-20-lessons-on-tyranny/#comment-26285">John Lithgow Reads Historian T&hellip;</a></td></tr><tr><td title="casuallygenerous0e9ad1b9db" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='casuallygenerous0e9ad1b9db&#039;s avatar' src='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">casuallygenerous0e9a&hellip; on <a href="https://followmehere.com/2025/03/27/kavanaugh-and-barrett-appear-likely-to-break-with-the-supreme-courts-maga-wing/#comment-26284">Kavanaugh and Barrett appear l&hellip;</a></td></tr><tr><td title="Antonio Castellano" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Antonio Castellano&#039;s avatar' src='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Antonio Castellano on <a href="https://followmehere.com/2025/02/18/they-are-a-minority/#comment-26283">They Are a&nbsp;Minority</a></td></tr>				</table>
				</aside><aside id="top-clicks-2" class="widget widget_top-clicks"><h3 class="widget-title">Top Clicks</h3><ul><li><a href='https://www.surfer.com/news/alaska-1578-foot-mega-tsunami-footage-video?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange' target='_blank' rel='nofollow'>surfer.com/news/alaska-15&#8230;</a></li><li><a href='https://www.theatlantic.com/technology/2026/07/ai-chatbot-writing-tic-negative-parallelism/687892/' target='_blank' rel='nofollow'>theatlantic.com/technolog&#8230;</a></li></ul></aside><aside id="top-posts-2" class="widget widget_top-posts"><h3 class="widget-title">Top Recent Posts</h3><ul><li><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/" class="bump-view" data-bump-view="tp">The Most Famous AI Writing Tic Is Also the Most Mysterious</a></li><li><a href="https://followmehere.com/2009/09/14/readership/" class="bump-view" data-bump-view="tp">Readership?</a></li><li><a href="https://followmehere.com/2009/05/18/the-13-people-who-made-torture-possible/" class="bump-view" data-bump-view="tp">The 13 people who made torture possible</a></li><li><a href="https://followmehere.com/about/" class="bump-view" data-bump-view="tp">About FmH</a></li><li><a href="https://followmehere.com/2008/11/03/housekeeping-15/" class="bump-view" data-bump-view="tp">Housekeeping</a></li><li><a href="https://followmehere.com/2018/10/25/are-you-a-boltzmann-brain/" class="bump-view" data-bump-view="tp">Are you a Boltzmann Brain?</a></li><li><a href="https://followmehere.com/2008/11/14/raise-a-glass-with-me/" class="bump-view" data-bump-view="tp">Raise a Glass With Me...</a></li><li><a href="https://followmehere.com/2009/02/09/protein-reverses-alzheimers-brain-damage-health-08-february-2009-new-scientist/" class="bump-view" data-bump-view="tp">Protein reverses Alzheimer&#039;s brain damage</a></li><li><a href="https://followmehere.com/2009/02/18/rebecca-traister-on-bristol-palins-televised-interview-salon-life/" class="bump-view" data-bump-view="tp">Rebecca Traister on Bristol Palin&#039;s televised interview</a></li><li><a href="https://followmehere.com/2010/02/03/extreme-cuisine/" class="bump-view" data-bump-view="tp">Extreme cuisine</a></li></ul></aside><aside id="text-265119647" class="widget widget_text"><h3 class="widget-title">&#8230;and now a word from our sponsor:</h3>			<div class="textwidget"><p>&nbsp;</p>
<p>&#8220;The condition of alienation, of being asleep, of being unconscious, of being out of one&#8217;s mind, is the condition of the normal man. Society highly values its normal man. It educates children to lose themselves and to become absurd, and thus to be normal. Normal men have killed perhaps 100,000,000 of their fellow normal men in the last fifty years.&#8221;</p>
<p>— R.D. Laing</p>
</div>
		</aside><aside id="archives-2" class="widget widget_archive"><h3 class="widget-title">Archives</h3>		<label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
		<select id="archives-dropdown-2" name="archive-dropdown">
			
			<option value="">Select Month</option>
				<option value='https://followmehere.com/2026/07/'> July 2026 &nbsp;(61)</option>
	<option value='https://followmehere.com/2026/06/'> June 2026 &nbsp;(100)</option>
	<option value='https://followmehere.com/2026/05/'> May 2026 &nbsp;(95)</option>
	<option value='https://followmehere.com/2026/04/'> April 2026 &nbsp;(50)</option>
	<option value='https://followmehere.com/2026/03/'> March 2026 &nbsp;(60)</option>
	<option value='https://followmehere.com/2026/02/'> February 2026 &nbsp;(45)</option>
	<option value='https://followmehere.com/2026/01/'> January 2026 &nbsp;(50)</option>
	<option value='https://followmehere.com/2025/12/'> December 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/11/'> November 2025 &nbsp;(16)</option>
	<option value='https://followmehere.com/2025/10/'> October 2025 &nbsp;(25)</option>
	<option value='https://followmehere.com/2025/09/'> September 2025 &nbsp;(15)</option>
	<option value='https://followmehere.com/2025/08/'> August 2025 &nbsp;(19)</option>
	<option value='https://followmehere.com/2025/07/'> July 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/06/'> June 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/05/'> May 2025 &nbsp;(51)</option>
	<option value='https://followmehere.com/2025/04/'> April 2025 &nbsp;(37)</option>
	<option value='https://followmehere.com/2025/03/'> March 2025 &nbsp;(36)</option>
	<option value='https://followmehere.com/2025/02/'> February 2025 &nbsp;(32)</option>
	<option value='https://followmehere.com/2025/01/'> January 2025 &nbsp;(26)</option>
	<option value='https://followmehere.com/2024/12/'> December 2024 &nbsp;(32)</option>
	<option value='https://followmehere.com/2024/11/'> November 2024 &nbsp;(33)</option>
	<option value='https://followmehere.com/2024/10/'> October 2024 &nbsp;(27)</option>
	<option value='https://followmehere.com/2024/09/'> September 2024 &nbsp;(53)</option>
	<option value='https://followmehere.com/2024/08/'> August 2024 &nbsp;(51)</option>
	<option value='https://followmehere.com/2024/07/'> July 2024 &nbsp;(12)</option>
	<option value='https://followmehere.com/2024/06/'> June 2024 &nbsp;(11)</option>
	<option value='https://followmehere.com/2024/05/'> May 2024 &nbsp;(26)</option>
	<option value='https://followmehere.com/2024/04/'> April 2024 &nbsp;(10)</option>
	<option value='https://followmehere.com/2024/03/'> March 2024 &nbsp;(2)</option>
	<option value='https://followmehere.com/2024/02/'> February 2024 &nbsp;(39)</option>
	<option value='https://followmehere.com/2024/01/'> January 2024 &nbsp;(23)</option>
	<option value='https://followmehere.com/2023/12/'> December 2023 &nbsp;(20)</option>
	<option value='https://followmehere.com/2023/11/'> November 2023 &nbsp;(19)</option>
	<option value='https://followmehere.com/2023/10/'> October 2023 &nbsp;(14)</option>
	<option value='https://followmehere.com/2023/09/'> September 2023 &nbsp;(10)</option>
	<option value='https://followmehere.com/2023/08/'> August 2023 &nbsp;(20)</option>
	<option value='https://followmehere.com/2023/07/'> July 2023 &nbsp;(12)</option>
	<option value='https://followmehere.com/2023/06/'> June 2023 &nbsp;(42)</option>
	<option value='https://followmehere.com/2023/05/'> May 2023 &nbsp;(31)</option>
	<option value='https://followmehere.com/2023/04/'> April 2023 &nbsp;(39)</option>
	<option value='https://followmehere.com/2023/03/'> March 2023 &nbsp;(58)</option>
	<option value='https://followmehere.com/2023/02/'> February 2023 &nbsp;(13)</option>
	<option value='https://followmehere.com/2023/01/'> January 2023 &nbsp;(38)</option>
	<option value='https://followmehere.com/2022/12/'> December 2022 &nbsp;(18)</option>
	<option value='https://followmehere.com/2022/11/'> November 2022 &nbsp;(8)</option>
	<option value='https://followmehere.com/2022/10/'> October 2022 &nbsp;(13)</option>
	<option value='https://followmehere.com/2022/09/'> September 2022 &nbsp;(8)</option>
	<option value='https://followmehere.com/2022/08/'> August 2022 &nbsp;(5)</option>
	<option value='https://followmehere.com/2022/07/'> July 2022 &nbsp;(7)</option>
	<option value='https://followmehere.com/2022/06/'> June 2022 &nbsp;(17)</option>
	<option value='https://followmehere.com/2022/05/'> May 2022 &nbsp;(16)</option>
	<option value='https://followmehere.com/2022/04/'> April 2022 &nbsp;(10)</option>
	<option value='https://followmehere.com/2022/03/'> March 2022 &nbsp;(19)</option>
	<option value='https://followmehere.com/2022/02/'> February 2022 &nbsp;(10)</option>
	<option value='https://followmehere.com/2022/01/'> January 2022 &nbsp;(26)</option>
	<option value='https://followmehere.com/2021/12/'> December 2021 &nbsp;(21)</option>
	<option value='https://followmehere.com/2021/11/'> November 2021 &nbsp;(12)</option>
	<option value='https://followmehere.com/2021/10/'> October 2021 &nbsp;(18)</option>
	<option value='https://followmehere.com/2021/09/'> September 2021 &nbsp;(22)</option>
	<option value='https://followmehere.com/2021/08/'> August 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/07/'> July 2021 &nbsp;(4)</option>
	<option value='https://followmehere.com/2021/06/'> June 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/05/'> May 2021 &nbsp;(13)</option>
	<option value='https://followmehere.com/2021/04/'> April 2021 &nbsp;(9)</option>
	<option value='https://followmehere.com/2021/03/'> March 2021 &nbsp;(11)</option>
	<option value='https://followmehere.com/2021/02/'> February 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/01/'> January 2021 &nbsp;(32)</option>
	<option value='https://followmehere.com/2020/12/'> December 2020 &nbsp;(59)</option>
	<option value='https://followmehere.com/2020/11/'> November 2020 &nbsp;(36)</option>
	<option value='https://followmehere.com/2020/10/'> October 2020 &nbsp;(41)</option>
	<option value='https://followmehere.com/2020/09/'> September 2020 &nbsp;(24)</option>
	<option value='https://followmehere.com/2020/08/'> August 2020 &nbsp;(39)</option>
	<option value='https://followmehere.com/2020/07/'> July 2020 &nbsp;(60)</option>
	<option value='https://followmehere.com/2020/06/'> June 2020 &nbsp;(69)</option>
	<option value='https://followmehere.com/2020/05/'> May 2020 &nbsp;(54)</option>
	<option value='https://followmehere.com/2020/04/'> April 2020 &nbsp;(75)</option>
	<option value='https://followmehere.com/2020/03/'> March 2020 &nbsp;(82)</option>
	<option value='https://followmehere.com/2020/02/'> February 2020 &nbsp;(49)</option>
	<option value='https://followmehere.com/2020/01/'> January 2020 &nbsp;(36)</option>
	<option value='https://followmehere.com/2019/12/'> December 2019 &nbsp;(37)</option>
	<option value='https://followmehere.com/2019/11/'> November 2019 &nbsp;(28)</option>
	<option value='https://followmehere.com/2019/10/'> October 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/09/'> September 2019 &nbsp;(24)</option>
	<option value='https://followmehere.com/2019/08/'> August 2019 &nbsp;(33)</option>
	<option value='https://followmehere.com/2019/07/'> July 2019 &nbsp;(52)</option>
	<option value='https://followmehere.com/2019/06/'> June 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/05/'> May 2019 &nbsp;(44)</option>
	<option value='https://followmehere.com/2019/04/'> April 2019 &nbsp;(54)</option>
	<option value='https://followmehere.com/2019/03/'> March 2019 &nbsp;(60)</option>
	<option value='https://followmehere.com/2019/02/'> February 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/01/'> January 2019 &nbsp;(35)</option>
	<option value='https://followmehere.com/2018/12/'> December 2018 &nbsp;(43)</option>
	<option value='https://followmehere.com/2018/11/'> November 2018 &nbsp;(66)</option>
	<option value='https://followmehere.com/2018/10/'> October 2018 &nbsp;(45)</option>
	<option value='https://followmehere.com/2018/09/'> September 2018 &nbsp;(20)</option>
	<option value='https://followmehere.com/2018/08/'> August 2018 &nbsp;(38)</option>
	<option value='https://followmehere.com/2018/07/'> July 2018 &nbsp;(41)</option>
	<option value='https://followmehere.com/2018/06/'> June 2018 &nbsp;(39)</option>
	<option value='https://followmehere.com/2018/05/'> May 2018 &nbsp;(47)</option>
	<option value='https://followmehere.com/2018/04/'> April 2018 &nbsp;(25)</option>
	<option value='https://followmehere.com/2018/03/'> March 2018 &nbsp;(35)</option>
	<option value='https://followmehere.com/2018/02/'> February 2018 &nbsp;(40)</option>
	<option value='https://followmehere.com/2018/01/'> January 2018 &nbsp;(61)</option>
	<option value='https://followmehere.com/2017/12/'> December 2017 &nbsp;(54)</option>
	<option value='https://followmehere.com/2017/11/'> November 2017 &nbsp;(45)</option>
	<option value='https://followmehere.com/2017/10/'> October 2017 &nbsp;(50)</option>
	<option value='https://followmehere.com/2017/09/'> September 2017 &nbsp;(24)</option>
	<option value='https://followmehere.com/2017/08/'> August 2017 &nbsp;(28)</option>
	<option value='https://followmehere.com/2017/07/'> July 2017 &nbsp;(30)</option>
	<option value='https://followmehere.com/2017/06/'> June 2017 &nbsp;(29)</option>
	<option value='https://followmehere.com/2017/05/'> May 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2017/04/'> April 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2017/03/'> March 2017 &nbsp;(90)</option>
	<option value='https://followmehere.com/2017/02/'> February 2017 &nbsp;(73)</option>
	<option value='https://followmehere.com/2017/01/'> January 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2016/12/'> December 2016 &nbsp;(58)</option>
	<option value='https://followmehere.com/2016/11/'> November 2016 &nbsp;(119)</option>
	<option value='https://followmehere.com/2016/10/'> October 2016 &nbsp;(95)</option>
	<option value='https://followmehere.com/2016/09/'> September 2016 &nbsp;(48)</option>
	<option value='https://followmehere.com/2016/08/'> August 2016 &nbsp;(43)</option>
	<option value='https://followmehere.com/2016/07/'> July 2016 &nbsp;(64)</option>
	<option value='https://followmehere.com/2016/06/'> June 2016 &nbsp;(69)</option>
	<option value='https://followmehere.com/2016/05/'> May 2016 &nbsp;(38)</option>
	<option value='https://followmehere.com/2016/04/'> April 2016 &nbsp;(20)</option>
	<option value='https://followmehere.com/2016/03/'> March 2016 &nbsp;(16)</option>
	<option value='https://followmehere.com/2016/02/'> February 2016 &nbsp;(43)</option>
	<option value='https://followmehere.com/2016/01/'> January 2016 &nbsp;(50)</option>
	<option value='https://followmehere.com/2015/12/'> December 2015 &nbsp;(28)</option>
	<option value='https://followmehere.com/2015/11/'> November 2015 &nbsp;(43)</option>
	<option value='https://followmehere.com/2015/10/'> October 2015 &nbsp;(44)</option>
	<option value='https://followmehere.com/2015/09/'> September 2015 &nbsp;(38)</option>
	<option value='https://followmehere.com/2015/08/'> August 2015 &nbsp;(31)</option>
	<option value='https://followmehere.com/2015/07/'> July 2015 &nbsp;(30)</option>
	<option value='https://followmehere.com/2015/06/'> June 2015 &nbsp;(39)</option>
	<option value='https://followmehere.com/2015/05/'> May 2015 &nbsp;(46)</option>
	<option value='https://followmehere.com/2015/04/'> April 2015 &nbsp;(19)</option>
	<option value='https://followmehere.com/2015/03/'> March 2015 &nbsp;(27)</option>
	<option value='https://followmehere.com/2015/02/'> February 2015 &nbsp;(33)</option>
	<option value='https://followmehere.com/2015/01/'> January 2015 &nbsp;(39)</option>
	<option value='https://followmehere.com/2014/12/'> December 2014 &nbsp;(58)</option>
	<option value='https://followmehere.com/2014/11/'> November 2014 &nbsp;(76)</option>
	<option value='https://followmehere.com/2014/10/'> October 2014 &nbsp;(74)</option>
	<option value='https://followmehere.com/2014/09/'> September 2014 &nbsp;(45)</option>
	<option value='https://followmehere.com/2014/08/'> August 2014 &nbsp;(46)</option>
	<option value='https://followmehere.com/2014/07/'> July 2014 &nbsp;(88)</option>
	<option value='https://followmehere.com/2014/06/'> June 2014 &nbsp;(67)</option>
	<option value='https://followmehere.com/2014/05/'> May 2014 &nbsp;(71)</option>
	<option value='https://followmehere.com/2014/04/'> April 2014 &nbsp;(77)</option>
	<option value='https://followmehere.com/2014/03/'> March 2014 &nbsp;(61)</option>
	<option value='https://followmehere.com/2014/02/'> February 2014 &nbsp;(47)</option>
	<option value='https://followmehere.com/2014/01/'> January 2014 &nbsp;(79)</option>
	<option value='https://followmehere.com/2013/12/'> December 2013 &nbsp;(38)</option>
	<option value='https://followmehere.com/2013/11/'> November 2013 &nbsp;(35)</option>
	<option value='https://followmehere.com/2013/10/'> October 2013 &nbsp;(28)</option>
	<option value='https://followmehere.com/2013/09/'> September 2013 &nbsp;(30)</option>
	<option value='https://followmehere.com/2013/08/'> August 2013 &nbsp;(23)</option>
	<option value='https://followmehere.com/2013/07/'> July 2013 &nbsp;(13)</option>
	<option value='https://followmehere.com/2013/06/'> June 2013 &nbsp;(30)</option>
	<option value='https://followmehere.com/2013/05/'> May 2013 &nbsp;(25)</option>
	<option value='https://followmehere.com/2013/04/'> April 2013 &nbsp;(14)</option>
	<option value='https://followmehere.com/2013/03/'> March 2013 &nbsp;(27)</option>
	<option value='https://followmehere.com/2013/02/'> February 2013 &nbsp;(26)</option>
	<option value='https://followmehere.com/2013/01/'> January 2013 &nbsp;(22)</option>
	<option value='https://followmehere.com/2012/12/'> December 2012 &nbsp;(21)</option>
	<option value='https://followmehere.com/2012/11/'> November 2012 &nbsp;(25)</option>
	<option value='https://followmehere.com/2012/10/'> October 2012 &nbsp;(20)</option>
	<option value='https://followmehere.com/2012/09/'> September 2012 &nbsp;(26)</option>
	<option value='https://followmehere.com/2012/08/'> August 2012 &nbsp;(42)</option>
	<option value='https://followmehere.com/2012/07/'> July 2012 &nbsp;(28)</option>
	<option value='https://followmehere.com/2012/06/'> June 2012 &nbsp;(68)</option>
	<option value='https://followmehere.com/2012/05/'> May 2012 &nbsp;(50)</option>
	<option value='https://followmehere.com/2012/04/'> April 2012 &nbsp;(60)</option>
	<option value='https://followmehere.com/2012/03/'> March 2012 &nbsp;(39)</option>
	<option value='https://followmehere.com/2012/02/'> February 2012 &nbsp;(12)</option>
	<option value='https://followmehere.com/2012/01/'> January 2012 &nbsp;(35)</option>
	<option value='https://followmehere.com/2011/12/'> December 2011 &nbsp;(34)</option>
	<option value='https://followmehere.com/2011/11/'> November 2011 &nbsp;(46)</option>
	<option value='https://followmehere.com/2011/10/'> October 2011 &nbsp;(41)</option>
	<option value='https://followmehere.com/2011/09/'> September 2011 &nbsp;(37)</option>
	<option value='https://followmehere.com/2011/08/'> August 2011 &nbsp;(30)</option>
	<option value='https://followmehere.com/2011/07/'> July 2011 &nbsp;(18)</option>
	<option value='https://followmehere.com/2011/06/'> June 2011 &nbsp;(25)</option>
	<option value='https://followmehere.com/2011/05/'> May 2011 &nbsp;(23)</option>
	<option value='https://followmehere.com/2011/04/'> April 2011 &nbsp;(25)</option>
	<option value='https://followmehere.com/2011/03/'> March 2011 &nbsp;(28)</option>
	<option value='https://followmehere.com/2011/02/'> February 2011 &nbsp;(20)</option>
	<option value='https://followmehere.com/2011/01/'> January 2011 &nbsp;(19)</option>
	<option value='https://followmehere.com/2010/12/'> December 2010 &nbsp;(10)</option>
	<option value='https://followmehere.com/2010/11/'> November 2010 &nbsp;(29)</option>
	<option value='https://followmehere.com/2010/10/'> October 2010 &nbsp;(37)</option>
	<option value='https://followmehere.com/2010/09/'> September 2010 &nbsp;(14)</option>
	<option value='https://followmehere.com/2010/08/'> August 2010 &nbsp;(25)</option>
	<option value='https://followmehere.com/2010/07/'> July 2010 &nbsp;(19)</option>
	<option value='https://followmehere.com/2010/06/'> June 2010 &nbsp;(26)</option>
	<option value='https://followmehere.com/2010/05/'> May 2010 &nbsp;(35)</option>
	<option value='https://followmehere.com/2010/04/'> April 2010 &nbsp;(25)</option>
	<option value='https://followmehere.com/2010/03/'> March 2010 &nbsp;(40)</option>
	<option value='https://followmehere.com/2010/02/'> February 2010 &nbsp;(22)</option>
	<option value='https://followmehere.com/2010/01/'> January 2010 &nbsp;(16)</option>
	<option value='https://followmehere.com/2009/12/'> December 2009 &nbsp;(29)</option>
	<option value='https://followmehere.com/2009/11/'> November 2009 &nbsp;(37)</option>
	<option value='https://followmehere.com/2009/10/'> October 2009 &nbsp;(56)</option>
	<option value='https://followmehere.com/2009/09/'> September 2009 &nbsp;(50)</option>
	<option value='https://followmehere.com/2009/08/'> August 2009 &nbsp;(20)</option>
	<option value='https://followmehere.com/2009/07/'> July 2009 &nbsp;(52)</option>
	<option value='https://followmehere.com/2009/06/'> June 2009 &nbsp;(54)</option>
	<option value='https://followmehere.com/2009/05/'> May 2009 &nbsp;(69)</option>
	<option value='https://followmehere.com/2009/04/'> April 2009 &nbsp;(39)</option>
	<option value='https://followmehere.com/2009/03/'> March 2009 &nbsp;(88)</option>
	<option value='https://followmehere.com/2009/02/'> February 2009 &nbsp;(63)</option>
	<option value='https://followmehere.com/2009/01/'> January 2009 &nbsp;(63)</option>
	<option value='https://followmehere.com/2008/12/'> December 2008 &nbsp;(121)</option>
	<option value='https://followmehere.com/2008/11/'> November 2008 &nbsp;(135)</option>
	<option value='https://followmehere.com/2008/10/'> October 2008 &nbsp;(121)</option>
	<option value='https://followmehere.com/2008/09/'> September 2008 &nbsp;(74)</option>
	<option value='https://followmehere.com/2008/08/'> August 2008 &nbsp;(54)</option>
	<option value='https://followmehere.com/2008/07/'> July 2008 &nbsp;(47)</option>
	<option value='https://followmehere.com/2008/06/'> June 2008 &nbsp;(43)</option>
	<option value='https://followmehere.com/2008/05/'> May 2008 &nbsp;(73)</option>
	<option value='https://followmehere.com/2008/04/'> April 2008 &nbsp;(70)</option>
	<option value='https://followmehere.com/2008/03/'> March 2008 &nbsp;(70)</option>
	<option value='https://followmehere.com/2008/02/'> February 2008 &nbsp;(55)</option>
	<option value='https://followmehere.com/2008/01/'> January 2008 &nbsp;(92)</option>
	<option value='https://followmehere.com/2007/12/'> December 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2007/11/'> November 2007 &nbsp;(90)</option>
	<option value='https://followmehere.com/2007/10/'> October 2007 &nbsp;(63)</option>
	<option value='https://followmehere.com/2007/09/'> September 2007 &nbsp;(34)</option>
	<option value='https://followmehere.com/2007/08/'> August 2007 &nbsp;(21)</option>
	<option value='https://followmehere.com/2007/07/'> July 2007 &nbsp;(75)</option>
	<option value='https://followmehere.com/2007/06/'> June 2007 &nbsp;(26)</option>
	<option value='https://followmehere.com/2007/05/'> May 2007 &nbsp;(66)</option>
	<option value='https://followmehere.com/2007/04/'> April 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2007/03/'> March 2007 &nbsp;(53)</option>
	<option value='https://followmehere.com/2007/02/'> February 2007 &nbsp;(67)</option>
	<option value='https://followmehere.com/2007/01/'> January 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2006/12/'> December 2006 &nbsp;(11)</option>
	<option value='https://followmehere.com/2006/09/'> September 2006 &nbsp;(2)</option>
	<option value='https://followmehere.com/2006/08/'> August 2006 &nbsp;(53)</option>
	<option value='https://followmehere.com/2006/07/'> July 2006 &nbsp;(115)</option>
	<option value='https://followmehere.com/2006/06/'> June 2006 &nbsp;(89)</option>
	<option value='https://followmehere.com/2006/05/'> May 2006 &nbsp;(104)</option>
	<option value='https://followmehere.com/2006/04/'> April 2006 &nbsp;(148)</option>
	<option value='https://followmehere.com/2006/03/'> March 2006 &nbsp;(116)</option>
	<option value='https://followmehere.com/2006/02/'> February 2006 &nbsp;(72)</option>
	<option value='https://followmehere.com/2006/01/'> January 2006 &nbsp;(144)</option>
	<option value='https://followmehere.com/2005/12/'> December 2005 &nbsp;(167)</option>
	<option value='https://followmehere.com/2005/11/'> November 2005 &nbsp;(160)</option>
	<option value='https://followmehere.com/2005/10/'> October 2005 &nbsp;(100)</option>
	<option value='https://followmehere.com/2005/09/'> September 2005 &nbsp;(143)</option>
	<option value='https://followmehere.com/2005/08/'> August 2005 &nbsp;(119)</option>
	<option value='https://followmehere.com/2005/07/'> July 2005 &nbsp;(137)</option>
	<option value='https://followmehere.com/2005/06/'> June 2005 &nbsp;(108)</option>
	<option value='https://followmehere.com/2005/05/'> May 2005 &nbsp;(115)</option>
	<option value='https://followmehere.com/2005/04/'> April 2005 &nbsp;(94)</option>
	<option value='https://followmehere.com/2005/03/'> March 2005 &nbsp;(64)</option>
	<option value='https://followmehere.com/2005/02/'> February 2005 &nbsp;(82)</option>
	<option value='https://followmehere.com/2005/01/'> January 2005 &nbsp;(87)</option>
	<option value='https://followmehere.com/2004/12/'> December 2004 &nbsp;(121)</option>
	<option value='https://followmehere.com/2004/11/'> November 2004 &nbsp;(159)</option>
	<option value='https://followmehere.com/2004/10/'> October 2004 &nbsp;(194)</option>
	<option value='https://followmehere.com/2004/09/'> September 2004 &nbsp;(74)</option>
	<option value='https://followmehere.com/2004/08/'> August 2004 &nbsp;(115)</option>
	<option value='https://followmehere.com/2004/07/'> July 2004 &nbsp;(119)</option>
	<option value='https://followmehere.com/2004/06/'> June 2004 &nbsp;(140)</option>
	<option value='https://followmehere.com/2004/05/'> May 2004 &nbsp;(202)</option>
	<option value='https://followmehere.com/2004/04/'> April 2004 &nbsp;(204)</option>
	<option value='https://followmehere.com/2004/03/'> March 2004 &nbsp;(220)</option>
	<option value='https://followmehere.com/2004/02/'> February 2004 &nbsp;(154)</option>
	<option value='https://followmehere.com/2004/01/'> January 2004 &nbsp;(181)</option>
	<option value='https://followmehere.com/2003/12/'> December 2003 &nbsp;(115)</option>
	<option value='https://followmehere.com/2003/11/'> November 2003 &nbsp;(266)</option>
	<option value='https://followmehere.com/2003/10/'> October 2003 &nbsp;(235)</option>
	<option value='https://followmehere.com/2003/09/'> September 2003 &nbsp;(239)</option>
	<option value='https://followmehere.com/2003/08/'> August 2003 &nbsp;(226)</option>
	<option value='https://followmehere.com/2003/07/'> July 2003 &nbsp;(204)</option>
	<option value='https://followmehere.com/2003/06/'> June 2003 &nbsp;(222)</option>
	<option value='https://followmehere.com/2003/05/'> May 2003 &nbsp;(229)</option>
	<option value='https://followmehere.com/2003/04/'> April 2003 &nbsp;(213)</option>
	<option value='https://followmehere.com/2003/03/'> March 2003 &nbsp;(296)</option>
	<option value='https://followmehere.com/2003/02/'> February 2003 &nbsp;(204)</option>
	<option value='https://followmehere.com/2003/01/'> January 2003 &nbsp;(189)</option>
	<option value='https://followmehere.com/2002/12/'> December 2002 &nbsp;(242)</option>
	<option value='https://followmehere.com/2002/11/'> November 2002 &nbsp;(151)</option>
	<option value='https://followmehere.com/2002/10/'> October 2002 &nbsp;(237)</option>
	<option value='https://followmehere.com/2002/09/'> September 2002 &nbsp;(215)</option>
	<option value='https://followmehere.com/2002/08/'> August 2002 &nbsp;(219)</option>
	<option value='https://followmehere.com/2002/07/'> July 2002 &nbsp;(265)</option>
	<option value='https://followmehere.com/2002/06/'> June 2002 &nbsp;(283)</option>
	<option value='https://followmehere.com/2002/05/'> May 2002 &nbsp;(82)</option>
	<option value='https://followmehere.com/2002/04/'> April 2002 &nbsp;(210)</option>
	<option value='https://followmehere.com/2002/03/'> March 2002 &nbsp;(287)</option>
	<option value='https://followmehere.com/2002/02/'> February 2002 &nbsp;(292)</option>
	<option value='https://followmehere.com/2002/01/'> January 2002 &nbsp;(216)</option>
	<option value='https://followmehere.com/2001/12/'> December 2001 &nbsp;(231)</option>
	<option value='https://followmehere.com/2001/11/'> November 2001 &nbsp;(353)</option>
	<option value='https://followmehere.com/2001/10/'> October 2001 &nbsp;(379)</option>
	<option value='https://followmehere.com/2001/09/'> September 2001 &nbsp;(339)</option>
	<option value='https://followmehere.com/2001/08/'> August 2001 &nbsp;(126)</option>
	<option value='https://followmehere.com/2001/07/'> July 2001 &nbsp;(267)</option>
	<option value='https://followmehere.com/2001/06/'> June 2001 &nbsp;(281)</option>
	<option value='https://followmehere.com/2001/05/'> May 2001 &nbsp;(261)</option>
	<option value='https://followmehere.com/2001/04/'> April 2001 &nbsp;(259)</option>
	<option value='https://followmehere.com/2001/03/'> March 2001 &nbsp;(321)</option>
	<option value='https://followmehere.com/2001/02/'> February 2001 &nbsp;(246)</option>
	<option value='https://followmehere.com/2001/01/'> January 2001 &nbsp;(260)</option>
	<option value='https://followmehere.com/2000/12/'> December 2000 &nbsp;(215)</option>
	<option value='https://followmehere.com/2000/11/'> November 2000 &nbsp;(210)</option>
	<option value='https://followmehere.com/2000/10/'> October 2000 &nbsp;(240)</option>
	<option value='https://followmehere.com/2000/09/'> September 2000 &nbsp;(187)</option>
	<option value='https://followmehere.com/2000/08/'> August 2000 &nbsp;(113)</option>
	<option value='https://followmehere.com/2000/07/'> July 2000 &nbsp;(226)</option>
	<option value='https://followmehere.com/2000/06/'> June 2000 &nbsp;(227)</option>
	<option value='https://followmehere.com/2000/05/'> May 2000 &nbsp;(231)</option>
	<option value='https://followmehere.com/2000/04/'> April 2000 &nbsp;(216)</option>
	<option value='https://followmehere.com/2000/03/'> March 2000 &nbsp;(278)</option>
	<option value='https://followmehere.com/2000/02/'> February 2000 &nbsp;(190)</option>
	<option value='https://followmehere.com/2000/01/'> January 2000 &nbsp;(88)</option>
	<option value='https://followmehere.com/1999/12/'> December 1999 &nbsp;(42)</option>
	<option value='https://followmehere.com/1999/11/'> November 1999 &nbsp;(8)</option>

		</select>

			<script>
( ( dropdownId ) => {
	const dropdown = document.getElementById( dropdownId );
	function onSelectChange() {
		setTimeout( () => {
			if ( 'escape' === dropdown.dataset.lastkey ) {
				return;
			}
			if ( dropdown.value ) {
				document.location.href = dropdown.value;
			}
		}, 250 );
	}
	function onKeyUp( event ) {
		if ( 'Escape' === event.key ) {
			dropdown.dataset.lastkey = 'escape';
		} else {
			delete dropdown.dataset.lastkey;
		}
	}
	function onClick() {
		delete dropdown.dataset.lastkey;
	}
	dropdown.addEventListener( 'keyup', onKeyUp );
	dropdown.addEventListener( 'click', onClick );
	dropdown.addEventListener( 'change', onSelectChange );
})( "archives-dropdown-2" );

//# sourceURL=WP_Widget_Archives%3A%3Awidget
</script>
</aside><aside id="text-265119645" class="widget widget_text"><h3 class="widget-title">Disclaimers</h3>			<div class="textwidget"><p>For entertainment purposes only. All content is provided as is, with no warranty stated or implied regarding the quality or accuracy of any content on or off this website.<br />
Absolutely no responsibility is taken for the content of external pages to which I link.<br />
All trademarks, servicemarks, and copyrights are property of their respective owners.</p>
<p>(Although all links were accurate at the date shown, some publications do not maintain archives, so some may now be broken or out of date.)</p>
<p>&nbsp;</p>
</div>
		</aside><aside id="text-265119654" class="widget widget_text">			<div class="textwidget"><p>Do not use if you have ever had an allergic reaction to this product or any of its ingredients.<br />
Failure to follow all instructions and warnings can result in serious injury.<br />
Any resemblance to actual persons living or dead is purely coincidental.<br />
Please leave as clean on leaving as you would like to find on entering.<br />
Nontransferable and is the sole responsibility of the recipient.<br />
Place all seat backs and tray tables in fully upright position.<br />
Do not operate heavy machinery while reading this weblog.<br />
Post office will not deliver without proper postage affixed.<br />
Caution: Dates on calendar are closer than they appear.<br />
No animals were harmed in the production of this page.<br />
May be used as flotation device in case of emergency.<br />
Please note locations of emergency exits upon arrival.<br />
No ideas were harmed in the making of this weblog.<br />
Names have been changed to protect the innocent.<br />
Anything you say can and will be used against you.<br />
All questions answered, all answers questioned.<br />
Detach and include upper portion with payment.<br />
May incur damages arising from use or misuse.<br />
Objects on screen are closer than they appear.<br />
Satisfaction guaranteed; return for full refund.<br />
Nutritional need is not established in humans.<br />
Caution: do not swallow. May cause irritation.<br />
Please inform author if you cannot read this.<br />
Product is sold by weight and not by volume.<br />
In emergency, break glass, pull down handle.<br />
Contents may have settled during shipment.<br />
If condition persists, consult your physician.<br />
Provided “as is&#8221; and without any warranties.<br />
Caution! The edge is closer than you think.<br />
Do not use if safety seal is torn or missing.<br />
Prices subject to change without notice.<br />
Subject to all applicable fees and taxes.<br />
Freshest if used before date specified.<br />
Do not fold, staple, spindle or mutilate.<br />
Do not exceed recommended dosage.<br />
If swallowed, do not induce vomiting.<br />
Take two and call me in the morning.<br />
Do not remove under penalty of law.<br />
Valid only at participating locations.<br />
You have the right to remain silent.<br />
Warning, contents are flammable.<br />
Subject to change without notice.<br />
This page intentionally left blank.<br />
Use only in well-ventilated areas.<br />
No user-serviceable parts inside.<br />
Alarm will sound if door opened.<br />
You need not be present to win.<br />
Additional parts sold separately.<br />
Available for a limited time only.<br />
You break it, you&#8217;ve bought it.<br />
No shirt, no shoes, no service.<br />
Keep out of reach of children.<br />
Void where prohibited by law.<br />
Apply only to affected areas.<br />
Other restrictions may apply.<br />
Part of a daily balanced diet.<br />
You must be present to win.<br />
First pull up, then pull down.<br />
Close cover before striking.<br />
Terms and conditions apply.<br />
Do not think of an elephant.<br />
Viewer discretion advised.<br />
No purchase is necessary.<br />
Caution, low-flying ideas.<br />
Honk if you can read this.<br />
Internet access required.<br />
Wash hands after using.<br />
Consume in moderation.<br />
Limit one (1) per person.<br />
Other restrictions apply.<br />
Money-back guarantee.<br />
Not a low-calorie food.<br />
Your mileage may vary.<br />
Don&#8217;t try this at home.<br />
More taste, less filling.<br />
Shake well before use.<br />
Consume responsibly.<br />
For external use only.<br />
Mix well before using.<br />
Store in a cool place.<br />
Use only as directed.<br />
Lather, rinse, repeat.<br />
Results not typical.<br />
Ignore this notice.<br />
Slippery when wet.<br />
Same-day service.<br />
Unplug after use.<br />
No preservatives.<br />
No trespassing.<br />
No exit.<br />
No.</p>
<p>&nbsp;</p>
</div>
		</aside><aside id="jetpack_my_community-4" class="widget widget_jetpack_my_community"><h3 class="widget-title">The FmH Community</h3><div class='widgets-multi-column-grid'><ul><li><a href=""><img referrerpolicy="no-referrer" alt='Thomas George Lareau&#039;s avatar' src='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Foodprism&#039;s avatar' src='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.reneecarterhall.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Epic Animal Photographs&#039;s avatar' src='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://www.criminalwisdom.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://hoomahmoos.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://andiehannahweiner.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://notes.kateva.org"><img referrerpolicy="no-referrer" alt='jgordon&#039;s avatar' src='https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://netmag.pk/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://flotillaiot.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='cjanerunz&#039;s avatar' src='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://www.humansinshadow.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://luispalacio0909.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://paulgreer.net"><img referrerpolicy="no-referrer" alt='Paul Greer&#039;s avatar' src='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://thehonkinggoose.wordpress.com"><img referrerpolicy="no-referrer" alt='thehonkinggoose&#039;s avatar' src='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://bydesignsinccom.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://thekalkiavatar.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://bestpokerbonus123.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://www.prophet666.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Coastal Chef&#039;s avatar' src='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chewiesays.com/"><img referrerpolicy="no-referrer" alt='PC&#039;s avatar' src='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://cinderellenk.wordpress.com"><img referrerpolicy="no-referrer" alt='cinderellenk&#039;s avatar' src='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://bryanconetta.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://dearkitty1.wordpress.com"><img referrerpolicy="no-referrer" alt='petrel41&#039;s avatar' src='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://carldagostino.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Rocking Dogs&#039;s avatar' src='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Dr. kold_kadavr_flatliner, MD sez &#039;Lemme tella youse how to avoid the Abyss o&#039;Misery after we kick-the-bucket without d&#039;New Joisey axent&#039;&#039;s avatar' src='https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://born2addiction.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://emergingthechrysalis.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://Follow%20Me%20Here'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chilonas.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li></ul></div></aside><aside id="text-265119656" class="widget widget_text"><h3 class="widget-title">© 1999-2026 Eliot M. Gelwan</h3>			<div class="textwidget"><p><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>. </p>
</div>
		</aside>		</div><!-- #secondary .widget-area -->

	</div><!-- #main -->

	<footer id="colophon">

			

			<div id="site-generator">
				 								
			</div>
	</footer><!-- #colophon -->
</div><!-- #page -->

		<script type="text/javascript">
		var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https://followmehere.com/?infinity=scrolling","type":"scroll","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"20.06.26","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"followmehere.com","path":"/page/%d/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"all","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":100,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"0","no_found_rows":false,"order":"DESC"},"query_before":"2026-07-21 05:05:18","last_post_date":"2026-06-20 07:31:46","body_class":"infinite-scroll neverending","loading_text":"Loading new page","stats":"blog=5350761\u0026v=wpcom\u0026tz=-5\u0026user_id=0\u0026arch_home=1\u0026subd=egelwan\u0026x_pagetype=infinite"}};
		</script>
		<!--  -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/files/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/pub/twentyeleven/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
				<div class="jetpack-subscribe-floating-button">
						<div style="margin-right:20px;margin-left:20px;margin-top:20px;margin-bottom:20px" class="wp-block-jetpack-subscriptions__supports-newline is-style-button wp-block-jetpack-subscriptions">
		<div class="wp-block-jetpack-subscriptions__container is-not-subscriber">
							<form
					action="https://wordpress.com/email-subscriptions"
					method="post"
					accept-charset="utf-8"
					data-blog="5350761"
					data-post_access_level="everybody"
					data-subscriber_email=""
					id="subscribe-blog-2"
				>
					<div class="wp-block-jetpack-subscriptions__form-elements">
												<p id="subscribe-submit"
													>
							<input type="hidden" name="action" value="subscribe"/>
							<input type="hidden" name="blog_id" value="5350761"/>
							<input type="hidden" name="source" value="https://followmehere.com/"/>
							<input type="hidden" name="sub-type" value="subscribe-block"/>
							<input type="hidden" name="app_source" value="subscribe-floating-button"/>
							<input type="hidden" name="redirect_fragment" value="subscribe-blog-2"/>
							<input type="hidden" name="lang" value="en"/>
							<input type="hidden" id="_wpnonce" name="_wpnonce" value="4d75301cf5" /><input type="hidden" name="_wp_http_referer" value="/" />							<button type="submit"
																	class="wp-block-button__link no-border-radius"
																									style="font-size: 16px;padding: 15px 23px 15px 23px;border-radius: 0px;border-width: 1px;"
																name="jetpack_subscriptions_widget"
							>
								Subscribe							</button>
						</p>
					</div>
				</form>
								</div>
	</div>
					</div>
			<script id="grofiles-cards-js" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202630d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
//# sourceURL=wpgroho-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

	<script>
		// Initialize and attach hovercards to all gravatars
		( function() {
			function init() {
				if ( typeof Gravatar === 'undefined' ) {
					return;
				}

				if ( typeof Gravatar.init !== 'function' ) {
					return;
				}

				Gravatar.profile_cb = function ( hash, id ) {
					WPGroHo.syncProfileData( hash, id );
				};

				Gravatar.my_hash = WPGroHo.my_hash;
				Gravatar.init(
					'body',
					'#wp-admin-bar-my-account',
					{
						i18n: {
							'Edit your profile →': 'Edit your profile →',
							'View profile →': 'View profile →',
							'Contact': 'Contact',
							'Send money': 'Send money',
							'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.',
							'Gravatar not found.': 'Gravatar not found.',
							'Too Many Requests.': 'Too Many Requests.',
							'Internal Server Error.': 'Internal Server Error.',
							'Is this you?': 'Is this you?',
							'Claim your free profile.': 'Claim your free profile.',
							'Email': 'Email',
							'Home Phone': 'Home Phone',
							'Work Phone': 'Work Phone',
							'Cell Phone': 'Cell Phone',
							'Contact Form': 'Contact Form',
							'Calendar': 'Calendar',
						},
					}
				);
			}

			if ( document.readyState !== 'loading' ) {
				init();
			} else {
				document.addEventListener( 'DOMContentLoaded', init );
			}
		} )();
	</script>

		<div style="display:none">
	<div class="grofile-hash-map-846fd7c9a41dd1b76ba7ea1aadb1667c">
	</div>
	<div class="grofile-hash-map-0d2f8973931bec6fcfb7efc7a46b01c6">
	</div>
	<div class="grofile-hash-map-0eeaa77ec572e0a442f49a674ccfb3cc">
	</div>
	<div class="grofile-hash-map-8ca7b7a9969d6caaf09cf6d155fb7481">
	</div>
	<div class="grofile-hash-map-0eeaa77ec572e0a442f49a674ccfb3cc">
	</div>
	<div class="grofile-hash-map-046962f428ee0fc23bb7b734f4db136b">
	</div>
	<div class="grofile-hash-map-4f81b84995a239d1ac4b185bf606cde9">
	</div>
	<div class="grofile-hash-map-394699d5039591ae1591ee71cee57785">
	</div>
	</div>
		<div id="infinite-footer">
			<div class="container">
				<div class="blog-info">
					<a id="infinity-blog-title" href="https://followmehere.com/" rel="home">
						Follow Me Here&#8230;					</a>
				</div>
				<div class="blog-credits">
					 				</div>
			</div>
		</div><!-- #infinite-footer -->
				<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading"><svg class="jetpack-spinner" width="40" height="40" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><circle cx="50" cy="50" r="46" fill="none" stroke="#ddd" stroke-width="8"/><path d="M 50 4 A 46 46 0 0 1 96 50" fill="none" stroke="currentColor" stroke-width="8" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" dur="1.4s" from="0 50 50" to="360 50 50" repeatCount="indefinite"/></path></svg></span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div
				class="jp-carousel-wrap swiper jp-carousel-swiper-container jp-carousel-transitions"
				itemscope
				itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>

								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner"><svg class="jetpack-spinner" width="20" height="20" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><circle cx="50" cy="50" r="46" fill="none" stroke="#ddd" stroke-width="8"/><path d="M 50 4 A 46 46 0 0 1 96 50" fill="none" stroke="currentColor" stroke-width="8" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" dur="1.4s" from="0 50 50" to="360 50 50" repeatCount="indefinite"/></path></svg></span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
												<textarea
													name="comment"
													class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea"
													id="jp-carousel-comment-form-comment-field"
													placeholder="Write a Comment..."
												></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Website</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" />
															</fieldset>
																											</div>
													<input
														type="submit"
														name="submit"
														class="jp-carousel-comment-form-button"
														id="jp-carousel-comment-form-button-submit"
														value="Post Comment" />
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
								<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>

		</div>
		
	<script type="text/javascript">
		(function () {
			var wpcom_reblog = {
				source: 'toolbar',

				toggle_reblog_box_flair: function (obj_id, post_id) {

					// Go to site selector. This will redirect to their blog if they only have one.
					const postEndpoint = `https://wordpress.com/post`;

					// Ideally we would use the permalink here, but fortunately this will be replaced with the 
					// post permalink in the editor.
					const originalURL = `${ document.location.href }?page_id=${ post_id }`; 
					
					const url =
						postEndpoint +
						'?url=' +
						encodeURIComponent( originalURL ) +
						'&is_post_share=true' +
						'&v=5';

					const redirect = function () {
						if (
							! window.open( url, '_blank' )
						) {
							location.href = url;
						}
					};

					if ( /Firefox/.test( navigator.userAgent ) ) {
						setTimeout( redirect, 0 );
					} else {
						redirect();
					}
				},
			};

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script id="google-translate-init-js-extra">
var _wp_google_translate_widget = {"lang":"en","layout":"0"};
//# sourceURL=google-translate-init-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/_static/??-eJydjTEOwjAMAD9EaujQdkE8BYXURA6OHdWOKn7PUiY2xrvhDvYWkoqjONQeGvdMYlDQW0yvg6GqCtxJEjw68QokTxJyDJY2Zf7ye6gkQ7ET/FXdac3oBlk1MwbfohhHxx9xbG71epmXcZnm6TyWD4ITS0s='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=16.1-a.2"></script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/swiper.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https://followmehere.com/wp-admin/admin-ajax.php","nonce":"3b903a05ec","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size \u003Cspan class=\"photo-size\"\u003E{0}\u003Cspan class=\"photo-size-times\"\u003E\u00d7\u003C/span\u003E{1}\u003C/span\u003E","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https://egelwan.wordpress.com/wp-login.php?redirect_to=https%3A%2F%2Ffollowmehere.com%2F2026%2F06%2F20%2Fjd-takes-the-fall%2F","blog_id":"5350761","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=5350761&v=wpcom&tz=-5&user_id=0&arch_home=1&subd=egelwan","is_public":"1"};
//# sourceURL=jetpack-carousel-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/carousel/jetpack-carousel.min.js?m=1783709072i'></script>
<script data-wp-strategy="defer" defer id="tiled-gallery-js" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?m=1755006225i&#038;ver=16.1-a.2"></script>
<script id="jetpack-blocks-assets-base-url-js-before">
var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/";
//# sourceURL=jetpack-blocks-assets-base-url-js-before
</script>
<script id="wp-dom-ready-js" src="/wp-content/plugins/gutenberg-core/v23.5.3/build/scripts/dom-ready/index.min.js?m=1784040019i&#038;ver=a06281ae5cf5500e9317"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775575011i'></script>
<script data-wp-strategy="defer" defer id="jetpack-block-subscriptions-js" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/subscriptions/view.js?m=1782389597i&#038;minify=false&#038;ver=16.1-a.2"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1761899756i'></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/","ext":".png","svgUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/","svgExt":".svg","source":{"concatemoji":"/wp-includes/js/wp-emoji-release.min.js?m=1783090810i&ver=7.0.1-alpha-62610"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=/wp-includes/js/wp-emoji-loader.min.js
</script>
		<script type="text/javascript">
			(function() {
				var extend = function(out) {
					out = out || {};

					for (var i = 1; i < arguments.length; i++) {
						if (!arguments[i])
						continue;

						for (var key in arguments[i]) {
						if (arguments[i].hasOwnProperty(key))
							out[key] = arguments[i][key];
						}
					}

					return out;
				};
				extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","grofiles-cards","wpgroho","the-neverending-homepage","google-translate-init","google-translate","jetpack-carousel","tiled-gallery","jetpack-blocks-assets-base-url","wp-dom-ready","wp-polyfill","jetpack-block-subscriptions","carousel-wpcom"] );
				extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","subscribe-floating-button-css","twentyeleven-block-style","twentyeleven-wpcom-style","reblogging","geo-location-flair","infinity-twentyeleven","h4-global","widget-grid-and-list","wp-img-auto-sizes-contain","wp-emoji-styles","wp-block-library","classic-theme-styles","wp-block-styles-placeholder","wp-global-styles-placeholder","jetpack-global-styles-frontend-style","wp-block-html","wp-block-html-theme","wp-block-quote","wp-block-quote-theme","wp-block-image","wp-block-image-theme","wp-block-paragraph","wp-block-paragraph-theme","global-styles","jetpack-top-posts-widget","jetpack-swiper-library","jetpack-carousel","tiled-gallery","jetpack-block-subscriptions","jetpack-subscriptions","core-block-supports-duotone"] );
			})();
		</script>
				<span id="infinite-aria" aria-live="polite"></span>
		<script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'5350761','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);
		// Prevent sending pageview tracking from WP-Admin pages.
		_stq.push(['view', {'blog':'5350761','v':'wpcom','tz':'-5','user_id':'0','arch_home':'1','subd':'egelwan'}]);
		_stq.push(['extra', {'crypt':'UE5tW3cvZGQ/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTT1JuRzc5LGFNfnhEcHdwNTlLaSxKd3EyVXMwYVpPdGpHaTVxJktYeEs2fn5lRElmJS5IbGE0dFBrRnNlZ050cVpkc245UGw0RVhaT1ZLc1hqcH5oSmlVV3FVek1JMGlmVGNTfmd1JUw/Ymsxb2xiRzlKTk5jX2liOTV8UDkwVU0wL3crL0U3WmtLUVF6LmxKM2ZpfkZMZ09PVXctWVtUc256fE5XVmY3STVwR2slRC5dTktvXVViPXhMVnM1TVY1OCZOWTBHak4lfC5HallDZGNSaEtjVGp4M25WbGNISw=='}]);
_stq.push([ 'clickTrackerInit', '5350761', '0' ]);
</script>
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript>
<meta id="bilmur" property="bilmur:data" content="" data-provider="wordpress.com" data-service="simple" data-site-tz="Etc/GMT+5" data-custom-props="{&quot;enq_wp-polyfill&quot;:&quot;1&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;pub\/twentyeleven&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}"   >
		<script defer src="/wp-content/js/bilmur.min.js?i=17&amp;m=202630"></script> 	
</body>
</html>