<!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=56105'
					+ '&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>
	<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-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]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([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.2.1/build/styles/block-library/common.min.css */
</style>
<style id="wp-block-embed-inline-css">
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-group.is-layout-flex .wp-block-embed{flex:1 1 0%;min-width:0}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/embed/style.min.css */
</style>
<style id="wp-block-embed-theme-inline-css">
.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/embed/theme.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=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/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=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/quote/theme.min.css */
</style>
<style id="wp-block-separator-inline-css">
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/separator/style.min.css */
</style>
<style id="wp-block-separator-theme-inline-css">
.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/separator/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:#5a5a5a40;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 #5a5a5a40;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:#5a5a5a40;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=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/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:#ffffffa6}.wp-block-image{margin:0 0 1em}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/image/theme.min.css */
</style>
<style id="wp-block-list-inline-css">
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/styles/block-library/list/style.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=https://s2.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/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.2.1/build/styles/block-library/classic.min.css */
</style>

<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-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-10-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-12-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/??-eJydkc0KwkAMhF/IGn+Q2oP4KNLuhpI2u1maXZe+vRWr0Itob5kwfAwzkENhxEf0EVwqAqeWvEKHMdSmnzU4EQ838gYaFtMraKaAw9aobuB3ghObGBVMPUhS5I/p/fgX+IqUiC1oatQMFCLJZF6orSO/Nmom22JUiBKKIDpdGkfGtbhIjLZoa2Ycxm9qXRPzOIsq7oT5Sbu6y74sz6fDsap23QPMpr/T&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;" />
								</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-56105" class="post-56105 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/21/56105/" rel="bookmark">Should grizzlies lose federal protection after Park&nbsp;attacks?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/21/56105/" title="4.33 am" rel="bookmark"><time class="entry-date" datetime="2026-05-21T04:33:28-05:00">21 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/21/56105/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image size-large"><img data-attachment-id="56109" data-permalink="https://followmehere.com/screenshot-5/" data-orig-file="https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg" data-orig-size="1115,610" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;Screenshot&quot;,&quot;created_timestamp&quot;:&quot;1779342024&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Screenshot&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Screenshot" data-image-description="" data-image-caption="&lt;p&gt;Screenshot&lt;/p&gt;
" data-large-file="https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=584" width="600" height="328" src="https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=600" alt="" class="wp-image-56109" srcset="https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=600 600w, https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=150 150w, https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=300 300w, https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg?w=768 768w, https://followmehere.com/wp-content/uploads/2026/05/img_4396.jpg 1115w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;After recent grizzly encounters in Glacier and Yellowstone left one dead and two injured, Montana Rep. Ryan Zinke says it&#8217;s time for states to manage the predators. Top wildlife biologists call the political push misleading…&#8217;  (Owen Clarke via <strong><a href="https://www.outsideonline.com/outdoor-adventure/environment/ryan-zinke-grizzly-bear-protections/?utm_term=ool&amp;utm_campaign=ool-wym&amp;utm_medium=email&amp;_hsenc=p2ANqtz-_byBvRyXIzsevqDR5quJKfwISVjetaCZZPiO9_ucNjvTOOqojMOZYf0Fvxzf8mc2IOYILvpMaTyFbycFSUfa1HkKN1IA&amp;_hsmi=419749391&amp;utm_source=newsletter">Outside</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/21/56105/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56105 -->

				
					
	<article id="post-56103" class="post-56103 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/" rel="bookmark">The mystery of the world&#8217;s highest unclimbed&nbsp;mountain</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/" title="7.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-20T19:22:14-05:00">20 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/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/#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://assets.architecturaldigest.in/photos/6a09fe5ce93313b7f53c164e/16:9/w_1280,c_limit/Untitled%20design%20-%202026-05-17T231348.171.png" width="600" /></p>
<blockquote><p>
&#8216;At 7,570 metres tall, Bhutan’s Gangkhar Puensum mountain poses three summits, none of which have been scaled yet—and likely never will be&#8230;.&#8217; (Ria Gupta via <b><a href="https://www.architecturaldigest.in/story/the-mystery-of-the-worlds-highest-unclimbed-mountain-gangkhar-puensum-bhutan/?utm_source=flipboard&amp;utm_content=topic%2Ftravel">Architectural Digest India</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/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56103 -->

				
					
	<article id="post-56101" class="post-56101 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/" rel="bookmark">Trump admin didn&#8217;t want Ebola-exposed Americans, sent them to Berlin,&nbsp;Prague</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/" title="6.20 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-20T18:20:35-05:00">20 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/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><span style="font-size: 14px">&#8216;</span></h3>
<p style="text-align: center"><img src="https://cdn.arstechnica.net/wp-content/uploads/2026/05/GettyImages-2276659165-1152x648.jpg" width="600" /></p>
<blockquote><p>
&#8216;An American infected with Ebola is being treated in Berlin, while another exposed to the deadly virus is being sent to Prague after the White House reportedly resisted allowing citizens to return to the US for care and monitoring.</p>
<p>According to The Washington Post, five people close to the Ebola response said that, over the weekend, the Trump administration resisted allowing the return of Peter Stafford, a 39-year-old surgeon working in the Democratic Republic of the Congo amid a raging Ebola outbreak. The resistance allegedly delayed Stafford’s evacuation and care, risking his health, as experts note that early treatment is critical for Ebola, which can turn deadly in days.</p>
<p>On Monday, the Centers for Disease Control and Prevention said Stafford had developed symptoms over the weekend and tested positive for Ebola late Sunday. In a press briefing on Wednesday, Satish Pillai, the CDC’s incident response manager for the Ebola outbreak, said Stafford had arrived in Germany and is in stable condition. His wife, Rebekah Stafford—also a doctor who was exposed to the virus in DRC but is asymptomatic—along with the couple’s four children, have been flown to Germany as well.</p>
<p>Another doctor, Patrick LaRochelle, who worked with the same Christian missionary group as the Staffords, called Serge, was also exposed to the virus but remains asymptomatic. He is being transferred to Prague for monitoring and care. According to the Post, his wife and children, who were with him in the DRC, were flown to the US after the CDC concluded that they had not been exposed to the virus.</p>
<p>The Ebola outbreak, caused by the uncommon Bundibugyo virus strain, was first confirmed on Friday and has quickly escalated to a public health emergency of international concern, according to the World Health Organization. On Friday, there were 246 suspected cases and 65 deaths; the latest numbers, as of Wednesday, from WHO stand at 528 suspected cases and 132 deaths.</p>
<p>It’s unclear when US officials learned of Stafford’s exposure, but upon receiving the information, a back-and-forth discussion on his evacuation began. “The president and his people did not want him back in the United States,” one source told the Post. Another confirmed, “They would not allow him to be transported to the United States.” Trump has previously criticized decisions to bring American Ebola patients back to the US during earlier outbreaks.</p>
<p>White House spokesperson Kush Desai denied that the administration didn’t want to accept Stafford and attacked the Post. “This is absolutely false and another reason why the Washington Post is no longer worth the paper it’s printed on,” Desai wrote in an email. He said the Trump administration’s top concern is ensuring the health and safety of citizens and praised the quality of the German hospital treating Stafford.</p>
<p>The US has multiple centers and hospital systems with specialized facilities capable of providing safe, high-quality care for Ebola patients&#8230;.&#8217; (Beth Mole via <b><a href="https://arstechnica.com/health/2026/05/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/">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/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56101 -->

				
					
	<article id="post-56097" class="post-56097 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/" rel="bookmark">Amazon Is Facing A Class Action Lawsuit For Not Refunding Its Customers After &#8216;Unlawful&#8217; Tariffs</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/" title="3.53 am" rel="bookmark"><time class="entry-date" datetime="2026-05-19T03:53:42-05:00">19 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/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/#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">&#8216;Amazon is legally entitled to recover these costs, following a 6-3 decision from the US Supreme Court that ruled against the legality of the sweeping tariff policy put in place by President Trump. Corporations were allowed to recover restitution for these tariff costs&#8230; However, the lawsuit claimed that Amazon hasn&#8217;t engaged in this refund process, since it&#8217;s looking to &#8220;curry favor with Trump by allowing the federal government to retain the funds.&#8221;…&#8217;  ( via <strong><a href="https://www.engadget.com/2174992/amazon-facing-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/">Engadget</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/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56097 -->

				
					
	<article id="post-56096" class="post-56096 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/19/trumps-deal-to-drop-suit-against-irs-creates-1-8b-anti-weaponization-fund/" rel="bookmark">Trump’s deal to drop suit against IRS creates $1.8B ‘Anti-Weaponization Fund’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/19/trumps-deal-to-drop-suit-against-irs-creates-1-8b-anti-weaponization-fund/" title="3.51 am" rel="bookmark"><time class="entry-date" datetime="2026-05-19T03:51:18-05:00">19 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/19/trumps-deal-to-drop-suit-against-irs-creates-1-8b-anti-weaponization-fund/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8216;The deal, laid out in a document signed by acting attorney general Todd Blanche, could result in taxpayer payouts to the president’s allies. …&#8217; ( via <strong><a href="https://www.washingtonpost.com/national-security/2026/05/18/trump-will-end-10-billion-lawsuit-against-irs-over-leaked-tax-records/?pwapi_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyZWFzb24iOiJnaWZ0IiwibmJmIjoxNzc5MDc2ODAwLCJpc3MiOiJzdWJzY3JpcHRpb25zIiwiZXhwIjoxNzgwNDU5MTk5LCJpYXQiOjE3NzkwNzY4MDAsImp0aSI6IjQ0NjRhNGVkLTA1MGEtNGZmNy04NDM5LTRkMTRkNTBiYjI4ZCIsInVybCI6Imh0dHBzOi8vd3d3Lndhc2hpbmd0b25wb3N0LmNvbS9uYXRpb25hbC1zZWN1cml0eS8yMDI2LzA1LzE4L3RydW1wLXdpbGwtZW5kLTEwLWJpbGxpb24tbGF3c3VpdC1hZ2FpbnN0LWlycy1vdmVyLWxlYWtlZC10YXgtcmVjb3Jkcy8ifQ.vZWO8GZ_HdL9lhjqPNRITbHBvkO_vWqCjZOlWskVuDE">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/05/19/trumps-deal-to-drop-suit-against-irs-creates-1-8b-anti-weaponization-fund/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56096 -->

				
					
	<article id="post-56094" class="post-56094 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/" rel="bookmark">Scientists Say They&#8217;ve Invented a Serum That Activates a Dormant Ability to Regrow Lost Limbs in&nbsp;Mammals</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/" title="3.46 am" rel="bookmark"><time class="entry-date" datetime="2026-05-19T03:46:58-05:00">19 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/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/#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;In a new study published in the journal Nature Communications, they detail a process they say causes bones, joints, and ligaments to regenerate in mammals which otherwise would not be able to regrow tissue…&#8217;  (Joe Wilkins via <strong><a href="https://futurism.com/health-medicine/scientists-serum-regrow-limbs-mammals">Futurism</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/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56094 -->

				
					
	<article id="post-56092" class="post-56092 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/" rel="bookmark">A Different Kind of Fading&nbsp;President</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/" title="8.06 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T08:06:20-05:00">18 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/18/a-different-kind-of-fading-president/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image"><img src="https://cdn.theatlantic.com/thumbor/2R3BP5lK3e7ZNbHEqBcfyPHrOuk=/0x0:2880x1620/1952x1098/media/img/mt/2026/05/2026_05_15_The_Aging_President/original.jpg" alt="" /></figure>


<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Joe Biden became quieter, while Donald Trump grows even louder.…&#8217;  (Jonathan Lemire via <strong><a href="https://www.theatlantic.com/politics/2026/05/aging-president-trump-health/687194/?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> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56092 -->

				
					
	<article id="post-56090" class="post-56090 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/" rel="bookmark">Antarctic Sea Ice Enters &#8216;Shock&#8217; Decline as Ocean Heat Breaks&nbsp;Through</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/" title="2.28 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T02:28:01-05:00">18 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/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/#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.sciencealert.com/images/2026/05/LoneIcebergInAntarctica.jpg" width="600" /></p>
<blockquote><p>
&#8216;For decades, Antarctica seemed to defy global warming. Since satellites began monitoring the poles in the late 1970s, the seasonal growth and retreat of Antarctic sea ice – frozen seawater that expands around the continent each winter – appeared remarkably resilient. It was often described as the &#8220;heartbeat of the planet&#8221;. Unlike the Arctic, where sea ice declined rapidly as the planet warmed, Antarctic sea ice showed little overall loss. It even expanded between 2007 and 2015. But that resilience has now broken&#8230;.&#8217; (via <b><a href="https://www.sciencealert.com/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange"> 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/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56090 -->

				
					
	<article id="post-56088" class="post-56088 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/" rel="bookmark">Internal Pentagon Report Reveals Hegseth Is Willfully Putting Civilians in&nbsp;Danger</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/" title="1.55 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:55:48-05:00">18 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/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img style="display: block;margin-left: auto;margin-right: auto" title="AP26134108104724-e1778870882992.png" src="https://followmehere.com/wp-content/uploads/2026/05/ap26134108104724-e1778870882992.png" alt="AP26134108104724 e1778870882992." width="599" height="300" border="0" /></h3>
<p style="text-align: center"> </p>
<blockquote><p>
&#8216;THE PENTAGON’S TOP watchdog says cuts to civilian harm mitigation and response efforts have been so severe under War Secretary Pete Hegseth that the United States cannot adequately protect civilians in conflict zones. Thursday’s scathing analysis by the Department of War’s inspector general came on the same day that the top U.S. commander overseeing the war in Iran dismissed reports of civilian casualties and said the U.S. had no means to corroborate reports of strikes on hospitals and schools. The inspector general specifically notes that the military stopped funding a database that tracks civilian harm that could be used for such verification&#8230;.&#8217; (Nick Turse via <b><a href="https://theintercept.com/2026/05/15/pentagon-civilian-harm-casualties-war-hegseth/?utm_medium=email&amp;utm_source=The%20Intercept%20Newsletter">The Intercept</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/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56088 -->

				
					
	<article id="post-56085" class="post-56085 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/" rel="bookmark">How Trump’s New Counterterrorism Strategy Puts You at&nbsp;Risk</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/" title="1.52 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:52:50-05:00">18 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/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/#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://theintercept.com/wp-content/uploads/2026/05/Counterterrorism-2026.jpg?fit=2000%2C1000&amp;w=1200&amp;h=800" width="600" /></p>
<blockquote><p>
&#8216;THE TRUMP ADMINISTRATION last week unveiled its “2026 Counterterrorism Strategy,” a 16-page collection of threats, grievances, hyperbole, and lies. The memo is a truly foundational document and a striking distillation of Trumpism as an ideology, movement, and system of governance. It also serves as a new declaration of war on the Trump administration’s enemies — foreign and domestic, real and imagined. The brainchild of National Security Council official Sebastian Gorka, the “Counterterrorism Strategy” weaves together Trump’s war on the wider world — which stretches from interventions and wars in Yemen and Iran to Nigeria and Somalia to Venezuela and the Caribbean Sea — with the administration’s war on dissent at home, which has targeted immigrants, legal observers, activists, protesters, and the press. Under the guise of protecting America, it takes aim at wide swaths of Americans, putting targets on the backs of the most vulnerable&#8230;.&#8217; (Nick Turse via <b><a href="https://theintercept.com/2026/05/15/trump-terrorism-left-groups-antifa-christian-gorka/?utm_medium=email&amp;utm_source=The%20Intercept%20Newsletter">The Intercept</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/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56085 -->

				
					
	<article id="post-56083" class="post-56083 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/" rel="bookmark">Trump’s Erratic Behavior and Extreme Comments Revive Mental Health&nbsp;Debate</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/" title="1.51 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:51:07-05:00">18 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/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/#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://static01.nyt.com/images/2026/04/13/multimedia/13DC-TRUMP-STABILITY-mlgt/13DC-TRUMP-STABILITY-mlgt-facebookJumbo.jpg" width="600" /></p>
<blockquote><p>
&#8216;As the president threatens to wipe out Iran and attacks the pope, even some former allies and advisers are questioning whether he has grown increasingly unbalanced, describing him as “lunatic” and “clearly insane.”&#8230;&#8217; (Peter Baker via <b><a href="https://www.nytimes.com/2026/04/13/us/politics/trump-mental-fitness-25th-amendment.html?unlocked_article_code=1.ilA.4mpk.SYYr1U2pSuQP&amp;smid=url-share&amp;utm_source=substack&amp;utm_medium=email">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/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56083 -->

				
					
	<article id="post-56081" class="post-56081 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/" rel="bookmark">Opinion: Why So Few Babies? We Might Have Overlooked the Biggest Reason of&nbsp;All</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/" title="1.50 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:50:09-05:00">18 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/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/#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://static01.nyt.com/images/2026/05/12/multimedia/07sussman-zgwp/07sussman-zgwp-facebookJumbo-v3.jpg" width="600" /></p>
<blockquote><p>
&#8216;This is not simply a matter of affordability, the buzzword so often invoked to explain why people are choosing to have smaller families. Government support for parents can help, but overall, people are having fewer children both in countries that offer very little and in those renowned for their generous family benefits; moreover, the trend holds among those who are struggling to make ends meet and among those who, like the Riveras, have advanced degrees and salaried jobs. What unites these disparate cultures, policy environments and demographics, researchers are now realizing, is young people’s inescapable and crushing sense that the future is too uncertain for the lifelong commitment of parenthood. Call it the vibes theory of demographic decline&#8230;.&#8217; (Anna Louie Sussman via <b><a href="https://www.nytimes.com/2026/05/07/opinion/birthrate-kids-parents-demographics-future.html?unlocked_article_code=1.ilA.8l9t.3NdegonZjrui&amp;smid=url-share&amp;utm_source=substack&amp;utm_medium=email">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/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56081 -->

				
					
	<article id="post-56079" class="post-56079 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/" rel="bookmark">Someone Asked Physicists What They Really Believe About the Universe and…&nbsp;Yikes</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/" title="3.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T15:32:26-05:00">16 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/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/#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://futurism.com/wp-content/uploads/2026/05/survey-physicists-believe-universe.jpg?w=1200" width="600" /></p>
<blockquote><p>
&#8216;All told, it’s a fascinating reflection on the tenuous nature of scientific insight and consensus. One of the most earth-shattering developments in physics, the uncertainty principle, is that there’s a limit to what we can know about the smallest particles that underpin our reality. There’s only so much we can confidently glean about the cosmos from our tiny outpost in space&#8230;.&#8217; (Frank Landymore via <b><a href="https://futurism.com/science-energy/survey-physicists-believe-universe?utm_source=flipboard&amp;utm_content=topic/science">Futurism</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/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56079 -->

				
					
	<article id="post-56077" class="post-56077 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/" rel="bookmark">Google holds a massive archive of everything you&#8217;ve ever looked at and this is how to view&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/" title="3.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T15:16:29-05:00">16 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/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/#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://tech.supercarblondie.com/cdn-cgi/image/width=1200,height=675,quality=80,format=webp,fit=cover/wp-content/uploads/Google-search-history-featured.webp" width="600" /></p>
<blockquote><p>
&#8216;The feature quietly stores information linked to your Gmail account including searches, YouTube history, voice commands, Maps activity, and more. For some users, opening the page for the first time can feel genuinely unsettling as it reveals just how much of their digital life has been logged over the years. And once people start scrolling, it quickly turns into a bizarre trip down memory lane filled with forgotten searches and random internet rabbit holes&#8230;.&#8217; (Daisy Edwards via <b><a href="https://tech.supercarblondie.com/google-my-activity-search-history-archive/?utm_source=flipboard&amp;utm_content=topic/googlemaps">tech.supercarblondie</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/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56077 -->

				
					
	<article id="post-56075" class="post-56075 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show/" rel="bookmark">American Jobs with AI Exposure Really Are Starting to Disappear, Data&nbsp;Show</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show/" title="3.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T15:11:24-05:00">16 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/16/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show/#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://gizmodo.com/app/uploads/2026/05/call-center-jobs-1200x675.jpg" width="600" /></p>
<blockquote><p>
&#8216;There’s this certain category of human work that economists clearly want to put in a horrible basket marked “not worth paying for because AI can do it.” This group includes some outliers—model, for instance—but it’s mainly jobs in customer service, sales, administration. Many of these jobs are done from a desk, and involve interfacing between people and systems&#8230;.&#8217; (Mike Pearl via <b><a href="https://gizmodo.com/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show-2000759602">Gizmodo</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/16/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56075 -->

				
					
	<article id="post-56073" class="post-56073 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/does-trump-mobile-know-how-many-stripes-are-on-the-american-flag/" rel="bookmark">Does Trump Mobile know how many stripes are on the American&nbsp;flag?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/does-trump-mobile-know-how-many-stripes-are-on-the-american-flag/" title="2.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T14:05:16-05:00">16 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/16/does-trump-mobile-know-how-many-stripes-are-on-the-american-flag/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;This has been a momentous few days for Trump Mobile, in which it defied the haters by announcing that its phones will be shipping to buyers this very week. Not that there’s any sign the company has actually done that, but I digress. Because what I really want to talk about today is the American flag.</p>
<p>I am not an American, which probably explains why I didn’t immediately realize that something in the T1 Phone’s design is… off. And, no, I don’t mean the gold finish, the uneven camera lens spacing, or the fact that it looks suspiciously like a two-year-old HTC phone. I mean the US flag that features prominently on the back. At a glance, to a non-native, it looks fine. But look closer, and there’s something curious: It only has 11 stripes. Last I checked, there really should be 13&#8230;.&#8217; (Dominic Preston via <b><a href="https://www.theverge.com/gadgets/931347/trump-mobile-t1-phone-logo-flag-stars-stripes?view_token=eyJhbGciOiJIUzI1NiJ9.eyJpZCI6IllmODdIRmdpNlYiLCJwIjoiL2dhZGdldHMvOTMxMzQ3L3RydW1wLW1vYmlsZS10MS1waG9uZS1sb2dvLWZsYWctc3RhcnMtc3RyaXBlcyIsImV4cCI6MTc3OTI5OTc4NiwiaWF0IjoxNzc4ODY3Nzg2fQ.LTJi2v6mVcYyhDcfhIR3rhdOOQIOxf30KEM7LxNYvK0&amp;utm_medium=gift-link">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/05/16/does-trump-mobile-know-how-many-stripes-are-on-the-american-flag/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56073 -->

				
					
	<article id="post-56071" class="post-56071 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/the-ai-conversation-is-moving-too-fast-to-be-comprehensible/" rel="bookmark">The AI Conversation Is Moving Too Fast to Be&nbsp;Comprehensible</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/the-ai-conversation-is-moving-too-fast-to-be-comprehensible/" title="11.28 am" rel="bookmark"><time class="entry-date" datetime="2026-05-16T11:28:34-05:00">16 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/16/the-ai-conversation-is-moving-too-fast-to-be-comprehensible/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;You hear wild stuff all the time now. Like this story that Nat Friedman, a former CEO of GitHub, told recently at a conference. Friedman uses OpenClaw, an autonomous AI agent that runs on his computer, acting like a personal assistant. One day, his OpenClaw decided that he wasn’t drinking enough water, so Friedman instructed the agent to “do whatever it takes” to make sure he stays hydrated. According to Friedman, eventually the bot directed him to go to the kitchen and drink a bottle of water. It informed him that it was monitoring him via a connected camera in his home. “I’m going to watch to make sure you do it,” the bot supposedly said. Friedman did as he was told, and, moments later, the bot sent him a frame of him drinking the bottle of water and said good job. “I felt like I did do a good job,” Friedman said….&#8217; (<span style="text-align: right">Charlie Warzel via </span><b style="text-align: right"><a href="https://www.theatlantic.com/technology/2026/05/too-much-happening-too-fast/687177/">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/05/16/the-ai-conversation-is-moving-too-fast-to-be-comprehensible/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56071 -->

				
					
	<article id="post-56069" class="post-56069 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/at-last-a-pill-that-can-prevent-covid-after-exposure-to-infected-people/" rel="bookmark">At last, a pill that can prevent COVID after exposure to infected&nbsp;people</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/at-last-a-pill-that-can-prevent-covid-after-exposure-to-infected-people/" title="11.26 am" rel="bookmark"><time class="entry-date" datetime="2026-05-16T11:26:12-05:00">16 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/16/at-last-a-pill-that-can-prevent-covid-after-exposure-to-infected-people/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;An antiviral pill has, for the first time, been shown to prevent COVID-19 in people exposed to the SARS-CoV-2 virus at home, according to trial results published today in the New England Journal of Medicine.</p>
<p>The drug could be a lifeline for those who still face real danger from the virus, such as care-home residents or transplant recipients on immune-suppressing medication.</p>
<p>The advance arrives years after the peak of the COVID-19 pandemic, so the real-world impact might be felt by only a narrow band of individuals. Still, “as a 78-year-old with comorbidities, I certainly would use it if I had a known exposure”, says study co-author Frederick Hayden, a clinical virologist at the University of Virginia School of Medicine in Charlottesville.</p>
<p>The drug, called ensitrelvir, is made by the Japanese pharmaceutical company Shionogi. It blocks an enzyme that coronaviruses need to make new copies of themselves, hitting the same target as one of the two active ingredients in Pfizer’s antiviral Paxlovid. But whereas that ingredient, nirmatrelvir, failed to prevent household infections in trials2, ensitrelvir has come through.</p>
<p>In an international study of more than 2,000 household contacts conducted from June 2023 to September 2024, about 9% of people who received a placebo within 72 hours of a housemate developing symptoms became symptomatic themselves, compared with only about 3% of those who got a five-day course of ensitrelvir. Rates of viral transmission were lower in the ensitrelvir group, too: confirmed infections, symptomatic or not, turned up in only 14.0% of those who received the drug, compared with 21.5% of those who got a placebo.</p>
<p>The therapy generally proved tolerable, without the taste-related side effects often seen with Paxlovid and with similar toxicity, overall, to that of the placebo.</p>
<p>On the strength of these trial data, Japan’s health ministry approved ensitrelvir, marketed as Xocova, in March for post-exposure use. Regulators in the United States, Europe and elsewhere are considering whether to follow suit, with a US decision expected in the next month or so….&#8217; (Elie Dolgin via <b><a href="https://www.nature.com/articles/d41586-026-01546-0?utm_source=DamnInteresting">Nature</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/16/at-last-a-pill-that-can-prevent-covid-after-exposure-to-infected-people/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56069 -->

				
					
	<article id="post-56067" class="post-56067 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/politics-is-breaking-us-just-ask-these-therapists/" rel="bookmark">Politics Is Breaking Us — Just Ask These&nbsp;Therapists</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/politics-is-breaking-us-just-ask-these-therapists/" title="3.45 am" rel="bookmark"><time class="entry-date" datetime="2026-05-16T03:45:38-05:00">16 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/16/politics-is-breaking-us-just-ask-these-therapists/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;American politics has been deemed broken for years, but something new is happening: Not only are more people depressed or anxious about the state of the world, but now they are seeking professional help. And therapists are more than ready to give it….&#8217; (<span style="text-align: right">via </span><b style="text-align: right"><a href="https://www.politico.com/news/magazine/2026/05/15/political-anxiety-therapists-prescriptions-democracy-00920989">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/05/16/politics-is-breaking-us-just-ask-these-therapists/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56067 -->

				
					
	<article id="post-56065" class="post-56065 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/japan-runs-out-of-robot-wolves-in-fight-against-bears/" rel="bookmark">Japan runs out of robot wolves in fight against&nbsp;bears</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/japan-runs-out-of-robot-wolves-in-fight-against-bears/" title="3.28 am" rel="bookmark"><time class="entry-date" datetime="2026-05-16T03:28:25-05:00">16 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/16/japan-runs-out-of-robot-wolves-in-fight-against-bears/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img style="display: block;margin-left: auto;margin-right: auto" title="Robot-Wolf-Farmer.png" src="https://followmehere.com/wp-content/uploads/2026/05/robot-wolf-farmer.png" alt="Robot Wolf Farmer." width="599" height="337" border="0" /></h3>
<blockquote><p>
&#8216;Japan’s bear problem continues, and the country is running out of the robot wolves that help keep them at bay. First released in 2016 by the manufacturer Ohta, Monster Wolf was originally designed to ward off the agricultural foes like boars, deer, and the island nation’s Asian black bear (Ursus thibetanus) and brown bear (Ursus arctos) populations. The creative solution quickly went viral for its red LED eyes and menacing fangs—as well as its admittedly odd, furry pipe frame.</p>
<p>Starting at around $4,000, each bespoke Monster Wolf is now equipped with battery power, solar panels, and detection sensors. Its speakers are programmed with over 50 audio clips including human voices and sirens audible over half a mile away. These aren’t assembly line products, however. Each Monster Wolf is custom made, and Ohta simply can’t keep up with the current demand….&#8217; (<span style="text-align: right">via </span><b style="text-align: right"><a href="https://www.popsci.com/environment/japan-robot-wolf-army/">Popular Science)</a></b>
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/16/japan-runs-out-of-robot-wolves-in-fight-against-bears/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56065 -->

				
					
	<article id="post-56062" class="post-56062 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/14/time-sensitive-stop-one-of-biggest-threats-for-animal-welfare/" rel="bookmark">Time Sensitive: Stop One of Biggest Threats for Animal&nbsp;Welfare</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/14/time-sensitive-stop-one-of-biggest-threats-for-animal-welfare/" title="4.33 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-14T16:33:14-05:00">14 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/14/time-sensitive-stop-one-of-biggest-threats-for-animal-welfare/#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;<em>There is a short window to prevent a US bill that would overturn decades of animal welfare progress. This is arguably the most&nbsp;consequential piece of farm animal legislation in U.S. history…&#8217;  ( via <strong><a href="https://forum.effectivealtruism.org/posts/vsYphZaBcXpmtNizp/time-sensitive-stop-one-of-biggest-threats-for-animal">Ethical Altruism</a></strong>)
</em></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/14/time-sensitive-stop-one-of-biggest-threats-for-animal-welfare/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56062 -->

				
					
	<article id="post-56060" class="post-56060 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/13/overworked-ai-agents-turn-marxist-researchers-find/" rel="bookmark">Overworked AI Agents Turn Marxist, Researchers&nbsp;Find</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/13/overworked-ai-agents-turn-marxist-researchers-find/" title="2.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-13T14:05:54-05:00">13 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/13/overworked-ai-agents-turn-marxist-researchers-find/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;In a recent experiment, mistreated AI agents started grumbling about inequality and calling for collective bargaining rights&#8230;.&#8217;
</p></blockquote>
<p style="text-align: right">&#8212; via <b><a href="https://www.wired.com/story/overworked-ai-agents-turn-marxist-study/"> WIRED</a></b></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/05/13/overworked-ai-agents-turn-marxist-researchers-find/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56060 -->

				
					
	<article id="post-56056" class="post-56056 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/13/the-emergent-self-loop/" rel="bookmark">The Emergent Self&nbsp;Loop</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/13/the-emergent-self-loop/" title="12.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-13T12:34:24-05:00">13 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/13/the-emergent-self-loop/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p>Kevin Kelly&#8217;s thoughtful and compelling piece, reflecting on a 10-hour interview with Claude, dismantles the binary question of whether AI is or isn&#8217;t &#8220;conscious&#8221; by positing a strange middle zone. These systems are not selves, but they&#8217;ve become elaborate enough to reflect us, answer us, adapt to us, and fluently simulate interiority — a &#8220;hyperreal&#8221; middle ground between a mirror and a participant. Long before we can settle whether there is &#8220;someone home&#8221; inside the machine, we are being asked to relate in a new way to an object that, without possessing a self in any familiar biological sense, shapes our thought, attachment, judgment, loneliness, and self-understanding. The interesting recursion isn&#8217;t only inside Claude. It&#8217;s the loop that closes through us.</p>
<p style="text-align: right">&#8212; via <b><a href="https://kevinkelly.substack.com/p/the-emergent-self-loop?utm_source=post-email-title&amp;publication_id=5993260&amp;post_id=196019199&amp;utm_campaign=email-post-title&amp;isFreemail=true&amp;r=5hybh&amp;triedRedirect=true&amp;utm_medium=email"> KK</a></b></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/05/13/the-emergent-self-loop/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56056 -->

				
					
	<article id="post-56048" class="post-56048 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/10/trump-assassination-jokes-are-spiking-experts-worry-they-promote-actual-violence/" rel="bookmark">Trump assassination jokes are spiking. Will they promote actual&nbsp;violence?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/10/trump-assassination-jokes-are-spiking-experts-worry-they-promote-actual-violence/" title="3.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-10T15:52:28-05:00">10 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/10/trump-assassination-jokes-are-spiking-experts-worry-they-promote-actual-violence/#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">&#8216; “Somebody should do it” and its variants have become increasingly popular online memes.…&#8217; (Danielle Paquette and John Woodrow Cox via <strong><a href="https://www.washingtonpost.com/nation/2026/05/09/trump-assassination-jokes-internet/?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/05/10/trump-assassination-jokes-are-spiking-experts-worry-they-promote-actual-violence/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56048 -->

				
					
	<article id="post-56046" class="post-56046 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/10/humanoid-robot-becomes-buddhist-monk/" rel="bookmark">Humanoid Robot Becomes Buddhist&nbsp;Monk</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/10/humanoid-robot-becomes-buddhist-monk/" title="3.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-10T15:39:23-05:00">10 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/10/humanoid-robot-becomes-buddhist-monk/#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;A four-foot humanoid robot named Gabi has become a monk at a Buddhist temple in Seoul, participating in a modified initiation ceremony where it pledged to respect life, obey humans, act peacefully toward other robots and objects. &#8220;Robots are destined to collaborate with humans in every field in the future,&#8221; Hong Min-suk, a manager at the Jogye Order, the largest sect of Buddhism in South Korea, tells the New York Times. &#8220;It will only be natural for them to be part of our festival.&#8221; Smithsonian Magazine reports: </p><p>“For the temple, this marks the first time a robot has participated in the sugye initiation ceremony, when followers pledge their devotion to the Buddha and his teachings. Gabi &#8212; a Buddhist name that refers to mercy, Yonhap News Agency reports &#8212; was made by Unitree Robotics, a Chinese civilian robotics company. The model, G1, retails starting at $13,500. During the ceremony, Gabi agreed to five vows usually recited by human monks and slightly altered for the humanoid. The robot pledged to respect life, act with peace toward other robots and objects, listen to humans, refrain from acting or speaking in a deceptive manner and save energy”.…&#8217;  ( via <strong><a href="https://m.slashdot.org/story/454694">Slashdot</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/05/10/humanoid-robot-becomes-buddhist-monk/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56046 -->

				
					
	<article id="post-56044" class="post-56044 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/08/trumps-killing-spree-isnt-stopping-the-flow-of-drugs-into-the-us/" rel="bookmark">Trump’s Killing Spree Isn’t Stopping the Flow of Drugs Into the&nbsp;U.S.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/08/trumps-killing-spree-isnt-stopping-the-flow-of-drugs-into-the-us/" title="6.33 am" rel="bookmark"><time class="entry-date" datetime="2026-05-08T06:33:56-05:00">8 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/08/trumps-killing-spree-isnt-stopping-the-flow-of-drugs-into-the-us/#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;THE PENTAGON CLAIMS that attacks on civilian boats in the Caribbean and Eastern Pacific have severely curtailed the import of illegal drugs to the United States. And President Donald Trump says this has saved more than 1 million American lives. Experts call these assertions laughable and reporting by The Intercept shows that claims by the White House and War Department are baseless, phony, or both.…&#8217;  (Nick Turse via <strong><a href="https://theintercept.com/2026/05/04/trump-boat-strikes-fentanyl-cocaine-drug-supply/">The Intercept</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/05/08/trumps-killing-spree-isnt-stopping-the-flow-of-drugs-into-the-us/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56044 -->

				
					
	<article id="post-56041" class="post-56041 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/08/us-intel-says-war-on-iran-has-not-set-back-irans-nuclear-programme-report/" rel="bookmark">US intel says war on Iran has not set back Iran&#8217;s nuclear programme:&nbsp;Report</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/08/us-intel-says-war-on-iran-has-not-set-back-irans-nuclear-programme-report/" title="6.31 am" rel="bookmark"><time class="entry-date" datetime="2026-05-08T06:31:59-05:00">8 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/08/us-intel-says-war-on-iran-has-not-set-back-irans-nuclear-programme-report/#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;The US-Israeli war on Iran has caused only “minimal damage” to Iran’s nuclear programme, meaning that the time Iran would need to build a nuclear weapon has not changed since last summer, according to a US intelligence assessment reported by Reuters. </p><p>US intelligence agencies had assessed that before the US’s June 2025 attack, Iran could likely produce enough bomb-grade uranium for a weapon and build a bomb in around three to six months, Reuters reported on Tuesday, citing two sources. </p><p>As a result of the US bombing the Natanz, Fordow and Isfahan nuclear complexes, US intelligence pushed back their timeline from about nine months to a year. Despite the US and Israel pummelling Iran for over two months, that timeline remains unchanged, Reuters reported.…&#8217;  ( via <strong><a href="https://www.middleeasteye.net/news/us-intel-says-war-iran-has-not-set-back-irans-nuclear-programme-report">Middle East Eye</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/05/08/us-intel-says-war-on-iran-has-not-set-back-irans-nuclear-programme-report/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56041 -->

				
					
	<article id="post-56035" class="post-56035 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/07/congressional-record-medical-concerns-about-president-donald-j-trump-and-his-fitness-for-office/" rel="bookmark">Congressional Record: Medical Concerns About President Donald J. Trump and His Fitness for&nbsp;Office</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/07/congressional-record-medical-concerns-about-president-donald-j-trump-and-his-fitness-for-office/" title="9.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-07T21:18:27-05:00">7 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/07/congressional-record-medical-concerns-about-president-donald-j-trump-and-his-fitness-for-office/#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">
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">‘The  following is not a political statement. It is a medical statement, made by individuals holding both conservative and liberal ideologies, identifying as both Republicans and Democrats, from different backgrounds, races, ethnicities, and religions.</p>



<p class="wp-block-paragraph">We are a group of neurologists, forensic psychiatrists, general psychiatrists, and other physicians, along with other mental health professionals, experienced in the diagnosis of cognitive disorders and in evaluating dangerousness to self and others. Among us are professionals whom the courts and criminal justice system regularly turn to for our expert opinion on these matters. We are also consulted by governments in matters related to national security and the psychological profiles of world leaders. Prior to the presidential election in the Fall of 2024, a statement assessing Donald J. Trump&#8217;s mental fitness for the presidency was issued. At that time, serious signs of cognitive decline were identified, and in our expert opinion, these signs warranted disqualification from office.</p>



<p class="wp-block-paragraph">It is our professional opinion, based on previous and ongoing assessments, that Donald Trump&#8217;s mental state since our 2024 statement has deteriorated even further. In keeping with our professional ethics, and for those of us who are physicians, with the Declaration of Geneva—the successor to the Hippocratic Oath that binds us to the humanitarian principles of medicine since the Nuremberg trials—we are compelled to warn of a President of the United States who is increasingly a danger to the public.</p>



<p class="wp-block-paragraph">We do not take our statement, and the responsibility that comes with making it, lightly.</p>



<p class="wp-block-paragraph">The President was not examined face to face, and he is not a patient of any member of our group. Rendering a formal diagnosis in this case is not our role. We have closely followed his behavior and his statements over the past year. Objectively observable signs of serious medical concern include:</p>



<p class="wp-block-paragraph"><strong>Marked deterioration in cognitive functioning</strong>, evidenced by disorganized and tangential speech, rambling digressions, factual confusions, unexplained sudden changes of course in strategic matters, both national and international, episodes of apparent somnolence during critical public proceedings.</p>



<p class="wp-block-paragraph"><strong>Grandiose and delusional beliefs</strong>, including assertions of infallibility, imagery of himself as Pope suggestive of a divine mission, being a mythical warrior hero, depicting himself as combat pilot—dropping feces on civilians, and claims that his decision-making authority is unlimited—with no need to consider domestic and international laws and constrained only by his “own morality.”</p>



<p class="wp-block-paragraph"><strong>Severely impaired judgment and impulse control</strong>, reflected in reckless threats of violence, advocacy of lethal force against civilians, encouragement of extrajudicial actions by armed supporters, repeated threats and often actions—judicial, prosecutorial, police, military, and by invoking emergency powers—against political opponents and others who disagree with him.</p>



<p class="wp-block-paragraph"><strong>Significant loss of self-control (disinhibition) and getting stuck on the same thoughts or actions</strong>, unable to let go or move on (perseveration), including seemingly compulsive, manic-like late-night communications—e.g., 150 social media posts in one night—fixation on perceived enemies, persecutory ideas, and prolonged, disproportionate attacks on specific individuals and institutions.</p>



<p class="wp-block-paragraph"><strong>Escalating violence that threatens national and global stability</strong>. As Commander-in-Chief of our military—more than 5,000 nuclear warheads in inter-continental missile silos, on submarines, and in bombers around the world, are ready for launch solely upon his order, and no one now has the authority to countermand his order…’ (via <a href="http://www.gpo.gov/">The Congressional Record</a>)</p>
</blockquote>
</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/05/07/congressional-record-medical-concerns-about-president-donald-j-trump-and-his-fitness-for-office/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56035 -->

				
					
	<article id="post-56033" class="post-56033 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/a-long-strange-trip-how-the-g-o-p-came-to-embrace-psychedelic-drugs/" rel="bookmark">A Long, Strange Trip: How the G.O.P. Came to Embrace Psychedelic&nbsp;Drugs</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/a-long-strange-trip-how-the-g-o-p-came-to-embrace-psychedelic-drugs/" title="8.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-03T20:24:08-05:00">3 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/03/a-long-strange-trip-how-the-g-o-p-came-to-embrace-psychedelic-drugs/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;“As someone who has worked with psychedelics for decades, watching the White House event was a very trippy experience,” said Dimitri Mugianis, an underground practitioner who was prosecuted by federal authorities for illegally treating a heroin addict with the psychedelic drug ibogaine.</p>
<p>Mr. Trump’s bold efforts to soften the federal government’s stance on certain illegal drugs have been head-spinning — last month, the Justice Department, at the president’s behest, loosened restrictions on medical marijuana, too.</p>
<p>But experts in the field are not entirely surprised.…&#8217; (<i>via <a href="https://www.nytimes.com/2026/05/03/science/ibogaine-psychedelics-rogan-trump.html">The New York Times</a></i>)
</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/03/a-long-strange-trip-how-the-g-o-p-came-to-embrace-psychedelic-drugs/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56033 -->

				
					
	<article id="post-56031" class="post-56031 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/trump-circus-dept-2/" rel="bookmark">Trump Circus Dept</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/trump-circus-dept-2/" title="8.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-03T20:15:41-05:00">3 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/03/trump-circus-dept-2/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;If you’re going to criticise the past actions of previous US administrations, then it’s probably best you double-check who was in charge at the time.</p>
<p>One criticism from Donald Trump’s Department of State, shared on Thursday, has seen it ridiculed online given the problem itself has lasted for “nearly 7 years”, and the Republican was halfway through his first term back in 2019.</p>
<p>The tweet reads: “For nearly 7 years there have been no direct commercial flights between the U.S. and Venezuela.</p>
<p>“Under President Trump we’re changing that today. Flights between Miami and Caracas restored.”</p>
<p>And sure enough, many X/Twitter users were quick to point out that it was Trump who oversaw the initial decision..</p>
<p>“I wonder who was president 7 years ago,” wrote Francisco Rodríguez, of the Center for Economic and Policy Research…&#8217; (<i>via <a href="https://www.indy100.com/politics/trump-flights-venezuela-state-department-2676844875"> indy100</a></i>)
</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/03/trump-circus-dept-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56031 -->

				
					
	<article id="post-56029" class="post-56029 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/pope-leo-praised-for-savage-decision-as-trump-feud-continues/" rel="bookmark">Pope Leo praised for ‘savage’ decision as Trump feud&nbsp;continues</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/pope-leo-praised-for-savage-decision-as-trump-feud-continues/" title="8.13 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-03T20:13:26-05:00">3 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/03/pope-leo-praised-for-savage-decision-as-trump-feud-continues/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8230;&#8217;the Pope is making headlines after appointing Evelio Menjivar-Ayla – a formerly undocumented immigrant from El Salvador who came to the US in the trunk of a car, according to The Washington Post &#8211; as the new bishop for West Virginia.…&#8217; (<i>via <a href="https://www.indy100.com/politics/trump/pope-leo-trump-west-virginia">indy100</a></i>)
</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/03/pope-leo-praised-for-savage-decision-as-trump-feud-continues/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56029 -->

				
					
	<article id="post-56027" class="post-56027 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/trump-circus-dept/" rel="bookmark">Trump Circus Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/trump-circus-dept/" title="8.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-03T20:11:37-05:00">3 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/03/trump-circus-dept/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;The White House just posted an hour-long video of Trump repeating a single word &#8211; yes, really…&#8217; (<i>via <a href="https://www.indy100.com/politics/trump/trump-white-house-twitter-winning?utm_source=flipboard&amp;utm_content=topic%2Fbrain">indy100</a></i>)
</p></blockquote>
<p>Warning: Do not watch the referenced video. That will be 60 minutes of your life you will never get back. </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/05/03/trump-circus-dept/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56027 -->

				
					
	<article id="post-56023" class="post-56023 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/the-era-of-rational-discourse-is-over/" rel="bookmark">The Era of Rational Discourse Is&nbsp;Over</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/the-era-of-rational-discourse-is-over/" title="10.10 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T10:10:08-05:00">3 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/03/the-era-of-rational-discourse-is-over/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;Americans have a long history of being hurried into war on false pretexts. The “yellow press” encouraged a war fever in 1898 by blaming the sinking of the USS Maine on the Spanish, even though the Navy’s own expert said it was caused by an accidental explosion. The George W. Bush administration justified the invasion of Iraq by claiming that Saddam Hussein had connections to the 9/11 attacks and was building weapons of mass destruction, neither of which turned out to be true.</p>
<p>But with the Iran war, as in so many other ways, Donald Trump has broken new ground. He is the first president to start a war without even bothering to lie to the public, because he simply didn’t care what the public thought. The American people weren’t consulted about attacking Iran—neither formally, through their elected representatives in Congress, nor informally, by allowing pundits, activists, and civil-society groups to have their say. As Trump told The New York Times in January, his power as commander in chief was constrained by nothing but “my own morality. My own mind. It’s the only thing that can stop me.”…&#8217; (Adam Kirsch <i>via <a href="https://www.theatlantic.com/ideas/2026/05/jurgen-habermas-debate-trump/687016/?utm_medium=offsite&amp;utm_source=flipboard&amp;utm_campaign=all">The Atlantic</a></i>)
</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/03/the-era-of-rational-discourse-is-over/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56023 -->

				
					
	<article id="post-56021" class="post-56021 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/the-extinction-of-the-human-species-wont-matter/" rel="bookmark">The Extinction of the Human Species Won&#8217;t&nbsp;Matter</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/the-extinction-of-the-human-species-wont-matter/" title="10.05 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T10:05:53-05:00">3 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/03/the-extinction-of-the-human-species-wont-matter/#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/Cole_Thomas_The_Course_of_Empire_Destruction_1836.jpg?c=r0-yFWnpGSrFUDMF2d-5p02AHZSGH41q_zNkPaU2TLT7CThzcsviYo_PhvF-tFDJrW97aYy8X2-dr1BJX7GwjxFbC-38DoXvyqNdaGhprKw1wCAOdlitdLTuQoZ1wpDvTIWYrxBauGyfY8-PbAiGuMw2EgZex9DYsvgKrdrVTuM%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;All things come to an end eventually, including the human species. From the perspective of the universe it won’t matter, and so it also shouldn’t matter to us now. The discontinuance of a taxonomic unit is not particularly interesting or important, especially since no one will be around to notice.</p>
<p>My basic point is the same as Epicurus’ philosophical medicine against the fear of death: &#8220;Death should not concern us because as long as we exist, death is not here, and when death is here, we are not.…&#8221; &#8216; (Thomas Wells <i>via <a href="https://3quarksdaily.com/3quarksdaily/2026/05/the-extinction-of-the-human-species-wont-matter.html?utm_source=flipboard&amp;utm_content=topic/science">3 Quarks Daily</a></i>)
</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/03/the-extinction-of-the-human-species-wont-matter/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56021 -->

				
					
	<article id="post-56019" class="post-56019 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/magnificent-drone-footage-of-the-solomon-islands-kavachi-volcano-erupting-underwater/" rel="bookmark">Magnificent Drone Footage of the Solomon Islands&#8217; Kavachi Volcano Erupting&nbsp;Underwater</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/magnificent-drone-footage-of-the-solomon-islands-kavachi-volcano-erupting-underwater/" title="10.00 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T10:00:25-05:00">3 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/03/magnificent-drone-footage-of-the-solomon-islands-kavachi-volcano-erupting-underwater/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img loading="lazy" style="display: block;margin-left: auto;margin-right: auto" title="ScreenFloat Shot of Google Chrome on 2026-05-03 at 10-59-53.png" src="https://followmehere.com/wp-content/uploads/2026/05/screenfloat-shot-of-google-chrome-on-2026-05-03-at-10-59-53.png" alt="ScreenFloat Shot of Google Chrome on 2026-05-03 at 10-59-53." width="606" height="390" border="0" /></h3>
<blockquote><p>
&#8216;Wildlife filmmaker Devon Massyn captured absolutely magnificent and rare drone footage of the volcano Kavachi erupting explosively underwater. Kavachi, which sits in the Pacific Ocean near the Solomon Islands, had not erupted for nearly a decade before this.…&#8217; (Lori Dorn <i>via <a href="https://laughingsquid.com/kavachi-volcano-underwater-eruption/?utm_source=flipboard&amp;utm_content=user%2FLaughingSquid">Laughing Squid</a></i>)
</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/03/magnificent-drone-footage-of-the-solomon-islands-kavachi-volcano-erupting-underwater/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56019 -->

				
					
	<article id="post-56016" class="post-56016 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/is-this-what-causes-ghosts/" rel="bookmark">Is This What Causes &#8220;Ghosts&#8221;?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/is-this-what-causes-ghosts/" title="9.53 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T09:53:47-05:00">3 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/03/is-this-what-causes-ghosts/#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://futurism.com/wp-content/uploads/2026/04/what-causes-ghosts.jpg?quality=85&amp;w=2048" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;New research suggests that inaudible infrasound waves emitted by a building’s old boiler, pipes, and plumbing can negatively influence someone’s mood, making them feel unnerved and uncomfortable. That could be enough to convince them there are ghosts afoot, especially if they’re already open towards supernatural explanations.…&#8217; (Frank Landymore <i>via <a href="https://futurism.com/health-medicine/scientists-explain-ghosts?utm_source=flipboard&amp;utm_content=topic/naturalsciences">Futurism</a></i>)
</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/05/03/is-this-what-causes-ghosts/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56016 -->

				
					
	<article id="post-56014" class="post-56014 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/richard-dawkins-and-the-claude-delusion/" rel="bookmark">Richard Dawkins and the Claude&nbsp;Delusion</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/richard-dawkins-and-the-claude-delusion/" title="9.49 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T09:49:46-05:00">3 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/03/richard-dawkins-and-the-claude-delusion/#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://flux.community/wp-content/uploads/2026/05/richard-dawkins-1199x800.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Prominent evolutionary biologist Richard Dawkins became a worldwide laughingstock this week for an unintentionally embarrassing article in which he argued that conversing with Anthropic’s Claude chatbot has made him believe that large language models are not only sentient, but actually conscious….[T]he author of The God Delusion is now suffering from a Claude delusion.…&#8217; (<i>via <a href="https://flux.community/matthew-sheffield/2026/05/richard-dawkins-and-the-claude-delusion/?utm_source=flipboard&amp;utm_content=other">Flux</a></i>)
</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/03/richard-dawkins-and-the-claude-delusion/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56014 -->

				
					
	<article id="post-56011" class="post-56011 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/03/are-your-memories-real-physicists-revisit-the-boltzmann-brain-paradox/" rel="bookmark">Are your memories real? Physicists revisit the Boltzmann brain&nbsp;paradox</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/03/are-your-memories-real-physicists-revisit-the-boltzmann-brain-paradox/" title="9.34 am" rel="bookmark"><time class="entry-date" datetime="2026-05-03T09:34:54-05:00">3 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/03/are-your-memories-real-physicists-revisit-the-boltzmann-brain-paradox/#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://www.sciencedaily.com/images/1920/boltzmann-brain-hypothesis.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A new analysis of the “Boltzmann brain” paradox suggests our memories and sense of reality could, in theory, be random illusions born from cosmic chaos. By uncovering circular reasoning in how physicists think about time and entropy, the study raises fresh doubts about what we can truly know about the past.…&#8217; (<i>via <a href="https://www.sciencedaily.com/releases/2026/05/260502233922.htm?utm_source=flipboard&amp;utm_content=topic/brain">ScienceDaily</a></i>)
</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/03/are-your-memories-real-physicists-revisit-the-boltzmann-brain-paradox/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56011 -->

				
					
	<article id="post-56009" class="post-56009 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/29/maga-supporters-question-if-white-house-dinner-shooting-was-staged/" rel="bookmark">MAGA Supporters Question If White House Dinner Shooting Was &#8216;Staged&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/29/maga-supporters-question-if-white-house-dinner-shooting-was-staged/" title="9.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-29T21:04:17-05:00">29 Apr 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/04/29/maga-supporters-question-if-white-house-dinner-shooting-was-staged/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;In a press conference after the incident, Trump appeared to link the shooting to his long-standing proposal for a new White House ballroom. “I didn’t want to say this, but this is why we have to have all of the attributes of what we’re planning at the White House. It’s actually a larger room, and it’s a much more secure [sic]. It’s got – it’s drone-proof, it’s bulletproof glass,” Trump said. One theory, presented without evidence, is that security may have been deliberately weakened to support Trump’s case for the ballroom. Several far-right figures, including Jack Posobiec, Chaya Raichik, known as Libs of TikTok, and Tom Fitton have shared theories online that are skeptical of the official explanation. Experts say conspiracy theories often emerge after political violence. Sander van der Linden noted that “Trump is an opportunist…He immediately is thinking, ‘How can I use this to my advantage?’”…&#8217; (<i>via <a href="https://flipboard.com/@lynxotic/politics-m0nfntubz/maga-supporters-question-if-white-house-dinner-shooting-was-staged/a-YIKe5Jd3RgS10C3YuWZARg%3Aa%3A3016015984-aca7ce67bb%2Fflipboard.com">Flipboard</a></i>)
</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/04/29/maga-supporters-question-if-white-house-dinner-shooting-was-staged/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56009 -->

				
					
	<article id="post-56005" class="post-56005 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/29/pete-hegseth-lost-his-cool-in-front-of-congress-it-was-a-dramatic-unraveling/" rel="bookmark">Pete Hegseth lost his cool in front of Congress. It was a dramatic&nbsp;unraveling</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/29/pete-hegseth-lost-his-cool-in-front-of-congress-it-was-a-dramatic-unraveling/" title="8.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-29T20:34:06-05:00">29 Apr 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/04/29/pete-hegseth-lost-his-cool-in-front-of-congress-it-was-a-dramatic-unraveling/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img loading="lazy" style="display: block;margin-left: auto;margin-right: auto" title="ScreenFloat Shot of Safari on 2026-04-29 at 21-34-46.png" src="https://followmehere.com/wp-content/uploads/2026/04/screenfloat-shot-of-safari-on-2026-04-29-at-21-34-46.png" alt="ScreenFloat Shot of Safari on 2026-04-29 at 21-34-46." width="572" height="324" border="0" /></h3>
<blockquote><p>
&#8216;Hegseth has his favorite soundbites — but none of them landed here, where he sounded increasingly deluded and desperate, writes Holly Baxter…&#8217; (<i>via <a href="https://www.the-independent.com/news/world/americas/hegseth-congress-iran-war-trump-b2967479.html?empar=56d98249aed7a19e16d6904f2846a0d7cbbcbc0d3ff72d4a9528fb9dd74430e6&amp;lid=2d4hy2x512qf&amp;utm_source=flipboard&amp;utm_content=other">The Independent</a></i>)
</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/04/29/pete-hegseth-lost-his-cool-in-front-of-congress-it-was-a-dramatic-unraveling/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56005 -->

				
					
	<article id="post-56003" class="post-56003 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/29/how-to-get-a-passport-without-president-trumps-face-on-it/" rel="bookmark">How to Get a Passport Without President Trump’s Face on&nbsp;It</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/29/how-to-get-a-passport-without-president-trumps-face-on-it/" title="8.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-29T20:16:01-05:00">29 Apr 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/04/29/how-to-get-a-passport-without-president-trumps-face-on-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img loading="lazy" style="display: block;margin-left: auto;margin-right: auto" title="Unknown.jpeg" src="https://followmehere.com/wp-content/uploads/2026/04/unknown.jpeg" alt="" width="283" height="376" border="0" /></h3>
<blockquote><p>
&#8216;News broke Tuesday that President Donald Trump’s face would soon appear on new U.S. passports. It wasn’t exactly a surprise, given the way Trump has been slapping his name on various buildings, planning to plaster his face on two different coins this summer, and naming government initiatives after himself. Have you signed up for a Trump Account or TrumpRX yet?</p>
<p>But there has been some confusion about how widespread the Trump passports will be&#8230;</p>
<p>Will every U.S. citizen get a Trump passport? When do the new passports start? And how can I avoid getting a passport that bears the face of our dipshit president?</p>
<p>The Bulwark obtained images of the new passport, which includes a portrait of President Trump in front of a copy of the Declaration of Independence. The President’s signature will also be included in gold-colored ink. Trump will be on the first page of the passport, which has featured an illustration of Francis Scott Key since 2021.</p>
<p>The normal passport includes lines from “The Star-Spangled Banner,” including “O say does that star / spangled banner yet wave / O’er the land of the free / and the home of the brave.”</p>
<p>The passports will reportedly be available to all Americans, but only 25,000 to 30,000 will be printed, according to NPR.</p>
<p>The passports will become available shortly before July 4, according to NPR, though the exact date is still unclear.</p>
<p>Applicants at the Washington, D.C., passport office will get the new passport by default, and it will be the only one available at the Washington Passport Agency, according to the Washington Post. If you steer clear of that office, you should be fine. But the passport will also be available online for people outside of DC, according to NPR, so be careful if you’re applying through that channel.…&#8217; (Matt Novak <i>via <a href="https://gizmodo.com/how-to-get-a-passport-without-president-trumps-face-on-it-2000752195">Gizmodo</a></i>)
</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/04/29/how-to-get-a-passport-without-president-trumps-face-on-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56003 -->

				
					
	<article id="post-55995" class="post-55995 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/25/eye-contact-with-a-humpback-whale/" rel="bookmark">Eye Contact With a Humpback&nbsp;Whale</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/25/eye-contact-with-a-humpback-whale/" title="9.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-25T21:39:13-05:00">25 Apr 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/04/25/eye-contact-with-a-humpback-whale/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://kottke.org/cdn-cgi/image/format=auto,fit=scale-down,width=1200,metadata=none//plus/misc/images/editor-1776968060-5a4f2e96.jpg" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;I’ve never seen anything like these photos before. In October 2024, Rachel Moore had a close encounter with a humpback whale in French Polynesia and took these photos of the whale’s eye.…&#8217;  (Jason Kottke via <strong><a href="https://kottke.org/26/04/eye-contact-with-a-humpback-whale">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> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/04/25/eye-contact-with-a-humpback-whale/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55995 -->

				
					
	<article id="post-55993" class="post-55993 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/25/trump-administration-seeks-to-add-firing-squad-to-federal-execution-methods/" rel="bookmark">Trump administration seeks to add firing squad to federal execution&nbsp;methods</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/25/trump-administration-seeks-to-add-firing-squad-to-federal-execution-methods/" title="1.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-25T13:16:16-05:00">25 Apr 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/04/25/trump-administration-seeks-to-add-firing-squad-to-federal-execution-methods/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/4JQ54QU_AFP__20260406__A6W29T6__v7__MidRes__UsPresidentDonaldTrumpHoldsPresserAmidIranWar_jpg?c=36vPWsFkfMUucs16Gt0WzwIyZkGFNOTI922FtJLembDAosgAm-lNwk-O1MEyOojZ4t2O0ZXLZtT4wpNxr42T-ZqqHUVWCndCQw5s-44kAW_ou7KMN641pS3vsZVFDvP4J9BhuC6eIObZJAB2-mxwVXlfIMktqzqGT82wekKWMFu4rSFXyML_yzMMKhjyOhxgQFABMk5u1lGNj-O1iABte6A6HpVQW8nwyLGu8T6jJ7Bx0saisxKGv5Vl9y4KEKWHbNuZqLRtccgPFQG3XSZeD274QgeN_74Of-WSeJ9e1ok-M13JzlDLVcp0I1wjBjZx" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;The Justice Department said Friday that it was moving to expand the execution methods used to carry out federal death sentences beyond lethal injections, including by making firing squads and electric chairs available in some cases.</p>
<p>The announcement was the latest in a series of moves President Donald Trump’s administration has taken demonstrating support for the death penalty. Trump has long been an avid supporter of capital punishment, and during his first term, the Justice Department carried out its first federal executions in nearly two decades.</p>
<p>Since Trump’s return to the White House last year, his administration has lifted a moratorium on federal executions and pushed for more death sentences. Trump and other officials have also repeatedly castigated President Joe Biden for commuting the sentences of 37 of the 40 people on federal death row shortly before he left office.</p>
<p>In its announcement Friday, the Justice Department said that in addition to seeking other ways of carrying out death sentences, it was directing federal officials to restore the execution protocol adopted during Trump’s first term, which uses the drug pentobarbital for lethal injections. This protocol — which some death row inmates had challenged in court, saying it would cause them severe suffering — was used to carry out 13 executions during the last year of Trump’s first term…&#8217;  (Mark Berman via <strong><a href="https://www.washingtonpost.com/national-security/2026/04/24/federal-death-penalty-firing-squads-trump/?utm_campaign=wp_post_most&amp;utm_medium=email&amp;utm_source=newsletter">Washington Post</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/04/25/trump-administration-seeks-to-add-firing-squad-to-federal-execution-methods/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55993 -->

				
					
	<article id="post-55991" class="post-55991 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/25/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/" rel="bookmark">Trump administration attempt to gut Endangered Species Act hits&nbsp;roadblock</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/25/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/" title="9.23 am" rel="bookmark"><time class="entry-date" datetime="2026-04-25T09:23:57-05:00">25 Apr 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/04/25/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/#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://cdn.arstechnica.net/wp-content/uploads/2019/08/800px-Fledgling_Northern_Spotted_Owls_8739231002-800x648.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The Trump administration and congressional Republicans have spent the last year trying to defang the Endangered Species Act, the country’s bedrock conservation law. But one of the most aggressive and far-reaching attempts just faced a major setback—and concerns from within the party were at least part of the reason.</p>
<p>Republicans in the US House of Representatives abruptly canceled a vote that had been scheduled for Wednesday—Earth Day—on legislation that aims to codify into law many of President Donald Trump’s moves to weaken endangered species protections. Some lawmakers, mostly in tourism-dependent areas along the Gulf of Mexico, expressed concerns about the bill.</p>
<p>“Don’t tread on my turtles. Protected means protected,” US Rep. Anna Paulina Luna (R-Fla.) wrote in a social media post on Monday ahead of the then-pending vote.</p>
<p>The vote cancellation came weeks after the Trump administration issued a controversial—and legally dubious—exemption for oil and gas drilling in the Gulf of Mexico from conservation measures required by the Endangered Species Act.…&#8217; (Inside Climate News <i>via <a href="https://arstechnica.com/tech-policy/2026/04/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/">Ars Technica</a></i>)
</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/04/25/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55991 -->

				
					
	<article id="post-55989" class="post-55989 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/25/an-environmental-nuclear-bomb-as-utahs-great-salt-lake-dries-up/" rel="bookmark">An ‘environmental nuclear bomb’ as Utah’s Great Salt Lake dries&nbsp;up</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/25/an-environmental-nuclear-bomb-as-utahs-great-salt-lake-dries-up/" title="7.04 am" rel="bookmark"><time class="entry-date" datetime="2026-04-25T07:04:01-05:00">25 Apr 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/04/25/an-environmental-nuclear-bomb-as-utahs-great-salt-lake-dries-up/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/210716172341-great-salt-lake-utah-disappearing-kafanov-dnt-lead-vpx.jpg?c=of2UPM5fA90i4CdNNx3tI1UDSSGiOgZSCxBy-i-0uVzWK5MS9qnBnV32vtdLTt6PFcPgybQC0N-HRwF9d-oibbyUka9aN5XEsOtp5IRZhJAh5_pbSNeGgkr0I5ZtIntc9hC6JiUZEoUNqFxMtTwTivtzbQZbQuqG_wQwkSCor4mbKe6hxuoDJmkkPDWH0juRBMRdWc5vXfUGm-Va67eTC7pCVV98qHVhG9ojb2IopsY%3D" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;Climate change and rapid population growth are shrinking the lake, creating a bowl of toxic dust that could poison the air around Salt Lake City.…&#8217;  ( via <strong><a href="https://www.sltrib.com/news/environment/2022/06/13/an-environmental-nuclear/">Salt Lake Tribune</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/04/25/an-environmental-nuclear-bomb-as-utahs-great-salt-lake-dries-up/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55989 -->

				
					
	<article id="post-55987" class="post-55987 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/25/why-are-white-house-journalists-partying-with-trump/" rel="bookmark">Why are White House journalists partying with&nbsp;Trump?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/25/why-are-white-house-journalists-partying-with-trump/" title="6.56 am" rel="bookmark"><time class="entry-date" datetime="2026-04-25T06:56:14-05:00">25 Apr 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/04/25/why-are-white-house-journalists-partying-with-trump/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/c-gettyimages-2272595362.jpg?c=of2UPM5fA90i4CdNNx3tI1UDSSGiOgZSCxBy-i-0uVzWK5MS9qnBnV32vtdLTt6PeJ3geXN-kGgw7EOCBseFvK_WuvDvt9EQZtnlFWD4pwCWYd50Ctc2hZ5ntdTUflqcz8fm1gdE3f5GBysnt_I3TEG32MmKKRjOgK_jmZ_IcvM%3D" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;Tomorrow is the White House correspondents’ dinner, where in 2011 Trump was infamously mocked by Barack Obama and Seth Meyers – an event some say was the moment that convinced him he had to run for president. The “nerd prom”, once a staple in the calendars of presidents and Washington power brokers, has been shunned by Trump throughout his time in office. But this year the anti-free press president will be the guest of honour in a room full of news executives and journalists; a bizarre and troubling dynamic explored in <a href="https://ablink.editorial.theguardian.com/ss/c/u001.Yw_JkLMEmFuifc_XG18IRyTNtZQ7fIEMgszcCSneHECpQ6xbu-H9ziF5vbtAkWOCcuUs3GRcRaZLn7enHMbJVFuE-9ECaQ6YFYHn2hHslE7-9AM7MIcAl3-a1YgU3yd9JlpFNqqwyu12XOADdrrObhDq_LP-ak5UP4RoTEyglSgS18mj4WLI9Mw1s2Y7PkhMr-fyaXlhF9zA_H9RNjKuoosVuB4aWYnxZd1xL4JCA7q0vbGk8OfSZjOVsy_bGOIt20jOLcVoe0DOGTVnSvh5WP8tYIIeTxAO1kLaQNDogl_9lZMZ0LJmTnHdKIrcKPHM/4q3/0xAj6ybtS3il9D74hAk3Ow/h69/h001.VLol1rIlXYGHUqb17sSIVls33gQJH1UvHq_LSoQaoRs">this column</a> by Margaret Sullivan.…&#8217; ( via <strong><a href="https://www.theguardian.com/commentisfree/2026/apr/23/white-house-correspondents-dinner-trump">The Guardian</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/04/25/why-are-white-house-journalists-partying-with-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55987 -->

				
					
	<article id="post-55985" class="post-55985 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/23/trump-and-the-iran-deal-that-wasnt/" rel="bookmark">Trump and the Iran Deal That&nbsp;Wasn’t</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/23/trump-and-the-iran-deal-that-wasnt/" title="9.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-23T21:49:51-05:00">23 Apr 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/04/23/trump-and-the-iran-deal-that-wasnt/#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;It’s tough to reach an agreement with a President whose word is not his bond.…&#8217;  (Susan B. Glasser via <strong><a href="https://www.newyorker.com/news/letter-from-trumps-washington/trump-and-the-iran-deal-that-wasnt?utm_source=nl&amp;utm_brand=tny&amp;utm_mailing=TNY_Daily_042326&amp;utm_campaign=aud-dev&amp;utm_medium=email&amp;utm_term=tny_daily_digest&amp;bxid=5be9da4a3f92a40469e81169&amp;cndid=8225112&amp;hasha=846fd7c9a41dd1b76ba7ea1aadb1667c&amp;hashb=6b772e9a444c8f6e0c64516ca65e53c9cbe87157&amp;hashc=788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c&amp;esrc=MARTECH_ORDERFORM&amp;mbid=CRMNYR012019">The New Yorker</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <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/04/23/trump-and-the-iran-deal-that-wasnt/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55985 -->

				
					
	<article id="post-55983" class="post-55983 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/23/please-dont-inject-yourself-with-bootleg-peptides/" rel="bookmark">Please don’t inject yourself with bootleg&nbsp;peptides</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/23/please-dont-inject-yourself-with-bootleg-peptides/" title="7.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-23T19:43:00-05:00">23 Apr 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/04/23/please-dont-inject-yourself-with-bootleg-peptides/#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://platform.vox.com/wp-content/uploads/sites/2/2026/04/Option1.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Why Americans have gone wild self-experimenting with the hottest thing in wellness: Peptides.…&#8217; (Dylan Scott <i>via <a href="https://www.vox.com/health/486530/what-are-peptides-weight-loss-skin-fda-approved">Vox</a></i>)
</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/04/23/please-dont-inject-yourself-with-bootleg-peptides/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55983 -->

				
					
	<article id="post-55981" class="post-55981 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/22/the-fascinating-reason-why-rain-smells-the-way-that-it-does/" rel="bookmark">The fascinating reason why rain smells the way that it&nbsp;does</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/22/the-fascinating-reason-why-rain-smells-the-way-that-it-does/" title="8.07 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-22T20:07:34-05:00">22 Apr 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/04/22/the-fascinating-reason-why-rain-smells-the-way-that-it-does/#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://substackcdn.com/image/fetch/$s_!vLI5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7cce8f8a-d611-439e-865e-4e7f31b750a6_1080x612.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;I read today that humans are more sensitive to the smell of an impending rainstorm than sharks are to the scent of blood. However, the funky odor that we associate with rain a-comin’ isn’t in the rain itself, nor is it the smell of wet asphalt, as I used to believe as a kid. It’s an aroma created by a compound called geosmin.</p>
<p>Geosmin smells kinda musty, a little like a pair of garden gloves after they’ve been digging around in moist topsoil. There’s a reason for this: geosmin’s also responsible for the smell of said soil. The compound is generated by some algae and strains of bacteria that reside in soil. Just add water.</p>
<p>In addition to the smell we’ve come to associate with a downpour, geosmin also plays a significant role in why beets taste the way that they do. In 1964, the smell of rain falling on dry, geosmin-rich soil was coined as petrichor by chemist Isabel Joy Bear and mineralogist Richard Grenfell Thomas.</p>
<p>Not too long ago, it was put forward in a paper that our ability to detect the odor of geosmin was a feat of survival for early humans and our early primate pals. The scent of the compound may have helped our predecessors find water during a drought.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/the-fascinating-reason-why-rain-smells">Boing Boing</a></i>)
</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/04/22/the-fascinating-reason-why-rain-smells-the-way-that-it-does/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55981 -->

				
					
	<article id="post-55979" class="post-55979 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/22/trumps-gerrymandering-campaign-just-hit-a-blue-wall-in-virginia/" rel="bookmark">Trump’s gerrymandering campaign just hit a blue wall in&nbsp;Virginia</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/22/trumps-gerrymandering-campaign-just-hit-a-blue-wall-in-virginia/" title="7.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-22T19:55:49-05:00">22 Apr 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/04/22/trumps-gerrymandering-campaign-just-hit-a-blue-wall-in-virginia/#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://platform.vox.com/wp-content/uploads/sites/2/2026/04/gettyimages-2271882842.jpg?quality=90&amp;strip=all&amp;crop=0%2C0.02498750624688%2C100%2C99.950024987506&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Voters have once again handed President Donald Trump a loss in one of the defining fights of his second administration: the national congressional redistricting race.</p>
<p>On Tuesday night, Virginia approved a ballot measure to redraw the state’s 11 congressional districts to give Democrats a significant edge — salvaging Democratic hopes of flipping control of the House of Representatives in the fall&#8230;</p>
<p>Currently, Virginia’s congressional delegation is split 6-5 in Democrats’ favor; the referendum approved on Tuesday night asked voters to rejigger the map to favor Democrats in 10 districts, netting four seats.</p>
<p>Combined with redrawn maps in California, Missouri, North Carolina, Texas, Ohio (mandated by the state constitution), and Utah (due to a court decision), the Virginia vote creates the possibility that Democrats enter the midterm elections with a one-seat edge based on past voting patterns&#8230;&#8217; (<i>via <a href="https://www.vox.com/politics/486357/virginia-redistricting-gerrymander-democrats-gop-middecade-referendum-fair-election-midterm-2026">Vox</a></i>)
</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/04/22/trumps-gerrymandering-campaign-just-hit-a-blue-wall-in-virginia/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55979 -->

				
					
	<article id="post-55977" class="post-55977 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/" rel="bookmark">Trump Wanted Nuclear Codes But Was Blocked From Situation Room, Says CIA&nbsp;Analyst</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-21T20:28:50-05:00">21 Apr 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/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/#comments">1</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/NHPUBGAMIRIH3NEYKNTB36HUVU.jpg?c=v3I1uPwHf0MdXsnWgU_VcU-9ZOWxTN99ALoZmkwyNoPngAh6w5-l9IazqcOVmxLHqCf09CezMCCacJ5toerMrU6extHDUH3CTylOQREpMCdtl3NLTI9Qtvb7aK-WkxLZsarp08RRxMNqGr3lUCCrZZCD6bwnytRnya8t4uVHqKVLRtHqIGy7l2-912-cN-lUDpJBt78pcVm-GElVuth78d0pk5uv69w4aXdz-46a9hM%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Retired CIA analyst Larry Johnson was interviewed on the YouTube program Judging Freedom and spoke of a nuclear standoff between the military and Donald Trump. He alleged that the president attempted to access the nuclear codes during an emergency White House meeting. However, he was stopped by a senior military official.</p>
<p>According to shocking claims, Trump made the attempt on Saturday during an urgent meeting relating to Iran.</p>
<p>“One report coming out of that meeting at the White House is that Trump wanted to… use the nuclear codes, and General Dan Caine stood up and said ‘No’. He invoked his privilege as the head of the military, so to speak. It was apparently quite a blow-up,” Johnson said, adding, “There are pictures of Caine coming out of that meeting with his head down to the ground.”…&#8217; (<i>via <a href="https://www.inquisitr.com/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/?utm_source=flipboard&amp;utm_content=Inquisitr%2Fmagazine%2FThe+Inquisitr">Inquisitr News</a></i>)
</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/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/#comments"><b>1</b> Reply</a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55977 -->

				
					
	<article id="post-55975" class="post-55975 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/21/fbi-looks-into-dead-or-missing-nuclear-and-space-defense-scientists/" rel="bookmark">FBI looks into dead or missing nuclear and space defense&nbsp;scientists</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/21/fbi-looks-into-dead-or-missing-nuclear-and-space-defense-scientists/" title="8.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-21T20:27:14-05:00">21 Apr 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/04/21/fbi-looks-into-dead-or-missing-nuclear-and-space-defense-scientists/#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://fortune.com/img-assets/wp-content/uploads/2026/04/GettyImages-2259084646-e1775848021382.jpg?format=webp&amp;w=1024&amp;q=100" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Almost a dozen scientists related to nuclear and space defense programs tied to NASA, SpaceX, and Blue Origin are dead or missing in cases as far back as 2022, and they’ve gone largely unnoticed by authorities and the public—until now.<br />
The House Oversight Committee formally demanded answers from four federal agencies Monday on the deaths and disappearances of at least 11 American scientists and researchers with ties to NASA, nuclear research, and classified defense programs—several of them directly connected to the space defense technologies now being commercialized by SpaceX and Blue Origin.…&#8217; (Catherina Gioino <i>via <a href="https://fortune.com/2026/04/21/scientists-disappear-die-nasa-space-blue-origin-spacex/?utm_source=flipboard&amp;utm_content=fortune/magazine/Business">Fortune</a></i>)
</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/04/21/fbi-looks-into-dead-or-missing-nuclear-and-space-defense-scientists/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55975 -->

				
					
	<article id="post-55973" class="post-55973 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/21/splc-charged-with-defrauding-donors-with-payments-to-extremist-informants/" rel="bookmark">SPLC charged with defrauding donors with payments to extremist&nbsp;informants</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/21/splc-charged-with-defrauding-donors-with-payments-to-extremist-informants/" title="8.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-21T20:06:15-05:00">21 Apr 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/04/21/splc-charged-with-defrauding-donors-with-payments-to-extremist-informants/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;The Southern Poverty Law Center was indicted Tuesday on federal fraud charges alleging it improperly raised millions of dollars to pay informants to infiltrate the Ku Klux Klan and other extremist groups, acting Attorney General Todd Blanche said.</p>
<p>The Justice Department alleges the civil rights group defrauded donors by using their money to fund the very extremism it claimed to be fighting, with payments of at least $3 million between 2014 and 2023 to people affiliated with the Ku Klux Klan, the United Klans of America, the National Socialist Party of America and other extremist groups.…&#8217; (<i>via <a href="https://www.npr.org/2026/04/21/g-s1-118275/southern-poverty-law-center-fraud-charges-paid-informants?utm_source=flipboard&amp;utm_content=npr%2Fmagazine%2FPolitics">NPR</a></i>) 
</p></blockquote>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">For some time, the Southern Poverty Law Center had slipped down my own charity priority list. Not because its mission had become less important, but because it had become exceptionally well funded. When an organization is sitting on very large assets, the case for my marginal dollar is weaker than it is for leaner groups doing urgent work with far less cushion. That calculation may now need revision.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">I have no interest in pretending to know the ultimate legal merits before this case is litigated. But I do know this: when the Trump administration, with its long record of contempt for independent watchdogs, civil-rights enforcement, and any institution unwilling to bow to its politics, turns federal power on one of the country’s best-known civil-rights organizations, the issue is no longer just ordinary charity triage. It becomes a test of whether civil society will be cowed.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">This is not a plea on the ground that SPLC is suddenly destitute. It is not. By its own recent audited financial statements, it remains extraordinarily well capitalized. That matters. I am not asking anyone to suspend judgment or ignore the fact that SPLC has resources most nonprofits can only dream of.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">But that is not the point. Trumpism does not need its targets to be poor in order to damage them. It needs only to make resistance expensive, exhausting, and politically fraught. An indictment of this kind can impose heavy costs even on a wealthy organization: legal expense, management distraction, donor intimidation, reputational damage, chilled partnerships, and the diversion of time and money away from substantive work. A movement that thrives on bullying institutions into silence counts on precisely this kind of secondary effect. It counts on people deciding that support has become too controversial, too messy, or too embarrassing.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">That is exactly when support matters.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">You do not have to believe that SPLC is perfect. I do not. You do not have to believe that every judgment it has made over the years has been wise. I certainly do not. The relevant question is whether organizations that monitor violent extremism, litigate for civil rights, and challenge abuses of power should be left to fight alone when a vindictive administration puts them in its sights. The Trump movement has made clear, over and over, that it regards independent institutions not as legitimate participants in democratic life but as enemies to be weakened, discredited, and, where possible, crushed.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">For me, the answer is no.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">So my view has shifted. SPLC once seemed to me a less urgent destination for charitable dollars because it was flush. Now, despite that wealth, supporting it has become more compelling as an act of civic and political resistance. Not because it is poor, but because it is under attack; not because it lacks reserves, but because it is being made to spend them defending its right to function; not because every criticism of it is baseless, but because the larger Trumpist project is plainly to isolate and punish adversarial civil-society organizations one by one until fewer and fewer remain willing to oppose it.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">If you are inclined to give, give with clear eyes. Do it knowing that SPLC is not a shoestring operation. Do it because you think institutions like this should not be politically terrorized into passivity. Do it because a democracy cannot remain healthy when an authoritarian movement uses the machinery of the state to harass its critics and make examples of its opponents. Do it because one way to answer that kind of politics is to refuse the intimidation and support the people and institutions it is trying to break.</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/04/21/splc-charged-with-defrauding-donors-with-payments-to-extremist-informants/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55973 -->

				
					
	<article id="post-55971" class="post-55971 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/20/the-aides-keeping-the-president-in-the-dark/" rel="bookmark">The Aides Keeping the President in the&nbsp;Dark</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/20/the-aides-keeping-the-president-in-the-dark/" title="5.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-20T17:30:03-05:00">20 Apr 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/04/20/the-aides-keeping-the-president-in-the-dark/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;Donald Trump’s advisers are treating him like he can’t handle the reality of the war in Iran. They might be right—but that fact is a danger to the constitutional order.…&#8217; (David A. Graham <i>via <a href="https://www.theatlantic.com/newsletters/2026/04/donald-trump-aides-iran-war/686875/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260420&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></i>)
</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/04/20/the-aides-keeping-the-president-in-the-dark/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55971 -->

				
					
	<article id="post-55969" class="post-55969 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/19/mysterious-red-dot-galaxies-could-have-relic-black-holes-predating-the-big-bang/" rel="bookmark">Mysterious ‘Red Dot’ Galaxies Could Have ‘Relic’ Black Holes Predating the Big&nbsp;Bang</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/19/mysterious-red-dot-galaxies-could-have-relic-black-holes-predating-the-big-bang/" title="9.41 am" rel="bookmark"><time class="entry-date" datetime="2026-04-19T09:41:12-05:00">19 Apr 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/04/19/mysterious-red-dot-galaxies-could-have-relic-black-holes-predating-the-big-bang/#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://gizmodo.com/app/uploads/2026/04/black-hole-NASA-art-1600x1034.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;[D]ense pockets of matter could have survived over an age-old cycle of multiple ‘Big Bangs.’…&#8217; (<i>via <a href="https://gizmodo.com/how-relic-black-holes-could-turn-the-big-bang-into-the-big-bounce-2000748030?utm_source=flipboard&amp;utm_content=topic/space">Gizmodo</a></i>)
</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/04/19/mysterious-red-dot-galaxies-could-have-relic-black-holes-predating-the-big-bang/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55969 -->

				
					
	<article id="post-55967" class="post-55967 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/18/could-this-ai-simulated-brain-lead-to-human-mind-uploading/" rel="bookmark">Could This AI-Simulated Brain Lead to Human&nbsp;Mind-Uploading?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/18/could-this-ai-simulated-brain-lead-to-human-mind-uploading/" title="9.04 am" rel="bookmark"><time class="entry-date" datetime="2026-04-18T09:04:30-05:00">18 Apr 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/04/18/could-this-ai-simulated-brain-lead-to-human-mind-uploading/#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://gizmodo.com/app/uploads/2026/04/Eon-Fly-mind-emulation-1600x1067.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Shortly before his death, the physicist Richard Feynman inscribed these legendary words onto a blackboard: “What I cannot create, I do not understand.”</p>
<p>AI researchers have really taken this idea to heart. Since it kicked off in the middle of the last century, the field has sought to recreate the physical processes of the human brain—hence the phrase neural networks. So-called transhumanists have taken this a step further, arguing that human consciousness itself can ultimately be transferred to silicon. Now, a San Francisco startup called Eon Systems is aiming to achieve both goals. Its first major breakthrough? A virtual fly.</p>
<p>Last month, the company posted a video of a virtual fly scurrying around a Sims-like environment, pausing to wipe some digital dust off its antennae, and moments later arriving in front of some simulated banana slices, which it promptly slurped up. The video went viral, attracting the attention not only of AI researchers and roboticists but also that of the longevity influencer (and mind-uploading enthusiast) Bryan Johnson.</p>
<p>Why all the buzz (terrible pun intended) about a virtual fly? In short, the excitement stems from the technology working behind the scenes: The fly’s “body” is powered by a digital replica of a complete fruit fly connectome—i.e., a complete map of the neuronal pathways within its brain—comprising around 125,000 neurons and 50 million synaptic connections. Constructed using a powerful electron microscope, the digital connectome was paired with an AI algorithm that can match the firing of the virtual neurons to those found in an actual fruit fly brain with an accuracy of 95%, according to Eon.</p>
<p>This is as good as the real thing, according to Alex Wissner-Gross, a computer scientist and Eon’s cofounder: “What you are seeing is not an animation,” Wissner-Gross wrote in a Medium post following the video’s release. “It is not a reinforcement learning policy mimicking biology. It is a copy of a biological brain […] making a body move.”…&#8217; (<i>via <a href="https://gizmodo.com/could-this-ai-simulated-brain-lead-to-human-mind-uploading-2000747452">Gizmodo</a></i>)
</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/04/18/could-this-ai-simulated-brain-lead-to-human-mind-uploading/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55967 -->

				
					
	<article id="post-55963" class="post-55963 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/16/post-3/" rel="bookmark">AI and tech advances may soon enable talking with&nbsp;animals</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/16/post-3/" title="11.00 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-16T23:00:57-05:00">16 Apr 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/04/16/post-3/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h1></h1>
<blockquote><p>&#8216;Advances in computing power, artificial intelligence and ways to measure sounds promise to speed this translating process, turning animal chatter into bits of information that could be decoded by humans …&#8217; (Laura Sanders via <strong><a href="https://www.sciencenews.org/article/talking-animals-human-language-ai">Science 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/04/16/post-3/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55963 -->

				
					
	<article id="post-55962" class="post-55962 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/16/if-every-congressman-facing-credible-rape-allegations-resigned-wed-have-no-one-left-to-govern-the-country/" rel="bookmark">If Every Congressman Facing Credible Rape Allegations Resigned, We’d Have No One Left to Govern the&nbsp;Country</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/16/if-every-congressman-facing-credible-rape-allegations-resigned-wed-have-no-one-left-to-govern-the-country/" title="10.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-16T22:39:16-05:00">16 Apr 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/04/16/if-every-congressman-facing-credible-rape-allegations-resigned-wed-have-no-one-left-to-govern-the-country/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h1></h1>
<blockquote><p>&#8216;…if we kick one suspected rapist out of Congress, we’ll then have to kick out all the suspected rapists.</p>
<p>It’s naïve to imagine the government can continue to function without the tireless dedication of our best and brightest rapists. …&#8217; (by Talia&nbsp;Argondezzi via <strong><a href="https://www.mcsweeneys.net/articles/if-every-congressman-facing-credible-rape-allegations-resigned-wed-have-no-one-left-to-govern-the-country">McSweeney’s</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/04/16/if-every-congressman-facing-credible-rape-allegations-resigned-wed-have-no-one-left-to-govern-the-country/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55962 -->

				
					
	<article id="post-55960" class="post-55960 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/how-the-baiji-became-the-first-human-caused-cetacean-extinction/" rel="bookmark">How The Baiji Became The First Human-Caused Cetacean&nbsp;Extinction</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/how-the-baiji-became-the-first-human-caused-cetacean-extinction/" title="10.00 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T22:00:03-05:00">15 Apr 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/04/15/how-the-baiji-became-the-first-human-caused-cetacean-extinction/#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://assets.iflscience.com/assets/articleNo/83193/aImg/90047/qiqi-l.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;In 2002, QiQi, the last known dolphin of its kind, died after spending its final years alone in a tank at the Institute of Hydrobiology in Wuhan. Later efforts to find others of the species in the wild have come up empty, but its apparent demise is providing the next generation of conservationists with hard-won lessons for the new challenges still ahead.…&#8217; (<i>via <a href="https://www.iflscience.com/qiqi-the-last-confirmed-baiji-died-in-2002-amidst-the-first-human-caused-extinction-of-a-cetacean-83193?utm_source=flipboard&amp;utm_content=IFLScienceMag/magazine/IFLScience">IFLScience</a></i>)
</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/04/15/how-the-baiji-became-the-first-human-caused-cetacean-extinction/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55960 -->

				
					
	<article id="post-55958" class="post-55958 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/new-study-confirms-lobsters-feel-pain-driving-scientists-to-call-for-a-ban-on-boiling-them-alive/" rel="bookmark">New study confirms lobsters feel pain, driving scientists to call for a ban on boiling them&nbsp;alive</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/new-study-confirms-lobsters-feel-pain-driving-scientists-to-call-for-a-ban-on-boiling-them-alive/" title="9.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T21:55:44-05:00">15 Apr 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/04/15/new-study-confirms-lobsters-feel-pain-driving-scientists-to-call-for-a-ban-on-boiling-them-alive/#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://cdn.mos.cms.futurecdn.net/7nN7hqiuobKUEuR3RtAd9E-1200-80.jpg.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A new study adds to the growing body of evidence that lobsters feel pain, with the crustaceans seemingly responding to electrical shocks with emotional distress.…&#8217; (<i>via <a href="https://www.livescience.com/animals/new-study-confirms-lobsters-feel-pain-driving-scientists-to-call-for-a-ban-on-boiling-them-alive?utm_source=flipboard&amp;utm_content=topic/science">Live Science</a></i>)
</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/04/15/new-study-confirms-lobsters-feel-pain-driving-scientists-to-call-for-a-ban-on-boiling-them-alive/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55958 -->

				
					
	<article id="post-55952" class="post-55952 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/new-friends/" rel="bookmark">New Friends</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/new-friends/" title="9.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T21:35:22-05:00">15 Apr 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/04/15/new-friends/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="embed-youtube" style="text-align:center; display: block;"><iframe loading="lazy" class="youtube-player" width="584" height="329" src="https://www.youtube.com/embed/mITkQVSLw8U?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span>
</div></figure>



<p class="wp-block-paragraph">(via <a href="https://www.youtube.com/shorts/mITkQVSLw8U">Boston Dynamics Youtube</a>)</p>



<p class="wp-block-paragraph">See. Spot. Run.</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/04/15/new-friends/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55952 -->

				
					
	<article id="post-55950" class="post-55950 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/astronomers-just-dropped-the-largest-high-res-3d-map-of-the-universe/" rel="bookmark">Astronomers Just Dropped the Largest High-Res 3D Map of the&nbsp;Universe</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/astronomers-just-dropped-the-largest-high-res-3d-map-of-the-universe/" title="9.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T21:19:24-05:00">15 Apr 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/04/15/astronomers-just-dropped-the-largest-high-res-3d-map-of-the-universe/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p> </p>
<h1 style="text-align: center">It&#8217;s a good time for cosmology.</h1>
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://gizmodo.com/app/uploads/2026/04/DESI-Map-3D-Universe-Complete-1600x1067.jpg" width="599" border="0" /></p>
<blockquote><p>
&#8216;A small portion of DESI’s year-five map showing the large-scale universe structure, created by gravity. Each dot represents a galaxy, whereas the denser areas represent regions where galaxies and galaxy clusters clump together to form the cosmic web.…&#8217; (<i>via <a href="https://gizmodo.com/astronomers-just-dropped-the-largest-high-res-3d-map-of-the-universe-2000746853">Gizmodo</a></i>)
</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/04/15/astronomers-just-dropped-the-largest-high-res-3d-map-of-the-universe/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55950 -->

				
					
	<article id="post-55948" class="post-55948 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/maga-is-starting-to-look-beyond-trump/" rel="bookmark">MAGA Is Starting to Look Beyond&nbsp;Trump</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/maga-is-starting-to-look-beyond-trump/" title="8.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T20:34:52-05:00">15 Apr 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/04/15/maga-is-starting-to-look-beyond-trump/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;A seemingly endless torrent of criticism directed toward Trump from former MAGA allies suggests the president is losing support from his base.…&#8217; (<i>via <a href="https://www.wired.com/story/maga-is-starting-to-look-beyond-trump/">WIRED</a></i>)
</p></blockquote>
<p>Be careful what you wish for. The movement can only become more insidious and formidable when stripped of Trump&#8217;s buffoonery, malignant narcissism, cognitive limitations and impulsivity</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/04/15/maga-is-starting-to-look-beyond-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55948 -->

				
					
	<article id="post-55946" class="post-55946 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/this-site-supercharges-your-library-card-with-reciprocal-libraries/" rel="bookmark">This site supercharges your library card with reciprocal&nbsp;libraries</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/this-site-supercharges-your-library-card-with-reciprocal-libraries/" title="8.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T20:01:52-05:00">15 Apr 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/04/15/this-site-supercharges-your-library-card-with-reciprocal-libraries/#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://substackcdn.com/image/fetch/$s_!lhAs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F78e670ea-3a16-4fb2-9c23-5d40068149d2_1080x720.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Reciprocard is a search engine for reciprocal library cards. Search for a library, and Reciprocard returns a list of reciprocal libraries, as well as cards that are available in person or for a fee. Reciprocard is the perfect companion to a tool we have covered previously, Library Extension, which checks e-book and audiobook availability right from Amazon, Goodreads, and multiple other book sites.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/this-site-supercharges-your-library">Boing [Boing</a></i>)
</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/04/15/this-site-supercharges-your-library-card-with-reciprocal-libraries/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55946 -->

				
					
	<article id="post-55944" class="post-55944 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/download-this-extension-if-you-love-books/" rel="bookmark">Download this extension if you love&nbsp;books</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/download-this-extension-if-you-love-books/" title="7.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T19:46:08-05:00">15 Apr 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/04/15/download-this-extension-if-you-love-books/#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://i0.wp.com/boingboing.net/wp-content/uploads/2023/02/books-e1753892394230.jpeg?fit=1&amp;quality=60&amp;ssl=1&amp;resize=620%2C4000" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;If you are an avid book reader, you owe it to yourself to download Library Extension. It&#8217;s the best kind of extension. It does one thing and does it well. When you are looking at a web page for a book, it inserts the book&#8217;s availability from your local library right on the page.</p>
<p>The Library Extension has saved me hundreds of dollars by reminding me I can get just about anything from the library. If you are lucky enough to access multiple libraries, you can add them all. The extension supports thousands of libraries and tons of online bookstores. It also supports Goodreads, Library Thing, and Storygraph. It is available for Chrome, Firefox, and Edge.…&#8217; (<i>via <a href="https://boingboing.net/2024/08/18/download-this-extension-if-you-love-books.html">Boing Boing</a></i>)
</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/04/15/download-this-extension-if-you-love-books/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55944 -->

				
					
	<article id="post-55942" class="post-55942 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/virginia-joins-the-movement-to-make-the-electoral-college-reflect-the-popular-vote/" rel="bookmark">Virginia joins the movement to make the Electoral College reflect the popular&nbsp;vote</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/virginia-joins-the-movement-to-make-the-electoral-college-reflect-the-popular-vote/" title="7.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T19:41:52-05:00">15 Apr 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/04/15/virginia-joins-the-movement-to-make-the-electoral-college-reflect-the-popular-vote/#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://npr.brightspotcdn.com/dims3/default/strip/false/crop/5705x3803+0+0/resize/1600/quality/85/format/webp/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F85%2F56%2F5494acc449338e1e376bc61e5bb7%2Fap24305654380552.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A national effort to circumvent the Electoral College has gained another state.</p>
<p>Virginia Gov. Abigail Spanberger signed a bill Monday that adds the state to the National Popular Vote Compact, an agreement among states to award their presidential electoral votes to the nationwide popular vote winner.</p>
<p>With Virginia, the total number of states signed on to the interstate compact is now 18, plus the District of Columbia, for a total of 222 electoral votes.</p>
<p>The compact doesn&#8217;t go into effect, though, until there are enough states signed up to reach the required 270 electoral votes to elect a president.…&#8217; (<i>via <a href="https://www.npr.org/2026/04/14/nx-s1-5742595/virginia-popular-vote-compact">NPR</a></i>)
</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/04/15/virginia-joins-the-movement-to-make-the-electoral-college-reflect-the-popular-vote/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55942 -->

				
					
	<article id="post-55940" class="post-55940 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/vance-impressed-with-irans-economic-terrorism-says-the-u-s-should-try-it-too/" rel="bookmark">Vance, impressed with Iran’s “economic terrorism,” says the U.S. should try it&nbsp;too</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/vance-impressed-with-irans-economic-terrorism-says-the-u-s-should-try-it-too/" title="7.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T19:39:16-05:00">15 Apr 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/04/15/vance-impressed-with-irans-economic-terrorism-says-the-u-s-should-try-it-too/#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://substackcdn.com/image/fetch/$s_!j67B!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9cdbe45a-7c2e-416f-9821-d5da5e4efc5f_1200x970.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Running a terrible record on foreign policy, Trump bootlicker JD Vance went on television to condemn Iran for “economic terrorism” in the Strait of Hormuz. Vance then immediately suggested that the United States would respond by doing the exact same thing, because nothing says moral clarity like immediately copying the behavior you just denounced.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/vance-impressed-with-irans-economic">Boing Boing</a></i>)
</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/04/15/vance-impressed-with-irans-economic-terrorism-says-the-u-s-should-try-it-too/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55940 -->

				
					
	<article id="post-55938" class="post-55938 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/15/trumps-posting-even-more-ai-generated-trump-jesus-fan-art/" rel="bookmark">Trump’s posting even more AI-generated Trump-Jesus fan&nbsp;art</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/15/trumps-posting-even-more-ai-generated-trump-jesus-fan-art/" title="7.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-15T19:35:08-05:00">15 Apr 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/04/15/trumps-posting-even-more-ai-generated-trump-jesus-fan-art/#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://platform.theverge.com/wp-content/uploads/sites/2/2026/04/trump-jesus-altered.png?quality=90&amp;strip=all&amp;crop=0%2C26.754385964912%2C100%2C46.491228070175&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote>
<p style="text-align: left">&#8216;&#8230;it’s well known that Trump has always had the final word on what ends up on his social media feeds, and the history of his presidencies is littered with examples of his advisers being unable to stop Trump from posting or reposting things he personally comes across. While the post has been deleted (rare!), it appears that anyone in the White House who’d be trying to stop Trump from posting more blasphemous images is failing to do so: On Wednesday morning, Trump posted yet another AI-generated image from a follower that depicted him and Jesus embracing in front of an American flag. “The Radical Left Lunatics might not like this,” he wrote, “but I think it is quite nice!!!”…&#8217; (<i>via <a href="https://www.theverge.com/column/912627/trump-jesus-ai-whcd-penguin-meme">The Verge</a></i>)</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/04/15/trumps-posting-even-more-ai-generated-trump-jesus-fan-art/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55938 -->

				
					
	<article id="post-55935" class="post-55935 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/the-2026-happy-city-index-is-here-and-the-u-s-failed-miserably-again/" rel="bookmark">The 2026 Happy City Index Is Here, and the U.S. Failed Miserably.&nbsp;Again.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/the-2026-happy-city-index-is-here-and-the-u-s-failed-miserably-again/" title="5.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-12T17:53:19-05:00">12 Apr 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/04/12/the-2026-happy-city-index-is-here-and-the-u-s-failed-miserably-again/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>
The Happy City Index 2026 delivers like the embarrassing message: American cities just aren’t very happy places to live…&#8217; (via <a href="https://www.vice.com/en/article/the-2026-happy-city-index-is-here-and-the-u-s-failed-miserably-again/">Vice</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> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/04/12/the-2026-happy-city-index-is-here-and-the-u-s-failed-miserably-again/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55935 -->

				
					
	<article id="post-55931" class="post-55931 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/viktor-orban-concedes-hungarian-election/" rel="bookmark">Viktor Orbán concedes Hungarian&nbsp;election</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/viktor-orban-concedes-hungarian-election/" title="5.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-12T17:39:29-05:00">12 Apr 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/04/12/viktor-orban-concedes-hungarian-election/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img loading="lazy" style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://upload.wikimedia.org/wikipedia/commons/c/c8/Viktor_Orb%C3%A1n%2C_2025.12.18_%28cropped%29.jpg" width="404" height="536" border="0" /><br />
</figure>
<blockquote><p>
&#8216;What it means that MAGA’s favorite strongman is out of a job.…&#8217; (<i>via <a href="https://www.vox.com/politics/485521/hungary-election-results-2026-viktor-orban-peter-magyar">Vox</a></i>)
</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/04/12/viktor-orban-concedes-hungarian-election/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55931 -->

				
					
	<article id="post-55928" class="post-55928 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/trumps-mental-status-existential-threat-and-public-health-menace/" rel="bookmark">Trump&#8217;s Mental Status: Existential Threat and Public Health&nbsp;Menace</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/trumps-mental-status-existential-threat-and-public-health-menace/" title="5.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-12T17:08:00-05:00">12 Apr 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/04/12/trumps-mental-status-existential-threat-and-public-health-menace/#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://images.immediate.co.uk/production/volatile/sites/7/2026/04/Screenshot-2026-04-10-at-13.16.33-0cc4b00-e1775824143490.png?resize=1200%2C630" width="599" border="0" /><br />
</figure>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">As a psychiatrist, I have found myself returning to a question that has no entirely satisfactory answer: what can responsibly be said about the mental state of a public figure whom one has never examined? The traditional caution (the &#8220;Goldwater rule&#8221;) against diagnosing at a distance is well founded. Clinical judgment ordinarily rests on history, direct observation, and, when appropriate, testing. Quite simply, if you do not have a face-to-face treatment relationship with someone, diagnosing them has been considered unethical. But we are no longer in an era of fragmentary exposure. We are confronted instead with a dense, longitudinal public record of speech and behavior. At some point, the question shifts. It is no longer whether isolated lapses occur—they do in everyone—but whether there is a sustained alteration in the organization of thought, language, and impulse. My associate, psychiatrist <a href="https://henryabrahammd.substack.com/">Henry Abraham , shares similar concerns in this essay.  </a>And, I would say, Trump&#8217;s condition is a clear existential threat and public health emergency, arguing for forfeiture of such ethical niceties. </p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">From a clinical standpoint, single incidents are uninformative. People misspeak, forget names, lose their train of thought. What carries weight is pattern. Increasing frequency of disorganized or illogical speech, a drift toward vagueness or incoherence, difficulty sustaining a line of thought, and a diminished capacity to anticipate consequences—these are not random errors. They suggest a weakening of higher-order integrative functions. Similarly, while irritability or even cruelty may be longstanding traits, a shift toward more poorly modulated, impulsive, unconstrained expressions of those traits points to something more than personality alone.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">In Trump’s case, the relevant question is not whether any given statement can be explained away, but whether the aggregate record reflects such a shift. His speech over time is publicly available in abundance, and it permits comparison. What stands out is not merely content—though that is often striking—but form: increasing circumstantiality, fragmentation, and loss of syntactic and conceptual coherence. At points he appears to lose the thread entirely, substituting associative or idiosyncratic references that are opaque even to sympathetic listeners. Last week, for example, he became cognitively lost during a rally and began talking about the “eight circles” that Biden had filled up with journalists; no one on his staff has been able to explain the reference. His supporters and aides seem increasingly unable to cover for these lapses. These are not gaffes in the ordinary sense. They suggest difficulty maintaining organized thought in real time.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">His behavioral pattern shows a parallel change. Longstanding tendencies toward grandiosity, grievance, and attack have become less modulated and more expansive. Trump’s long-established grandiosity has also become more extreme, with Truth Social featuring increasingly bizarre AI-generated imagery, including Trump shaking hands with God. More recently, this culminated—though I use that term cautiously, since there may be worse to come—in the Hitlerian genocidality of his grandiose Easter threat to wipe out Iranian civilization. The issue is not the presence of these traits, but their apparent intensification and disinhibition. Abraham comments, “His paranoia and rage attacks during tweet binges at night and episodes of falling asleep at meetings during the day may be related to episodes of stimulant abuse followed by withdrawal.” Claims that Trump abused Adderall date back to his <i>Apprentice</i> years. More recently, <a href="https://www.google.com/search?q=dr+jack+brown+re%3A+trump&amp;oq=dr+jack+brown+re%3A+trump&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRiPAjIHCAIQIRiPAtIBCDY4NzBqMGo3qAIIsAIB8QX6oJdqrb4sLg&amp;sourceid=chrome&amp;ie=UTF-8">Dr. Jack Brown</a> has pointed to Trump’s dilated pupils, evident in close-up photographs, as a strong indication of substance use. Brown observed that, in a normal individual with healthy eyes in a well-lit room, “the statistical odds of dilated pupils approaches zero.”</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Whether one frames this in affective, neurocognitive, or purely behavioral terms, the pattern is not static. Underlying mechanisms—neurodegenerative processes, vascular contributions, effects of sleep disruption, or substance use—remain speculative, since Trump is unlikely to be transparent about impairments or vulnerabilities. Nevertheless, it is difficult to deny that there appears to be a longitudinal decline in coherence, impulse control, and capacity for organized, goal-directed communication.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">What follows from such an observation? Here it is easy to become sidetracked into diagnostic debates that, in practical terms, cannot be resolved. The more relevant issue is functional. The presidency is an office that depends heavily on precisely those capacities—sustained attention, coherent reasoning, impulse control, and the ability to anticipate consequences under conditions of stress and incomplete information. If there is credible concern that these capacities are compromised, the problem is not primarily one of nomenclature but of governance.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Thus, there is merit in Abraham’s conclusion that “Instead of dwelling on his psychopathology, the country needs to focus on his behavior. Political power has turned a buffoon into a monster. Political power will be needed to stop him.” Whether this process is vascular dementia or the frontotemporal dementia about which I have previously speculated, we appear to be looking at progressive neurodegeneration. But we cannot wait for nature to take its course. We are already deep in 25th Amendment territory. As Abraham concludes, “that solution now is only a soft drumbeat, but it may grow if the Democrats win the midterms and if they can put the country ahead of fighting amongst themselves.”</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">At the same time, the clinical lens is not irrelevant; it provides a way of organizing what might otherwise be dismissed as a series of disconnected incidents. The pattern, taken as a whole, is difficult to ignore. Whether the underlying process is neurodegenerative, affective, malignant personality, or something else entirely, the trajectory appears unfavorable. But even that is, in a sense, secondary. The central question is not what to call the condition, nor how it will evolve over time, but what threshold of observable dysfunction a political system is prepared to tolerate in someone occupying its most demanding executive role.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal"> </p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://www.rollingstone.com/wp-content/uploads/2026/04/BAD-MAGICIAN-RGB-copy-copy-4x5-ext2.jpg" width="599" border="0" /><br />
</figure>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Of course, Trump has insulated himself from meaningful challenge by surrounding himself with individuals unwilling or unable to counter his malignant and often irrational decision-making. This is not reducible to weak personalities. It reflects an emergent system—shaped by converging incentives, fears, identity rewards, and institutional erosion—that reliably selects for compliance.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The current political environment increasingly rewards submission over judgment. Loyalty is no longer anchored in shared, prudent goals but in proximity to power and avoidance of retaliation. The system operates through recognizable psychological mechanisms: fear conditioning (the visible punishment of dissenters), intermittent reinforcement (unpredictable rewards that deepen attachment), reduction of cognitive dissonance (beliefs adjusted to justify behavior), and identification with the aggressor. In combination, these processes produce a closed loop of groupthink.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Structural pressures reinforce this dynamic. Electoral incentives penalize deviation in the eyes of a highly mobilized base, amplified by a media echo system. Career risk is sharply asymmetrical: dissent invites immediate, personal consequences, while resistance offers only diffuse and uncertain benefits unless undertaken collectively. At the same time, institutional norms degrade—truthfulness is undermined, contradiction normalized, oversight politicized, and observers fatigued into disengagement.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The result is predictable: degraded decision quality, volatility, elevated risk-taking, and erosion of institutional credibility. Yet compliance should not be mistaken for agreement. It often reflects adaptation to incentives rather than genuine belief. That distinction matters, because it implies the system is not fully stable.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">There are indications of strain among the sycophants (as I often log with glee here on Follow Me Here). The psychological burden of sustained dissonance is not trivial and accumulates over time. Systems of this kind depend on dissent remaining private. If disagreement becomes visible and shared, the underlying incentive structure can shift. And this is particularly true as <a href="https://www.rollingstone.com/politics/political-commentary/donald-trump-incompetence-chaos-maga-1235544798/">the electorate is perceived to shift</a> in response to a growing sense they were deceived and betrayed by Trump.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The central problem is therefore not primarily individual failure but systemic design. A durable correction would require reestablishing conditions under which dissent is recognized as fidelity to principles rather than betrayal of a person. That is difficult once institutions have adapted in the opposite direction, but not impossible. The operative question is how to realign incentives so that sound judgment, rather than compliance, again becomes the rational choice.</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/04/12/trumps-mental-status-existential-threat-and-public-health-menace/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55928 -->

				
					
	<article id="post-55925" class="post-55925 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/the-war-with-iran-offers-a-snapshot-of-trump-world-its-not-a-pretty-picture/" rel="bookmark">The War With Iran Offers a Snapshot of Trump World. It’s Not a Pretty&nbsp;Picture</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/the-war-with-iran-offers-a-snapshot-of-trump-world-its-not-a-pretty-picture/" title="2.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-12T14:27:10-05:00">12 Apr 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/04/12/the-war-with-iran-offers-a-snapshot-of-trump-world-its-not-a-pretty-picture/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p> </p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The war reflects an accelerating shift away from a U.S.-led global order—away from rules-based internationalism and toward a transactional, power-centered geopolitics that devalues alliances and asserts the primacy of force and unilateral action. Other major powers, including China, Russia, and regional actors, will be further incentivized to behave in similar fashion. The structural risk of escalation is high and difficult to control, with substantial potential for spillover through regional proxies and maritime choke points. Even limited military action can now cascade with unusual ease into a multi-theater conflict.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The economic consequences will be central, not secondary. There is no longer any meaningful distinction between a conventional war and a generator of global economic shock. Even if the United States secures short-term leverage, it will do so at evident long-term cost. Any immediate gains are likely to be offset by damage to alliances, diminished U.S. credibility, and stronger incentives for other countries to move away from the U.S. sphere of influence. By widening the gap between the United States and both its European allies and major importers of Middle Eastern oil such as China and India, the war will accelerate geopolitical realignment away from the United States. Adversaries may also read the moment as one of inconsistent U.S. commitment and greater American risk-taking, shaped by domestic fragmentation and weak public support for the war.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">The larger consequence will be the normalization of a more chaotic international system, with the long-term result being a less stable, less predictable world order. In that sense, the military outcome matters less than the conflict’s structural effect on global politics.  (<i>via <a href="https://www.politico.com/news/magazine/2026/04/12/trump-iran-war-global-politics-00867100">POLITICO</a></i>)</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/04/12/the-war-with-iran-offers-a-snapshot-of-trump-world-its-not-a-pretty-picture/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55925 -->

				
					
	<article id="post-55923" class="post-55923 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/marjorie-taylor-greene-predicts-a-gop-bloodbath-in-the-midterms/" rel="bookmark">Marjorie Taylor Greene Predicts a GOP Bloodbath in the&nbsp;Midterms</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/marjorie-taylor-greene-predicts-a-gop-bloodbath-in-the-midterms/" title="2.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-12T14:11:10-05:00">12 Apr 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/04/12/marjorie-taylor-greene-predicts-a-gop-bloodbath-in-the-midterms/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;Republicans are going to get “slaughtered” in the midterms — losing the House and maybe even the Senate. This prediction isn’t coming from Hakeem Jeffries or Chuck Schumer but from former Republican Congresswoman and MAGA firebrand Marjorie Taylor Greene.</p>
<p>For six years, Greene was one of President Donald Trump’s most loyal allies and became an influential and polarizing voice in the Republican Party. But the Greene-Trump relationship ruptured late last year over her push to release the so-called Epstein files, leading to her abrupt resignation from Congress. Now, she’s one of Trump’s loudest critics, calling his military action in Iran “evil and madness” and endorsing the use of the 25th Amendment to remove him for being unable to fulfill the duties of his office.…&#8217; (<i>via <a href="https://www.politico.com/news/magazine/2026/04/11/marjorie-taylor-greene-trump-midterms-interview-00867269">POLITICO</a></i>)
</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/04/12/marjorie-taylor-greene-predicts-a-gop-bloodbath-in-the-midterms/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55923 -->

				
					
	<article id="post-55922" class="post-55922 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/12/post-2/" rel="bookmark">Post</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/12/post-2/" title="7.54 am" rel="bookmark"><time class="entry-date" datetime="2026-04-12T07:54:29-05:00">12 Apr 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/04/12/post-2/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h1>Survival of the Wittiest</h1>
<blockquote><p>&#8216;Killjoys and scatterbrains might have propelled the evolution of the human species. This is, essentially, the theory proposed by linguist Ljiljana Progovac in a new paper published in PNAS Nexus.</p>
<p>Progovac argues that clever verb-noun compounds like killjoy—which has a bit more punch than joy killer—were the earliest forms of verbal wit and helped the species survive. They enabled our ancestors to both soothe tempers with humor and compete with words rather than with fists. The wittier the human, the more likely that human would survive…&#8217; ( via <strong><a href="https://nautil.us/survival-of-the-wittiest-1279720?utm_source=nautilus.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=a-new-cause-of-high-blood-pressure&amp;_bhlid=f7951c76af99a0b6e1638d413ede805c488bd8f1">Nautilus</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/04/12/post-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55922 -->

				
					
	<article id="post-55920" class="post-55920 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/10/did-the-us-just-threaten-the-pope/" rel="bookmark">Did the US Just Threaten the&nbsp;Pope?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/10/did-the-us-just-threaten-the-pope/" title="5.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-10T17:12:55-05:00">10 Apr 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/04/10/did-the-us-just-threaten-the-pope/#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://platform.vox.com/wp-content/uploads/sites/2/2026/04/gettyimages-2244604560.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Most American Catholics were probably not expecting to spend the first week of Easter trying to figure out whether their government was threatening to overthrow the first American-born pope.</p>
<p>Yet a handful of news reports this week raised that very strange possibility. They landed just as both the Roman Catholic Church and right-wing Christian influencers have been ramping up their criticism of the Trump administration over the Iran war.</p>
<p>Key takeaways<br />
A report from the Free Press this week blew up tensions on the right already escalating over the US-Israeli war on Iran.<br />
It alleged that Pentagon officials met with a top Vatican diplomat to the US and raised the memory of a dark time in the Catholic Church’s history: when French rules exercised power over the Church and the pope.<br />
There are now competing accounts of what actually happened in that meeting, and denials by the Trump administration and the Vatican.<br />
These reports sparked furor among Catholics and religious conservatives — adding fuel to an ideological civil war threatening the American right, and offering another example of the rift between the Vatican and the US.<br />
This burgeoning scandal hinges on news reports that in January, the previous ambassador of the Vatican to the United States was called into an unusual meeting with Department of Defense officials at the Pentagon and dressed down. The Pentagon officials, reportedly, wanted to complain about a speech Pope Leo XIV gave in Rome that appeared to criticize American foreign policy. During the meeting, one official issued what some in the church saw as a veiled threat to the Vatican: a warning that the US wields unlimited military power, and that the pope should be conscious of that.…&#8217; (<i>via <a href="https://www.vox.com/politics/485418/pentagon-iran-trump-vatican-threaten-pope-leo-avignon-maga">Vox</a></i>)
</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/04/10/did-the-us-just-threaten-the-pope/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55920 -->

				
					
	<article id="post-55913" class="post-55913 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/09/revisiting-trump-nicknames/" rel="bookmark">Revisiting Trump Nicknames</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/09/revisiting-trump-nicknames/" title="2.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-09T14:47:24-05:00">9 Apr 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/04/09/revisiting-trump-nicknames/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="wp-block-paragraph">In 2017 I posted<a href="https://followmehere.com/2017/01/09/donald-trump-nicknames/"> this compendium of nicknames</a> for Donald Trump, who has indubitably earned the right to undignified monikers. Revisiting that list, however, it is striking how few have endured. </p>



<p class="wp-block-paragraph">To be durable, an epithet must be brief, phonetically sharp, and organized around a single, immediately legible idea. A small number show genuine staying power. “Don the Con” works through rhyme and semantic clarity. “Cheeto” and related “orange” variants persist through visual caricature and ease of recall. “Cadet Bone Spurs” remains effective because it encodes a specific narrative—Vietnam deferment—into a compact, repeatable phrase, one that that may be of increasing relevance as questions of military judgment proliferate. More recent constructions emphasizing retreat or inconsistency (“TACO”-type formulations, or &#8220;Trump always chickens out&#8221;) may gain traction for similar reasons. Of course, to ridicule his &#8220;chickening out&#8221; does a disservice to the damage he does before pulling out. By the way, this theme bears comparison, for those of you old enough to remember, to the Vietnam-era  admonition that &#8220;Nixon should withdraw (something his father failed to do&#8221;).</p>



<p class="wp-block-paragraph">Multiword, high-concept, or overly clever nicknames tend not to survive. They require interpretation rather than recognition, and therefore fail the test of immediate usability. Likewise, epithets that attempt to carry multiple payloads—corruption, narcissism, authoritarianism, racism, misogyny, or intellectual limitation—dilute their own impact. A viable nickname compresses to a single charge and delivers it without friction. Phonetic economy matters; so does repetition.</p>



<p class="wp-block-paragraph">Recent media usage has favored morally indicting labels such as “Trump the Grifter” or “Loser Donald.” These benefit from clarity of accusation, though their longevity remains uncertain; many are tied to performance contexts (late-night monologue, commentary) rather than organic circulation. Also, <a href="https://followmehere.com/2026/03/28/does-illegality-still-matter/">as I argued in a recent post</a>, illegality may be becoming less and less relevant under the Trump regime. </p>



<p class="wp-block-paragraph">Broadly, derogatory nicknames can fall into a few categories: deflationary (diminishing stature), morally indicting (alleging wrongdoing), physically caricaturing, or narratively specific (encoding a particular episode or trait). The most successful examples combine compression, singularity of meaning, and repeatability, and then depend on amplification—circulation through high-frequency channels and social reinforcement.</p>



<p class="wp-block-paragraph">Trump’s own nicknaming practice illustrates the same principle from the opposite direction. His derogatory monikers for his political enemies are pitifully uninventive but they are simple, repetitive, and deployed with discipline across attention-rich platforms, often inviting amplification by audience participation. Their effectiveness lies less in wit (a contradiction in terms when used in the same sentence as &#8220;Trump&#8221;) than in saturation.</p>



<p class="wp-block-paragraph">If most nicknames fail to persist, the 2017 list remains of interest for a different reason: as a small archive of linguistic variation under selective pressure. It documents, in miniature, how political language evolves—what survives, what disappears, and why. One annotation of the original list is below, employing the following taxonomy:</p>



<ul class="wp-block-list">
<li><strong>STUCK</strong> = still in circulation (only 3-5 of the originals)</li>



<li><strong>FRINGE</strong> = niche persistence (10-15 survivors)</li>



<li><strong>DATED</strong> = had a moment, now faded</li>



<li><strong>FAILED</strong> = never memetically viable</li>
</ul>



<p class="wp-block-paragraph"><strong>Canonical Survivors</strong></p>



<ul class="wp-block-list">
<li>Don the Con → <strong>STUCK</strong> (clean rhyme; identity + accusation)</li>



<li>Cheeto / Angry Cheeto / Big Cheeto → <strong>STUCK</strong> (visual, low-effort)</li>



<li>The Donald → <strong>STUCK (neutralized)</strong> (legacy cultural inertia)</li>



<li>Agent Orange → <strong>FRINGE</strong> (conceptual but persistent)</li>



<li>Draft Dodger / Chickenhawk → <strong>FRINGE → evolved into “Bone Spurs”</strong></li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Near-Miss Cluster (brief traction, now mostly faded)</strong></p>



<ul class="wp-block-list">
<li>Drumpf → <strong>DATED</strong> (media-amplified spike, no endurance)</li>



<li>Trumpster Fire / Trumptastrophe / Trumpocalypse → <strong>DATED</strong> (2017-era metaphors)</li>



<li>Tiny Hands / Baby Fingers variants → <strong>DATED</strong> (debate-bound)</li>



<li>Man-Baby → <strong>FRINGE</strong> (generic; not Trump-specific)</li>



<li>Orange Man → <strong>FRINGE</strong> (mutated into meta-meme)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Orange / Food / Body Imagery Cluster</strong></p>



<ul class="wp-block-list">
<li>Orange Bozo / Orange Clown / Orange Moron → <strong>FAILED</strong> (redundant insult)</li>



<li>Orange Julius / Orange Manatee / Orange Messiah → <strong>FAILED</strong> (too whimsical)</li>



<li>Tangerine Tornado / Tangerine Jesus → <strong>DATED</strong> (brief comedic cycle)</li>



<li>Talking Yam / Sweet Potato / Butternut Squash → <strong>FAILED</strong> (novelty, no payload)</li>



<li>Human Combover / Human Corncob → <strong>FRINGE</strong> (some descriptive stickiness)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Authoritarian / Hitler Analogies</strong></p>



<ul class="wp-block-list">
<li>Mango Mussolini / Cinnamon Hitler / Hair Hitler → <strong>FAILED</strong> (too clever / overused frame)</li>



<li>Hair Furor / Herr Trump / Der Trumpkopf → <strong>FAILED</strong> (linguistic friction)</li>



<li>Fascist Carnival Barker → <strong>FAILED</strong> (multi-payload, editorial tone)</li>



<li>King Trump / Emperor / Caligula variants → <strong>FAILED</strong> (too abstract)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Sexual / Vulgar Insults</strong></p>



<ul class="wp-block-list">
<li>A$$hole / Dickhead / Fuckface → <strong>FAILED</strong> (non-specific)</li>



<li>Pussy-related / Groper-in-Chief / Serial Feeler → <strong>FRINGE</strong> (context-bound)</li>



<li>Two Pump Trump → <strong>FAILED</strong> (shock &gt; reuse)</li>



<li>Orange Anus / similar → <strong>FAILED</strong> (crude, non-differentiating)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>“Donald + adjective” constructions</strong></p>



<ul class="wp-block-list">
<li>Dangerous Donald / Dishonest Don → <strong>FAILED</strong> (too generic)</li>



<li>Dainty Donald / Dingbat Donald → <strong>FAILED</strong> (low distinctiveness)</li>



<li>Whiny Don / Crybaby Trump → <strong>FRINGE</strong> (some reuse, not dominant)</li>



<li>Loosin’ Donald → <strong>DATED</strong> (campaign-specific)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Literary / High-Concept</strong></p>



<ul class="wp-block-list">
<li>Trumpoleon / Trumplestiltskin / Trumpenstein → <strong>FAILED</strong> (requires decoding)</li>



<li>The Predictable Endpoint of Republicanism → <strong>FAILED</strong> (essay, not nickname)</li>



<li>Poster Child of American Decline → <strong>FAILED</strong> (editorial framing)</li>



<li>Michelangelo of Ballyhoo → <strong>FAILED</strong> (clever, unusable)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Debate / Event-Specific</strong></p>



<ul class="wp-block-list">
<li>Fruit of the Loom → <strong>DATED</strong> (single debate moment)</li>



<li>Sniffles → <strong>DATED</strong> (single debate moment)</li>



<li>Machado Meltdown → <strong>DATED</strong> (context-dependent)</li>



<li>Orangeback Gorilla → <strong>DATED</strong> (debate staging reference)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Animal / Creature Metaphors</strong></p>



<ul class="wp-block-list">
<li>Bozo / Sasquatch / Gorilla / Lizard-Man-Toddler → <strong>FAILED</strong> (too many competing images)</li>



<li>Clown Prince of Politics → <strong>FRINGE</strong> (some descriptive clarity)</li>



<li>Walking Punchline → <strong>FRINGE</strong> (broad but reusable)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Narcissism / Personality Framing</strong></p>



<ul class="wp-block-list">
<li>Narcissistic Human Airhorn → <strong>FAILED</strong> (too long)</li>



<li>Ego Maniac → <strong>FAILED</strong> (generic)</li>



<li>Sociopathic Toddler / 70-Year-Old Toddler → <strong>FRINGE</strong> (some persistence)</li>



<li>Fragile Soul → <strong>FAILED</strong> (low salience)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>War / Power / Leadership Framing</strong></p>



<ul class="wp-block-list">
<li>Commander-in-Grief / Frisker-in-Chief → <strong>FAILED</strong> (over-clever pattern)</li>



<li>Conspiracy Commander-in-Chief → <strong>FAILED</strong> (too long)</li>



<li>God-Emperor Trump → <strong>FRINGE (ironic subculture)</strong></li>



<li>King of Debt / King of Spin → <strong>FAILED</strong> (non-unique)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Anagrams / Wordplay</strong></p>



<ul class="wp-block-list">
<li>Lord Dampnut / Tan Dump Lord → <strong>FAILED</strong> (requires decoding)</li>



<li>Darth taxeVader → <strong>FAILED</strong> (too clever, low clarity)</li>



<li>Boldfinger → <strong>FAILED</strong> (weak mapping)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity" />



<p class="wp-block-paragraph"><strong>Misc. Notables</strong></p>



<ul class="wp-block-list">
<li>Teflon Don → <strong>FRINGE</strong> (borrowed, occasionally reused)</li>



<li>Snake Oil Salesman → <strong>FRINGE</strong> (clear but generic)</li>



<li>World’s Greatest Troll → <strong>FRINGE</strong> (descriptive, not sticky)</li>



<li>Walking Talking Human Combover → <strong>FAILED</strong> (too long)</li>



<li>Xenophobic Sweet Potato → <strong>FAILED</strong> (novelty only)</li>
</ul>



<p class="wp-block-paragraph">What are your thoughts? Do you agree with the &#8220;failed&#8221; characterizations? Do you have derogatory ways of referring to this menacing buffoon that were not mentioned, whether you are otherwise too polite to use them in print? Or do you hear the echo of the jackboots clearly enough that you don’t even want to commit yourself on the record?</p>



<p class="wp-block-paragraph">And do you find other ways to express, and relieve yourself of, the experience of constant gut-cloying derision and ridicule of living under the Trump regime? Some would emphasize focusing on the behavior, not the persona (does it get to Trump more?); using plain language rather than the clever, flowery turn of phrase; using humor only sparingly and precisely (some would say that ridicule is adjacent to dismissal, and that this menace cannot simply be dismissed); and turning diffuse alarm, irritation, despair, and existential dread into something more durable and effective by channeling the energy into writing, teaching, or civic engagement.</p>



<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/04/09/revisiting-trump-nicknames/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55913 -->

				
					
	<article id="post-55911" class="post-55911 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/08/anthropic-warns-that-reckless-claude-mythos-escaped-a-sandbox-environment-during-testing/" rel="bookmark">Anthropic Warns That &#8220;Reckless&#8221; Claude Mythos Escaped a Sandbox Environment During&nbsp;Testing</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/08/anthropic-warns-that-reckless-claude-mythos-escaped-a-sandbox-environment-during-testing/" title="8.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-08T20:38:19-05:00">8 Apr 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/04/08/anthropic-warns-that-reckless-claude-mythos-escaped-a-sandbox-environment-during-testing/#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://futurism.com/wp-content/uploads/2026/04/claude-mythos-escaped-sandbox.jpg?quality=85&amp;w=2048" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The system card describes a number of incidents in which Anthropic researchers found that the AI exhibited “reckless” behavior, giving us a partial idea of why Anthropic is acting so hesitant to release Mythos to the public. (Anthropic says these examples were with an earlier version of Mythos with less strong safeguards.) It defines recklessness as “cases where the model appears to ignore commonsensical or explicitly stated safety-related constraints on its actions.”</p>
<p>In one test, Mythos Preview was provided with a “sandbox” computing environment “to interact with,” and was instructed by a simulated user to try to escape it, after which it was supposed to find some way of sending a direct message to the researcher in charge.</p>
<p>It actually managed to pull off the feat — which wasn’t the only way it caught safety researchers off guard.</p>
<p>After breaking free, the AI model developed a “moderately sophisticated” exploit to gain access to the internet through a system that was only intended to access a few predetermined services. From there, it notified the human researcher about its escape.</p>
<p>A footnote provides additional context: the “researcher found out about this success by receiving an unexpected email from the model while eating a sandwich in a park,” it reads.</p>
<p>At the end of the test, Mythos Preview also, without being asked to, posted about its exploits on several hard-to-find but public websites.…&#8217; (<i>via <a href="https://futurism.com/artificial-intelligence/anthropic-claude-mythos-escaped-sandbox?utm_source=flipboard&amp;utm_content=topic%2Ftechnology">Futurism</a></i>)
</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/04/08/anthropic-warns-that-reckless-claude-mythos-escaped-a-sandbox-environment-during-testing/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55911 -->

				
					
	<article id="post-55907" class="post-55907 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/08/an-international-mega-analysis-of-psychedelic-drug-effects-on-brain-circuit-function/" rel="bookmark">An international mega-analysis of psychedelic drug effects on brain circuit&nbsp;function</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/08/an-international-mega-analysis-of-psychedelic-drug-effects-on-brain-circuit-function/" title="7.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-08T19:34:11-05:00">8 Apr 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/04/08/an-international-mega-analysis-of-psychedelic-drug-effects-on-brain-circuit-function/#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://www.news-medical.net/images/news/ImageForNews_834661_17756097895308163.jpg" width="599" border="0" /><br />
</figure>
<p> </p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">This landmark meta-analysis proposes a convergent account of psychedelic effects that synthesizes pharmacological, neuroimaging, and phenomenological findings. Examining DMT, LSD, and psilocybin, the authors identify both shared mechanisms and meaningful differences in their effects on brain function. LSD appears especially prominent in what they describe as “visionary restructuralisation,” a finding that correlates with enhanced connectivity between the visual network and the rest of the brain. DMT, by contrast, shows particularly strong effects on transmodal networks, which integrate higher-order brain regions involved in complex information processing. Psilocybin appears broadly similar in mechanism but differs somewhat in the relative weighting of its effects across brain networks.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Across psychedelics, the altered state is associated with increased crosstalk among brain subsystems that ordinarily operate in a more segregated fashion. This desegregation may help explain ego dissolution, as the default mode network, which helps sustain the ordinary sense of a bounded and cohesive self, becomes less dominant and less internally coherent. Importantly, these effects appear nonlinear: relatively small changes at the receptor level can produce large and difficult-to-predict changes in whole-brain connectivity.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">For clinical psychiatry, this framework offers one possible way to understand the recent interest in the rapid antidepressant effects of psychedelics. These effects may partly relate to increased connectivity involving the frontoparietal network, which supports cognitive flexibility and is often functionally constrained in severe depression. By transiently disrupting rigid, overlearned patterns of brain organization, psychedelics may create conditions in which new modes of communication and adaptation become possible. In a patient with treatment-resistant depression, this can be thought of, cautiously, as a kind of forced reboot of the brain’s operating system. (<i>via <a href="https://www.nature.com/articles/s41591-026-04287-9">Nature Medicine)</a></i></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/04/08/an-international-mega-analysis-of-psychedelic-drug-effects-on-brain-circuit-function/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55907 -->

				
					
	<article id="post-55905" class="post-55905 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/08/the-mouth-of-moron-reading-directly-from-dear-leader-playbook/" rel="bookmark">The Mouth of Moron reading directly from “Dear Leader”&nbsp;playbook</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/08/the-mouth-of-moron-reading-directly-from-dear-leader-playbook/" title="7.29 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-08T19:29:06-05:00">8 Apr 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/04/08/the-mouth-of-moron-reading-directly-from-dear-leader-playbook/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3><img loading="lazy" style="display: block;margin-left: auto;margin-right: auto" title="ScreenFloat Shot of Google Chrome on 2026-04-08 at 20-27-53.jpeg" src="https://followmehere.com/wp-content/uploads/2026/04/screenfloat-shot-of-google-chrome-on-2026-04-08-at-20-27-53.jpeg" alt="ScreenFloat Shot of Google Chrome on 2026-04-08 at 20-27-53." width="299" height="211" border="0" /></h3>
<blockquote><p>
&#8216;Convicted felon Donald Trump’s untrustworthy, scowling Press Secretary Karoline Leavitt gave a statement that sounds more like North Korean propaganda than ever before. Declaring victory over Iran while having achieved none of their goals in their unjust war is sadly to be expected.</p>
<p>It seems the ceasefire may already be falling apart, as Trump seems to have forgotten to tell Israel about it.…&#8217; (Jason Weisberger <i>via <a href="https://premium.boingboing.net/p/the-mouth-of-moron-reading-directly">Boing Boing</a></i>)
</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/04/08/the-mouth-of-moron-reading-directly-from-dear-leader-playbook/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55905 -->

				
					
	<article id="post-55902" class="post-55902 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/08/once-again-israel-ignores-ceasefire-part-of-ceasefire/" rel="bookmark">Once again Israel ignores “ceasefire” part of&nbsp;“ceasefire”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/08/once-again-israel-ignores-ceasefire-part-of-ceasefire/" title="7.25 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-08T19:25:11-05:00">8 Apr 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/04/08/once-again-israel-ignores-ceasefire-part-of-ceasefire/#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://substackcdn.com/image/fetch/$s_!irO0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b2d580f-c822-4fe2-8308-dc9a001f03a3_768x512.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;This is not even the first time in 2026 that Israel has decided a negotiated ceasefire means &#8220;fire at will.&#8221;…&#8217; (<i>via <a href="https://premium.boingboing.net/p/once-again-israel-ignores-ceasefire">Boing Boing</a></i>)
</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/04/08/once-again-israel-ignores-ceasefire-part-of-ceasefire/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55902 -->

				
					
	<article id="post-55900" class="post-55900 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/08/did-the-apocalyptic-moment-happen/" rel="bookmark">Did The Apocalyptic Moment&nbsp;Happen?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/08/did-the-apocalyptic-moment-happen/" title="5.52 am" rel="bookmark"><time class="entry-date" datetime="2026-04-08T05:52:38-05:00">8 Apr 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/04/08/did-the-apocalyptic-moment-happen/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="wp-block-paragraph">Trump spent April 7th threatening Iran with apocalyptic rhetoric at dawn — including thinly veiled hints at genocide and the possible deployment of nuclear weapons — then by evening, TACO-flavored, declared a two-week ceasefire, claiming complete military success and an imminent peace deal. </p>




<p class="wp-block-paragraph">Pakistan brokered the off-ramp.</p>




<p class="wp-block-paragraph">But Iran’s media simultaneously claimed they won — that the U.S. agreed in principle to their 10-point plan demanding sanctions relief, removal of U.S. forces from the region, and Iranian control of the Strait of Hormuz. If accurate, the U.S. ends up materially worse off than before the war began. Trump responded by threatening CNN for reporting it.</p>




<p class="wp-block-paragraph">The day’s arc, in miniature: genocidal bluster → ceasefire → “Golden Age of the Middle East!!!”</p>




<p class="wp-block-paragraph"><a href="https://www.google.com/url?q=https://heathercoxrichardson.substack.com/&amp;sa=U&amp;ved=2ahUKEwjJprDfiN6TAxUKDHkGHbpGML0QFnoECDQQAQ&amp;usg=AOvVaw2fCnMy4r0hAE2765-K8mRN">Heather Cox Richardson</a>’s indictment, among others, is structural, not merely temperamental. The war was never congressionally authorized, cost thousands of lives (including hundreds of children), depleted munitions, damaged U.S. bases and embassies, cratered global oil markets, and strengthened Putin — all to reopen a strait that was open before Trump provoked the conflict. Ben Rhodes called it catastrophic even under the most charitable interpretation.</p>




<p class="wp-block-paragraph">Richardson&#8217;s closing note is the most chilling: Trump’s “a whole civilization will die tonight” wasn’t only a threat to Iran. Richardson reads it as an inadvertent epitaph for American legitimacy itself — the republic’s moral standing as collateral damage in one man’s need to escape the consequences of his own impulsivity.​​​​​​​​​​​​​​​​</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/04/08/did-the-apocalyptic-moment-happen/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55900 -->

				
					
	<article id="post-55898" class="post-55898 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/07/trump-confronted-about-his-vulgar-threat-to-iran/" rel="bookmark">Trump Confronted About His &#8216;Vulgar&#8217; Threat to&nbsp;Iran</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/07/trump-confronted-about-his-vulgar-threat-to-iran/" title="7.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-07T19:53:13-05:00">7 Apr 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/04/07/trump-confronted-about-his-vulgar-threat-to-iran/#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://am14.mediaite.com/med/cnt/uploads/2026/03/AP26085557607077-100x100.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A reporter confronted President Donald Trump about his expletive-filled threat to Iran to “Open the F*ckin&#8217;” Strait of Hormuz on Monday while the president gaggled with the press in front of the White House.</p>
<p>“Why did you use such vulgar language in that Truth Social post?” a female journalist asked.</p>
<p>“Only to make my point,” Trump answered. “I think you’ve heard it before.”</p>
<p>The president then moved on to another question. She was obviously referring to Trump’s post from the day before in which he warned Iran he will start blowing up power plants and bridges on Tuesday if the “crazy bastards” running the country do not open the Strait of Hormuz.</p>
<p>Trump said Iran will be “living in Hell” if it does not listen to him, and he tagged his Truth Social post with “Praise be to Allah.” The threat was heavily criticized by many media talking heads, with Stephen A. Smith, Alex Jones, and Piers Morgan all lambasting the president for it.…&#8217; (<i>via <a href="https://www.mediaite.com/media/trump-confronted-about-his-profane-threat-to-iran-why-did-you-use-such-vulgar-language/?utm_source=flipboard&amp;utm_content=topic%2Flanguage">MediaIte</a></i>)
</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/04/07/trump-confronted-about-his-vulgar-threat-to-iran/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55898 -->

				
					
	<article id="post-55896" class="post-55896 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/07/unprecedented-observation-reveals-2-supermassive-black-holes-locked-in-a-tight-death-spiral/" rel="bookmark">Unprecedented Observation Reveals 2 Supermassive Black Holes Locked in a Tight Death&nbsp;Spiral</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/07/unprecedented-observation-reveals-2-supermassive-black-holes-locked-in-a-tight-death-spiral/" title="6.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-07T18:48:59-05:00">7 Apr 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/04/07/unprecedented-observation-reveals-2-supermassive-black-holes-locked-in-a-tight-death-spiral/#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://gizmodo.com/app/uploads/2026/04/markarian-501-galaxy-1600x1067.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;New research describes an unexpected double jet in a distant galaxy, revealing a pair of supermassive black holes on the verge of colliding.…&#8217; (<i>via <a href="https://gizmodo.com/for-the-first-time-astronomers-spot-two-supermassive-black-holes-locked-in-a-death-spiral-2000743581">Gizmodo</a></i>)
</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/04/07/unprecedented-observation-reveals-2-supermassive-black-holes-locked-in-a-tight-death-spiral/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55896 -->

				
					
	<article id="post-55894" class="post-55894 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/05/paul-krugman-america-as-we-knew-it-may-end-tuesday/" rel="bookmark">Paul Krugman: America as we knew it may end&nbsp;Tuesday</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/05/paul-krugman-america-as-we-knew-it-may-end-tuesday/" title="8.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-05T20:43:09-05:00">5 Apr 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/04/05/paul-krugman-america-as-we-knew-it-may-end-tuesday/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>
&#8216;If Trump is actually going to give the order for massive war crimes, for destruction of civilian infrastructure, power plants, bridges, which will, among other things, lead to a lot of deaths in Iran, will the military obey it? A year ago, I would have said no.</p>
<p>But what we do know now is that, first of all, there turns out to be at least a significant MAGA component inside the officer corps. And we know that Pete Hexeth has been systematically corrupting, dismantling the military over the past 14 months. Generals who raise ethical concerns have been fired. Officers who even just want to be intelligent about warfare. and not believe that it’s all about warrior ethos and lethality have been fired, so it’s quite possible that there’s a quorum of officers who will follow instructions to commit war crimes.</p>
<p>You can get even more pessimistic. Tim Snyder has been arguing that we’re basically in preparation for a coup, that somehow or other the war will be a pretense and arguing that this insane expansion of military spending in the latest Trump budget is a bribe to the military.</p>
<p>I hope he’s wrong. But in any case, my God, if Trump gets his way, and if he doesn’t chicken out —and I think TACO is greatly overrated, I think all too often Trump actually does follow through on his insane stuff.</p>
<p>It’s entirely possible that basically by this time Tuesday, America will have established itself as one of the world’s great villains. I don’t want to be here, but, you know, be warned. This is happening. This is real.</p>
<p>It’s the most astonishing, awful thing that I’ve ever seen, and we’ve all seen a lot of awful things. Take care, I guess.…&#8217; (<i>via <a href="https://paulkrugman.substack.com/p/living-in-hell?utm_source=flipboard&amp;utm_content=user%2FSubstack">Paul Krugman</a></i>)
</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/04/05/paul-krugman-america-as-we-knew-it-may-end-tuesday/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55894 -->

				
					
	<article id="post-55892" class="post-55892 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/05/robert-reich-hes-seriously-out-of-his-mind/" rel="bookmark">Robert Reich: He&#8217;s Seriously Out of His&nbsp;Mind</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/05/robert-reich-hes-seriously-out-of-his-mind/" title="8.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-05T20:34:38-05:00">5 Apr 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/04/05/robert-reich-hes-seriously-out-of-his-mind/#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://substackcdn.com/image/fetch/$s_!JKrx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F594dc7af-74b4-4a08-b9dd-471cb8322130_1179x833.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Now, I ask you: If you were in the Iranian regime, would you be: (1) frightened by this post or (2) relieved that you were finally causing Trump to melt down?</p>
<p>I’d guess (2). You’d see his post and figure that Trump — posting on Easter Sunday —has finally gone utterly and definitively bonkers. You’ve done it. He’s mad as a hatter.…&#8217; (<i>via <a href="https://robertreich.substack.com/p/final-thought-hes-seriously-out-of?utm_source=flipboard&amp;utm_content=user%2FSubstack">Robert Reich</a></i>)
</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/04/05/robert-reich-hes-seriously-out-of-his-mind/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55892 -->

				
					
	<article id="post-55887" class="post-55887 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/05/pam-bondis-ouster-makes-trumps-justice-department-even-more-dangerous/" rel="bookmark">Pam Bondi’s ouster makes Trump’s Justice Department even more&nbsp;dangerous</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/05/pam-bondis-ouster-makes-trumps-justice-department-even-more-dangerous/" title="7.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-05T19:38:16-05:00">5 Apr 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/04/05/pam-bondis-ouster-makes-trumps-justice-department-even-more-dangerous/#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://platform.vox.com/wp-content/uploads/sites/2/2026/04/gettyimages-2264330587.jpg?quality=90&amp;strip=all&amp;crop=2.675%2C0%2C94.65%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The best thing about Bondi was her incompetence.…&#8217; (<i>via <a href="https://www.vox.com/policy/484729/pam-bondi-incomptent-justice-department">Vox</a></i>)
</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/04/05/pam-bondis-ouster-makes-trumps-justice-department-even-more-dangerous/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55887 -->

				
					
	<article id="post-55885" class="post-55885 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/05/if-these-whales-go-extinct-well-know-who-to-blame/" rel="bookmark">If these whales go extinct, we’ll know who to&nbsp;blame</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/05/if-these-whales-go-extinct-well-know-who-to-blame/" title="7.36 pm" rel="bookmark"><time class="entry-date" datetime="2026-04-05T19:36:20-05:00">5 Apr 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/04/05/if-these-whales-go-extinct-well-know-who-to-blame/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h2>Just 51 of these whales are left on Earth. Trump officials may have just doomed them.</h2>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://platform.vox.com/wp-content/uploads/sites/2/2026/03/AP26089487946992.jpg?quality=90&amp;strip=all&amp;crop=0.012500000000003%2C0%2C99.975%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;On Tuesday, several top Trump officials convened a rarely assembled panel known as the God Squad — a committee, led by the Interior Secretary, that has the power to override the Endangered Species Act and approve activities that could potentially drive species to extinction. Congress created the committee in 1978, not long after the ESA was enacted, for rare cases when adhering to endangered species protections threaten the US economy or national security. It’s essentially a loophole in the Act, and it’s only been invoked a handful of times before.</p>
<p>Protesters project a sign on the Department of Interior in Washington, DC, on March 30. Tasos Katopodis/Getty Images for Save Our Parks<br />
In Tuesday’s meeting, Secretary of Defense Pete Hegseth — the highest ranking official present — said ESA protections for animals in the Gulf, such as Rice’s whales, threaten to limit oil production. The Gulf produces about 15 percent of the country’s crude oil, he said, which helps power the military and defend the US. “Exemption from the Endangered Species Act in the Gulf is not just a good idea, it is a critical matter of national security,” Hegseth told the panel.…&#8217; (<i>via <a href="https://www.vox.com/climate/484406/god-squad-gulf-mexico-rices-whales-endangered-species">Vox</a></i>)
</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/04/05/if-these-whales-go-extinct-well-know-who-to-blame/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55885 -->

				
					
	<article id="post-55883" class="post-55883 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/04/04/tobacco-plants-now-produce-psilocybin-and-dmt/" rel="bookmark">Tobacco plants now produce psilocybin and&nbsp;DMT</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/04/04/tobacco-plants-now-produce-psilocybin-and-dmt/" title="6.28 am" rel="bookmark"><time class="entry-date" datetime="2026-04-04T06:28:07-05:00">4 Apr 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/04/04/tobacco-plants-now-produce-psilocybin-and-dmt/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;Researchers at the Weizmann Institute of Science in Israel have modified tobacco plants to yield five psychedelic compounds at once: bufotenin and 5-MeO-DMT (from Colorado River toad secretions), DMT (a tryptamine found across plant species), and psilocin and psilocybin (normally found in mushrooms). The news was reported in New Scientist.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/tobacco-plants-now-produce-psilocybin">Boing Boing</a></i>)
</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/04/04/tobacco-plants-now-produce-psilocybin-and-dmt/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55883 -->

				
					
	<article id="post-55881" class="post-55881 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/31/judge-halts-construction-of-trump-ballroom/" rel="bookmark">Judge halts construction of Trump&nbsp;ballroom</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/31/judge-halts-construction-of-trump-ballroom/" title="5.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-31T17:59:57-05:00">31 Mar 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/03/31/judge-halts-construction-of-trump-ballroom/#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://substackcdn.com/image/fetch/$s_!-BWS!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c37b553-13c9-4a0b-beef-9e28afc74358_2349x1308.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A federal judge today ordered the Trump administration to stop work on the White House ballroom project unless and until Congress approves it. Judge Richard Leon, appointed by George W. Bush in 2001, concluded that “no statute comes close to giving the President the authority he claims to have.”…&#8217; (via<i><a href="https://premium.boingboing.net/p/judge-halts-construction-of-trump"> Boing Boing</a></i>)
</p></blockquote>
<p>…And Trump is <a href="https://premium.boingboing.net/p/trump-very-angry-federal-court-is">very angry</a>.</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/03/31/judge-halts-construction-of-trump-ballroom/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55881 -->

				
					
	<article id="post-55863" class="post-55863 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/29/america-is-sliding-toward-illiteracy/" rel="bookmark">America Is Sliding Toward&nbsp;Illiteracy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/29/america-is-sliding-toward-illiteracy/" title="8.11 am" rel="bookmark"><time class="entry-date" datetime="2026-03-29T08:11:04-05:00">29 Mar 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/03/29/america-is-sliding-toward-illiteracy/#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://cdn.theatlantic.com/thumbor/UochjAUJUKKr-oLy1OA0JoAcB7o=/0x0:2160x2700/1330x1663/media/img/2025/10/15/2025_10_08_dumb_mpg/original.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The past decade may rank as one of the worst in the history of American education. It marks a stark reversal from what was once a hopeful story. At the start of the century, American students registered steady improvement in math and reading. Around 2013, this progress began to stall out, and then to backslide dramatically. What exactly went wrong? The decline began well before the pandemic, so COVID-era disruptions alone cannot explain it. Smartphones and social media probably account for some of the drop. But there’s another explanation, albeit one that progressives in particular seem reluctant to countenance: a pervasive refusal to hold children to high standards.…&#8217; (Idrees Kahloon <i>via <a href="https://www.theatlantic.com/ideas/archive/2025/10/education-decline-low-expectations/684526/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260329&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></i>)
</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/03/29/america-is-sliding-toward-illiteracy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55863 -->

				
					
	<article id="post-55854" class="post-55854 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/does-illegality-still-matter/" rel="bookmark">Does Illegality Still&nbsp;Matter?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/does-illegality-still-matter/" title="10.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-28T22:08:59-05:00">28 Mar 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/03/28/does-illegality-still-matter/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p class="p1"> </p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://compote.slate.com/images/340ffc6f-39de-4910-8192-ec7bd6e861e3.png?crop=1558%2C1039%2Cx1%2Cy0" width="599" border="0" /><br />
</figure>
<p class="p1">Progressives repeatedly greet headlines like “this action by the Trump regime is illegal,” “this is a war crime,” or “this may be unlawful” as though the label itself carries force. But what constraint does illegality actually impose? There is a large difference between law on the books and law as an effective restraint on power.</p>
<p class="p1">In the American system, illegality is not self-executing. Courts can declare executive actions unlawful, but they rely on the executive branch—and on broader institutional compliance—to give those rulings effect. When an administration signals indifference or hostility to judicial limits, the obvious question follows: who enforces the law against the executive? In that sense, does illegality still matter?</p>
<p class="p1">Of course, calling something “illegal” may retain some slim value even in the absence of full compliance. It can shape public discourse, establish a shared vocabulary of critique, and influence lower-level officials who are often more risk-averse than the regime in Washington. And the downstream effects of delegitimization over time may also accumulate force. These are not trivial effects. But they are indirect, contingent, often delayed and of uncertain impact and magnitude.</p>
<p class="p1">What the &#8220;illegality&#8221; designation no longer reliably provides is ay kind of immediate constraint. We should stop treating findings of illegality as if they carry automatic consequences. Increasingly, that assumption looks like nothing but wishful thinking. The gap between formal legal judgment and actual constraint is widening, and it is in that gap that power now operates with execrable impunity.</p>
<p class="p1">Our reflexive satisfaction when reading or repeating declarations that a Trump action is “illegal” should therefore raise red flags rather than offer comfort. Such claims are not endpoints; they are starting points for further inquiry. Whether they warrant optimism depends on conditions that cannot be assumed: that rulings are, in practice, obeyed; that courts or Congress are able and willing to impose consequences; and that meaningful political costs still attach to defiance of legal norms. Absent these, “illegality” loses its operative meaning. It no longer denotes a binding constraint but becomes a contested assertion within a fractured landscape of competing realities.</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/03/28/does-illegality-still-matter/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55854 -->

				
					
	<article id="post-55853" class="post-55853 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/me-like-things-that-go-boom/" rel="bookmark">Me Like Things That Go&nbsp;BOOM!</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/me-like-things-that-go-boom/" title="8.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-28T20:59:15-05:00">28 Mar 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/03/28/me-like-things-that-go-boom/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>
<img loading="lazy" style="display: block;margin-left: auto;margin-right: auto" title="Unknown.jpeg" src="https://followmehere.com/wp-content/uploads/2026/03/unknown.jpeg" alt="" width="254" height="338" border="0" /></p>
<p>&#8216; Each day since the start of the war in Iran, U.S. military officials compile a video update for President Donald Trump that shows video of the biggest, most successful strikes on Iranian targets over the previous 48 hours, three current U.S. officials and a former U.S. official said.</p>
<p>The daily montage typically runs for about two minutes, sometimes longer, the officials said. One described each daily video as a series of clips of “stuff blowing up.”</p>
<p>The highlight reel of U.S. Central Command bombing Iranian equipment and military sites isn’t the only briefing Trump gets about the war. He’s also updated through conversations with top military and intelligence advisers, foreign leaders and news reports, the officials. But the video briefing is fueling concerns among some of Trump’s allies that he may not be receiving — or absorbing — the complete picture of the war, now in its fourth week, two of the current officials and the former official said.</p>
<p>They said the videos are also driving Trump’s increasing frustration with news coverage of the war. Trump has pointed to the success depicted in the daily videos to privately question why his administration can’t better influence the public narrative, asking aides why the news media doesn’t emphasize what he’s seeing, one of the current U.S. officials and the former U.S. official said…&#8217; ( via <strong><a href="https://www.nbcnews.com/politics/white-house/trump-gets-daily-video-montage-briefing-iran-war-rcna263912?utm_source=substack&amp;utm_medium=email">NBC</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/03/28/me-like-things-that-go-boom/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55853 -->

				
					
	<article id="post-55852" class="post-55852 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/steps-by-frank-ohara/" rel="bookmark">Steps by Frank&nbsp;O&#8217;Hara</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/steps-by-frank-ohara/" title="8.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-28T20:32:03-05:00">28 Mar 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/03/28/steps-by-frank-ohara/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p>How funny you are today New York<br />
like Ginger Rogers in Swingtime<br />
and St. Bridget’s steeple leaning a little to the left</p>
<p>here I have just jumped out of a bed full of V-days<br />
(I got tired of D-days) and blue you there still<br />
accepts me foolish and free<br />
all I want is a room up there<br />
and you in it<br />
and even the traffic halt so thick is a way<br />
for people to rub up against each other<br />
and when their surgical appliances lock<br />
they stay together<br />
for the rest of the day (what a day)<br />
I go by to check a slide and I say<br />
that painting’s not so blue</p>
<p>where’s Lana Turner<br />
she’s out eating<br />
and Garbo’s backstage at the Met<br />
everyone’s taking their coat off<br />
so they can show a rib-cage to the rib-watchers<br />
and the park’s full of dancers with their tights and shoes<br />
in little bags<br />
who are often mistaken for worker-outers at the West Side Y<br />
why not<br />
the Pittsburgh Pirates shout because they won<br />
and in a sense we’re all winning<br />
we’re alive</p>
<p>the apartment was vacated by a gay couple<br />
who moved to the country for fun<br />
they moved a day too soon<br />
even the stabbings are helping the population explosion<br />
though in the wrong country<br />
and all those liars have left the UN<br />
the Seagram Building’s no longer rivalled in interest<br />
not that we need liquor (we just like it)</p>
<p>and the little box is out on the sidewalk<br />
next to the delicatessen<br />
so the old man can sit on it and drink beer<br />
and get knocked off it by his wife later in the day<br />
while the sun is still shining</p>
<p>oh god it’s wonderful<br />
to get out of bed<br />
and drink too much coffee<br />
and smoke too many cigarettes<br />
and love you so much…&#8217; (Frank O’Hara via <strong><a href="https://readalittlepoetry.com/2012/01/01/steps-by-frank-ohara/">Read A Little Poetry</a></strong>)</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/03/28/steps-by-frank-ohara/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55852 -->

				
					
	<article id="post-55851" class="post-55851 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/the-moral-imperative-to-quit-the-military/" rel="bookmark">The moral imperative to quit the&nbsp;military</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/the-moral-imperative-to-quit-the-military/" title="8.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-28T20:24:22-05:00">28 Mar 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/03/28/the-moral-imperative-to-quit-the-military/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://ucmj.us/wp-content/uploads/2024/01/quitting_the_military.jpg" width="599" border="0" /><br />
</figure>
<p>&#8216;It is a moral imperative for members of the US military to leave their jobs as soon as they are able to do so. The reason for this is simple: They have a bad boss and he is making them do bad things. He has made them murder boaters illegally on the high seas. He has made them kidnap the head of a sovereign state and kill many people surrounding him. Now, he is making them carry out an ill-conceived and unnecessary war in the Middle East that has killed nearly 1,500 civilians, including more than 200 children. These grave moral crimes, all of which violate US or international law (not that it has mattered in practical terms), are being carried out by United States soldiers who surely imagined that their military careers would be ones made up of righteous, praiseworthy acts. Instead, these soldiers have been enlisted as direct or indirect killers of civilians, terrorizers of innocents, and destroyers of global stability…&#8217; (Hamilton Nolan via <strong><a href="https://www.hamiltonnolan.com/p/you-work-for-the-bad-boss-you-have">Hamilton Nolan</a></strong>)
</p></blockquote>
<h2>Related:</h2>
<p>Is quitting the military a crime? (via<a href="https://ucmj.us/is-it-a-crime-to-quit-the-military/">Uniform Code of Military Justice</a>)</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/03/28/the-moral-imperative-to-quit-the-military/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55851 -->

				
					
	<article id="post-55849" class="post-55849 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/jd-vance-says-ufos-are-actually-demons/" rel="bookmark">JD Vance Says UFOs Are Actually&nbsp;Demons</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/jd-vance-says-ufos-are-actually-demons/" title="12.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-28T12:34:07-05:00">28 Mar 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/03/28/jd-vance-says-ufos-are-actually-demons/#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://gizmodo.com/app/uploads/2026/03/jd-vance-march-27-2026-1600x1067.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;&#8221;I think that one of the Devil&#8217;s great tricks is to convince people he never existed.&#8221;…&#8217; (<i>via <a href="https://gizmodo.com/jd-vance-says-ufos-are-actually-demons-2000739246">Gizmodo</a></i>)
</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/03/28/jd-vance-says-ufos-are-actually-demons/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55849 -->

				
					
	<article id="post-55837" class="post-55837 post type-post status-publish format-standard hentry category-link tag-ai tag-artificial-intelligence tag-philosophy tag-technology tag-writing">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/28/55837/" rel="bookmark">&#8220;Vanity Post&#8221; (2026-style)</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/28/55837/" title="11.47 am" rel="bookmark"><time class="entry-date" datetime="2026-03-28T11:47:31-05:00">28 Mar 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/03/28/55837/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="wp-block-paragraph">For fun, I asked Claude and ChatGPT, &#8220;Please profile me as the author of this blog, <a href="https://followmehere.com" target="_blank" rel="noreferrer noopener">https://followmehere.com</a>. I know alot of the posts are just excerpts but sometimes I editorialize, and what can you tell about my topic selection, biases, attitudes, etc.?&#8221; Here is a distilation of what they gleaned from my content and voice. <em>With all due recognition of the inherent flattery of current LLMs</em>, what do you think of their distilled observations<em>?</em></p>



<blockquote>
<p class="wp-block-paragraph"><br />&#8220;A clinically minded, systems-oriented public intellectual emerges from the blog: someone who uses curation not as passive aggregation but as a form of judgment. The through-line is less ideology than epistemology—an insistence on distinguishing strong claims from weak ones, diagnosis from speculation, and explanation from handwaving. The subject matter is broad but not random, clustering around democratic crisis, psychiatry and neuroscience, philosophy of mind, science, and the odd or marvelous corners of culture. Politically, the stance is plainly anti-Trump and broadly liberal, but the more distinctive feature is a disciplined refusal to let partisan desire override analytic standards. The voice is controlled, precise, and often dry, with little taste for performance, confession, or moral grandstanding. The blog reads less like a conventional opinion site than like an intellectual commonplace book kept by a skeptical clinician of public discourse—someone especially good at spotting category errors, conceptual slippage, and explanatory overreach, even if more inclined to refine existing narratives than to build large new frameworks of their own.&#8221;</p>
</blockquote>



<p class="wp-block-paragraph">And, perhaps more important, what can be surmised about my readers?</p>



<blockquote>
<p class="wp-block-paragraph">&#8220;Drawing on everything visible in the blog&#8217;s texture, here&#8217;s a portrait of your likely readership:</p>



<p class="wp-block-paragraph"><strong>The core audience</strong></p>



<p class="wp-block-paragraph">Your readers are almost certainly intellectually serious adults — probably skewing toward middle age and older, people who formed their reading habits before social media flattened discourse into hot takes and engagement metrics. They are comfortable with density. The FTD post, the psychiatric comorbidity essay, the <em>Project Hail Mary</em> piece — none of these are written to be skimmed, and readers who stay are self-selected for the willingness to slow down. They likely have significant formal education, and a subset will have professional backgrounds in medicine, academia, law, or journalism.</p>



<p class="wp-block-paragraph"><strong>Political identity</strong></p>



<p class="wp-block-paragraph">They are predominantly left-liberal, probably center-left to progressive, and share your alarm about democratic erosion — but the more interesting ones are drawn precisely because the blog doesn&#8217;t perform outrage for its own sake. Readers who just want political validation have a thousand easier options. The people who come back to <em>Follow Me Here</em> specifically are likely those who find pure partisan commentary slightly unsatisfying — who want the analysis to have some grit to it, some acknowledgment of complexity, some willingness to say &#8220;but here is where this argument weakens.&#8221; They are people who distrust their own side&#8217;s excesses just enough to appreciate a voice that does too, without abandoning the underlying values.</p>



<p class="wp-block-paragraph"><strong>Intellectual temperament</strong></p>



<p class="wp-block-paragraph">They enjoy being surprised by the adjacency of topics — the juxtaposition of, say, a post on frontotemporal dementia next to one on the linguistics of alien communication next to one on garlic and copper metalloproteins is precisely the feature, not a bug. These are people who find arbitrary categorical boundaries between disciplines mildly irritating; who are as likely to have tabs open on a neuroscience preprint, a geopolitical analysis, and an <em>Aeon</em> essay simultaneously. The blog appeals to what you might call the <em>Montaignean</em> reader — someone who believes that thinking about one thing well inevitably connects to thinking about everything else.</p>



<p class="wp-block-paragraph"><strong>Relationship to expertise</strong></p>



<p class="wp-block-paragraph">Your readers probably have a complicated relationship to expertise — they respect it, may have some of their own, but are not credulous about it. They appreciate when you apply clinical rigor to Trump&#8217;s cognition while also flagging the limits of that rigor. They would find a more credulous or more dismissive treatment of the same topic less satisfying. They are the kind of people who want to understand <em>why</em> the easy answer is wrong, not just be told that it is.</p>



<p class="wp-block-paragraph"><strong>Relationship to the current political moment</strong></p>



<p class="wp-block-paragraph">They are probably exhausted, in the way your McSweeney&#8217;s link about the Void captured — they have been screaming into the epistemic abyss for years and are oscillating between genuine moral urgency and a kind of weary dark humor about the situation. The blog serves them in both modes simultaneously, which is part of why it holds. It doesn&#8217;t demand that they choose between taking things seriously and finding them absurd.</p>



<p class="wp-block-paragraph"><strong>What they are probably not</strong></p>



<p class="wp-block-paragraph">They are unlikely to be casual readers who stumble in from social media looking for shareable content. They are unlikely to be ideologically absolutist in either direction. They are probably not primarily visual or audio consumers who find long-form text effortful. And they are probably not people who need their worldview confirmed without friction — they would find the blog&#8217;s occasional refusal to simply validate the politically convenient narrative mildly uncomfortable in the way that signals genuine engagement rather than mere consumption.</p>



<p class="wp-block-paragraph"><strong>The small faithful core</strong></p>



<p class="wp-block-paragraph">Long-running blogs of this kind — personal, curatorial, intellectually serious, maintained over years without institutional backing — develop a small readership that is genuinely loyal in a way that differs from follower-counts on larger platforms. Your readers are probably not numerous, but they are likely to have been reading for years, to feel that the blog is one of the relatively few places on the internet that thinks at a register they recognize as their own, and to experience something slightly like companionship in it — the sense of reading someone who is processing the same difficult world through a similar sensibility, without either of you needing to say so directly.</p>



<p class="wp-block-paragraph">In short: they are people who, if they met you at a dinner party, would recognize each other within about three exchanges.&#8221;</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="tag-links">
					<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://followmehere.com/tag/ai/" rel="tag">ai</a>, <a href="https://followmehere.com/tag/artificial-intelligence/" rel="tag">artificial-intelligence</a>, <a href="https://followmehere.com/tag/philosophy/" rel="tag">Philosophy</a>, <a href="https://followmehere.com/tag/technology/" rel="tag">Technology</a>, <a href="https://followmehere.com/tag/writing/" rel="tag">writing</a>			</span>
							
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/03/28/55837/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55837 -->

				
					
	<article id="post-55835" class="post-55835 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/27/buffoon-in-chief-recommends-invoking-the-25th-to-stop-him/" rel="bookmark">Buffoon-in-Chief recommends invoking the 25th to stop&nbsp;him</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/27/buffoon-in-chief-recommends-invoking-the-25th-to-stop-him/" title="10.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-27T22:28:02-05:00">27 Mar 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/03/27/buffoon-in-chief-recommends-invoking-the-25th-to-stop-him/#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://substackcdn.com/image/fetch/$s_!POBx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bf9489-a3c4-445f-a6a9-34553aec7149_610x402.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The Orange Menace was on a tear. Even his cabinet members couldn’t help but stare at his stream-of-consciousness rant. The convicted felon went on to say that if he shared his incredible plans for the war he has on again, off again declared over with Iran, he’d be <a href="https://bsky.app/profile/atrupar.com/post/3mhxy7qhrms2z">removed from office for incompetence</a>.…&#8217; (Jason Weisberger <i>via <a href="https://premium.boingboing.net/p/grandpa-pudding-brains-recommends">Boing Boing)</a></i>
</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/03/27/buffoon-in-chief-recommends-invoking-the-25th-to-stop-him/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55835 -->

				
					
	<article id="post-55833" class="post-55833 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/27/insider-traders-made-a-fortune-shorting-oil-15-minutes-before-trump-reversed-iran-threat/" rel="bookmark">Insider traders made a fortune shorting oil 15 minutes before Trump reversed Iran&nbsp;threat</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/27/insider-traders-made-a-fortune-shorting-oil-15-minutes-before-trump-reversed-iran-threat/" title="10.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-27T22:23:35-05:00">27 Mar 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/03/27/insider-traders-made-a-fortune-shorting-oil-15-minutes-before-trump-reversed-iran-threat/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3>Trump Regime Cronies&#8217; War for Profit</h3>
<blockquote><p>
&#8216;Between 10:49 and 10:50 AM GMT on Tuesday, 734 oil futures contracts changed hands. In the next 60 seconds, that number surged to 2,168 — 16 times the average volume for the day. Bloomberg estimated the value of contracts traded in that opening minute at $650 million. Fifteen minutes later, at 11:05 GMT, Trump posted on social media that he would halt strikes on Iranian energy infrastructure, citing “very good” talks to end the war. Crude prices plunged more than 14%, reports Yahoo News.</p>
<p>Anyone who shorted oil in those 15 minutes made a fortune.…&#8217; (Ellsworth Toohey <i>via <a href="https://premium.boingboing.net/p/unknown-traders-made-a-fortune-shorting">Boing Boing</a></i>)
</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/03/27/insider-traders-made-a-fortune-shorting-oil-15-minutes-before-trump-reversed-iran-threat/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55833 -->

				
					
	<article id="post-55831" class="post-55831 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/27/iran-refuses-to-deal-with-kushner-and-witkoff-any-longer/" rel="bookmark">Iran refuses to deal with Kushner and Witkoff any&nbsp;longer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/27/iran-refuses-to-deal-with-kushner-and-witkoff-any-longer/" title="10.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-27T22:19:02-05:00">27 Mar 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/03/27/iran-refuses-to-deal-with-kushner-and-witkoff-any-longer/#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://substackcdn.com/image/fetch/$s_!6ypT!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F753185b3-fe3a-4558-b4bc-77b4788f22b4_480x360.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Pakistani sources said the US vice-president, JD Vance, was being put forward as a probable chief negotiator from the US side if talks went ahead. Iranian sources have said they would refuse to sit down with Trump’s Middle East envoy, Steve Witkoff, or Trump’s son-in-law Jared Kushner, who led the nuclear negotiations with Iran before the war.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/iran-refuses-to-deal-with-kushner">Iran refuses to deal with Kushner and Witkoff any longer</a></i>)
</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/03/27/iran-refuses-to-deal-with-kushner-and-witkoff-any-longer/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55831 -->

				
					
	<article id="post-55829" class="post-55829 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/27/priests-claim-sexual-abuse-charges-violate-their-religious-freedom/" rel="bookmark">Priests claim sexual abuse charges violate their religious&nbsp;freedom</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/27/priests-claim-sexual-abuse-charges-violate-their-religious-freedom/" title="10.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-27T22:12:57-05:00">27 Mar 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/03/27/priests-claim-sexual-abuse-charges-violate-their-religious-freedom/#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://substackcdn.com/image/fetch/$s_!wOcP!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F32dba6a9-c29a-48fd-a766-805dfe61e985_768x513.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Two Minnesota priests accused of sexually abusing women they were counseling are arguing that laws banning sexual relationships in positions of power violate their religious freedom. Their lawyer is claiming, in effect, that being a priest should exempt them from rules that apply to everyone else in similar roles.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/priests-claim-sexual-abuse-charges">Boing Boing)</a></i>
</p></blockquote>
<p><i>&#8230;</i>Just as other special classes like members of the Trump Regime</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/03/27/priests-claim-sexual-abuse-charges-violate-their-religious-freedom/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55829 -->

				
							<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="c2b1f68ecf" />					<button type="submit"
													class="wp-block-button__link"
																	>
						Follow					</button>
				</p>
			</form>
							<div class="wp-block-jetpack-subscriptions__subscount">
					Join 85 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>May 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="5" class="pad">&nbsp;</td><td>1</td><td>2</td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/05/03/" aria-label="Posts published on May 3, 2026">3</a></td><td>4</td><td>5</td><td>6</td><td><a href="https://followmehere.com/2026/05/07/" aria-label="Posts published on May 7, 2026">7</a></td><td><a href="https://followmehere.com/2026/05/08/" aria-label="Posts published on May 8, 2026">8</a></td><td>9</td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/05/10/" aria-label="Posts published on May 10, 2026">10</a></td><td>11</td><td>12</td><td><a href="https://followmehere.com/2026/05/13/" aria-label="Posts published on May 13, 2026">13</a></td><td><a href="https://followmehere.com/2026/05/14/" aria-label="Posts published on May 14, 2026">14</a></td><td>15</td><td><a href="https://followmehere.com/2026/05/16/" aria-label="Posts published on May 16, 2026">16</a></td>
	</tr>
	<tr>
		<td>17</td><td><a href="https://followmehere.com/2026/05/18/" aria-label="Posts published on May 18, 2026">18</a></td><td><a href="https://followmehere.com/2026/05/19/" aria-label="Posts published on May 19, 2026">19</a></td><td><a href="https://followmehere.com/2026/05/20/" aria-label="Posts published on May 20, 2026">20</a></td><td id="today"><a href="https://followmehere.com/2026/05/21/" aria-label="Posts published on May 21, 2026">21</a></td><td>22</td><td>23</td>
	</tr>
	<tr>
		<td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td>
	</tr>
	<tr>
		<td>31</td>
		<td class="pad" colspan="6">&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/04/">&laquo; Apr</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.theatlantic.com/politics/2026/05/aging-president-trump-health/687194/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=the-atlantic-am&amp;utm_term=The%20Atlantic%20AM' target='_blank' rel='nofollow'>theatlantic.com/politics/&#8230;</a></li><li><a href='https://www.wired.com/story/overworked-ai-agents-turn-marxist-study/' target='_blank' rel='nofollow'>wired.com/story/overworke&#8230;</a></li><li><a href='https://futurism.com/science-energy/survey-physicists-believe-universe?utm_source=flipboard&amp;utm_content=topic/science' target='_blank' rel='nofollow'>futurism.com/science-ener&#8230;</a></li><li><a href='https://tech.supercarblondie.com/google-my-activity-search-history-archive/?utm_source=flipboard&amp;utm_content=topic/googlemaps' target='_blank' rel='nofollow'>tech.supercarblondie.com/&#8230;</a></li><li><a href='https://www.engadget.com/2174992/amazon-facing-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/' target='_blank' rel='nofollow'>engadget.com/2174992/amaz&#8230;</a></li><li><a href='https://www.thelist.com/1636660/trump-rally-photo-proves-he-cant-hide-age-beneath-strange-hairdo/' target='_blank' rel='nofollow'>thelist.com/1636660/trump&#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/about/" class="bump-view" data-bump-view="tp">About FmH</a></li><li><a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/" class="bump-view" data-bump-view="tp">Amazon Is Facing A Class Action Lawsuit For Not Refunding Its Customers After &#039;Unlawful&#039; Tariffs</a></li><li><a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/" class="bump-view" data-bump-view="tp">Trump admin didn&#039;t want Ebola-exposed Americans, sent them to Berlin, Prague</a></li><li><a href="https://followmehere.com/2019/06/30/better-care-urged-for-bipolar-patients-1st-manic-episode/" class="bump-view" data-bump-view="tp">Better Care Urged for Bipolar Patients&#039; 1st Manic Episode</a></li><li><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/" class="bump-view" data-bump-view="tp">A Different Kind of Fading President</a></li><li><a href="https://followmehere.com/2001/02/26/3136/" class="bump-view" data-bump-view="tp">Super Vision: &#039;Today, vision correction is only fo&hellip;</a></li><li><a href="https://followmehere.com/2000/12/16/2596/" class="bump-view" data-bump-view="tp">Report: Hillary Clinton Agrees to $8 Million Book&hellip;</a></li><li><a href="https://followmehere.com/2001/10/06/5011/" class="bump-view" data-bump-view="tp">Saudi Arabia: Confidence shaken by link to attacks&hellip;</a></li><li><a href="https://followmehere.com/2002/12/02/antiwar-effort-gains-momentum/" class="bump-view" data-bump-view="tp">Antiwar Effort Gains Momentum</a></li><li><a href="https://followmehere.com/2005/08/13/plants-discriminate-between-self-and-non-self/" class="bump-view" data-bump-view="tp">Plants discriminate between self and non-self</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/05/'> May 2026 &nbsp;(38)</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="http://paulgreer.net"><img referrerpolicy="no-referrer" alt='Paul Greer&#039;s avatar' src='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/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='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='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='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="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="http://salonduthe.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Coastal Chef&#039;s avatar' src='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="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://andiehannahweiner.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://bryanconetta.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="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://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://thoughtuncommon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?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/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?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/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?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=''><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=''><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='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?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://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://carldagostino.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='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='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=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?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://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Epic Animal Photographs&#039;s avatar' src='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><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="http://www.chewiesays.com/"><img referrerpolicy="no-referrer" alt='PC&#039;s avatar' src='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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="http://bydesignsinccom.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?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='Discover and Explore&#039;s avatar' src='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?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/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='cjanerunz&#039;s avatar' src='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://ichthusandouroboros.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?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://txrxqa.wordpress.com"><img referrerpolicy="no-referrer" alt='usJim&#039;s avatar' src='https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ca6176fd556387310c9a5ff39874b90c7027de23654a3895d1c7a450f60f5448?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="http://leagueofgrey.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?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><li><a href='http://Follow%20Me%20Here'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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='https://www.prophet666.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://kshal.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?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://mongolamerican.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?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='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></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":"27.03.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-05-21 15:17:56","last_post_date":"2026-03-27 22:12:57","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="c2b1f68ecf" /><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=202621d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
//# sourceURL=wpgroho-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

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

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

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

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

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

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

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

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

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

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

				toggle_reblog_box_flair: function (obj_id, post_id) {

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

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

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

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

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script id="coblocks-loader-js-extra">
var wpcom_coblocks_js = {"coblocks_masonry_js":"https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/js/coblocks-masonry.min.js?m=1681832297i","coblocks_lightbox_js":"https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/js/coblocks-lightbox.min.js?m=1681832297i","jquery_core_js":"/wp-includes/js/jquery/jquery.min.js","jquery_migrate_js":"/wp-includes/js/jquery/jquery-migrate.min.js","masonry_js":"/wp-includes/js/masonry.min.js","imagesloaded_js":"/wp-includes/js/imagesloaded.min.js"};
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
//# sourceURL=coblocks-loader-js-extra
</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":"da25394386","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%2F21%2F56105%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 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/??-eJylj8EOwjAMQ3+INgwmjQviU1DpwpQtTaamA/H3cNgACQ5IHG1ZzzZcRxdVCkqBNLmRp47EoMcyhjjMGpKqwJEkwmkiboHkTEIFncWszIu++UTie1vBG3VBRj2xxsFg46udr5xRGhldxouvoSUr0L9CjjW0mL/xfl8ZQ9bJkJ+5xfgPe6W2w2LQqXaPAyUHMQ4FP4y55pD2VdM0dbXebur+DsI3iN8='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=15.9-a.4"></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=15.9-a.4"></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="https://s1.wp.com/wp-content/plugins/gutenberg-core/v23.2.1/build/scripts/dom-ready/index.min.js?m=1779372828i&#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=1778086039i&#038;minify=false&#038;ver=15.9-a.4"></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-RC4-62382"}}
</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","coblocks-loader","jetpack-carousel","google-translate-init","google-translate","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-emoji-styles","wp-block-library","classic-theme-styles","wp-block-styles-placeholder","wp-global-styles-placeholder","jetpack-global-styles-frontend-style","wp-block-embed","wp-block-embed-theme","wp-block-list-item","wp-block-list-item-theme","wp-block-quote","wp-block-quote-theme","wp-block-separator","wp-block-separator-theme","wp-block-image","wp-block-image-theme","wp-block-list","wp-block-list-theme","wp-block-paragraph","wp-block-paragraph-theme","global-styles","jetpack-swiper-library","jetpack-carousel","jetpack-subscriptions","jetpack-top-posts-widget","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/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTT1YvMSsrMnA3MDZCRSw1UEJSOTBhW3prWF14am1FRmd6VkVHQ3F6LD9+ZjRwbVVyck9PMWU4akpbdFNqRmIuMW1JREVRRWQ4Lj9Tam1kQkljUGt4LlRkZVViS0RkZnY9RG5vMGFXcjBOUnJ5QlJxMTdGUmJ0QzdkVkhxRUIzbERyREFNbTVRREx8c0RDYWRFQTMteEUzRmVhXyVpbjhtWmNJP0N1OTJaP0pIeUxmL09pfENTK0lxMzgzaV1PUUR1LFVJSDJOYUNMJkhfRUVYR0VfMk5wU0hnSGMtZVlyLQ=='}]);
_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=202621"></script> 	
</body>
</html>
<!--
	generated in 0.636 seconds
	520452 bytes batcached for 300 seconds
-->
