<!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=56532'
					+ '&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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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" />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-5' href='/_static/??-eJylkdsKwjAMhl/IGQ/I3IX4KLK1YWRLm9K0jr29Ew+wG9F5ly/8fPwhMITCiE/oE7hcBM4teYUOU6hN/2RwIh4u5A00mdiC5kZNpJBIpvCM1o782qiu4HuzE5sZFQayLSaFJKEIotOkaWT8VfcoymL6STBQwLi0kKmjZEV+h16LpcJEjLZoa2aM4yf66+bZd66Ew912dqdtWR4Pu31VbbobKq2/0w==&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-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">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/27/the-new-york-times/" rel="bookmark">&#8211; The New York&nbsp;Times</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">
			<p style="text-align: center"><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" width="600" /></p>
<blockquote><p>
&#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> Uncategorized			</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">
		<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 They 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">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/06/25/multimedia/00TBR-THOMSON-MOVIES-bcqf/00TBR-THOMSON-MOVIES-bcqf-facebookJumbo.jpg" width="600" /></p>
<blockquote><p>
&#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>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> Uncategorized			</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 -->

				
					
	<article id="post-56454" class="post-56454 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/the-deep-meaning-and-mystery-of-deathbed-visions/" rel="bookmark">The deep meaning and mystery of deathbed&nbsp;visions</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/the-deep-meaning-and-mystery-of-deathbed-visions/" title="7.26 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T07:26:50-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-deep-meaning-and-mystery-of-deathbed-visions/#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://www.washingtonpost.com/wp-apps/imrs.php?src=https://cloudfront-us-east-1.images.arcpublishing.com/wapo/UWXVIWOAJNAA7ELY5U3YYEDY24.jpg&amp;w=1440" 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;As a physician and the chief medical officer of Hospice Buffalo, Chris Kerr has seen his patients experience end-of-life dreams and visions for nearly 30 years. Since 2010, he has led a research team that studies the phenomenon and chronicles how the visions can provide solace, meaning and healing to both the dying and their loved ones.…&#8217;  (Caitlin Gibson via <strong><a href="https://www.washingtonpost.com/lifestyle/2026/06/19/deep-meaning-mystery-deathbed-visions/?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> <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/the-deep-meaning-and-mystery-of-deathbed-visions/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56454 -->

				
					
	<article id="post-56452" class="post-56452 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/trauma-creep/" rel="bookmark">Trauma Creep</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/trauma-creep/" title="7.23 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T07:23:01-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/trauma-creep/#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://images.aeonmedia.co/images/9ee75f11-bd44-4444-a6d8-104d29a624dc/essay-final-gettyimages-1083067336.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;From a broken life to a broken nail, ‘trauma’ has been bleached by overuse. But it names something real – and must be reclaimed…&#8217;  ( Lily Dunn via <strong><a href="https://aeon.co/essays/not-everything-is-trauma-language-needs-to-mean-something?utm_source=Aeon+Newsletter&amp;utm_campaign=ad54e1417e-EMAIL_CAMPAIGN_2026_05_15_COPY_01&amp;utm_medium=email&amp;utm_term=0_-49ad69cbc2-59925997">Aeon Essays</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/trauma-creep/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56452 -->

				
					
	<article id="post-56450" class="post-56450 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/supermountains-the-boring-billion-and-their-connection-to-life-on-earth/" rel="bookmark">Supermountains, the Boring Billion, and Their Connection to Life on&nbsp;Earth</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/supermountains-the-boring-billion-and-their-connection-to-life-on-earth/" title="7.05 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T07:05: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/supermountains-the-boring-billion-and-their-connection-to-life-on-earth/#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.ytimg.com/vi/PUDvZYXxMuQ/sddefault.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;Twice in the Earth’s history, massive ranges of supermountains have formed on ancient continents.</p>



<p class="wp-block-paragraph">…And while it’s often said that we are stardust — built from elements forged in the hearts of dying stars — in a sense, we also might be supermountain dust.</p>



<p class="wp-block-paragraph">They were perhaps as tall or taller than Everest but their distinguishing feature was their massive breadth — we’re talking ranges 5000 miles long, three to four times the length of the Himalayas — just a unbelievable volume of earth. And their formation may have “fueled two of the biggest evolutionary boom times in our planet’s history”.</p>



<p class="wp-block-paragraph">That’s a lot of rock to erode — and, according to the researchers, that’s why these enormous mountains are so important.</p>



<p class="wp-block-paragraph">As both mountains eroded away, they would have dumped tremendous amounts of nutrients like iron and phosphorus into the sea through the water cycle, the researchers said. These nutrients could have significantly sped up biological cycles in the ocean, driving evolution to greater complexity. In addition to this nutrient spillover, the eroding mountains may have also released oxygen into the atmosphere, making Earth even more hospitable to complex life…&#8217;  (Jason Kottke via <strong><a href="https://kottke.org/26/06/supermountains-the-boring-billion-and-their-connection-to-life-on-earth">Kottke</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/supermountains-the-boring-billion-and-their-connection-to-life-on-earth/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56450 -->

				
					
	<article id="post-56448" class="post-56448 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/iran-has-humiliated-trump/" rel="bookmark">Iran Has Humiliated&nbsp;Trump</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/iran-has-humiliated-trump/" title="6.54 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T06:54:51-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/iran-has-humiliated-trump/#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/7ieREDJTKMRN6OD0ZRfzzWN96dQ=/0x43:2000x1085/1200x625/media/img/mt/2026/06/2026_06_18_humiliation_mpg/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;Officials in Tehran got the United States to sign a document that even Americans described as degrading, mortifying, a total capitulation.…&#8217;  (Graeme Wood via <strong><a href="https://www.theatlantic.com/ideas/2026/06/iran-trump-war-defeat-deal/687595/">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/iran-has-humiliated-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56448 -->

				
					
	<article id="post-56446" class="post-56446 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/capitulation-day/" rel="bookmark">Capitulation Day</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/capitulation-day/" title="6.52 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T06:52: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/capitulation-day/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">‘The United States has capitulated to Iran. There is a “deal,” which has been signed, on terms that can only be described as those of complete Iranian victory.</p>



<p class="wp-block-paragraph"><br />The US-Iranian talks that were supposed to begin today were cancelled, so today is as good a day as any to discuss the signed “memorandum of understanding” and mark the completion of the disaster. We have what we have: humiliation.</p>



<p class="wp-block-paragraph"><br />War, as some people apparently needed to learn, is not about the pleasure one takes in watching things blow up. It is politics by other means. To win a war means changing the politics of the enemy such that they must surrender. That is what Iran just did to the United States.</p>



<p class="wp-block-paragraph"><br />This war was a parade of Trump’s incompetence at every possible level from the beginning. To win a war requires understanding the politics of the other side and how it might be changed. Trump, Hegseth and the others treated the Iranian leadership as cartoon characters who would immediately do what Americans wanted as soon as the bombs fell. The Americans had no strategy &#8212; no sense of how violence could change politics &#8212; and it did not occur to them that the Iranians would have one. Once the Iranians did the obvious, which was to respond to American long-range strikes with their own, and close the Straits of Hormuz, the war was over, and they had won. The Americans had no second move, except to claim that they had won when they had lost (which they are, laughably, still doing)…’ (Timothy Snyder via Substack)</p>
</blockquote>



<p class="wp-block-paragraph"></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/06/20/capitulation-day/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56446 -->

				
					
	<article id="post-56444" class="post-56444 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/what-did-you-expect/" rel="bookmark">What Did You&nbsp;Expect?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/20/what-did-you-expect/" title="6.43 am" rel="bookmark"><time class="entry-date" datetime="2026-06-20T06:43:30-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-did-you-expect/#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/39or63HCk2Fvu5rU6XFi_9-wvf0=/0x85:3994x2165/1200x625/media/img/mt/2026/06/2026_06_18_What_Did_Anyone_Expect_Dan_Shapiro/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;The whiplash is jarring.</p>



<p class="wp-block-paragraph">President Trump exulted over every bomb that dropped on Iran, every naval interdiction, and every joint U.S.-Israeli operation. Before that, he spent years preaching a policy of “maximum pressure” sanctions on the Islamic Republic. And before that, he harshly disparaged the Joint Comprehensive Plan of Action, the Iran nuclear deal reached by Barack Obama, from which Trump withdrew the United States in 2018.</p>



<p class="wp-block-paragraph">And now? With a misguided war going poorly, with global economic chaos spreading, with Iran handed maximum leverage by its closure of the Strait of Hormuz, in an instant, Trump has upended every pillar of his approach to a still-dangerous Iran.</p>



<p class="wp-block-paragraph">Let’s count the ways…&#8217;  (Daniel B. Shapiro via <strong><a href="https://www.theatlantic.com/ideas/2026/06/trump-iran-war-reversals/687590/">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/what-did-you-expect/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56444 -->

				
					
	<article id="post-56441" class="post-56441 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/is-there-a-drastic-increase-in-bear-attacks/" rel="bookmark">Is There a Drastic Increase in Bear&nbsp;Attacks?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/is-there-a-drastic-increase-in-bear-attacks/" title="2.42 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-19T14:42:56-05:00">19 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/19/is-there-a-drastic-increase-in-bear-attacks/#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">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 20px" src="https://img.pastemagazine.com/wp-content/juploads/2025/12/bear-snarl-unsplash-main.jpg" width="599" border="0" /><br />
</figure>
</figure>
<p>As an avid consumer of outdoor activity coverage I hae been struck by what seems a drastic explosion of bear attack reports. Are they surging or is there a shift in reporting attention?</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Research shows that the evidence does not yet support a drastic continent-wide increase in North American bear attacks in 2026. The apparent surge more likely reflects a genuine early-season cluster, longer-term regional increases in human–bear encounters, and substantial amplification by the news ecosystem.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Several notable incidents occurred in rapid succession this spring. Two hikers were injured near Mystic Falls in Yellowstone in early May—the park’s first bear-related injuries of 2026. A hiker’s death in Glacier National Park was provisionally attributed to a bear encounter, potentially the park’s first fatal attack since 1998; another Glacier hiker sustained severe arm injuries in a grizzly attack on May 28. On June 16, a black bear with cubs caused minor injuries to a teenager on Mount Si in Washington, a state that has recorded only about 20 nonfatal bear injuries since 1970.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">This is an unusually concentrated sequence, particularly because several incidents occurred in prominent national parks. Bear attacks remain rare, however, so a few additional cases can produce a dramatic percentage increase without establishing a meaningful trend. Interpretation is further limited by the absence of a comprehensive, continuously updated North American registry analogous to the International Shark Attack File. Definitions also vary: some datasets include defensive contacts, attacks directed primarily at dogs, home entries, stalking behavior, or injuries sustained while fleeing; others count only direct physical attacks.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Media dynamics magnify the impression. A single incident may generate an initial report, a trail-closure story, a survivor interview, an investigative update, and numerous syndicated rewrites. Recommendation algorithms then infer an interest in bear stories and present more of them. Outdoor publications have an additional incentive: bear encounters combine dramatic narrative, practical safety information, and high reader engagement. The cluster therefore behaves like a bright constellation—the individual stars are real, but attention supplies much of the perceived pattern.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">There are nevertheless genuine background forces increasing encounters, although encounters are not equivalent to attacks. Black and grizzly bear populations have recovered or expanded in some regions, while residential development and outdoor recreation increasingly overlap bear habitat. Some jurisdictions are reporting more sightings, home entries, and nuisance calls. Food conditioning from garbage, bird feeders, livestock feed, grills, and pet food can produce increasingly bold behavior. Natural-food failures, drought, heat, and altered seasonal patterns may also generate unusually bad local years, although these effects vary substantially by region and species.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Reports from Japan create an additional distortion because the increase there appears to be real rather than merely journalistic. Japan has experienced record or near-record numbers of attacks, expanding bear populations, rural depopulation, and more bears entering settled areas. These stories circulate heavily in English-language outdoor media and may contribute to a generalized impression of a worldwide surge.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">The most defensible conclusion is that 2026 has produced a conspicuous early cluster in North America, but not yet evidence of a drastic generalized increase. A modest long-term rise in exposure and conflict may be occurring in particular regions, superimposed on considerable year-to-year statistical noise. The perceived surge is probably being driven at least as much by repeated, syndicated, and algorithmically concentrated reporting as by a major change in personal risk. A reliable comparison will require complete summer and autumn data, preferably compiled from state and provincial wildlife agencies rather than headline counts.</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/06/19/is-there-a-drastic-increase-in-bear-attacks/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56441 -->

				
					
	<article id="post-56438" class="post-56438 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/can-you-hurt-chatgpts-feelings/" rel="bookmark">Can you hurt ChatGPT&#8217;s&nbsp;feelings?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/can-you-hurt-chatgpts-feelings/" title="1.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-19T13:59:25-05:00">19 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/19/can-you-hurt-chatgpts-feelings/#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://platform.vox.com/wp-content/uploads/sites/2/2026/06/gettyimages-2281330613.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<blockquote><p>
&#8216;In Silicon Valley, many believe that AI systems can already think and feel. Geoffrey Hinton, the pioneering computer scientist and “godfather” of modern artificial intelligence, thinks that today’s large language models (LLMs) are conscious. Anthropic CEO Dario Amodei is “open to the idea” that Claude has a subjective experience — while his company’s in-house philosopher Amanda Askell is concerned that the model might be “getting anxious when people are mean to it on the internet and stuff.” OpenAI co-founder Ilya Sutskever similarly wonders whether ChatGPT has attained sentience.</p>
<p>Their case rests on a theory called “computational functionalism” — or the idea that sentience emerges from information processing.</p>
<p>But skeptics insist that there is more to consciousness than computation.</p>
<p>Still, a much larger group of technologists, neuroscientists, and philosophers argue that even if AI isn’t yet conscious, it could be in the not-too-distant future&#8230;.&#8217; (Eric Levitz via <b><a href="https://www.vox.com/technology/492421/ai-consciousness-chatgpt-claude">Vox</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/19/can-you-hurt-chatgpts-feelings/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56438 -->

				
					
	<article id="post-56436" class="post-56436 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/conservatives-are-dying-at-higher-rates-than-liberals-a-new-study-points-to-mistrust-in-medicine/" rel="bookmark">Conservatives are dying at higher rates than liberals. A new study points to mistrust in&nbsp;medicine</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/conservatives-are-dying-at-higher-rates-than-liberals-a-new-study-points-to-mistrust-in-medicine/" title="1.31 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-19T13:31:52-05:00">19 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/19/conservatives-are-dying-at-higher-rates-than-liberals-a-new-study-points-to-mistrust-in-medicine/#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.fastcompany.com/image/upload/f_webp,q_auto,c_fit/wp-cms-2/2026/06/p-1-91561329-widening-health-gap-between-liberals-and-conservatives.jpg" width="600" /></p>
<blockquote><p>
‘The health divide emerged over the last decade and has widened since 2020, according to research that links ideology to outcomes from heart disease, cancer, stroke, and other internal causes.…’ (Eve Upton-Clark via <b><a href="https://www.fastcompany.com/91561329/widening-health-gap-between-liberals-and-conservatives?utm_source=flipboard&amp;utm_content=other">Fast Company</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/19/conservatives-are-dying-at-higher-rates-than-liberals-a-new-study-points-to-mistrust-in-medicine/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56436 -->

				
					
	<article id="post-56434" class="post-56434 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/election-year-friction-between-trump-and-republican-senators-is-growing/" rel="bookmark">Election-year friction between Trump and Republican senators is&nbsp;growing</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/election-year-friction-between-trump-and-republican-senators-is-growing/" title="1.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-19T13:23:49-05:00">19 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/19/election-year-friction-between-trump-and-republican-senators-is-growing/#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/0203505/2147483647/strip/true/crop/5200x3465+0+1/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F21%2F6d%2F7638cb336802cf4b4a2311a3112a%2F81fbc829b40441d293740deeb834755c" width="600" /></p>
<blockquote><p>
&#8216;The relationship between President Donald Trump and Senate Republicans neared a breaking point this week as he upended their efforts to speedily confirm one of his own nominees and said he would not sign the renewal of a key surveillance law unless they agree to new terms.</p>
<p>Trump’s overnight social media post Wednesday that he was delaying Jay Clayton’s nomination to become national intelligence director, just hours before the U.S. attorney’s confirmation hearing, further strained relations between the Senate and White House that have been worsening for weeks. Later that day, some Republican senators who have been hesitant to challenge the president directly on the Iran war were blunt in their criticism of his deal to end it&#8230;.&#8217; (Mary Clare Jalonick via <b><a href="https://apnews.com/article/trump-senate-republicans-clayton-intelligence-voting-save-577d1ce2b1f039b6788302f3f79dab45?utm_source=flipboard&amp;utm_content=AssociatedPress/magazine/Politics">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/06/19/election-year-friction-between-trump-and-republican-senators-is-growing/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56434 -->

				
					
	<article id="post-56432" class="post-56432 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/trump-totally-fabricated-claim-she-begged-him-for-a-photo-italys-giorgia-meloni-says/" rel="bookmark">Trump ‘totally fabricated’ claim she begged him for a photo, Italy’s Giorgia Meloni&nbsp;says</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/trump-totally-fabricated-claim-she-begged-him-for-a-photo-italys-giorgia-meloni-says/" title="1.21 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-19T13:21:36-05:00">19 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/19/trump-totally-fabricated-claim-she-begged-him-for-a-photo-italys-giorgia-meloni-says/#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-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/rockcms/2026-06/260619-trump-meloni-mn-1050-ce338f.jpg" width="600" /></p>
<blockquote><p>
&#8216;Clearly irked at President Donald Trump’s suggestion that she had had “begged” him for a photo at the Group of Seven summit earlier this week, the Italian prime minister said this was “totally fabricated.”</p>
<p>The dispute erupted after Trump told Italian broadcaster La7 that Meloni had pleaded with him for a photo at the meeting of leading industrialized nations in the French resort of Evian-les-Bains earlier this week.</p>
<p>“She begged me to take a photo with her. She wanted a photo with me so badly — I could have skipped it, but I felt sorry for her,” Trump said in the brief interview, which was posted by the channel to its website Friday.</p>
<p>In her response, the diminutive Italian leader said she was “stunned” by Trump’s comments, before taking aim at Trump’s broader approach to international relations, suggesting he treats longtime Western allies with less respect than he shows their adversaries&#8230;.&#8217; (Claudio Lavanga via <b><a href="https://www.nbcnews.com/world/italy/trump-italy-meloni-begged-photo-fabricated-g7-summit-france-rcna350836?utm_source=flipboard&amp;utm_content=NBCNews/magazine/Top+Stories">NBC 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/19/trump-totally-fabricated-claim-she-begged-him-for-a-photo-italys-giorgia-meloni-says/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56432 -->

				
					
	<article id="post-56426" class="post-56426 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/19/starry-night-ii/" rel="bookmark">Starry Night II</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/starry-night-ii/" title="10.40 am" rel="bookmark"><time class="entry-date" datetime="2026-06-19T10:40:52-05:00">19 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/19/starry-night-ii/#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://apod.nasa.gov/apod/image/2606/StarryNight2_Guerra_960.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">‘Does this scene look familiar? It is a modern recreation of the famous painting <a href="ap191023.html">Starry Night</a> by <a href="https://en.wikipedia.org/wiki/Vincent_van_Gogh">Vincent van Gogh</a>.</p>



<p class="wp-block-paragraph">Both <a href="https://www.instagram.com/p/DX2Hp-OmsW8/">the image</a> and the painting depict a tall tree on the left, a <a href="https://science.nasa.gov/moon/moon-phases/">crescent moon</a> on the upper right, the <a href="https://science.nasa.gov/venus/">planet Venus</a> just to the right of the tree, a foreground horizon rising from left to right, and <a href="ap250817.html">clouds</a> above the horizon.</p>



<p class="wp-block-paragraph">Differences include that the photograph was taken in mid-April earlier this year in  <a href="https://youtu.be/7t8oTjc7Y-M">Cascavel</a>, <a href="https://en.wikipedia.org/wiki/Brazil">Brazil</a>, while the painting was composed in <a href="https://youtu.be/JlcMFjwFHVA">Saint-Rémy-de-Provence</a>, <a href="https://en.wikipedia.org/wiki/France">France</a>, in 1889.</p>



<p class="wp-block-paragraph">The <a href="https://www.moma.org/collection/works/79802">original Starry Night</a> is considered by many to be one of the three <a href="https://www.nguyenartgallery.com/top-100-most-world-famous-paintings/">most famous paintings</a> in the world today and a statement about the <a href="https://www.reddit.com/r/aww/comments/2jqsdk/the_omg_cat/#lightbox">wonders</a> of the night sky.</p>



<p class="wp-block-paragraph">Today is (roughly) the  <a href="https://samsoriginalart.com/blogs/art/starry-night-facts-about-van-goghs-masterpiece">anniversary</a> of the morning that van Gogh saw the sky that he later painted in <a href="https://www.vangoghgallery.com/painting/starry-night.html">his version of Starry Night</a>.…’ (via <b><a href="https://apod.nasa.gov/apod/ap260619.html">Astronomy Picture of the Day</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/19/starry-night-ii/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56426 -->

				
					
	<article id="post-56424" class="post-56424 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/19/new-blue-paint-under-reflecting-pool-already-peeling/" rel="bookmark">New blue paint under Reflecting Pool already&nbsp;peeling</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/19/new-blue-paint-under-reflecting-pool-already-peeling/" title="8.05 am" rel="bookmark"><time class="entry-date" datetime="2026-06-19T08:05:06-05:00">19 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/19/new-blue-paint-under-reflecting-pool-already-peeling/#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_!eQQU!,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%2F336ed273-66e4-4add-8805-f440c497df9f_1331x880.jpeg" width="600" /></p>
<blockquote><p>
&#8216;The lining of the Reflecting Pool at Washington D.C.’s Lincoln Memorial was painted blue to please Trump: a no-bid $14.7m contract that went to a company that had worked on one of his swimming pools. Within days of the pool being refilled, it was full of algae. And two weeks on, the blue paint is peeling&#8230;.&#8217; (Rob Beschizza via <b><a href="https://premium.boingboing.net/p/new-blue-paint-under-reflecting-pool">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/19/new-blue-paint-under-reflecting-pool-already-peeling/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56424 -->

				
					
	<article id="post-56422" class="post-56422 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/18/people-who-feel-profound-awe-looking-at-the-night-sky-are-temporarily-suppressing-the-brains-self-referencing-network/" rel="bookmark">People Who Feel Profound Awe Looking at the Night Sky Are Temporarily Suppressing the Brain&#8217;s Self-Referencing Network</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/18/people-who-feel-profound-awe-looking-at-the-night-sky-are-temporarily-suppressing-the-brains-self-referencing-network/" title="9.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-18T21:05:11-05:00">18 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/18/people-who-feel-profound-awe-looking-at-the-night-sky-are-temporarily-suppressing-the-brains-self-referencing-network/#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/1781780038343_photo-1527492662722-dbaf97270863.jpeg" width="600" /></p>
<blockquote><p>
‘Researchers are discovering that when we experience profound awe, especially in response to grand natural scenes like a star-filled sky, key brain networks involved in self-focus and internal chatter actually quiet down. It is as if the brain turns down the volume on the “me channel” to make room for something larger. This article explores how that works, why awe feels the way it does, and what it might mean for our mental health, creativity, and sense of meaning in a world that rarely slows down.…’ (Sameen David via <b><a href="https://discoverwildscience.com/neuroscience-says-people-who-feel-profound-awe-looking-at-the-night-sky-are-temporarily-suppressing-the-brains-self-referencing-network-1-406227/?utm_source=flipboard&amp;utm_content=topic/medicalresearch">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/18/people-who-feel-profound-awe-looking-at-the-night-sky-are-temporarily-suppressing-the-brains-self-referencing-network/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56422 -->

				
					
	<article id="post-56420" class="post-56420 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/17/this-philosopher-thinks-physics-may-be-asking-the-wrong-question-about-space-time/" rel="bookmark">This Philosopher Thinks Physics May Be Asking the Wrong Question About&nbsp;Space-Time</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/17/this-philosopher-thinks-physics-may-be-asking-the-wrong-question-about-space-time/" title="3.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-17T15:59:36-05:00">17 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/17/this-philosopher-thinks-physics-may-be-asking-the-wrong-question-about-space-time/#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://thedebrief.b-cdn.net/wp-content/uploads/2026/06/geralt-theory-of-relativity-3863153_640.jpg" width="600" /></p>
<blockquote><p>
&#8216;Einstein’s equations have withstood every experimental test for more than a century. However, according to one philosopher, they have not withstood careful scrutiny of the language used to describe them.</p>
<p>Daryl Janzen, an astronomer and instructor at the University of Saskatchewan, recently published a philosophical challenge in The Conversation. Janzen’s critique does not question the mathematics but instead focuses on how physicists and philosophers describe the nature of space-time itself. He argues that over the past century, the language used to describe space-time has gradually merged two separate concepts into one&#8230;.&#8217; (Austin Burgess via <b><a href="https://thedebrief.org/this-philosopher-thinks-physics-may-be-asking-the-wrong-question-about-space-time/?utm_source=flipboard&amp;utm_content=other">The Debrief</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/17/this-philosopher-thinks-physics-may-be-asking-the-wrong-question-about-space-time/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56420 -->

				
					
	<article id="post-56418" class="post-56418 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/17/secret-memo-exposes-trump-teams-debate-on-suspending-constitution/" rel="bookmark">Secret Memo Exposes Trump Team’s Debate on Suspending&nbsp;Constitution</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/17/secret-memo-exposes-trump-teams-debate-on-suspending-constitution/" title="3.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-17T15:26:48-05:00">17 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/17/secret-memo-exposes-trump-teams-debate-on-suspending-constitution/#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://images.newrepublic.com/e7b99462adda9bf4df1422ea4407f8a4253374bb.jpeg?w=1200&amp;h=630&amp;crop=faces&amp;fit=crop&amp;fm=jpg" width="600" /></p>
<blockquote><p>
&#8216;The Trump administration came dangerously close to getting rid of habeas corpus&#8230;.&#8217; (Hafiz Rashid via <b><a href="https://newrepublic.com/post/211828/trump-close-suspend-constitutional-right-habeas-corpus?utm_source=flipboard&amp;utm_content=topic%2Frights">The New Republic</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/17/secret-memo-exposes-trump-teams-debate-on-suspending-constitution/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56418 -->

				
					
	<article id="post-56416" class="post-56416 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/16/how-to-make-french-fries-taste-better-steal-them/" rel="bookmark">How to Make French Fries Taste Better: Steal&nbsp;Them</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/16/how-to-make-french-fries-taste-better-steal-them/" title="6.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-16T18:16:23-05:00">16 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/16/how-to-make-french-fries-taste-better-steal-them/#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/justin-chapple-oven-french-fries-today-180713-tease.jpg?c=WkV7QoSVKlYFBIMEpyXb8HywQh-j59LQMpNloiDBwE8klKqXwDJLdCTEBmABDx1ItLTaqalpe-yeKYk6jBe5C1DPtXGFIYgNwZIqLWwg05xMQFvIlXtu497y8EtVUuzlzS2wuJRJsIUapjJG47gSZDfcHkLXLn1sEd-lHwLeJIGg5UkRk3piiJpyjR_t74ofMJsl1t9kCMUBlOWNFoAqCUI_06kc5tuPTOv0Q5KWx5k%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘A scientific study out of Russia shows us what we already know- the grass is always greener on the other side of the fence, and the french fries we steal from someone else&#8217;s plate taste better. An experiment involving 120 people had them eat french fries under several different conditions, one in which the subject owned the fries, another in which they were given to them as a gift, and two in which they were instructed to steal them from someone else, either in a high-risk or low-risk situation. The fries themselves were prepared exactly the same way for each scenario. After each session, subjects rated the french fries on range of qualities. The fries taken in the high-risk thievery scenario were judged nearly 40% tastier than when the subject ate their own fries. The subjects also reported both guilt and excitement over it.      …’ (Miss Cellania via <b><a href="https://www.neatorama.com/2026/06/15/How-to-Make-French-Fried-Taste-Better-Steal-Them/">Neatorama</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/16/how-to-make-french-fries-taste-better-steal-them/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56416 -->

				
					
	<article id="post-56414" class="post-56414 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/16/why-the-reflecting-pool-is-full-of-algae-after-trumps-renovation/" rel="bookmark">Why the Reflecting Pool Is Full of Algae After Trump&#8217;s&nbsp;Renovation</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/16/why-the-reflecting-pool-is-full-of-algae-after-trumps-renovation/" title="6.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-16T18:11:20-05:00">16 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/16/why-the-reflecting-pool-is-full-of-algae-after-trumps-renovation/#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/6a3184ea64340aad926848af/191:100/w_1280,c_limit/Reflecting-Pool-Full-of-Algae-Science-2281587520.jpg" width="600" /></p>
<blockquote><p>
‘<span class="lead-in-text-callout">On Wednesday morning,</span> workers poured hydrogen peroxide into the Lincoln Memorial Reflecting Pool in Washington, DC.</p>
<p class="paywall">The treatment is the latest attempt by the Interior Department to control an algae bloom that has turned the pool bright green, despite President Donald Trump&#8217;s costly renovation to make it “American flag blue” in time for the <a class="text link" href="https://www.wired.com/story/donald-trumps-white-house-ufc-event-would-be-embarrassing-anywhere/">nation’s 250th anniversary</a>. Hot temperatures and climate change are among the risk factors that could be driving the outbreak.…’ (Molly Taft via <b><a href="https://www.wired.com/story/reflecting-pool-full-of-algae-climate-change/">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/16/why-the-reflecting-pool-is-full-of-algae-after-trumps-renovation/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56414 -->

				
					
	<article id="post-56412" class="post-56412 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/15/the-2028-democratic-ticket-may-already-be-taking-shape/" rel="bookmark">The 2028 Democratic Ticket May Already Be Taking&nbsp;Shape</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/15/the-2028-democratic-ticket-may-already-be-taking-shape/" title="10.09 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-15T22:09:29-05:00">15 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/15/the-2028-democratic-ticket-may-already-be-taking-shape/#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%2Fa3%2F91%2Fbee26eda42f699413dab790a2629%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2163964810" width="600" /></p>
<blockquote><p>
‘Democrats are approaching what could be their most wide-open presidential primary in decades, but I’d venture a confident prediction today: one of the two Georgia senators will be on the party’s ticket in 2028. Senators Jon Ossoff and Raphael Warnock, the two Democrats who delivered their party a majority with their twin victories at the end of the first Trump term, could bookend the outgoing president eight years later.</p>
<p>Ossoff, 39, embodies the sort of articulate, next-generation candidate — straddling the ideological divide and wielding a mix of outsider and insider credentials — that encompasses the model with which Democrats historically win. And Warnock, 56, would be the pastor-healer who could unify a fractious party and help cleanse a country crying out for a purge. Each also benefits by comparison to the last two presidents — which is a nicer way of saying it has been a decade since the country had a leader who could leverage the bully pulpit by speaking coherently.</p>
<p>Neither senator is aggressively positioning themselves to run, at least not in the unsubtle fashion of some of their Democratic contemporaries. But both are making the most of that most precious gift in politics: timing. Ossoff’s seat just happens to be up this year — the election cycle before the presidential election — and that re-election bid has become the vehicle by which he’s becoming a sensation in his party. Capitalizing on the dominant medium of the era, Ossoff has harnessed short-form videos criticizing Trump from his campaign rallies to immediately reach the social media feeds of millions of Democrats, who with each click prompt the algorithm to feed them more of his footage&#8230;.’ (Jonathan Martin via <b><a href="https://www.politico.com/news/magazine/2026/06/15/georgia-democratic-senators-elections-00961080">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/15/the-2028-democratic-ticket-may-already-be-taking-shape/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56412 -->

				
					
	<article id="post-56411" class="post-56411 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/15/the-enification-of-enification/" rel="bookmark">The Enshittification of Enshittification</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/15/the-enification-of-enification/" title="6.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-15T18:18:04-05:00">15 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/15/the-enification-of-enification/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;I’m fed up with Enshittification. And I don’t mean “I&#8217;m fed up with hardware, software, and services constantly being constantly getting worse and worse by companies that put profits above all other considerations.” I’m fed up with the word itself.</p><p>“Enshittification” started off as Cory Doctorow’s fun, quotable term that neatly expressed our collective frustration with useful, valuable online services that decline in Goodness. Then it kind of exploded. It’s everywhere, and it gets applied to everything.</p><p>It’s become clumsy, blunt, and lazy. Worst of all, it’s cynical.</p><p>Yes, the concept of Enshittification has become Enshittificated.…&#8217;  (via <strong><a href="https://ihnatko.com/the-enification-of-enification/">Ihnatko</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/15/the-enification-of-enification/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56411 -->

				
					
	<article id="post-56409" class="post-56409 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/15/important-fact-about-your-venus-flytrap/" rel="bookmark">Important fact about your Venus&nbsp;flytrap</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/15/important-fact-about-your-venus-flytrap/" title="7.14 am" rel="bookmark"><time class="entry-date" datetime="2026-06-15T07:14:44-05:00">15 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/15/important-fact-about-your-venus-flytrap/#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.kew.org/sites/default/files/styles/social/public/2024-09/vft-JE.jpg.webp?itok=8EvOjBX3" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;It’s really important to not trigger the traps to close for no reason. A Venus flytrap uses a tremendous amount of energy to close its traps, so if it happens too many times your plant could die.…&#8217;  ( via <strong><a href="https://www.kew.org/read-and-watch/venus-flytrap-creepy-carnivorous-plant">Kew</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/06/15/important-fact-about-your-venus-flytrap/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56409 -->

				
					
	<article id="post-56407" class="post-56407 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/woman-who-rescued-injured-crow-keeps-getting-thank-you-gifts-from-other-birds/" rel="bookmark">Woman Who Rescued Injured Crow Keeps Getting ‘Thank-you Gifts’ from Other&nbsp;Birds</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/woman-who-rescued-injured-crow-keeps-getting-thank-you-gifts-from-other-birds/" title="7.25 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-14T19:25:06-05:00">14 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/14/woman-who-rescued-injured-crow-keeps-getting-thank-you-gifts-from-other-birds/#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.goodnewsnetwork.org/wp-content/uploads/2026/06/The-injured-crow-in-Wilsons-car-credit-Leah-Wilson-1024x510.jpg" width="600" /></p>
<blockquote><p>
&#8216;In a story that will make your beak drop, a Canadian woman has received a series of ‘thank you’ presents from a whole murder of crows after she took the time to rescue one from a gutter.</p>
<p>As Leah Wilson walks down the street, the superstitious among the neighbors might draw their blinds. Her steps herald the beating of black wings, as the carrion birds follow her every move.</p>
<p>But Wilson is no witch, she’s a hero to their clan after she came to the rescue of a young crow who was stuck inside the roof gutter of a nearby house.</p>
<p>Wilson, a member of the Métis indigenous peoples, knew she had to do something, and as it just so happened there was a fire truck parked nearby.</p>
<p>“I was like, ‘Hey! You look like you want to save a crow today,’” Leah recalls to CTV with a laugh. The firefighters agreed, and brought the ladder over to reach the crow. Once the animal was free, they left it up to Wilson to take it to the wildlife veterinarian.</p>
<p>That’s just what she did, and the crow assured her it would never forget.</p>
<p>“He latched on to my finger and held on, that was life-changing,” she said, without knowing just how life-changing it would be. “I was going for a walk with my dog, [and] a crow flew down and dropped this beautiful, feathered bundle at my feet.”</p>
<p>That was the first of several little “thank you gifts” she received from the local murder.</p>
<p>Today, she is as described above: a crow-friend, and every time she goes out for a walk, the animals circle around her in what she described as the “highlight” of her day.</p>
<p>The best part is when the crow she rescued comes to say hi. He’s easy enough to spot thanks to the band on his leg from when he was released back into the wild&#8230;.&#8217; (Andy Corbley via <b><a href="https://www.goodnewsnetwork.org/woman-who-rescued-injured-crow-keeps-getting-thank-you-gifts-from-other-birds/">Good News Network</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/14/woman-who-rescued-injured-crow-keeps-getting-thank-you-gifts-from-other-birds/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56407 -->

				
					
	<article id="post-56405" class="post-56405 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/schadenfreude-dept-7/" rel="bookmark">Schadenfreude Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/schadenfreude-dept-7/" title="6.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-14T18:46:20-05:00">14 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/14/schadenfreude-dept-7/#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://ic-cdn.flipboard.com/flipboard.com/c47521c7e84ad7949cfe4db213b8edfdb71ea773/_medium.jpeg" width="600" /></p>
<blockquote><p>
&#8216;Trump’s name has been removed from the Kennedy Center after a court ruling, but adorns many other things and places&#8230;.&#8217; (via <b><a href="https://flipboard.com/section/news-ko9b1bcm83733si0/donald-trump-s-name-removed-from-kennedy-center/f-7505274f2a%2Fflipboard.com">Flipboard</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/14/schadenfreude-dept-7/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56405 -->

				
					
	<article id="post-56403" class="post-56403 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/as-disclosure-day-opens-spielberg-voices-his-faith-that-aliens-have-visited-earth/" rel="bookmark">As &#8216;Disclosure Day&#8217; opens, Spielberg voices his faith that aliens have visited&nbsp;Earth</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/as-disclosure-day-opens-spielberg-voices-his-faith-that-aliens-have-visited-earth/" title="4.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-14T16:39:05-05:00">14 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/14/as-disclosure-day-opens-spielberg-voices-his-faith-that-aliens-have-visited-earth/#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://i.abcnewsfe.com/a/9e807ff0-bc50-4053-a719-92317b8d5281/wirestory_1106f7fcd85aba9debc3b919f2d007cd_16x9.jpg?w=1600" width="600" /></p>
<blockquote><p>
&#8216;Coming nearly half a century after “Close Encounters of the Third Kind,” “Disclosure Day” is a grand bookend for one of the most cosmically-minded moviemakers of our time, whose dreams of extraterrestrial life have shaped all of ours. It’s a distant answer to the final notes of “Close Encounters.” But while Spielberg grants his 1977 film was “speculative,” “Disclosure Day,” he insists, is the real deal.</p>
<p>“It’s my first film that will be considered science fiction that I do not consider to be science fiction,” Spielberg said in a recent interview. “It’s much more reflective of the world as it is evolving and discoveries that are being made as we speak.”</p>
<p>Spielberg, at 79, is trying to revive and reconsider the alien wonder that’s long lingered in his mind, from “E.T.” to “War of the Worlds.” “Disclosure Day,” Spielberg’s first summer movie in a decade, is already being hailed as one of his best in years. But this time, Spielberg is testing whether he can conjure some of his trademark movie magic less with imagination than with conviction.</p>
<p>“I’ve been a believer since I made ‘Close Encounters’ 50 years ago,” Spielberg says. “But I would always say: Until I’ve seen a UAP or a UFO with my own eyes, I’m not going to categorically state that life from out there has come here.</p>
<p>“But I’ve changed that,” he adds. “I’m now willing to change my mind because of the circumstantial evidence which is overwhelming.”&#8230;&#8217; (Jake Coyle  via <b><a href="https://abcnews.com/Entertainment/wireStory/steven-spielberg-faith-alien-life-future-movies-power-133556739">ABC 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/14/as-disclosure-day-opens-spielberg-voices-his-faith-that-aliens-have-visited-earth/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56403 -->

				
					
	<article id="post-56401" class="post-56401 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/scientist-almost-everyone-veers-to-the-left-when-walking-randomly/" rel="bookmark">Scientist: Almost Everyone Veers to the Left When Walking&nbsp;Randomly</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/scientist-almost-everyone-veers-to-the-left-when-walking-randomly/" title="4.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-14T16:35:00-05:00">14 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/14/scientist-almost-everyone-veers-to-the-left-when-walking-randomly/#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://uploads.neatorama.com/images/posts/41/128/128041/1781180971-0.jpg" width="600" /></p>
<blockquote><p>
&#8216;Dr. Iñaki Echeverría-Huarte is a professor of applied physics at the University of Navarra in Spain. He asked 573 people assembled in a schoolyard to roam randomly through the space. Within a few seconds, 80% of them were moving in a counterclockwise direction.</p>
<p>Was this because of a perceived group preference? No. Dr. Echeverría-Huarte performed the test on solitary participants, and about 75% of them moved counterclockwise. This trend persisted across 40 experiments.</p>
<p>A recent article in the New York Times explores the phenomenon and its potential causes. It&#8217;s clear that left or right-handedness does not correlate with this movement. Nor is it socially conditioned, as young children strongly exhibit counterclockwise movement as well as adults.</p>
<p>Whatever might be the root cause the movement, it will be helpful for architects and other professions that make use of crowd dynamics. I occasionally visit the largest convenience store in the world, which is a masterpiece of architecture designed for crowd movement. An awareness of the counterclockwise tendency could optimize such designs&#8230;.&#8217; (John Farrier via <b><a href="https://www.neatorama.com/2026/06/14/Scientist-Almost-Everyone-Veers-to-the-Left-When-Walking-Randomly/">Neatorama</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/14/scientist-almost-everyone-veers-to-the-left-when-walking-randomly/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56401 -->

				
					
	<article id="post-56399" class="post-56399 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/heres-a-prompt-you-can-run-to-evaluate-which-claude-plan-you-should-have/" rel="bookmark">Here&#8217;s a prompt you can run to evaluate which Claude plan you should&nbsp;have</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/heres-a-prompt-you-can-run-to-evaluate-which-claude-plan-you-should-have/" title="11.01 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T11:01:55-05:00">14 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/14/heres-a-prompt-you-can-run-to-evaluate-which-claude-plan-you-should-have/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">
<div>
<div class="group" style="height: auto;opacity: 1;transform: none">
<div class="group relative relative pb-3" style="opacity: 1;transform: none">
<div class="font-claude-response relative leading-[1.65rem] [&amp;_pre&gt;div]:bg-bg-000/50 [&amp;_pre&gt;div]:border-0.5 [&amp;_pre&gt;div]:border-border-400 [&amp;_.ignore-pre-bg&gt;div]:bg-transparent [&amp;_.standard-markdown_:is(p,blockquote,h1,h2,h3,h4,h5,h6)]:pl-2 [&amp;_.standard-markdown_:is(p,blockquote,ul,ol,h1,h2,h3,h4,h5,h6)]:pr-8 [&amp;_.progressive-markdown_:is(p,blockquote,h1,h2,h3,h4,h5,h6)]:pl-2 [&amp;_.progressive-markdown_:is(p,blockquote,ul,ol,h1,h2,h3,h4,h5,h6)]:pr-8">
<div>
<div class="standard-markdown grid-cols-1 grid [&amp;_&gt;_*]:min-w-0 gap-3 standard-markdown">
<p class="font-claude-response-body break-words whitespace-normal"><img src="https://betterimagesofai.org/ImagesAI/marcin-wilkowski_more-info-please_3300x1856.png" /></p>
<blockquote class="ml-2 border-l-4 border-[hsl(var(--border-300)/0.1)] pl-4 text-text-300">
<p class="font-claude-response-body break-words whitespace-normal">I&#8217;d like you to review my Claude usage history and recommend the most cost-effective Anthropic plan for me. Look at my recent sessions — their topics, complexity, length, and whether they involve agentic or batch workloads — and factor in whether I&#8217;m a solo user or part of a team. Then compare that against the current plan tiers (Free, Pro, Max 5x, Max 20x, Team, Enterprise) and tell me which one fits. Be explicit about what you can and can&#8217;t see from the session data, and ask me directly if there&#8217;s anything you need to know — like whether I&#8217;m hitting usage limits — before making a recommendation.</p>
</blockquote>
</div>
</div>
</div>
</div>
<div class="flex justify-start" role="group" aria-label="Message actions">
<div class="text-text-300">
<div class="text-text-300 flex items-stretch justify-between">
<div class="flex items-center"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none"> </div>
<div class="h-px w-full pointer-events-none" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none" aria-hidden="true"> </div>
<div style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">
<div class="ml-1 mt-6 flex items-center transition-transform duration-300 ease-out">
<div class="p-1 -translate-x-px">
<div aria-hidden="true">
<div class="w-8 text-accent-brand inline-block select-none"> </div>
</div>
</div>
</div>
</div>
					</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/14/heres-a-prompt-you-can-run-to-evaluate-which-claude-plan-you-should-have/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56399 -->

				
					
	<article id="post-56397" class="post-56397 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/judge-orders-trump-to-restore-banned-references-to-climate-change-and-slavery-at-us-parks/" rel="bookmark">Judge orders Trump to restore banned references to climate change and slavery at US&nbsp;parks</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/judge-orders-trump-to-restore-banned-references-to-climate-change-and-slavery-at-us-parks/" title="10.40 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T10:40:11-05:00">14 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/14/judge-orders-trump-to-restore-banned-references-to-climate-change-and-slavery-at-us-parks/#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://static.foxnews.com/foxnews.com/content/uploads/2026/06/national-historical-park-philadelphia.jpg" width="600" /></p>
<blockquote><p>
&#8216;A Biden-appointed federal judge ordered the Trump administration to restore exhibits and other materials at national parks that highlighted slavery, climate change and other leftist ideology after they were removed under a directive targeting displays deemed disparaging to America.</p>
<p>U.S. District Judge Angel Kelley in Massachusetts, appointed to the federal bench by former President Joe Biden in 2021, issued a preliminary injunction Friday requiring the administration to reverse the changes and pause any further removals amid legal challenges.</p>
<p>The move comes amid the America 250 celebrations that will crescendo on July 4.</p>
<p>The Interior Department in a statement called Kelley a &#8220;liberal activist judge&#8221; and said it was reviewing its options to appeal its removal of what Secretary Doug Burgum rebuked as &#8220;improper partisan ideology.&#8221;&#8230;&#8217; (Eric Mack via <b><a href="https://www.foxnews.com/politics/biden-appointed-judge-orders-trump-restore-slavery-climate-change-ideology-national-parks?utm_source=flipboard&amp;utm_content=FoxNews%2Fmagazine%2FLatest%20News">Fox 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/14/judge-orders-trump-to-restore-banned-references-to-climate-change-and-slavery-at-us-parks/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56397 -->

				
					
	<article id="post-56395" class="post-56395 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/scoop-trump-aides-fear-haberman-and-swan-obtained-situation-room-tapes-for-regime-change/" rel="bookmark">Scoop: Trump aides fear Haberman and Swan obtained Situation Room tapes for &#8220;Regime&nbsp;Change&#8221;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/scoop-trump-aides-fear-haberman-and-swan-obtained-situation-room-tapes-for-regime-change/" title="10.17 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T10:17:59-05:00">14 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/14/scoop-trump-aides-fear-haberman-and-swan-obtained-situation-room-tapes-for-regime-change/#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://images.axios.com/mPwhE4DuGrduFdyXQ4WKQ1MH89k=/0x0:1920x1080/1366x768/2026/06/14/1781439944768.jpg" width="600" /></p>
<blockquote><p>
&#8216;&#8221;We&#8217;re afraid some of our most sensitive conversations were being recorded,&#8221; an administration source told us. &#8220;And we have no idea which ones.&#8221; Verbatim accounts of several Situation Room meetings were included in excerpts about the Iran war and the Epstein files that The Times posted ahead of the book&#8217;s June 23 publication.</p>
<p>The authors conducted more than 1,000 interviews for &#8220;Regime Change,&#8221; which covers Trump&#8217;s second term. Tellingly, White House officials haven&#8217;t disputed verbatim dialogue from the top-secret Sit Room talks, including Secretary of State Marco Rubio saying about Bibi&#8217;s regime-change scenarios for Iran: &#8220;In other words, it&#8217;s bullshit.&#8221;</p>
<p>We hear President Trump is furious about the blow-by-blow accounts. Haberman and Swan refused to comment.</p>
<p>Reality check: Haberman and Swan didn&#8217;t need audio recordings. Bob Woodward pioneered contemporary historical political journalism by including dialogue in his books that was reconstructed from the memories of people in the rooms where things happened&#8230;.&#8217; (Jim VandeHei via <b><a href="https://www.axios.com/2026/06/14/trump-situation-room-tapes-haberman-swan-regime-change?utm_source=flipboard&amp;utm_content=AxiosNews/magazine/Axios">Axios</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/14/scoop-trump-aides-fear-haberman-and-swan-obtained-situation-room-tapes-for-regime-change/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56395 -->

				
					
	<article id="post-56393" class="post-56393 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/scientists-may-have-found-a-way-to-mimic-sleep-in-the-brain-without-actually-sleeping-heres-how/" rel="bookmark">Scientists May Have Found a Way to Mimic Sleep in the Brain Without Actually Sleeping. Here&#8217;s&nbsp;How.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/scientists-may-have-found-a-way-to-mimic-sleep-in-the-brain-without-actually-sleeping-heres-how/" title="10.02 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T10:02:27-05:00">14 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/14/scientists-may-have-found-a-way-to-mimic-sleep-in-the-brain-without-actually-sleeping-heres-how/#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/06/Scientists-May-Have-Found-a-Way-to-Mimic-Sleep-in-the-Brain-Without-Actually-Sleeping.-Heres-How.jpg?w=2000" width="600" /></p>
<blockquote><p>
&#8216;Sometimes it feels like a glaring design flaw that we have to power down for six to nine hours a day just to keep the brain from frying. Now, according to a new study published in Nature Neuroscience, scientists may have found a way to give us all the benefits of sleep without actually going to sleep&#8230;.&#8217; ([object Object] via <b><a href="https://www.vice.com/en/article/scientists-may-have-found-a-way-to-mimic-sleep-in-the-brain-without-actually-sleeping-heres-how/?utm_source=flipboard&amp;utm_content=topic/health">Vice</a></b>)
</p></blockquote>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Researchers recreated a deep-sleep brain rhythm in mice that remained fully awake and mobile. Mice that stayed awake while receiving the artificial sleep rhythm performed as well as fully rested mice, and molecular markers in their brains mirrored changes typically seen after natural sleep.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">The investigators emphasized that this is not a practical shortcut for avoiding sleep. The method required genetic engineering and implanted brain electrodes, and natural sleep appears to restore the brain more evenly across regions.</p>
<p class="p1" style="color: #000000;font-size: medium;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;text-decoration: none">Even so, the findings strikingly identify a specific electrical signal associated with restorative sleep and show that at least some benefits of sleep can be approximated by artificially reproducing that rhythm.</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/06/14/scientists-may-have-found-a-way-to-mimic-sleep-in-the-brain-without-actually-sleeping-heres-how/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56393 -->

				
					
	<article id="post-56391" class="post-56391 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/a-dying-star-could-create-a-new-universe-instead-of-a-black-hole/" rel="bookmark">A dying star could create a new universe instead of a black&nbsp;hole</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/a-dying-star-could-create-a-new-universe-instead-of-a-black-hole/" title="9.09 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T09:09:44-05:00">14 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/14/a-dying-star-could-create-a-new-universe-instead-of-a-black-hole/#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/gravastar.webp" width="600" /></p>
<blockquote><p>
&#8216;What if some black holes aren’t black holes at all? A new theoretical study suggests that when a massive star collapses, it might not form a singularity hidden behind an event horizon. Instead, the collapse could trigger the birth of a tiny new universe inside the dying star. Driven by dark energy, this miniature cosmos would expand and push back against gravity, preventing complete collapse and creating an exotic object known as a gravastar&#8230;.&#8217; (via <b><a href="https://www.sciencedaily.com/releases/2026/06/260614011846.htm?utm_source=flipboard&amp;utm_content=topic/technology">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/06/14/a-dying-star-could-create-a-new-universe-instead-of-a-black-hole/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56391 -->

				
					
	<article id="post-56389" class="post-56389 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/14/sunday-thought-the-horrifying-truth-about-trumps-cage-match/" rel="bookmark">Sunday Thought: The Horrifying Truth About Trump&#8217;s Cage&nbsp;Match</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/14/sunday-thought-the-horrifying-truth-about-trumps-cage-match/" title="8.31 am" rel="bookmark"><time class="entry-date" datetime="2026-06-14T08:31:06-05:00">14 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/14/sunday-thought-the-horrifying-truth-about-trumps-cage-match/#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_!ASZr!,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%2Fb8b363c6-8469-4ca6-bfd4-a2c6d2a07b32_1280x720.avif" width="600" /></p>
<blockquote><p>
&#8216;What Trump and his &#8220;manosphere&#8221; are trying to tell us with their public displays of testosterone&#8230;&#8217; (<b><a href="https://robertreich.substack.com/p/sunday-thought-trumps-cage-match?utm_source=flipboard&amp;utm_content=user%2FSubstack">Robert Reich</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/14/sunday-thought-the-horrifying-truth-about-trumps-cage-match/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56389 -->

				
					
	<article id="post-56386" class="post-56386 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/13/im-trained-to-know-when-someone-is-dying-the-white-house-needs-to-believe-that-trump-isnt/" rel="bookmark">I’m trained to know when someone is dying. The White House needs you to believe that Trump&nbsp;isn’t</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/13/im-trained-to-know-when-someone-is-dying-the-white-house-needs-to-believe-that-trump-isnt/" title="4.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-13T16:12:35-05:00">13 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/13/im-trained-to-know-when-someone-is-dying-the-white-house-needs-to-believe-that-trump-isnt/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8216;&#8230;I had a crazy thought the other day. I was watching one of the corporate news stations that had a neurologist on. They were talking about the mental decline they have noticed in Trump. They talked about what they are seeing and what they predict is going to happen.</p></blockquote>
<blockquote><p>In fact, every doctor I’ve seen do commentary on Trump has all agreed that there is obvious decline in his mental functions, but that they would like to be able to see CT tests and MRI’s to be able to see what is actually going on.</p></blockquote>
<blockquote><p>That was when I realized that I can do something they can’t. That’s right MD, this paramedic is going to do a bit of a flex on you.</p></blockquote>
<blockquote><p>See, you aren’t comfortable making a diagnosis without testing. I don’t have to give a diagnosis. I just have to treat what I’m seeing happening. So let’s talk about what I would treat if I had to take care of the Felonious Chunk, The Incontinental Divider, Mango Musalini.</p></blockquote>
<blockquote><p>That is how I would take care of him after my partner convinced me that driving the ambulance off a cliff with him in it wouldn’t make the world a better place. He’d be wrong, but I’m not about to mix ashes with that fascist&#8230;&#8217; (Via <a href="http://open.substack.com/pub/nicholasjorcutt/p/im-trained-to-know-when-someone-is">Nicholas Orcutt</a>)</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/13/im-trained-to-know-when-someone-is-dying-the-white-house-needs-to-believe-that-trump-isnt/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56386 -->

				
					
	<article id="post-56383" class="post-56383 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/09/why-conflict-feels-constant-now/" rel="bookmark">Why Conflict Feels Constant&nbsp;Now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/why-conflict-feels-constant-now/" title="6.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T18:04:33-05:00">9 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/09/why-conflict-feels-constant-now/#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://noemamag.imgix.net/2026/06/005_01.jpg?fit=crop&amp;fm=pjpg&amp;h=628&amp;ixlib=php-3.3.1&amp;w=1200&amp;wpsize=noema-social-facebook&amp;s=06981bf73cd3afb74f7db793050d5b65" 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;Gray zones” were meant to describe places on the brink of war. Increasingly, they define the entire world.</p>



<p class="wp-block-paragraph">…Under the National Security Strategy (NSS) of the Trump administration, the line between allied and enemy nations has blurred to the point of non-existence…&#8217;  ( via <strong><a href="https://www.noemamag.com/why-conflict-feels-constant-now/">NOEMA</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/09/why-conflict-feels-constant-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56383 -->

				
					
	<article id="post-56380" class="post-56380 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/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/" rel="bookmark">Trump claims an Iran deal is near for at least 38th&nbsp;time</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/" title="5.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T17:55:59-05:00">9 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/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/#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.assettype.com/gulfnews%2F2026-05-01%2Fuzjtpowi%2F202605013771524.jpg?w=1200&amp;ar=40%3A21&amp;auto=format%2Ccompress&amp;ogImage=true&amp;mode=crop&amp;enlarge=true&amp;overlay=false&amp;overlay_position=bottom&amp;overlay_width=100" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Despite predictions, US, Iran remain far apart as key disputes continue to block a deal…&#8217;  (via <strong><a href="https://gulfnews.com/world/americas/37-times-trump-claimed-an-iran-deal-was-near-what-s-going-on-1.500568358">Gulf 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/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56380 -->

				
					
	<article id="post-56377" class="post-56377 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/09/how-pete-hegseth-sparked-a-mormon-uproar/" rel="bookmark">How Pete Hegseth sparked a Mormon&nbsp;uproar</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/how-pete-hegseth-sparked-a-mormon-uproar/" title="5.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T17:51:19-05:00">9 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/09/how-pete-hegseth-sparked-a-mormon-uproar/#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://platform.vox.com/wp-content/uploads/sites/2/2026/06/gettyimages-518754162.jpg?quality=90&amp;strip=all&amp;crop=0%2C9.2387192446206%2C100%2C81.522561510759&amp;w=1200" 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;Are Mormons Christian? Pete Hegseth’s Department of Defense accidentally weighed in.…&#8217;  (Christian Paz via <strong><a href="https://www.vox.com/politics/491298/pentagon-mormon-latter-day-saints-jesus-christ-hegseth-religious-right-christian-nationalism?view_token=eyJhbGciOiJIUzI1NiJ9.eyJpZCI6Im9TSXRKYXI0cWEiLCJwIjoiL3BvbGl0aWNzLzQ5MTI5OC9wZW50YWdvbi1tb3Jtb24tbGF0dGVyLWRheS1zYWludHMtamVzdXMtY2hyaXN0LWhlZ3NldGgtcmVsaWdpb3VzLXJpZ2h0LWNocmlzdGlhbi1uYXRpb25hbGlzbSIsImV4cCI6MTc4MjIyNDA5MiwiaWF0IjoxNzgxMDE0NDkyfQ.dL9ZZlAkxJQ9qW5Piyul6M2vxxkeUQGpbaMDODEUqXE&amp;utm_medium=gift-link">Vox</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/09/how-pete-hegseth-sparked-a-mormon-uproar/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56377 -->

				
					
	<article id="post-56374" class="post-56374 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/08/a-parallel-world-the-people-lost-in-addictive-daydreams/" rel="bookmark">&#8216;A parallel world&#8217;: The people lost in addictive&nbsp;daydreams</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/08/a-parallel-world-the-people-lost-in-addictive-daydreams/" title="9.14 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-08T21:14:35-05:00">8 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/08/a-parallel-world-the-people-lost-in-addictive-daydreams/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div class="wp-block-image">
<figure class="aligncenter"><img src="https://ychef.files.bbci.co.uk/624x351/p0nntkmk.webp" alt="" /></figure>
</div>


<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Some people daydream for hours on end, playing out a single storyline for decades – and it can be hugely distressing. Here&#8217;s how to tell when your daydreaming has gone too far.…&#8217; (Molly Gorman via <a href="https://www.bbc.co.uk/future/article/20260528-the-people-who-are-addicted-to-daydreaming"><strong>bbc.co.uk</strong></a></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/08/a-parallel-world-the-people-lost-in-addictive-daydreams/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56374 -->

				
					
	<article id="post-56372" class="post-56372 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/" rel="bookmark">Richard Feynman solved the ‘restaurant dilemma’ 50 years ago — now a study confirms his&nbsp;mathematics</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/" title="4.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-06T16:59:49-05:00">6 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/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://3quarksdaily.com/wp-content/uploads/2026/06/d41586-026-00821-4_52496722.png" width="600" /></p>
<blockquote><p>
‘In a scene that could have easily featured in an episode of the US television sitcom The Big Bang Theory, the late US physicist Richard Feynman once turned a visit to a Thai restaurant he often dined at into a mathematical riddle: how adventurous should we be in trying new dishes? Feynman promptly solved this on a sheet of paper.</p>
<p>Now, behavioural scientists have revisited Feynman’s solution — some of which had been obscured by his inscrutable handwriting — and found that his was indeed the optimal strategy&#8230;.’ (S. Abbas Raza via <b><a href="https://3quarksdaily.com/3quarksdaily/2026/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics.html?utm_source=flipboard&amp;utm_content=topic/restaurant">3 Quarks Daily</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/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56372 -->

				
					
	<article id="post-56370" class="post-56370 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/the-truth-behind-the-nazis-occult-gateway-to-hell/" rel="bookmark">The truth behind the Nazi&#8217;s occult &#8216;gateway to&nbsp;hell&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-truth-behind-the-nazis-occult-gateway-to-hell/" title="4.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-06T16:58:19-05:00">6 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/06/the-truth-behind-the-nazis-occult-gateway-to-hell/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn1.faroutmagazine.co.uk/uploads/1/2026/05/The-truth-behind-Houska-Castle-The-Nazis-occult-%E2%80%98gateway-to-hell-Far-OUt-Magazine.jpg" width="600" /></p>
<blockquote><p>
‘In a forest north of Prague, in the Czech Republic, sits a beautiful castle that attracts thousands of visitors every single year, for it combines medieval history, supernatural tales and even Nazis.</p>
<p>With stories of a gateway into hell itself and occult experiments by occupying Nazis, Houska Castle has a place in European folklore, which raises the question about the truth behind this scenic old building&#8230;.’ (Sam Farley via <b><a href="https://faroutmagazine.co.uk/the-truth-behind-houska-castle-the-nazis-occult-gateway-to-hell/?utm_source=flipboard&amp;utm_content=topic%2Fculture">Far Out 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/06/the-truth-behind-the-nazis-occult-gateway-to-hell/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56370 -->

				
					
	<article id="post-56368" class="post-56368 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/" rel="bookmark">Some ancient microbes frozen with Ötzi the Iceman are still&nbsp;growing</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/" title="10.26 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T10:26:04-05:00">6 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/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/#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.arstechnica.net/wp-content/uploads/2026/06/Otzi-stomach-yeast-w-Sarhan-2560x1440.jpg" width="600" /></p>
<blockquote><p>
 </p>
<p>‘Ötzi the Iceman, Europe’s most famous mummy, hosts microbes—some ancient, some still alive after millennia, and some modern.</p>
<p>After dying in the Ötztal Alps, the Copper Age man lay frozen and forgotten for 5,300 years, until hikers found his freeze-dried remains in 1991. Since then, scientists have sequenced his DNA, studied his last meal and gut microbes, and examined his clothes and broken tools. Today, Ötzi rests in a high-tech chamber at Italy’s South Tyrol Museum of Archaeology, where his body still shelters cold-adapted yeasts likely present since soon after his death….’ (Kiona N. Smith via <b><a href="https://arstechnica.com/science/2026/06/otzis-mummified-body-is-home-to-ancient-strains-of-yeast-and-bacteria/">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/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56368 -->

				
					
	<article id="post-56365" class="post-56365 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/06/the-misogyny-uniting-the-right/" rel="bookmark">The Misogyny Uniting the&nbsp;Right</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-misogyny-uniting-the-right/" title="8.01 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T08:01:53-05:00">6 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/06/the-misogyny-uniting-the-right/#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/wlPMDvmAEJIqdqhznPC6L16JSbo=/0x75:1830x1028/1200x625/media/img/2026/05/AP22333647703966edited_Print_163EAA06627_23071335_1/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;Douglas wilson has a modest proposal to improve American life: He wants to repeal the Nineteenth Amendment, which gave women the vote. In his ideal system, “we would do it in our politics the same way we do it in our church structure,” he told me recently. “And that is, we vote by household.”…&#8217;  (Helen Lewis via <strong><a href="https://www.theatlantic.com/magazine/2026/06/conservative-masculinism-misogyny/686939/?utm_medium=cr&amp;utm_source=email&amp;utm_campaign=06_06_2026_issue_promo_june_2026_resend_engagement_actives_nonclickers_large&amp;utm_term=ISSUE%20PROMOS%20ONLY%20-%20ALL%20Active%20Subscribers%20%28Stripe%2BCDS%2BiTunes%29">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/06/the-misogyny-uniting-the-right/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56365 -->

				
					
	<article id="post-56362" class="post-56362 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/06/the-wrath-of-the-killdozer-2/" rel="bookmark">The Wrath of the&nbsp;Killdozer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-wrath-of-the-killdozer-2/" title="7.54 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T07:54:49-05:00">6 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/06/the-wrath-of-the-killdozer-2/#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://www.damninteresting.com/wp-content/uploads/2009/07/killdozer_news_enlarged.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;Marvin Heemeyer of Granby, Colorado was a profoundly frustrated muffler repair man. In 2004 he took drastic measures.…&#8217;  (Jason Bellows via <strong><a href="https://www.damninteresting.com/the-wrath-of-the-killdozer">Damn Interesting</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/06/the-wrath-of-the-killdozer-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56362 -->

				
					
	<article id="post-56358" class="post-56358 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/06/social-media-is-now-parasocial-media/" rel="bookmark">Social Media Is Now Parasocial&nbsp;Media</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/social-media-is-now-parasocial-media/" title="7.16 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T07:16:30-05:00">6 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/06/social-media-is-now-parasocial-media/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;When practitioners used the term “social media” to describe the internet tools that emerged in the mid-aughts, they were giving a name to the kinds of platforms and protocols that allowed people to socialize with friends and communities of interest by using digital technologies. Twenty years later, users of social media are far more likely to scroll than post – and the content that they consume is often strategically produced and algorithmically curated. In this essay, I argue that the very essence of social media has changed. To more effectively interrogate what we are witnessing, we need to stop presuming that these tools are “social media” and begin recognizing that they are now “parasocial media.” Doing so raises new questions about digitally mediated sociality, not to mention the politics and governance of these platforms.…&#8217;  ( via <strong><a href="https://journals.sagepub.com/doi/10.1177/20563051261437487?__readwiseLocation=&amp;ueid=846fd7c9a41dd1b76ba7ea1aadb1667c&amp;utm_source=Sailthru&amp;utm_medium=email&amp;utm_campaign=2026-06-06%20Installer%20131&amp;utm_term=Installer">danah boyd</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/06/social-media-is-now-parasocial-media/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56358 -->

				
					
	<article id="post-56356" class="post-56356 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/" rel="bookmark">The skeptic’s guide to humanoid robots going viral on the&nbsp;Internet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/" title="7.57 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:57:01-05:00">5 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/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/#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.arstechnica.net/wp-content/uploads/2026/06/GettyImages-2279229514-1152x648.jpg" width="600" /></p>
<blockquote><p>
‘There are several things to keep in mind when watching the surge of robot demonstration videos and even livestreams. First, such robotic demonstrations are not necessarily indicative of robots operating autonomously without human control or oversight, said Dipam Patel, a PhD candidate in computer science at Purdue University and a research assistant at the US Army DevCom Army Research Lab. Many demonstrations still rely on human operators directly controlling the robots’ actions through teleoperation.</p>
<p>“Unless a research paper or a company is explicitly mentioning that [the robot] is completely autonomous, you should take it with a very big pinch of salt,” Patel, also an IEEE Graduate Student Member, told Ars.</p>
<p>Another question to consider is whether the demonstration shows robots tackling a completely new test environment for the first time, or whether the robots are simply repeating a task they had already learned to do in that specific training environment. The new test environment would be significantly more impressive at showcasing robots capable of doing tasks autonomously in a generalized way, Patel said.</p>
<p>It is also worth checking the video playback speed for any robot demonstration, because “usually the robots are very slow” for safety and other reasons, Patel said. Companies may sometimes disclose that a robot demonstration video is running at two times or four times normal speed—meaning the robot could be taking twice as long or four times as long as a human to do the same task.</p>
<p>Robot demonstration videos can also vary wildly in their informative value and transparency. Some are clearly intended to be performative entertainment clips that can go viral on social media, or polished promotional videos from companies seeking new clients and investors. Others may provide more of a behind-the-scenes look at the robot training process while acknowledging robot mistakes along the way&#8230;.’ (Jeremy Hsu via <b><a href="https://arstechnica.com/ai/2026/06/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/">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/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56356 -->

				
					
	<article id="post-56354" class="post-56354 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/" rel="bookmark">Gone in 60&nbsp;minutes</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/" title="7.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:53:24-05:00">5 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/05/gone-in-60-minutes/#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.theverge.com/wp-content/uploads/sites/2/2026/06/gettyimages-2241234477.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.752914259293%2C100%2C78.494171481414&amp;w=1200" width="600" /></p>
<blockquote><p>
‘Institutions like The Late Show and 60 Minutes are no longer untouchable. That should frighten every single American. If scale and profit can’t save our most powerful voices, what happens to the rest of us?&#8230;’ (TC Sottek via <b><a href="https://www.theverge.com/entertainment/944337/gone-in-60-minutes">The Verge</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/05/gone-in-60-minutes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56354 -->

				
					
	<article id="post-56352" class="post-56352 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/" rel="bookmark">What happens when CBP confiscates your phone at the&nbsp;airport</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/" title="7.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:49:52-05:00">5 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/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/#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.theverge.com/wp-content/uploads/sites/2/2025/03/257631_border_agents_phone_search_CVirginia.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<blockquote><p>
‘CBP is conducting “systematic” searches of activists’ devices, using the language and tools of counterterrorism to target left-wing critics and activists, in keeping with President Donald Trump’s efforts to go after those he calls “Violent Left-Wing Extremists, including Anarchists and Anti-Fascists.”&#8230;’ (Gaby Del Valle via <b><a href="https://www.theverge.com/report/944076/cbp-airport-phone-searches-seizure-minneapolis-activists">The Verge</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/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56352 -->

				
					
	<article id="post-56350" class="post-56350 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/" rel="bookmark">‘Doo-Doo Water and a Few Needles’: Inside the Mystery of the New York City Manhole&nbsp;Prowlers</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/" title="7.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:47:24-05:00">5 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/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/#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/6a21d98b6a7879400ec43e4c/191:100/w_1280,c_limit/NYCs-Mysterious-Manhole-Creepers-Business.jpg" width="600" /></p>
<blockquote><p>
‘IN RECENT DAYS, a fantastical question has captured the attention of New Yorkers and local tabloids: Who is popping in and out of manholes across the city, and what are they doing in the sewer system?&#8230;’ (Caroline Haskins via <b><a href="https://www.wired.com/story/new-york-city-manhole-mole-people-urban-explorers/">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/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56350 -->

				
					
	<article id="post-56348" class="post-56348 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/" rel="bookmark">Finally, a Unit of Measurement for a Certain Kind of Moral&nbsp;Depravity…</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/" title="7.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:39:00-05:00">5 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/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://reactormag.com/wp-content/uploads/2026/06/Panic-in-the-Year-Zero.png" width="600" /></p>
<blockquote><p>
‘…[H]ow long does it take protagonists in an existential crisis to embrace war of all against all, to start murdering their way towards refuge—or, having refuge at hand, to aggressively prevent others from joining them?&#8230;’ (James Davis Nicoll via <b><a href="https://reactormag.com/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/">Reactor</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/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56348 -->

				
					
	<article id="post-56346" class="post-56346 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/" rel="bookmark">Why autism symptoms can ease during a fever — and how to mimic&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/" title="7.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:30:16-05:00">5 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/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-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://substackcdn.com/image/fetch/$s_!8fNk!,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%2F12c94355-a2d0-487e-8c8b-63dd5ff64f2a_1200x800.jpeg" width="600" /></p>
<blockquote><p>
‘Parents and caregivers have long reported that when some autistic people run a fever from an infection, their autism-related symptoms ease for a while.</p>
<p><strong><a href="https://news.mit.edu/2024/understanding-why-autism-symptoms-sometimes-improve-amid-fever-0523">MIT and Harvard Medical School researchers </a></strong>, backed by $2.1 million in grants from the Marcus Foundation, want to work out the biology behind this “fever effect” and eventually mimic it as a therapy.</p>
<p>A decade of work in mice by neuroscientist Gloria Choi and immunologist Jun Huh points away from the heat itself. They traced the improvement to an immune-signaling molecule called IL-17a, which appears to calm overactive brain circuits during infection. Injecting it directly into the brains of affected mice improved their symptoms even without any fever.</p>
<p>“Although it isn’t actually triggered by the fever, per se, the ‘fever effect’ is real, and it provides us with an opportunity to develop therapies to mitigate symptoms of autism spectrum disorders,” said Choi. The team now plans a “biobank” of blood and stool samples from volunteers to hunt for the same markers in people.…’ (Ellsworth Toohey via <b><a href="https://premium.boingboing.net/p/why-autism-symptoms-can-ease-during">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/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56346 -->

				
					
	<article id="post-56344" class="post-56344 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/" rel="bookmark">180 religions dropped from Pentagon’s approved list of&nbsp;faiths</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/" title="7.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:26:43-05:00">5 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/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/#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_!KkeF!,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%2F5f94d8de-4d4f-4bf0-89b0-e1fa960ea7ae_1200x800.jpeg" width="600" /></p>
<blockquote><p>
‘There are no atheists in foxholes. Soon, there won’t be any Wiccans, Rosicrucianism, shamanic faiths, Troth, Unitarian Universalists, Humanists, Heathens, or Astaru and a whole lotta Protestant denominations, either. According to Military.com, Whiskey Pete Hegseth has ordered the number of religions recognized by the Department of War brutally slashed from just over 200 to 31. This theocratic bullshit reverses changes made to the DoW’s religious affiliation codes. In 2017, the Chaplaincy’s recognized religions were massively expanded as an exercise of the rights the United States once stood for: if you’re willing to serve and potentially die for your country, you should be able to practice the freedom of belief enshrined in its constitution. I guess that was too much to ask for from an ass with a $300 haircut and Deus Volt tattooed on his chest&#8230;.’ (Séamus Bellamy via <b><a href="https://premium.boingboing.net/p/180-religions-dropped-from-pentagons">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/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56344 -->

				
					
	<article id="post-56342" class="post-56342 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/" rel="bookmark">Trump’s 250th Celebration Is a&nbsp;Fiasco</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/" title="9.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:24:40-05:00">2 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/02/trumps-250th-celebration-is-a-fiasco/#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/UmlnkAH5gVwxqB5CT0q8EIFQ8ho=/5x160:3762x2117/1200x625/media/img/mt/2026/05/2026_05_31_America250/original.jpg" width="600" /></p>
<blockquote><p>
‘The president has turned a solemn occasion into a Day of Trump&#8230;.’ (David Frum via <b><a href="https://www.theatlantic.com/politics/2026/05/trump-250-truth/687384/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=the-atlantic-am&amp;utm_term=The%20Atlantic%20AM">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/02/trumps-250th-celebration-is-a-fiasco/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56342 -->

				
					
	<article id="post-56340" class="post-56340 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/" rel="bookmark">Opinion: What AI chatbots&#8217; bias for Romance languages tell us about&nbsp;humanity</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/" title="9.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:15:12-05:00">2 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/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/#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.washingtonpost.com/wp-apps/imrs.php?src=https://cloudfront-us-east-1.images.arcpublishing.com/wapo/LUSYY5JF6ZDPZJYQ5DMLVWGOOE.jpg&amp;w=1440" width="600" /></p>
<blockquote><p>
‘In his 1946 essay “Politics and the English Language,” George Orwell argued that bad writers “are nearly always haunted by the notion that Latin or Greek words are grander than Saxon ones.” Today, artificial intelligence chatbots have fallen victim to the same blunder.</p>
<p>The idea that Latin-derived terms like “exhibit,” “triumph” and “consume” sound fancier than Germanic words like “show,” “win” and “eat” traces back to at least the Norman Conquest, when the previous Old English-speaking elites were suddenly replaced by a new French-speaking aristocracy. As Romance vocabulary became associated with the educated upper class, it increasingly took on a feeling of cultural prestige — a feeling that compounded as English borrowed additional waves of Latin loanwords during and after the Renaissance.</p>
<p>Even in the 21st century, this bias continues to permeate our social interactions. We’ll use more Latin terms when we want to speak formally or authoritatively; we’ll use Germanic words to sound crass or casual. I’m writing this article using Romance words like “permeate” and “authoritatively” because they make it sound like I know what I’m talking about. A new study from a group of researchers at Florida State University suggests that AI chatbots have also inherited this proclivity. After testing six AI models, the researchers found consistent favoritism for words coming from Latin and French over those with Germanic etymologies — even more than you would typically encounter in the English language&#8230;.’ (Adam Aleksic via <b><a href="https://www.washingtonpost.com/opinions/2026/06/02/what-ai-chatbots-bias-romance-languages-tell-us-about-humanity/">The Washington Post</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/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56340 -->

				
					
	<article id="post-56338" class="post-56338 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/" rel="bookmark">Notes on Tanya M. Luhrmann’s book ‘How God Becomes&nbsp;Real’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/" title="9.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:10:42-05:00">2 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/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://michaelnotebook.com/dci/assets/shipping.jpg" width="600" /></p>
<blockquote><p>
‘In Alan Watts&#8217; book &#8220;The Wisdom of Insecurity&#8221; he points out that many people believe there are benefits to believing in God, but that is not nearly the same as actually believing in God. The mere fact we understand a belief would be beneficial to us doesn&#8217;t automatically make us sincerely believe it. Far from it! As Watts says:</p>
<p>It may be necessary for man to have a myth, but he cannot self-consciously prescribe one… man cannot for long knowingly and intentionally “kid” himself. Even the… most forceful arguments for some sort of return to orthodoxy are those which show the social and moral advantages of belief in God. But this does not prove that God is a reality. It proves, at most, that believing in God is useful… if the public has any suspicion that he does not exist, the invention is in vain.</p>
<p>That is: a belief isn&#8217;t a mere choice, something which can be adopted when it seems beneficial. Rather, it is something associated to a genuine, sincere, durable felt conviction. Indeed, that conviction may even be held despite it being inconvenient or even disadvantageous. If it is not possible to hold in the face of such challenges, then arguably it was not a belief. This lack of volition in either choice or rejection helps beliefs serve as durable glue binding communities.</p>
<p>So how do people come to believe? Tanya M. Luhrmann has written a beautiful book exploring this question, &#8220;How God Becomes Real: Kindling the Presence of Invisible Others&#8221;. The book explores the idea that much of the purpose of religious practice is to help practitioners believe. This inverts conventional wisdom, with Luhrmann taking seriously the possibility that sometimes people aren&#8217;t worshipping because they believe, but rather believing because they worship. More generally: Luhrmann makes a compelling case that there is a much more complex relationship between belief and religious practice than you might naively suppose, and she explores some of that relationship&#8230;.’ (Michael Nielsen via <b><a href="https://michaelnotebook.com/luhrmann/index.html?utm_source=substack&amp;utm_medium=email">Michaelnotebook</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/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56338 -->

				
					
	<article id="post-56336" class="post-56336 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/the-40-most-rage-inducing-problems-in-tech/" rel="bookmark">The 40 Most Rage-Inducing Problems in&nbsp;Tech</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/the-40-most-rage-inducing-problems-in-tech/" title="8.56 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:56:50-05:00">2 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/02/the-40-most-rage-inducing-problems-in-tech/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://wp.theringer.com/wp-content/uploads/2026/05/cropped-popeAI_getty_ringer-1-scaled-1.jpg" width="600" /></p>
<blockquote><p>
‘The bugs, broken apps, and nightmare customer-service bots we can’t escape, presented as a blessed and sacred addendum to Pope Leo XIV’s new encyclical on AI&#8230;’ (Brian Phillips via <b><a href="https://www.theringer.com/2026/05/28/tech/pope-leo-xiv-ai-encyclical-tech-industry-problems?utm_source=substack&amp;utm_medium=email">Theringer</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/02/the-40-most-rage-inducing-problems-in-tech/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56336 -->

				
					
	<article id="post-56334" class="post-56334 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/the-birds-of-palestine/" rel="bookmark">The Birds of&nbsp;Palestine</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/the-birds-of-palestine/" title="8.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:48:45-05:00">2 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/02/the-birds-of-palestine/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://i0.wp.com/kottke.org/plus/misc/images/editor-1780331669-8292944c.jpg" width="600" /></p>
<blockquote><p>
‘Illustrator  <a href="https://johnrooneyillustration.com" target="_blank" rel="noopener">John Rooney</a> has teamed up with the <a href="https://mecaforpeace.org" target="_blank" rel="noopener">Middle East Children’s Alliance</a> to produce and sell <a href="https://shoppalestine.org/products/birds-of-palestine" target="_blank" rel="noopener">this Birds of Palestine print</a> . Rooney <a href="https://instagram.com/p/DYzGBMmDElA" target="_blank" rel="noopener">on Instagram</a> : “All profits will be going towards providing emergency assistance to children and families in what is still a dire situation in Palestine.”…’ (Jason Kottke via <b><a href="https://kottke.org/26/06/the-birds-of-palestine">kottke.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/06/02/the-birds-of-palestine/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56334 -->

				
					
	<article id="post-56328" class="post-56328 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/" rel="bookmark">Fans leave during The Black Crowes show after political&nbsp;dust-up</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:28:58-05:00">2 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/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn1.faroutmagazine.co.uk/uploads/1/2026/01/The-Black-Crowes-Ross-Halfin-2026-Far-Out-Magazine.jpg" width="600" /></p>
<blockquote><p>
‘As per Yahoo, as pockets of the crowd began to exit the venue in response to his comment, he added, “For those of you fucking booing us, some of us are not afraid. And we most assuredly are not fucking ignorant.” &#8230;</p>
<p>Recently, during a conversation with Mojo in March 2026, Robinson surprisingly commented: “I’m not interested in politics”. However, he followed it up, adding: “[But] I know what’s right and wrong – and this shit going on right now is wrong. Look man, I’m almost 60, all right. I don’t tell anyone what to do, because I don’t like to be told what to do. But I know right and wrong. The world’s teetering on the edge with all this bullshit, but if there’s a street fighting man out there, he’d got to be a young man, right? But these kids don’t seem to give a fuck.”&#8230;’ (Rachael Pimblett via <b><a href="https://faroutmagazine.co.uk/political-dust-up-at-the-black-crowes-tampa-show-sees-fans-leave-mid-gig/?utm_source=flipboard&amp;utm_content=topic%2Fmusicnews">Far Out 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/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56328 -->

				
					
	<article id="post-56326" class="post-56326 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/an-alternative-nobel-prize-for-trump/" rel="bookmark">An Alternative Nobel Prize For&nbsp;Trump?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/an-alternative-nobel-prize-for-trump/" title="8.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:15:01-05:00">2 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/02/an-alternative-nobel-prize-for-trump/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
 <br />
</figure>
<p style="text-align: center"><img style="display: block;margin-left: auto;margin-right: auto" title="Unknown-3.jpeg" src="https://followmehere.com/wp-content/uploads/2026/06/unknown-3.jpeg" alt="" width="478" height="388" border="0" /></p>
<blockquote><p>
‘Imagine Donald Trump receiving a Nobel Prize—not for championing peace, democracy, or global unity, but for inadvertently reminding the world just how vital those ideals truly are. This is the daring idea from veteran Italian journalist and media innovator Roberto Savio, founder of Inter Press Service (IPS) and publisher of Other News. In a widely shared personal appeal, Savio proposes an “Alternative Nobel Prize” for U.S. President Donald Trump—not as an honour, but as a sharp piece of political irony meant to spotlight the unintended consequences of Trump’s actions and words. The proposal walks a fine line between satire and seriousness. Beneath its humour pulses a deep worry about democracy’s health, the unravelling of international cooperation, and what Savio calls a rising tide of political subservience to a leader he sees as narcissistic, impulsive, and antagonistic to democratic values&#8230;.’ (Ramesh Jaura via <b><a href="https://www.eurasiareview.com/02062026-an-alternative-nobel-prize-for-trump-oped/?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange">Eurasia Review</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/02/an-alternative-nobel-prize-for-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56326 -->

				
					
	<article id="post-56323" class="post-56323 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/fukushima-bear-attack-captured-on-cctv/" rel="bookmark">Fukushima bear attack captured on&nbsp;CCTV</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/fukushima-bear-attack-captured-on-cctv/" title="7.42 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:42:18-05:00">2 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/02/fukushima-bear-attack-captured-on-cctv/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img style="display: block;margin-left: auto;margin-right: auto" title="ScreenFloat Shot of MarsEdit on 2026-06-02 at 20-41-20.jpeg" src="https://followmehere.com/wp-content/uploads/2026/06/screenfloat-shot-of-marsedit-on-2026-06-02-at-20-41-20.jpeg" alt="ScreenFloat Shot of MarsEdit on 2026-06-02 at 20-41-20." width="164" height="300" border="0" /></p>
<blockquote><p>
‘A bear has injured four people near Fukushima city in Japan. Wildlife is surging in areas evacuated following the 2011 nuclear disaster.…’ (via <b><a href="https://flipboard.com/@tonyng7hh2/japan-j-jpn---the-land-of-the-rising-sun-egeots6tz/fukushima-bear-attack-captured-on-cctv/a--8fvRGe_RkedY_uRBC6KZw%3Aa%3A989480585-1a93e264ae%2Fflipboard.com">Flipboard</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/02/fukushima-bear-attack-captured-on-cctv/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56323 -->

				
					
	<article id="post-56320" class="post-56320 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/" rel="bookmark">Here’s why Republicans just stood up to Trump on the weaponization&nbsp;fund</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/" title="7.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:11:38-05:00">2 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/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/#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/06/gettyimages-2277840391.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<blockquote>
<div class="duet--article--article-body-component">‘Don’t look now, but it appears that Congress is actually doing its constitutionally prescribed job: checking presidential power.</div>
<div class="duet--article--article-body-component"> </div>
<div class="duet--article--article-body-component">
<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph _10sa9omi itxwjq1 itxwjq0 pn04iq1">On Monday <a href="https://www.nytimes.com/2026/06/01/us/politics/trump-drop-weaponization-fund.html">multiple</a> <a href="https://www.axios.com/2026/06/01/trump-weaponization-fund-drop">outlets</a> reported that President Donald Trump was backing off of his so-called anti-weaponization fund: the $1.776 billion discretionary account <a href="/politics/489241/trump-corruption-weaponization-irs-violence-public-order">Trump functionally awarded himself</a> as a result of his lawsuit against the IRS.</p>
<p class="duet--article--dangerously-set-cms-markup duet--article--standard-paragraph _10sa9omi itxwjq1 itxwjq0 pn04iq1">While it’s unclear whether this decision is permanent or final, the reporting all suggests that it is the direct result of <a href="https://www.nytimes.com/2026/06/01/us/politics/trump-drop-weaponization-fund.html">an unusual revolt by Senate Republicans</a>, who have openly defied Trump over the fund…’ (Zack Beauchamp via <b><a href="https://www.vox.com/politics/490638/trump-weaponization-fund-suspended-republicans">Vox</a></b>)</p>
</div>
</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/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56320 -->

				
					
	<article id="post-56318" class="post-56318 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/trumps-least-qualified-appointee-yet/" rel="bookmark">Trump&#8217;s Least Qualified Appointee&nbsp;Yet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/trumps-least-qualified-appointee-yet/" title="7.09 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:09:38-05:00">2 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/02/trumps-least-qualified-appointee-yet/#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/06/gettyimages-2254833766.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.855311444928%2C100%2C78.289377110143&amp;w=1200" width="600" /></p>
<blockquote>
<div class="rfso0w1">Trump’s mortgage fraud czar is about to be overseeing America’s spy agencies. …’ (Cameron Peters via <b><a href="https://www.vox.com/the-logoff-newsletter-trump/490708/trump-bill-pulte-acting-director-national-intelligence">Vox</a></b>)</div>
</blockquote>
<div class="rfso0w1">
<h2> </h2>
<h2>Related: Three Things to Know About the New National Intelligence Chief</h2>
</div>
<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/flWMHSo0lfWRUcyRxTsXjmZr_Wg=/0x156:7473x4048/1200x625/media/newsletters/2026/06/2026_06_02_The_Daily_Bill_Pulte/original.jpg" width="600" /></p>
<blockquote><p>
‘Bill Pulte has no national-security experience, but he does have one qualification that might appeal to the president… Donald Trump’s pick to lead the intelligence community has no national-security experience, but he does have a history of clashing with colleagues and doggedly using his position to go after the president’s enemies.…’ (David A. Graham via <b><a href="https://www.theatlantic.com/newsletters/2026/06/trump-bill-plute-experience-new-intelligence-chief/687409/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260602&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">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/02/trumps-least-qualified-appointee-yet/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56318 -->

				
					
	<article id="post-56316" class="post-56316 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/" rel="bookmark">Is Trump dropping his slush fund&nbsp;plan?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/" title="11.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-01T23:16:03-05:00">1 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/01/is-trump-dropping-his-slush-fund-plan/#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/06/gettyimages-2278477432.jpg?quality=90&amp;strip=all&amp;crop=0%2C15.095986038394%2C100%2C69.808027923211&amp;w=1200" width="600" /></p>
<blockquote><p>
‘Why Trump’s $1.8 billion “anti-weaponization” fund is on the rocks…’ (Cameron Peters via <b><a href="https://www.vox.com/the-logoff-newsletter-trump/490543/trump-anti-weaponization-slush-fund-doj-settlement">Vox</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/01/is-trump-dropping-his-slush-fund-plan/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56316 -->

				
					
	<article id="post-56314" class="post-56314 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/" rel="bookmark">Schadenfreude Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/" title="11.14 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-01T23:14:16-05:00">1 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/01/schadenfreude-dept-6/#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/06/GettyImages-2273500910.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.735442322346%2C100%2C78.529115355308&amp;w=1200" width="600" /></p>
<blockquote>
<h1 class="o6lvcl1 o6lvcl0 o6lvcl6 pn04iqa pn04iq9">‘Trump’s Freedom 250 fest crashout proves he’s the only true MAGA celebrity</h1>
<p class="duet--article--dangerously-set-cms-markup o6lvclh o6lvclg pn04iqa pn04iq1">Trump loves stars. Too bad they all hate him.…’ (Constance Grady via <b><a href="https://www.vox.com/culture/490471/trump-freedom-250-fest-crashout-maga-celebrity">Vox</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/01/schadenfreude-dept-6/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56314 -->

				
					
	<article id="post-56312" class="post-56312 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/" rel="bookmark">Ian McEwan says pessimism ‘a bigger problem than climate&nbsp;change’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/" title="1.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-31T13:16:32-05:00">31 May 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/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://i.guim.co.uk/img/media/2da1cf0c7ca83def1f7d609c1f8aa85fdcfa5aef/1711_391_5620_4496/master/5620.jpg?width=1200&amp;height=630&amp;quality=85&amp;auto=format&amp;fit=crop&amp;precrop=40:21,offset-x50,offset-y0&amp;overlay-align=bottom%2Cleft&amp;overlay-width=100p&amp;overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&amp;enable=upscale&amp;s=463a20b47cd413b5c2d76a56c86c22b5" width="600" /></p>
<blockquote>
<p class="dcr-130mj7b">‘Pessimism is probably “a bigger problem than climate change”, said the novelist Ian McEwan on Monday afternoon, as temperatures <a href="https://www.theguardian.com/uk-news/2026/may/25/uk-heat-may-temperature-record-weather">broke May records</a> in the UK.</p>
<p class="dcr-130mj7b">McEwan “constantly” hears people say that they don’t “expect their children to have as good a life as they did”, but suggested that optimism is a “moral duty”.</p>
<p class="dcr-130mj7b">McEwan’s latest book, <a href="https://www.theguardian.com/books/2025/sep/16/what-we-can-know-by-ian-mcewan-review-the-limits-of-liberalism">What We Can Know</a>, is partly set in 2119, in a Britain submerged by seas. He spoke at the Hay festival on a panel alongside the former NFU president Minette Batters and Sandi Toksvig, on a day that saw <a href="https://www.theguardian.com/uk-news/2026/may/25/uk-heat-may-temperature-record-weather">temperatures in London reach 34.8C</a>, beating a May record set in 1922.</p>
<p class="dcr-130mj7b">McEwan went on to say that optimism is an “exercise in rationality”, because it’s “quite possible” – given that “the world is big, cultures are diverse” – that “there could be a revolution happening and we don’t even know about it”.…’ (Ella Creamer via <b><a href="https://www.theguardian.com/books/2026/may/25/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change?utm_term=6a1c3ee838e45ac8eac6e01481e9b2c0&amp;utm_campaign=Bookmarks&amp;utm_source=esp&amp;utm_medium=Email&amp;CMP=bookmarks_email">The Guardian</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/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56312 -->

				
							<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="764de21d67" />					<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>June 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="1" class="pad">&nbsp;</td><td><a href="https://followmehere.com/2026/06/01/" aria-label="Posts published on June 1, 2026">1</a></td><td><a href="https://followmehere.com/2026/06/02/" aria-label="Posts published on June 2, 2026">2</a></td><td>3</td><td>4</td><td><a href="https://followmehere.com/2026/06/05/" aria-label="Posts published on June 5, 2026">5</a></td><td><a href="https://followmehere.com/2026/06/06/" aria-label="Posts published on June 6, 2026">6</a></td>
	</tr>
	<tr>
		<td>7</td><td><a href="https://followmehere.com/2026/06/08/" aria-label="Posts published on June 8, 2026">8</a></td><td><a href="https://followmehere.com/2026/06/09/" aria-label="Posts published on June 9, 2026">9</a></td><td>10</td><td>11</td><td>12</td><td><a href="https://followmehere.com/2026/06/13/" aria-label="Posts published on June 13, 2026">13</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/06/14/" aria-label="Posts published on June 14, 2026">14</a></td><td><a href="https://followmehere.com/2026/06/15/" aria-label="Posts published on June 15, 2026">15</a></td><td><a href="https://followmehere.com/2026/06/16/" aria-label="Posts published on June 16, 2026">16</a></td><td><a href="https://followmehere.com/2026/06/17/" aria-label="Posts published on June 17, 2026">17</a></td><td><a href="https://followmehere.com/2026/06/18/" aria-label="Posts published on June 18, 2026">18</a></td><td><a href="https://followmehere.com/2026/06/19/" aria-label="Posts published on June 19, 2026">19</a></td><td><a href="https://followmehere.com/2026/06/20/" aria-label="Posts published on June 20, 2026">20</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/06/21/" aria-label="Posts published on June 21, 2026">21</a></td><td>22</td><td><a href="https://followmehere.com/2026/06/23/" aria-label="Posts published on June 23, 2026">23</a></td><td><a href="https://followmehere.com/2026/06/24/" aria-label="Posts published on June 24, 2026">24</a></td><td><a href="https://followmehere.com/2026/06/25/" aria-label="Posts published on June 25, 2026">25</a></td><td><a href="https://followmehere.com/2026/06/26/" aria-label="Posts published on June 26, 2026">26</a></td><td><a href="https://followmehere.com/2026/06/27/" aria-label="Posts published on June 27, 2026">27</a></td>
	</tr>
	<tr>
		<td>28</td><td><a href="https://followmehere.com/2026/06/29/" aria-label="Posts published on June 29, 2026">29</a></td><td id="today">30</td>
		<td class="pad" colspan="4">&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/05/">&laquo; May</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.themirror.com/entertainment/tv/fox-news-donald-trump-threats-1898933?utm_source=flipboard&amp;utm_content=topic%2Fepsteinfiles' target='_blank' rel='nofollow'>themirror.com/entertainme&#8230;</a></li><li><a href='http://www.feminista.com/v5n1/dworkin.html' target='_blank' rel='nofollow'>feminista.com/v5n1/dworki&#8230;</a></li><li><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' target='_blank' rel='nofollow'>animalsaroundtheglobe.com&#8230;</a></li><li><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' target='_blank' rel='nofollow'>theatlantic.com/newslette&#8230;</a></li><li><a href='https://www.theatlantic.com/ideas/2026/06/iran-trump-war-defeat-deal/687595/' target='_blank' rel='nofollow'>theatlantic.com/ideas/202&#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/2008/11/03/housekeeping-15/" class="bump-view" data-bump-view="tp">Housekeeping</a></li><li><a href="https://followmehere.com/2009/01/08/framing-the-gaza-conflict-five-questions/" class="bump-view" data-bump-view="tp">Framing the Gaza Conflict: Five Questions</a></li><li><a href="https://followmehere.com/2018/11/22/psychologys-replication-crisis-is-running-out-of-excuses/" class="bump-view" data-bump-view="tp">Psychology&#039;s Replication Crisis Is Running Out of Excuses</a></li><li><a href="https://followmehere.com/2011/02/14/ekstra-bladet-gelwan-e-kan-du-l%c3%b8se-koden/" class="bump-view" data-bump-view="tp">Ekstra Bladet - &#039;Gelwan E&#039;: Kan du løse koden?</a></li><li><a href="https://followmehere.com/2010/11/16/happy-brithday/" class="bump-view" data-bump-view="tp">Happy Birthday</a></li><li><a href="https://followmehere.com/2010/02/27/the-narcissus-society/" class="bump-view" data-bump-view="tp">The Narcissus Society</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/2011/10/30/the-lure-of-horror/" class="bump-view" data-bump-view="tp">The lure of horror</a></li><li><a href="https://followmehere.com/2010/04/12/richard-dawkins-calls-for-arrest-of-pope/" class="bump-view" data-bump-view="tp">Richard Dawkins calls for arrest of Pope</a></li><li><a href="https://followmehere.com/2020/12/30/the-decline-and-fall-of-the-american-death-penalty/" class="bump-view" data-bump-view="tp">The decline and fall of the American death penalty</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/06/'> June 2026 &nbsp;(99)</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='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='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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?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://hiitsmepam.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?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=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?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='adelaidetexas&#039;s avatar' src='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?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://lowerlefthandcorner.wordpress.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?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="http://angelicaochoa07.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?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/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?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://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=""><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="http://halrager.org/WordPress"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?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://tetsun.wordpress.com"><img referrerpolicy="no-referrer" alt='Therese&#039;s avatar' src='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?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://helpwomen.net/im-feeling-curious/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?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="http://www.sehat-jasmani.com/"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e366d00f40ab9f1147f3189403f1a77cfef90774f20dd1eaa0d9a772251e5f94?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://chillicon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?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.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><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=''><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://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' /></a></li><li><a href='https://nazarianplasticsurgery.com/surgical/breast-augmentation-beverly-hills/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?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://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=''><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='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='https://tomalciere.us'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?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='The Cooking Archive&#039;s avatar' src='https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?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/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?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="http://doctorjc.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?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='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?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='http://itsdougholland.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?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='Triponus&#039;s avatar' src='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?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://dianeart.fr"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f82e01595125fd1a463689d73f0d4a545e498f1ad5fa89357156dea144f643b0?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":"31.05.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-06-30 11:00:16","last_post_date":"2026-05-31 13:16:32","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="764de21d67" /><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=202627d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></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 class="grofile-hash-map-4f81b84995a239d1ac4b185bf606cde9">
	</div>
	<div class="grofile-hash-map-40526d387364033a1f705418563681a8">
	</div>
	<div class="grofile-hash-map-ec68db17de8ee882c6ceb7b14505e42d">
	</div>
	<div class="grofile-hash-map-b5e529b1b3cfee32238dd9e36c186a3f">
	</div>
	<div class="grofile-hash-map-be881810f077da8e3fc662420048a724">
	</div>
	<div class="grofile-hash-map-da4289a9970f4e848ce77bee0e8a294f">
	</div>
	<div class="grofile-hash-map-06bc58b7a6c464077c470ee26d8f568a">
	</div>
	<div class="grofile-hash-map-7cb368086f5cea3d4b9339a7b8c80b94">
	</div>
	<div class="grofile-hash-map-3f5b3e721f90fad046b4d84d1d2e853a">
	</div>
	<div class="grofile-hash-map-1dd85087263f03b22c1c904c5bd96671">
	</div>
	<div class="grofile-hash-map-4dd127efa667ae7e0afdf153f19eca9a">
	</div>
	<div class="grofile-hash-map-3257b4cfc65ff53fbef5f7c5575860b8">
	</div>
	<div class="grofile-hash-map-fcb9dbf538059c06b43f9e6f03b6ee22">
	</div>
	<div class="grofile-hash-map-20b630aca43401340ddf5aec435d6ee0">
	</div>
	<div class="grofile-hash-map-e41147ed38efa5f36cf6588fbaf7e298">
	</div>
	<div class="grofile-hash-map-c9943385e3dd2808a851399bad963d2c">
	</div>
	<div class="grofile-hash-map-de7d336148fe15a139130b3a3e000b16">
	</div>
	<div class="grofile-hash-map-965eae209ad10f62f0fc7242870b4f34">
	</div>
	<div class="grofile-hash-map-b1e249ae7708eb517c2c192b1a366e75">
	</div>
	<div class="grofile-hash-map-a4dbc766556d50fbd18878c783f61d8e">
	</div>
	<div class="grofile-hash-map-89efdc05edbfff7b58b4a272f7d74449">
	</div>
	<div class="grofile-hash-map-c4b516c2fcac29a14f005c753d55c10c">
	</div>
	<div class="grofile-hash-map-0c815c2b0c5b3826647a790842cc9a4e">
	</div>
	<div class="grofile-hash-map-991d3437118cd105c0a529b32dd88b29">
	</div>
	<div class="grofile-hash-map-c5654c2b308655351b0fdb4992a4d676">
	</div>
	<div class="grofile-hash-map-e3a7a5cb94b4546e316d820f34a73240">
	</div>
	<div class="grofile-hash-map-94d338ff75583d2ac8dde86b64f19388">
	</div>
	<div class="grofile-hash-map-1634920c8aff1bcffaf7b6055885ba24">
	</div>
	<div class="grofile-hash-map-0fba026bd643381410a774bbcc4326ed">
	</div>
	<div class="grofile-hash-map-12fa23886fedec9ded85979ed53c2c6c">
	</div>
	<div class="grofile-hash-map-a0277f7e7930b73b9cb047285518ecfb">
	</div>
	<div class="grofile-hash-map-65f7853d33f3796fb003c2f49ce148d1">
	</div>
	<div class="grofile-hash-map-97c05b868a065c8e88a0cc1e24c3f8ce">
	</div>
	<div class="grofile-hash-map-03626f39845723c149e62c1956a7bf25">
	</div>
	<div class="grofile-hash-map-d0883eed00596e777c34579d72cf66ee">
	</div>
	<div class="grofile-hash-map-734057205966de847f593f0e8a307f50">
	</div>
	<div class="grofile-hash-map-4f9d49efa26eeb0711f8aa72099213a3">
	</div>
	<div class="grofile-hash-map-d05babba5040e89bc5dceefdb0b65662">
	</div>
	<div class="grofile-hash-map-b8a3e3eb1c935b025d5c60a741743076">
	</div>
	<div class="grofile-hash-map-9f6b45678a4151536398f49fbb04dbcc">
	</div>
	<div class="grofile-hash-map-1085ff5c27decb4a2956fdcc8f607664">
	</div>
	<div class="grofile-hash-map-53efe55d9fef911fe0c5821a86c51878">
	</div>
	<div class="grofile-hash-map-0c667cb7660d6d0943459c97c0236ee5">
	</div>
	<div class="grofile-hash-map-e3a7a5cb94b4546e316d820f34a73240">
	</div>
	<div class="grofile-hash-map-10a2551bda9834fe870e95fb28e3ee7d">
	</div>
	<div class="grofile-hash-map-1f341b1688e45a6debd72cbce6e2be0b">
	</div>
	<div class="grofile-hash-map-4fec118544db4878ffe8fbec2f1e7317">
	</div>
	<div class="grofile-hash-map-2ead8400180a67c0929ab28309d7fffa">
	</div>
	<div class="grofile-hash-map-ab5cc9cb0fb1c19813ead9193e97e603">
	</div>
	<div class="grofile-hash-map-4485a009732357e7b95283fa0580b70f">
	</div>
	<div class="grofile-hash-map-7b10ede673937f9350850557766f89ae">
	</div>
	<div class="grofile-hash-map-323a894146e85a60bc0b10253fea32cf">
	</div>
	<div class="grofile-hash-map-f6086d364480361dac4316d97c343c8f">
	</div>
	<div class="grofile-hash-map-ff088829372bfe1b99a7589f223f870b">
	</div>
	<div class="grofile-hash-map-3911f112b26435895ed549401f98c519">
	</div>
	<div class="grofile-hash-map-682cc55e77471cc104745f5ef5ed45f7">
	</div>
	<div class="grofile-hash-map-6428f03a1fe6a67e11b79547980bd452">
	</div>
	<div class="grofile-hash-map-0576226b10d121e294e9820268067a6c">
	</div>
	<div class="grofile-hash-map-e2f1be22f215abf5a452beb7c0c3fab3">
	</div>
	<div class="grofile-hash-map-0cdf4d1fce390847b5029d9a3d1c368f">
	</div>
	<div class="grofile-hash-map-8799983ed005d36817f6634864e40ee9">
	</div>
	<div class="grofile-hash-map-903a8d81981a638c4e50c75bdd825175">
	</div>
	<div class="grofile-hash-map-eda8975682d6d1f11b74766ef96bb6d0">
	</div>
	<div class="grofile-hash-map-54d73e307ef0c4cb0473b345eef2e68c">
	</div>
	<div class="grofile-hash-map-75d2e6b20f5a8f2760a4d1ddca8d0298">
	</div>
	<div class="grofile-hash-map-0c7b27fafc428021cd68a33899f13b5e">
	</div>
	<div class="grofile-hash-map-1da1b4a4c71e6391a9a422c10f042604">
	</div>
	<div class="grofile-hash-map-f36569edc5be12650667609806579c28">
	</div>
	<div class="grofile-hash-map-e6961754336fed815670247be4050de1">
	</div>
	<div class="grofile-hash-map-2ddff82f4796db1ad6a447644c2365d0">
	</div>
	<div class="grofile-hash-map-d71fec5c74e4783922ff9810e94baa2a">
	</div>
	<div class="grofile-hash-map-a8cd37e7fd25bfcdd0d2e5c15bdef3e7">
	</div>
	<div class="grofile-hash-map-32e0840efa5e1c9ed34217e03c61a27a">
	</div>
	<div class="grofile-hash-map-7d469cf63dc2d7072f1fd0d536274936">
	</div>
	<div class="grofile-hash-map-9de95c1fce91a3a5031507466e580744">
	</div>
	<div class="grofile-hash-map-8b454568d0488238e8c6dc880aeb5880">
	</div>
	<div class="grofile-hash-map-9446843f5e599546061a1c3da0ad305a">
	</div>
	<div class="grofile-hash-map-4f6726ea77a7ddd164798a5179f1f2ea">
	</div>
	<div class="grofile-hash-map-eb1ecdb325638d29b428f96c9891f0d9">
	</div>
	<div class="grofile-hash-map-6ef72228350e836618205638889b7933">
	</div>
	<div class="grofile-hash-map-035020c34956e10a227a6718a11140bb">
	</div>
	<div class="grofile-hash-map-cdf28e216c77c4e8a21f76611bd8bcf5">
	</div>
	<div class="grofile-hash-map-2e8f8e3f9a91a3aaa675b69c6a9252ed">
	</div>
	<div class="grofile-hash-map-6475172e808255ebbc270d75831de5a9">
	</div>
	<div class="grofile-hash-map-d4aaee250bc80edd4bd25e4fffbbe417">
	</div>
	<div class="grofile-hash-map-166d38c2823a5d91828384e2672d8884">
	</div>
	<div class="grofile-hash-map-969ead0b17f7926719a3044188c7c966">
	</div>
	<div class="grofile-hash-map-b01b400a9fb96bf5d666fbd62fadd636">
	</div>
	<div class="grofile-hash-map-7d19ef1c0b1c4a786a7b466094ef159b">
	</div>
	<div class="grofile-hash-map-5765f95b11d649c26f1d750d430dd7b0">
	</div>
	<div class="grofile-hash-map-cef8a4086f072e8c8de6fa80743cb892">
	</div>
	<div class="grofile-hash-map-53b3feba427060a21cfcc3c9d542ee59">
	</div>
	<div class="grofile-hash-map-e853ffd6973ecc783c91598d56e21178">
	</div>
	<div class="grofile-hash-map-153d4a4b50ca1f505a0d4d02989460e6">
	</div>
	<div class="grofile-hash-map-1312828ed2d70917b452f2202c814d4a">
	</div>
	<div class="grofile-hash-map-116ef508704427eccb9babdd39addb4d">
	</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/??-eJydjTEOwjAMAD9EagqVMiGegkJqIgfHjhpHVX/P0k7dGO+GO1iriyqGYlC6q9wTSYOMVkP87gxFVeBFEuHdiWcg+ZCQoWtxUeaDt6GQDLld4K/qSnNCa5BUE6OzJUjjYHgS++ZZHqP3fhqv99uUf4HTS0A='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=16.0-a.8"></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":"cd9d949326","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%2F05%2F31%2Fian-mcewan-says-pessimism-a-bigger-problem-than-climate-change%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=1780515733i'></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.0-a.8"></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.4.0/build/scripts/dom-ready/index.min.js?m=1781748289i&#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.0-a.8"></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=1764078722i&ver=7.0.1-alpha-62585"}}
</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-subscriptions","jetpack-top-posts-widget","jetpack-swiper-library","jetpack-carousel","tiled-gallery","jetpack-block-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/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTOVIwcEV1Sz9ielJ2SSY4Vz9LZDhtRSZVX1cwSit1SUpvLGtpcjZqL0I4bjNoRE5fWExCQ0d5QWhqREJCK1J+Qy9bX2QsZiY2bXxvdGsxRndiMj1aJm9pTStkNyZSVy4ua2lkWUpmZUwvVXNVQTUxdDc4NWtoX3VVVGdyN3FSWT9HS3V5cmZsejNtMlY3SzZBbEhtTEVrJkNSfk91TmpfZXYmcHQ1dUVkTjczUmFfLWFjP1VXdERLWU0ubEdIa10rbC5NYXMxLHxyT2orRmFUL0tUXyZhOUtEa2hobFM2'}]);
_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=202627"></script> 	
</body>
</html>