<!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=56009'
					+ '&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.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.1/build/styles/block-library/separator/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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.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}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.0.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/??-eJylkd0KwjAMRl/ILk4HuxIfRbYujGxpU5rWsbd34g/sRnTe5YSPwxcCUzBWfEKfwGUTOPfkFQZMobHjk8GJeLiQt9Bm4g40t2ojhUSyhFdUOPKFVd3B92YnXWZUmKjrMSkkCSaILpOmmfFX3aMoix0XwUQB49ZCtomSFfkdei22ChMxdqZvmDHOn+ivm1ffuRJOd9vZncq6rqtyfzxUww0qZL/E&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-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 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?w=572&#038;h=324" 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 style="display: block;margin-left: auto;margin-right: auto" title="Unknown.jpeg" src="https://followmehere.com/wp-content/uploads/2026/04/unknown.jpeg?w=283&#038;h=376" 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 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 -->

				
					
	<article id="post-55819" class="post-55819 post type-post status-publish format-standard hentry category-link tag-alzheimers tag-health tag-mental-health tag-psychology tag-wellness">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/24/what-is-the-case-for-trump-having-frototemporal-dementia-ftd/" rel="bookmark">What is the case for Trump having frontotemporal dementia&nbsp;(FTD)?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/24/what-is-the-case-for-trump-having-frototemporal-dementia-ftd/" title="10.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-24T22:35:02-05:00">24 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/24/what-is-the-case-for-trump-having-frototemporal-dementia-ftd/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://s.yimg.com/ny/api/res/1.2/QBJhEG521Z3hl_kjH7JyEw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTY4OTtjZj13ZWJw/https://media.zenfs.com/en/thedailybeast.com/8f158d425762746f22226eceadb4f407" width="599" border="0"/></p>
</figure>
<p>A widely shared post claims that Trump is secretly being treated for Alzheimer’s disease and links that speculation to various observed behaviors. That claim does not hold up. The evidence offered is circumstantial, medically imprecise, and reflects a common misunderstanding: Alzheimer’s disease is only one form of dementia, and its clinical profile is relatively specific. Most of the behaviors cited do not meaningfully point to Alzheimer’s in particular.</p>



<p class="wp-block-paragraph">At the same time, it is reasonable to ask a broader question: how should we interpret publicly observable changes in cognition, language, and behavior in an aging public figure? It is not possible—and not appropriate—to diagnose any individual without direct clinical evaluation, access to medical history, and collateral information. However, it is possible to examine patterns of behavior in light of established neuropsychiatric frameworks and to consider competing explanations.</p>



<p class="wp-block-paragraph">Several broad categories need to be kept in view. First, longstanding personality traits and rhetorical style can account for a great deal. Second, situational factors—fatigue, stress, audience dynamics—can shape speech and behavior. Third, psychiatric conditions such as mood disorders can affect impulse control and coherence. Finally, there are neurocognitive disorders, including forms of dementia that disproportionately affect frontal systems.</p>



<p class="wp-block-paragraph">Among these, disorders affecting the frontal lobes—such as behavioral variant frontotemporal dementia (bvFTD)—<a href="https://followmehere.com/2025/12/16/its-not-alzheimers-but-a-far-worse-nightmare-scenario-2/">have been invoked in public discussion</a> because they can, in established cases, produce changes in impulse control, judgment, social comportment, and language. However, the diagnostic bar for such conditions is high. They require evidence of progressive decline from a prior baseline, meaningful impairment in real-world functioning, and, typically, corroboration from close observers along with neuropsychological testing and/or neuroimaging. Superficial resemblance between isolated behaviors and clinical symptoms is suggestive at best, but not sufficient.</p>



<p class="wp-block-paragraph">Many of the behaviors cited in viral commentary—apparent factual inaccuracies, digressive or circumstantial speech, verbal slips, or episodes of irritability—are non-specific. They can arise from multiple causes, including baseline personality style, strategic communication choices, normal aging, or psychiatric factors. Interpreting them as evidence of a specific neurodegenerative disease without longitudinal and clinical context risks overreach.</p>



<p class="wp-block-paragraph">There is also a tendency in these discussions to merge personality constructs with neurological disease. Terms such as “malignant narcissism” are used colloquially but do not correspond to a formal diagnostic category, and there is little empirical basis for claims that such traits interact in a specific, synergistic way with neurodegenerative processes. Conflating these domains can create a compelling narrative, but it weakens analytic clarity.</p>



<p class="wp-block-paragraph">If there is a legitimate area of concern, it lies at a more general level: executive functions—such as impulse control, error monitoring, and the capacity to sustain coherent, goal-directed discourse—are critical for high-stakes decision-making. Any significant decline in these domains, regardless of cause, would have implications for leadership performance. But assessing that requires careful, longitudinal evidence, not selective interpretation of public clips.</p>



<p class="wp-block-paragraph">The Alzheimer’s claim is poorly grounded. At the same time, replacing it with a confident alternative diagnosis requires comparable caution. The case for frontotemporal dementia (FTD) is, in my view, more suggestive—particularly given the apparent longitudinal pattern of cognitive change and what appears to be impaired executive functioning.</p>



<p class="wp-block-paragraph">That said, uncertainty must be foregrounded. Any responsible analysis should distinguish among plausible explanations, avoid premature diagnostic closure, and be explicit about the level and type of evidence required to support a specific neuropsychiatric conclusion. From a clinical standpoint, such a conclusion would ordinarily require direct examination, collateral history, and, ideally, longitudinal cognitive data—none of which are available in a rigorous form here.</p>



<p class="wp-block-paragraph">The <a href="https://followmehere.com/2018/06/28/goldwater-rule-should-be-rolled-back-leading-psychiatrists-say/">ethical constraints of the Goldwater Rule</a>, with which <a href="https://followmehere.com/?s=Goldwater&amp;submit=Search">I have grappled in the pas</a>t, are therefore directly engaged. However, one can reasonably argue that these constraints are not absolute. When the potential consequences are of exceptional magnitude, the obligation to avoid speculation may come into tension with a competing obligation to warn or to inform the public about possible impairment for the greater good. A <a href="https://followmehere.com/2017/12/08/experts-challenge-ban-on-psychiatrists-discussing-politicians-mental-health/">substantial number of respected psychiatric professionals</a> have <a href="https://followmehere.com/2019/02/09/institutional-silence-on-trumps-mental-state/">advanced this position</a> since Trump’s first term.</p>



<p class="wp-block-paragraph">Even so, the path from clinical concern to actionable remedy remains unclear. <a href="https://followmehere.com/?s=25th%20Amendment&amp;submit=Search">Constitutional mechanisms such as the 25th Amendment </a>exist, but they are inherently political instruments, dependent on actors and incentives that lie outside the clinical domain.</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="tag-links">
					<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://followmehere.com/tag/alzheimers/" rel="tag">Alzheimer's</a>, <a href="https://followmehere.com/tag/health/" rel="tag">Health</a>, <a href="https://followmehere.com/tag/mental-health/" rel="tag">Mental health</a>, <a href="https://followmehere.com/tag/psychology/" rel="tag">Psychology</a>, <a href="https://followmehere.com/tag/wellness/" rel="tag">wellness</a>			</span>
							
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/03/24/what-is-the-case-for-trump-having-frototemporal-dementia-ftd/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55819 -->

				
					
	<article id="post-55817" class="post-55817 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/24/no-pills-or-needles-just-paper-how-deadly-drugs-are-changing/" rel="bookmark">No Pills or Needles, Just Paper: How Deadly Drugs Are&nbsp;Changing</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/24/no-pills-or-needles-just-paper-how-deadly-drugs-are-changing/" title="8.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-24T20:22:13-05:00">24 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/24/no-pills-or-needles-just-paper-how-deadly-drugs-are-changing/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/02/23/multimedia/int-drug-chicago-jfgz/int-drug-chicago-jfgz-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Lab-made drugs soaked into the pages of letters, books and even legal documents are being smuggled behind bars, killing inmates and frustrating investigators.…&#8217; (<i>via <a href="https://www.nytimes.com/2026/03/21/world/deadly-drugs-paper.html">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/03/24/no-pills-or-needles-just-paper-how-deadly-drugs-are-changing/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55817 -->

				
					
	<article id="post-55815" class="post-55815 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/24/happy-old-new-years-eve/" rel="bookmark">Happy Old New Year’s&nbsp;Eve</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/24/happy-old-new-years-eve/" title="8.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-24T20:18:27-05:00">24 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/24/happy-old-new-years-eve/#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/warrenellis.ltd/wp-content/uploads/2026/03/IMG_0801.jpg?w=1276&amp;ssl=1" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;It is Old New Year’s Eve. The Julian Calendar wasn’t officially abolished here in the UK until 1752, and on that calendar the New Year started on what is now 25 March (also Lady Day).…&#8217; (<i>via <a href="https://warrenellis.ltd/status/old-new-years-eve-24mar26/">Warren Ellis</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/24/happy-old-new-years-eve/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55815 -->

				
					
	<article id="post-55814" class="post-55814 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/23/staff-at-new-data-center-powered-by-human-brain-cells-need-to-swap-out-cerebrospinal-fluid-every-day/" rel="bookmark">Staff at New Data Center Powered by Human Brain Cells Need to Swap Out Cerebrospinal Fluid Every&nbsp;Day</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/23/staff-at-new-data-center-powered-by-human-brain-cells-need-to-swap-out-cerebrospinal-fluid-every-day/" title="10.35 am" rel="bookmark"><time class="entry-date" datetime="2026-03-23T10:35:23-05:00">23 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/23/staff-at-new-data-center-powered-by-human-brain-cells-need-to-swap-out-cerebrospinal-fluid-every-day/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8216;The cost of brain power…&#8217; (Frank Landymore via <strong><a href="https://futurism.com/robots-and-machines/staff-brain-data-center-spine-fluid?utm_source=orbitaloperations.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=under-the-dirt&amp;_bhlid=eaf3396cc2f522bae804c677a0f5fb1189be9829">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> <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/23/staff-at-new-data-center-powered-by-human-brain-cells-need-to-swap-out-cerebrospinal-fluid-every-day/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55814 -->

				
					
	<article id="post-55812" class="post-55812 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/23/is-this-where-morality-lives-in-the-brain/" rel="bookmark">Is This Where Morality Lives in the&nbsp;Brain?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/23/is-this-where-morality-lives-in-the-brain/" title="10.23 am" rel="bookmark"><time class="entry-date" datetime="2026-03-23T10:23:16-05:00">23 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/23/is-this-where-morality-lives-in-the-brain/#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://psu-gatsby-files-prod.s3.amazonaws.com/s3fs-public/research/image/3012-1.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;What happens in our brain when we fail to live up to our morals?…&#8217; (Jake Curry via <strong><a href="https://nautil.us/is-this-where-morality-lives-in-the-brain-1279083?utm_source=nautilus.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=if-you-re-going-to-drink-make-it-this&amp;_bhlid=046c7d02523d91e46ee56bc22c3157474f496c52">Nautilus</a></strong>)
</p></blockquote>
<p>Harsh superego resides in the ventromedial prefrontal cortex.</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/23/is-this-where-morality-lives-in-the-brain/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55812 -->

				
					
	<article id="post-55811" class="post-55811 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/23/if-youre-going-to-drink-make-it-this-kind-of-alcohol/" rel="bookmark">If You’re Going to Drink, Make It This Kind of&nbsp;Alcohol</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/23/if-youre-going-to-drink-make-it-this-kind-of-alcohol/" title="10.19 am" rel="bookmark"><time class="entry-date" datetime="2026-03-23T10:19:47-05:00">23 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/23/if-youre-going-to-drink-make-it-this-kind-of-alcohol/#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://organicconsumers.org/wp-content/uploads/2018/03/wine_red_glass_drop_splash_1000x523.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Compared to the relative teetotalers, those who consumed high amounts of alcohol were 24 percent more likely to die from any cause, 36 percent more likely to die from cancer, and 14 percent more likely to die from heart disease. Bad news for heavy drinkers, but not exactly surprising.<br />
A closer examination of the low and moderate cohorts, however, revealed something interesting. Low and moderate drinkers who preferred beer, cider, or liquor showed an increased risk of death, but those who drank a similar amount of wine showed a significantly lower risk of death.<br />
Zooming in, researchers found that moderate wine drinkers had a 21 percent lower risk of dying from cardiovascular disease in particular—even compared to those who never or rarely drank. In other words, drinking low to moderate amounts of wine appears to be better for your heart health than not drinking at all.<br />
But why?<br />
Researchers offered a slew of possibilities to explain the healthier hearts of wine drinkers. While the questionnaires didn’t delve into granular questions about preferred vintages, red wine contains polyphenols and antioxidants that could bolster cardiovascular health. Additionally, they said, it’s possible that the meals typically consumed with wine may be healthier than the meals typically consumed with beer, cider, and liquor. (It’s tempting to think socioeconomic factors are at play, but researchers controlled for those effects along with several other demographic measures in the study.)…&#8217; ( via</p>
<p><strong><a href="https://nautil.us/if-youre-going-to-drink-make-it-this-kind-of-alcohol-1279091?utm_source=nautilus.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=if-you-re-going-to-drink-make-it-this&amp;_bhlid=69eb1c16c82174dcc2a549224d2b3248091d41ab">Nautilus</a></strong></p>
<p>)
</p></blockquote>
					</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/23/if-youre-going-to-drink-make-it-this-kind-of-alcohol/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55811 -->

				
					
	<article id="post-55810" class="post-55810 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/23/major-leap-towards-reanimation-after-death-as-mammals-brain-preserved/" rel="bookmark">Major leap towards reanimation after death as mammal&#8217;s brain&nbsp;preserved</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/23/major-leap-towards-reanimation-after-death-as-mammals-brain-preserved/" title="9.48 am" rel="bookmark"><time class="entry-date" datetime="2026-03-23T09:48:39-05:00">23 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/23/major-leap-towards-reanimation-after-death-as-mammals-brain-preserved/#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.newscientist.com/wp-content/uploads/2026/02/18093528/SEI_285527806.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A pig&#8217;s brain has been frozen with its cellular activity locked in place and minimal damage. Some believe the same could be done with the brains of people with a terminal illness, so their mind can be reconstructed and they can &#8220;continue with their life&#8221;…&#8217; (Helen Thompson via <strong><a href="https://www.newscientist.com/article/2520204-major-leap-towards-reanimation-after-death-as-mammals-brain-preserved/?utm_source=nsday&amp;utm_medium=email&amp;utm_campaign=nsday_us_230326&amp;utm_term=Newsletter%20NSDAY_Daily%20US">New Scientist</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/23/major-leap-towards-reanimation-after-death-as-mammals-brain-preserved/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55810 -->

				
					
	<article id="post-55808" class="post-55808 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/22/all-5-fundamental-units-of-lifes-genetic-code-were-just-discovered-in-an-asteroid-sample/" rel="bookmark">All 5 fundamental units of life&#8217;s genetic code were just discovered in an asteroid&nbsp;sample</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/22/all-5-fundamental-units-of-lifes-genetic-code-were-just-discovered-in-an-asteroid-sample/" title="8.36 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-22T20:36:54-05:00">22 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/22/all-5-fundamental-units-of-lifes-genetic-code-were-just-discovered-in-an-asteroid-sample/#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://scx1.b-cdn.net/csz/news/800a/2024/asteroid.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A new study reveals all five fundamental nucleobases—the molecular &#8220;letters&#8221; of life—have been detected in samples from the asteroid Ryugu.…&#8217; (<i>via <a href="https://phys.org/news/2026-03-fundamental-life-genetic-code-asteroid.html?utm_source=flipboard&amp;utm_content=topic%2Fscience">Phys.org</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/22/all-5-fundamental-units-of-lifes-genetic-code-were-just-discovered-in-an-asteroid-sample/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55808 -->

				
					
	<article id="post-55806" class="post-55806 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/22/they-want-to-stop-paying-taxes-as-a-protest-there-are-consequences/" rel="bookmark">They Want to Stop Paying Taxes as a Protest. There Are&nbsp;Consequences</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/22/they-want-to-stop-paying-taxes-as-a-protest-there-are-consequences/" title="7.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-22T19:49:51-05:00">22 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/22/they-want-to-stop-paying-taxes-as-a-protest-there-are-consequences/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/03/22/business/22biz-tax-protest/22biz-tax-protest-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Some tax resisters withhold a symbolic amount, but those who willfully refuse to file or pay could face civil or criminal penalties.</p>
<p>Most Americans comply with the tax laws, routinely paying their obligations. But this tax season, an increasingly vocal number say they are struggling to pay their federal income taxes in good conscience.</p>
<p>Eileen O’Farrell Smith, a retired chaplain in Sonoma, Calif., said she saw a budget as a moral document.</p>
<p>“How can I pay taxes when I don’t want to pay for things I abhor, while neglecting things I care about?” asked Ms. Smith, who objects to paying for immigration detention camps and the U.S. war on Iran. “Is there a monetary conscientious objector program?”</p>
<p>Conscientious objection to military service may be legally recognized, but nothing similar exists for tax filers. That hasn’t stopped some people from refusing to pay over the decades — or at least inquiring about their options today&#8230;&#8217; (<i>via <a href="https://www.nytimes.com/2026/03/22/your-money/taxes/federal-tax-protest-resistance.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/03/22/they-want-to-stop-paying-taxes-as-a-protest-there-are-consequences/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55806 -->

				
					
	<article id="post-55804" class="post-55804 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/22/is-huh-a-universal-word/" rel="bookmark">Is &#8216;huh?&#8217; a universal&nbsp;word?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/22/is-huh-a-universal-word/" title="6.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-22T18:04:04-05:00">22 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/22/is-huh-a-universal-word/#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://i.ytimg.com/vi/nm_klOMto4o/mqdefault.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A word like ‘Huh?’ —used when one has not caught what someone just said—appears to be universal: it is found to have very similar form and function in spoken languages across the globe. This is one of the findings of a major cross-linguistic study by researchers Mark Dingemanse, Francisco Torreira and Nick Enfield, at the Max Planck Institute for Psycholinguistics in Nijmegen, the Netherlands. The study was <a href="http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0078273">published in the journal PLOS ONE </a>.…&#8217; ( via <strong><a href="https://markdingemanse.net/huh/">Menu</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/22/is-huh-a-universal-word/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55804 -->

				
					
	<article id="post-55800" class="post-55800 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/22/project-hail-mary-is-in-theaters-but-do-the-linguistics-work/" rel="bookmark">Project Hail Mary is in theaters—but do the linguistics&nbsp;work?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/22/project-hail-mary-is-in-theaters-but-do-the-linguistics-work/" title="8.20 am" rel="bookmark"><time class="entry-date" datetime="2026-03-22T08:20:30-05:00">22 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/22/project-hail-mary-is-in-theaters-but-do-the-linguistics-work/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<figure style="text-align: center">
<img loading="lazy" style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS6o3HkiExdqNUBg4leHVZF3eEfZMQM4IXdEA&amp;s" width="531" height="304" border="0" /><br />
</figure>
</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"><i>Project Hail Mary</i> is enjoyable, if a bit schematic in plot, but by far the most jarring aspect of watching it—at least for me, having not read the book—was the insistent need to suspend scientific disbelief. Even if reflecting a sophistication around such areas as orbital mechanics and astrophysical constraints, most implausible was the ease with which Grace and Rocky are able to communicate. <a href="https://arstechnica.com/culture/2026/03/project-hail-mary-is-in-theaters-but-do-the-linguistics-work/">This illuminating conversation</a> between Lee Hutchinson and a linguist, published via <i>Ars Technica</i>, brings the problem into sharper focus: from a linguistic standpoint, first contact between two beings lacking shared biology, environment, perceptual systems, and basic forms of life would be extraordinarily difficult, perhaps impossible.</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 reality, effective communication is hard enough even among humans with ostensibly shared language and culture. As a psychiatrist, I am regularly reminded that even between people who inhabit roughly the same symbolic world, mutual understanding is often partial, effortful, and fragile. Once one imagines contact across radically different forms of embodiment and cognition, the difficulty multiplies almost beyond measure. The problem is not merely vocabulary or grammar. It extends to perception, salience, categorization, reference, ontology, and the very terms in which experience is organized. </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">Of course, <i>Project Hail Mary</i> relaxes rigor here for an understandable reason. If it did not, the story would stall. The film depends on the rapid emergence of intelligible cooperation in order to deliver its satisfying buddy-film structure: two unlike minds confronting extreme circumstances through ingenuity, trust, and shared problem-solving. That narrative payoff requires a major concession. Despite the film&#8217;s artful attempt to depict the strangeness of alien life, Grace and Rocky must have been very similar to be able to communicate so easily. </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">Compare this with Denis Villeneuve’s critically acclaimed and immensely satisfying <a href="https://en.wikipedia.org/wiki/&lt;i&gt;Arrival&lt;/i&gt; (2016)"><i>Arrival</i> (2016)</a>, adapted from <a href="https://en.wikipedia.org/wiki/Ted Chiang’s “Story of Your Life.”">Ted Chiang’s “Story of Your Life.”</a> That film operates on an entirely different level. It treats language and communication not as a narrative hurdle to be cleared, but as a profound scientific and philosophical problem. Linguistic analysis is presented as slow, tentative, and deeply imperfect. The film does not evade the fact of radical unsharedness—of perception, temporality, ontology, and classification—but makes that difficulty the substance of the drama. In <i>Arrival</i>, understanding is not a shortcut to the plot. It is the plot.</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">Briefly, some other first contact sci-fi novels grappling with the challenge of communication that come to mind include the work of <a href="https://en.wikipedia.org/wiki/Stanislaw Lem">Stanislaw Lem</a>, the immensely satisfying <a href="https://en.wikipedia.org/wiki/&lt;em&gt;Blindsight&lt;/em&gt; by Peter Watts"><em>Blindsight</em> by Peter Watts</a>, <a href="https://en.wikipedia.org/wiki/Mary Doria Russell's &lt;em&gt;The Sparrow&lt;/em&gt;">Mary Doria Russell&#8217;s <em>The Sparrow</em></a><em>, </em>and <a href="https://en.wikipedia.org/wiki/&lt;em&gt;Ender's Game &lt;/em&gt;by Orson Scott Card"><em>Ender&#8217;s Game </em>by Orson Scott Card</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/22/project-hail-mary-is-in-theaters-but-do-the-linguistics-work/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55800 -->

				
					
	<article id="post-55799" class="post-55799 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/21/america-and-public-disorder-2/" rel="bookmark">America and Public&nbsp;Disorder</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/21/america-and-public-disorder-2/" title="9.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-21T21:52:27-05:00">21 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/21/america-and-public-disorder-2/#comments">1</a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8216; Addressing our biggest social flaw…&#8217; (Chris Arnade via <strong><a href="">Substack</a></strong>)</p>
</blockquote>
<p>Arnade’s argument rests on the observation that a relatively small subset of profoundly impaired people with overlapping psychosis, addiction, and grave functional decline account for much of the disorder the public actually encounters in American cities. These are not merely the generic homeless, because the issue is not poverty alone or housing instability in the abstract, but a narrower population that often cannot function reliably even when housing exists and whose deterioration spills into shared civic space. He is also probably right that a small number of vivid, unsettling encounters can change how ordinary people use cities. Urban life depends less on the statistical frequency of victimization than on confidence that public behavior will remain within tolerable bounds; once that expectation weakens, people withdraw into privacy, avoidance, and defensive insulation. His moral challenge also has force: for some severely disorganized individuals, nominal liberty can amount to prolonged abandonment, and nonintervention may be less an expression of compassion than a failure to protect people who are no longer able to protect themselves.</p>
<p>Where the essay weakens is in its causal simplification and in the confidence of its remedies. Arnade leans heavily on anecdote, treats visibility as a proxy for prevalence, and overstates the explanatory power of culture, underplaying the institutional drivers of the American landscape: failed deinstitutionalization, fragmented psychiatric and addiction care, housing scarcity, and a far more destabilizing drug supply. That matters because his solutions—more involuntary treatment, mandated addiction care, and incarceration with treatment elements—have intuitive appeal in extreme cases but outrun both the evidence and the country’s actual capacity. The problem is not well framed as permissiveness versus control. The more credible answer is a continuum of assertive outreach, low-threshold engagement, stabilization, supportive housing, and sustained treatment, with coercion reserved for narrower circumstances than his rhetoric suggests. He is persuasive in arguing that the status quo fails both the public and the most visibly ill; he is much less persuasive in showing that expanded coercion is the main solution rather than a partial tool inside a much larger, underbuilt system of care.</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/21/america-and-public-disorder-2/#comments"><b>1</b> Reply</a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55799 -->

				
					
	<article id="post-55797" class="post-55797 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/20/bitch-a-history/" rel="bookmark">‘Bitch’: A History</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/20/bitch-a-history/" title="9.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-20T21:22:36-05:00">20 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/20/bitch-a-history/#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://m.media-amazon.com/images/I/61xpDfpB2jL._AC_UF1000,1000_QL80_.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;‘Bitch’ is a word with bite. Once a straightforward insult, it is now used in so many different ways that it’s no longer clear what it means. Bitch is a linguistic chameleon: there are good bitches and bad bitches; boss bitches and perfect bitches; sexy, difficult, dangerous or even psycho bitches. After so many variations and attempts to reject or reclaim the word, some now wear the label defiantly, while others still have it thrown at them. Its evolution is messy, complicated and revealing.…&#8217; (Karen Stollznow via <strong><a href="https://aeon.co/essays/what-the-evolution-of-bitch-says-about-gender-and-power?utm_source=Aeon+Newsletter&amp;utm_campaign=5a95ab49dd-EMAIL_CAMPAIGN_2026_03_20&amp;utm_medium=email&amp;utm_term=0_-62b901ec41-59925997">Aeon</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/20/bitch-a-history/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55797 -->

				
					
	<article id="post-55796" class="post-55796 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/20/geist-in-the-machine/" rel="bookmark">Geist in the&nbsp;Machine</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/20/geist-in-the-machine/" title="9.13 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-20T21:13:01-05:00">20 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/20/geist-in-the-machine/#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://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRPrtwwgOtDe7PPsYpmym8nz9aMsgVTDPXaJw&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;As the 18th-century war between mechanism and romanticism returns, we face a new question: can we build artificial souls?…&#8217; (Peter Wolfendale via <strong><a href="https://aeon.co/essays/if-we-hope-to-build-artificial-souls-where-should-we-start?utm_source=Aeon+Newsletter&amp;utm_campaign=5a95ab49dd-EMAIL_CAMPAIGN_2026_03_20&amp;utm_medium=email&amp;utm_term=0_-62b901ec41-59925997">Aeon</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/20/geist-in-the-machine/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55796 -->

				
					
	<article id="post-55795" class="post-55795 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/20/14445-and-counting/" rel="bookmark">14,445 and Counting</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/20/14445-and-counting/" title="8.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-20T20:10:17-05:00">20 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/20/14445-and-counting/#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://d3i6fh83elv35t.cloudfront.net/static/2024/11/2024-11-23T195437Z_752478347_RC24BBAQKMNZ_RTRMADP_3_FRANCE-WOMEN-PROTEST-1024x683.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Inside a Texas nurse’s quest to document the life and death of every woman killed by a man in America.…&#8217; ( Christa Hillstrom via <strong><a href="https://magazine.atavist.com/author/christa-hillstrom">The Atavist Magazine</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/20/14445-and-counting/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55795 -->

				
					
	<article id="post-55793" class="post-55793 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/17/lonely-people-are-better-off-texting-strangers-than-messaging-a-chatbot-study-finds/" rel="bookmark">Lonely People Are Better Off Texting Strangers Than Messaging a Chatbot, Study&nbsp;Finds</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/17/lonely-people-are-better-off-texting-strangers-than-messaging-a-chatbot-study-finds/" title="7.07 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-17T19:07:35-05:00">17 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/17/lonely-people-are-better-off-texting-strangers-than-messaging-a-chatbot-study-finds/#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/2024/10/hingham-schools-ai-lawsuit.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;In a recent Gallup/Lumina survey of higher education, 60 percent of students experiencing emotional stress cited loneliness as a factor. Such reports are so common that we’ve spent years casually referring to the “loneliness epidemic” as a fact of life. That means that many startups smell money and have pushed chatbots as a potential solution for helping people feel a bit of needed companionship. But that idea may just be a fool’s errand. A new study found that texting with a stranger reduced feelings of loneliness among college students more than chatting with a chatbot did.…&#8217; (<i>via <a href="https://gizmodo.com/lonely-people-are-better-off-texting-strangers-than-messaging-a-chatbot-study-finds-2000734594">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/17/lonely-people-are-better-off-texting-strangers-than-messaging-a-chatbot-study-finds/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55793 -->

				
					
	<article id="post-55791" class="post-55791 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/17/why-garlic-smell-sticks-to-your-hands-and-how-a-spoon-removes-it/" rel="bookmark">Why garlic smell sticks to your hands — and how a spoon removes&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/17/why-garlic-smell-sticks-to-your-hands-and-how-a-spoon-removes-it/" title="6.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-17T18:30:12-05:00">17 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/17/why-garlic-smell-sticks-to-your-hands-and-how-a-spoon-removes-it/#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/2026/03/garlic.jpg?fit=1200%2C800&amp;quality=60&amp;ssl=1" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Copper receptors in your nose are the reason you can’t escape garlic fingers. Hiroaki Matsunami, a molecular genetics professor at Duke University, told NYT Wirecutter that our olfactory system has an unusually high affinity for sulfur compounds — the same compounds that garlic releases when you crush or mince it. The chemical responsible is allicin, a sulfur-containing compound that binds directly to your skin and doesn’t wash off easily with soap and water.</p>
<p>The fix is chromium. Sulfur atoms are attracted to the chromium in stainless steel, so rubbing your hands on a stainless steel surface pulls the allicin compounds off your skin and onto the metal. Companies sell dedicated “stainless steel soap bars” for exactly this purpose, but any stainless steel object in your kitchen already does the same job. A spoon. A faucet. The inside of your sink basin.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/why-garlic-smell-sticks-to-your-hands">Boing Boing)</a></i>
</p></blockquote>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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 role of copper, referenced in the first sentence and never elucidated, is a genuinely fascinating piece of biochemistry. The reference is to the discovery that certain olfactory receptors responsible for detecting sulfur-containing compounds — thiols, like those released by garlic — are actually <strong>metalloproteins that require ionic copper as an essential cofactor</strong>. The copper isn&#8217;t incidental; it&#8217;s mechanistically central.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal">Here&#8217;s what the science shows: researchers discovered that the same receptors in the nose that pick up these unpleasant-smelling molecules also bind with particles of copper that reside in nasal mucus, and that this metallic binding partner amplifies the signal for the smelly molecules by up to 1,000 times. <span class="inline-flex"><a class="group/tag relative h-[18px] rounded-full inline-flex items-center overflow-hidden -translate-y-px cursor-pointer" href="https://www.scientificamerican.com/article/chemists-discover-why-the-nose-is-hypersensitive-to-sulfur-odors/" target="_blank" rel="noopener"><span class="relative transition-colors h-full max-w-[180px] overflow-hidden px-1.5 inline-flex items-center font-small rounded-full border-0.5 border-border-300 bg-bg-200 group-hover/tag:bg-accent-900 group-hover/tag:border-accent-100/60"><span class="text-nowrap text-text-300 break-all truncate font-normal group-hover/tag:text-text-200">Scientific American</span></span></a></span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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 confirmatory human work came in 2016: human thiol receptor OR2T11 responds specifically to gas odorants like ethanethiol and related low molecular weight thiols, and requires ionic copper for its robust activation — without it, the receptor loses almost all activity. <span class="inline-flex"><a class="group/tag relative h-[18px] rounded-full inline-flex items-center overflow-hidden -translate-y-px cursor-pointer" href="https://www.researchgate.net/publication/309163929_Fifty_years_of_smelling_sulfur_From_the_chemistry_of_garlic_to_the_molecular_basis_for_olfaction" target="_blank" rel="noopener"><span class="relative transition-colors h-full max-w-[180px] overflow-hidden px-1.5 inline-flex items-center font-small rounded-full border-0.5 border-border-300 bg-bg-200 group-hover/tag:bg-accent-900 group-hover/tag:border-accent-100/60"><span class="text-nowrap text-text-300 break-all truncate font-normal group-hover/tag:text-text-200">ResearchGate</span></span></a></span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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 structural basis is also becoming clearer: there is a highly conserved sequence in roughly three quarters of all olfactory receptors that constitutes a tripodal metal ion binding site, leading to the proposal that olfactory receptors are in fact metalloproteins — most likely with zinc, copper, and possibly manganese ions — that serve as a Lewis acid site for binding of many odorant molecules. <span class="inline-flex"><a class="group/tag relative h-[18px] rounded-full inline-flex items-center overflow-hidden -translate-y-px cursor-pointer" href="https://en.wikipedia.org/wiki/Olfactory_receptor" target="_blank" rel="noopener"><span class="relative transition-colors h-full max-w-[180px] overflow-hidden px-1.5 inline-flex items-center font-small rounded-full border-0.5 border-border-300 bg-bg-200 group-hover/tag:bg-accent-900 group-hover/tag:border-accent-100/60"><span class="text-nowrap text-text-300 break-all truncate font-normal group-hover/tag:text-text-200">Wikipedia</span></span></a></span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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 evolutionary logic is elegant: we may have evolved our super-sensitive sulfur detection out of necessity, as those scents often signal the presence of rotten food, dangerous vapors, or unsanitary conditions. <span class="inline-flex"><a class="group/tag relative h-[18px] rounded-full inline-flex items-center overflow-hidden -translate-y-px cursor-pointer" href="https://ncdnadayblog.org/2022/04/08/smelling-sulfur-the-chemical-culprit-behind-eggs-skunks-and-garlic-breath/" target="_blank" rel="noopener"><span class="relative transition-colors h-full max-w-[180px] overflow-hidden px-1.5 inline-flex items-center font-small rounded-full border-0.5 border-border-300 bg-bg-200 group-hover/tag:bg-accent-900 group-hover/tag:border-accent-100/60"><span class="text-nowrap text-text-300 break-all truncate font-normal group-hover/tag:text-text-200">Ncdnadayblog</span></span></a></span> The copper cofactor essentially acts as a signal amplifier tuned specifically to the sulfur–metal coordination chemistry that thiols naturally favor — which is why thiols were historically called <em>mercaptans</em>, from the Latin <em>mercurium captans</em>, &#8220;capturing mercury.&#8221;</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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&#8217;s also a pleasing irony in the stainless steel spoon trick mentioned in the article: chromium in stainless steel pulls the sulfur compounds off your hands <span class="inline-flex"><a class="group/tag relative h-[18px] rounded-full inline-flex items-center overflow-hidden -translate-y-px cursor-pointer" href="https://boingboing.net/2026/03/16/why-garlic-smell-sticks-to-your-hands-and-how-a-spoon-removes-it.html" target="_blank" rel="noopener"><span class="relative transition-colors h-full max-w-[180px] overflow-hidden px-1.5 inline-flex items-center font-small rounded-full border-0.5 border-border-300 bg-bg-200 group-hover/tag:bg-accent-900 group-hover/tag:border-accent-100/60"><span class="text-nowrap text-text-300 break-all truncate font-normal group-hover/tag:text-text-200">Boing Boing</span></span></a></span> — another metal-sulfur coordination interaction, this time working in reverse, scavenging the very compounds that your copper-dependent receptors are so exquisitely sensitive to.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]" 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 &#8220;copper receptors&#8221; is compressed jargon for <em>olfactory receptors that depend on copper ions as a cofactor for thiol sensitivity</em> — a real and rather beautiful piece of metallobiology that the article cited correctly but left entirely unexplained.</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/17/why-garlic-smell-sticks-to-your-hands-and-how-a-spoon-removes-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55791 -->

				
					
	<article id="post-55789" class="post-55789 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/15/trumps-idea-of-fun-bombing-irans-main-oil-hub/" rel="bookmark">Trump’s idea of “fun”? Bombing Iran’s main oil&nbsp;hub</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/15/trumps-idea-of-fun-bombing-irans-main-oil-hub/" title="7.16 am" rel="bookmark"><time class="entry-date" datetime="2026-03-15T07:16:03-05:00">15 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/15/trumps-idea-of-fun-bombing-irans-main-oil-hub/#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="UntitledImage.png" src="https://followmehere.com/wp-content/uploads/2026/03/untitledimage.png" alt="" width="488" height="222" border="0" /></h3>
<blockquote><p>
&#8216;Donald Trump said on Saturday that the United States may carry out more strikes on Iran’s Kharg Island oil export hub “just for fun”, saying that while Tehran appears ready to make a deal to end the conflict, “the terms aren’t good enough yet”.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/trumps-idea-of-fun-bombing-irans">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/15/trumps-idea-of-fun-bombing-irans-main-oil-hub/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55789 -->

				
					
	<article id="post-55786" class="post-55786 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/13/how-to-rescue-a-wet-damaged-book-a-handy-visual-primer/" rel="bookmark">How to Rescue a Wet, Damaged Book: A Handy Visual&nbsp;Primer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/13/how-to-rescue-a-wet-damaged-book-a-handy-visual-primer/" title="8.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-13T20:43:45-05:00">13 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/13/how-to-rescue-a-wet-damaged-book-a-handy-visual-primer/#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://cdn8.openculture.com/2026/03/11211413/wet-book-rescue.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;How to save those wet, damaged books? The question has to be asked. [<a href="https://www.youtube.com/watch?v=S9_fwmdCyzo&amp;embeds_referring_euri=https%3A%2F%2Fwww.openculture.com%2F">Here</a>] you can watch a visual primer from the Syracuse University Libraries—people who know some thing about taking care of books. It contains a series of tips, some intuitive, some less so, that will give you a clear action plan the next time water and paper meet.…&#8217; (<i>via <a href="https://www.openculture.com/2026/03/how-to-rescue-a-wet-damaged-book-a-handy-visual-primer.html#utm_content=topic/howto&amp;utm_source=flipboard">Open Culture</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/13/how-to-rescue-a-wet-damaged-book-a-handy-visual-primer/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55786 -->

				
					
	<article id="post-55784" class="post-55784 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/13/earths-spin-is-slowing-at-a-pace-not-seen-in-millions-of-years-and-you-can-guess-why/" rel="bookmark">Earth’s Spin Is Slowing at a Pace Not Seen in Millions of Years—and You Can Guess&nbsp;Why</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/13/earths-spin-is-slowing-at-a-pace-not-seen-in-millions-of-years-and-you-can-guess-why/" title="8.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-13T20:38:32-05:00">13 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/13/earths-spin-is-slowing-at-a-pace-not-seen-in-millions-of-years-and-you-can-guess-why/#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/2025/09/earth-from-space-1600x1067.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The new study described this &#8220;almost unprecedented rate of increase&#8221; in the length of an average day as a quantifiable consequence of Earth&#8217;s rising oceans.…&#8217; (Matthew Phelan <i>via <a href="https://gizmodo.com/earths-spin-is-slowing-at-a-pace-not-seen-in-millions-of-years-and-you-can-guess-why-2000733332?utm_source=flipboard&amp;utm_content=Gizmodo/magazine/Earther">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/13/earths-spin-is-slowing-at-a-pace-not-seen-in-millions-of-years-and-you-can-guess-why/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55784 -->

				
					
	<article id="post-55782" class="post-55782 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/13/critics-mock-delusional-melania-trump-after-bonkers-speech/" rel="bookmark">Critics Mock &#8216;Delusional&#8217; Melania Trump After Bonkers&nbsp;Speech</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/13/critics-mock-delusional-melania-trump-after-bonkers-speech/" title="8.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-13T20:32:31-05:00">13 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/13/critics-mock-delusional-melania-trump-after-bonkers-speech/#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://s.yimg.com/os/en/the_huffington_post_584/c8f64cbe6835aaf051036c594f2608bb" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;First lady Melania Trump on Thursday delivered some wildly over-the-top praise to an unexpected person: herself.</p>
<p>With husband President Donald Trump looking on at a Women’s History Month event at the White House, the first lady declared herself to be a “visionary” who is “often alone at the top.”</p>
<p>“In solitude, my creative mind dances, filling my imagination with originality,” she said, then listed all of her roles: “mother, humanitarian, philanthropist, and entrepreneur.”</p>
<p>Melania Trump was also pleased with her work on the film about herself, “Melania,” which currently has an 11% critics’ rating on Rotten Tomatoes.</p>
<p>“I shaped its creative direction, served as a producer, managed post-production, and activated the marketing campaign,” she said, adding:</p>
<p>“Curiosity is a core value that keeps me ahead of the curve. Curiosity begets knowledge, opening doors to ideas and industry that I have otherwise overlooked. This unrestricted mindset has led me to build across very different sectors: fashion, digital assets, publishing, accessories, skincare, commercial television, and of course, filmmaking.”…&#8217; (Ed Mazza <i>via <a href="https://www.huffpost.com/entry/melania-trump-visionary-speech_n_69b3bda4e4b05771d5b1e56f?utm_source=flipboard&amp;utm_content=topic%2Fculture">HuffPost</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">Public figures occasionally praise their own work, but the rhetorical register here resembles personal promotional copy more than the usual language of public office. The grandiosity goes a long way to explaining the sometimes puzzling reason she stays with him. </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/13/critics-mock-delusional-melania-trump-after-bonkers-speech/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55782 -->

				
					
	<article id="post-55780" class="post-55780 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/13/biographer-says-trump-making-it-up-as-he-goes-along-as-president-ignores-intel-briefings/" rel="bookmark">Biographer says Trump &#8216;making it up as he goes along&#8217; as president ignores intel&nbsp;briefings</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/13/biographer-says-trump-making-it-up-as-he-goes-along-as-president-ignores-intel-briefings/" title="8.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-13T20:22:46-05:00">13 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/13/biographer-says-trump-making-it-up-as-he-goes-along-as-president-ignores-intel-briefings/#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.alternet.org/media-library/reuters.jpg?id=62630930&amp;width=1245&amp;height=700&amp;quality=50&amp;coordinates=0%2C52%2C0%2C53" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;One-time Donald Trump biographer Michael Wolff revealed why the situation with the Iran war &#8220;could not be more dire&#8221; as the president continues his habit of ignoring intelligence briefings.</p>
<p>A veteran reporter and author, Wolff is best known for his 2018 book, Fire &amp; Fury, which used inside sources to chronicle the chaos of Trump&#8217;s first term in the White House. During the latest episode of his Daily Beast podcast, &#8220;Inside Trump&#8217;s Head,&#8221; he dug into why Trump&#8217;s habits make it uniquely dangerous for him to be overseeing the war against Iran.</p>
<p>As Wolff noted, Trump is well-known for his refusal to read daily intelligence briefings, which his various predecessors would read extensively. In the past, reports indicated that staffers have tried to get important information to him by simplifying briefings, getting them down to a page or less and trying to include as many pictures as possible. They have also reportedly tried to construct the information to be about Trump himself, in order to pique his interest.…&#8217; (<i>via <a href="https://www.alternet.org/trump/trump-wolff-2676081770/">Alternet</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/13/biographer-says-trump-making-it-up-as-he-goes-along-as-president-ignores-intel-briefings/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55780 -->

				
					
	<article id="post-55778" class="post-55778 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/13/our-sun-was-born-in-a-hellish-part-of-the-milky-way-new-research-explains-how-it-escaped/" rel="bookmark">Our Sun Was Born in a Hellish Part of the Milky Way. New Research Explains How It&nbsp;Escaped</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/13/our-sun-was-born-in-a-hellish-part-of-the-milky-way-new-research-explains-how-it-escaped/" title="7.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-13T19:48:37-05:00">13 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/13/our-sun-was-born-in-a-hellish-part-of-the-milky-way-new-research-explains-how-it-escaped/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal" src="https://gizmodo.com/app/uploads/2026/03/stellar-twins-migration.jpg" alt="An illustration of the stellar migration that took place in the Milky Way 4 to 6 billion years ago." /><br />
</figure>
<blockquote><p>
&#8216;Without the mass stellar migration, life may not have been able to form on Earth.…&#8217; (Passant Rabie <i>via <a href="https://gizmodo.com/our-sun-was-born-in-a-hellish-part-of-the-milky-way-new-research-explains-how-it-escaped-2000733122">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/13/our-sun-was-born-in-a-hellish-part-of-the-milky-way-new-research-explains-how-it-escaped/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55778 -->

				
					
	<article id="post-55777" class="post-55777 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/11/the-void-would-very-much-like-you-to-stop-screaming-into-it/" rel="bookmark">The Void Would Very Much Like You to Stop Screaming Into&nbsp;It</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/11/the-void-would-very-much-like-you-to-stop-screaming-into-it/" title="4.57 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-11T16:57:30-05:00">11 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/11/the-void-would-very-much-like-you-to-stop-screaming-into-it/#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://tendency-prod.nyc3.cdn.digitaloceanspaces.com/hhivwde0ducfyrf0x0ncy78is8dn" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;I know, alright? I know, I know, I know.</p>
<p>He’s awful.</p>
<p>A maniac, even. Possibly a sociopath. It’s hard to tell.</p>
<p>Yes, he might destroy the very fabric of this country. Yes, his grasp of foreign policy seems similar to that of a petulant four-year-old. Yes, his key advisor is a guy who started a white nationalist website and who looks like a hobbit crossed with an angry radish.</p>
<p>It is, I’ll admit, entirely possible he’ll start another war, or several wars, or even a world war because Melania ﬁnally escaped, or his sons were revealed to be Uday and Qusay Hussein in disguise, or something.</p>
<p>But he’s just one guy. One freaking guy. You have got to stop coming here, day after day, screaming into me about him. Especially using that many curse words.</p>
<p>I think we can both admit at this point that the screaming isn’t working. The screaming isn’t making you feel any better.</p>
<p>So, I’m asking you, as someone who loves you—stop it. Stop the screaming. Be proactive about your life. Go do something about it.</p>
<p>Do anything. Do something small—gaze at your normal-sized hands and feel superior about it. Wear a dead orange badger on your head and make yourself laugh. Start a drinking game where you drink whenever the Constitution gets violated. Okay, that last one’s not a great idea, oh man, I’m already drunk&#8230;&#8217; (via <a href="http://McSweeneys.net/articles/the-void-would-very-much-like-you-to-stop-screaming-into-it">McSweeneys</a><a href="https://www.mcsweeneys.net/articles/the-void-would-very-much-like-you-to-stop-screaming-into-it">)</a>
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/03/11/the-void-would-very-much-like-you-to-stop-screaming-into-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55777 -->

				
					
	<article id="post-55776" class="post-55776 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/11/just-dont-use-the-w-word/" rel="bookmark">Just Don’t Use the&nbsp;W-Word</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/11/just-dont-use-the-w-word/" title="4.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-11T16:51:12-05:00">11 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/11/just-dont-use-the-w-word/#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/y17b5h6PZciiLqlna8BQkcSuya0=/0x0:2000x1125/960x540/media/img/mt/2026/03/2026_03_09_w_word/original.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
’Trump’s administration has both used and avoided the word</p>
<p style="text-align: center"><em>war</em></p>
<p>in ways that seek glory and evade responsibility.…&#8217; (Gal Beckerman via <strong><a>Atlantic</a></strong>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/03/11/just-dont-use-the-w-word/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55776 -->

				
					
	<article id="post-55774" class="post-55774 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/08/efforts-grow-to-ban-octopus-farming/" rel="bookmark">Efforts Grow to Ban Octopus&nbsp;Farming</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/08/efforts-grow-to-ban-octopus-farming/" title="8.25 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-08T20:25:34-05:00">8 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/08/efforts-grow-to-ban-octopus-farming/#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/03/efforts-ban-octopus-farming.jpg?w=1152&amp;h=768" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The case for a prohibition on octopus farming is simple enough: we probably shouldn’t raise animals capable of using tools — let alone ones which might possess consciousness — in tubs of their own waste to sell at a profit, for the purposes of eating.…&#8217; (Joe Wilkins <i>via <a href="https://futurism.com/science-energy/efforts-ban-octopus-farming?utm_source=flipboard&amp;utm_content=topic/science">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/03/08/efforts-grow-to-ban-octopus-farming/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55774 -->

				
					
	<article id="post-55772" class="post-55772 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/08/fox-busted-repeatedly-covering-up-trumps-insult-to-war-dead/" rel="bookmark">Fox Busted Repeatedly Covering Up Trump’s Insult to War&nbsp;Dead</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/08/fox-busted-repeatedly-covering-up-trumps-insult-to-war-dead/" title="8.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-08T20:22:45-05:00">8 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/08/fox-busted-repeatedly-covering-up-trumps-insult-to-war-dead/#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://s.yimg.com/ny/api/res/1.2/1syLswGoXDqKxWUs_m8swQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTI0MDA7aD0xMzUwO2NmPXdlYnA-/https://media.zenfs.com/en/thedailybeast.com/826a12838e6db7dba2ade2ef4f4cc071" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘&#8230;immediate bipartisan rage over Trump’s decision to wear a baseball cap to the solemn event on Saturday.…&#8217; (<i>via <a href="https://ca.news.yahoo.com/fox-forced-apologize-censoring-trump-161814748.html?utm_source=flipboard&amp;utm_content=topic%2Frights&amp;guccounter=1&amp;guce_referrer=aHR0cHM6Ly9mbGlwYm9hcmQuY29tL3JlZGlyZWN0P3VybD1odHRwcyUzQSUyRiUyRmNhLm5ld3MueWFob28uY29tJTJGZm94LWZvcmNlZC1hcG9sb2dpemUtY2Vuc29yaW5nLXRydW1wLTE2MTgxNDc0OC5odG1sJTNGdXRtX3NvdXJjZSUzRGZsaXBib2FyZCUyNnV0bV9jb250ZW50JTNEdG9waWMlMjUyRnJpZ2h0cyZ2PVEtUm5QWl9lclM0SzRMSzZSc3RuR1pQZmtCVmdOQ1hzS2VpUEtLU1FsZ01BQUFHYzBBdjVWUQ&amp;guce_referrer_sig=AQAAAKKTVeCy4VPESjUCR4RvshYL53BGU1h-whBwEK3alWTMyZxGXktqvEjfKuRchj68N1YwY7zG7RrnLqQ6UB0FA59pSHqAz95hMlb0MBe-s_BUemSmFQCbRltSAML8oP4yLvmWbS-baSIyouE75u4H13tWYwXPfYOlJyx5ZLIUF877">Yahoo News Canada</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/08/fox-busted-repeatedly-covering-up-trumps-insult-to-war-dead/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55772 -->

				
					
	<article id="post-55770" class="post-55770 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/08/r-i-p-country-joe-mcdonald/" rel="bookmark">R.I.P., Country Joe&nbsp;McDonald</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/08/r-i-p-country-joe-mcdonald/" title="4.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-08T16:35:48-05:00">8 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/08/r-i-p-country-joe-mcdonald/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
 <br />
</figure>
<div style="border: 3px black solid;padding: 10px 10px 10px 10px">
<blockquote>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/03/09/multimedia/08Mcdonald1/08Mcdonald1-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
<h2>Antiwar Song Became an Anthem</h2>
<p>&#8216;One of the starring acts at Woodstock, he and his band, the Fish, came out of the Bay Area’s psychedelic rock scene. He went on to a long career as a solo artist.</p>
<p>The tone of the politics and social commentary in Mr. McDonald’s songs could range from whimsical to snarky. In “The Harlem Song” he satirized white people’s fetish for Black culture, while in “Fixin’-to-Die,” he sang in the voice of a TV pitchman selling parents on the chance to “be the first one on your block to have your boy come home in a box!” The song culminated in the ironic refrain, “Whoopee! We’re all gonna die!”&#8230;’ (Jim Farber <i>via <a href="https://www.nytimes.com/2026/03/08/arts/music/country-joe-mcdonald-dead.html">The New York Times</a></i>)
</p></blockquote>
</div>
<p> </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/08/r-i-p-country-joe-mcdonald/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55770 -->

				
					
	<article id="post-55768" class="post-55768 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/07/how-to-defeat-a-lawless-and-murderous-trump-regime/" rel="bookmark">How to Defeat a Lawless and Murderous Trump&nbsp;Regime</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/07/how-to-defeat-a-lawless-and-murderous-trump-regime/" title="4.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-07T16:12:38-05:00">7 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/07/how-to-defeat-a-lawless-and-murderous-trump-regime/#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.commondreams.org/media-library/president-trump-meets-with-his-cabinet-at-the-white-house.jpg?id=65155363&amp;width=1200&amp;height=400&amp;quality=70&amp;coordinates=0%2C604%2C0%2C1063" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Whether the Trump administration cloaks its actions in legal rationales or disregards legality altogether, communities at home and abroad continue to resist. Recognizing that the law alone will not save us is not a call to despair but a call to organize and build our power. Because nothing has ever altered the course of injustice except the organized power of the people — and nothing else ever will.…&#8217; (Maha Hilal <i>via <a href="https://www.commondreams.org/opinion/trump-lawlessness?share_id=9221643&amp;utm_source=flipboard&amp;utm_content=other">Common Dreams</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/07/how-to-defeat-a-lawless-and-murderous-trump-regime/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55768 -->

				
					
	<article id="post-55766" class="post-55766 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/07/the-next-trump-official-to-follow-kristi-noem-out-the-door-in-white-house-purge/" rel="bookmark">The next Trump official to follow Kristi Noem out the door in White House&nbsp;purge</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/07/the-next-trump-official-to-follow-kristi-noem-out-the-door-in-white-house-purge/" title="4.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-07T16:08:58-05:00">7 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/07/the-next-trump-official-to-follow-kristi-noem-out-the-door-in-white-house-purge/#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://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSx0OimfFu43Riw8XR6knw2526xj3Wgp_tDjQ&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Trump fired Homeland Security Secretary Kristi Noem on Thursday — and, according to a prominent columnist, Attorney General <a href="https://en.wikipedia.org/wiki/Pam Bondi ">Pam Bondi </a>ought to be next.</p>
<p>&#8230; there is “currently a target on attorney general Pam Bondi’s back.” Five House Republicans joined their Democratic colleagues on Wednesday to subpoena Bondi to learn more about her controversial handling of the Jeffrey Epstein files. One day later, Rep. Shri Thanedar (D-MI) filed articles of impeachment against Bondi.…&#8217; (<i>via <a href="https://www.alternet.org/fire-trump-official/?utm_source=flipboard&amp;utm_content=topic%2Fhomelandsecurity">Alternet</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/07/the-next-trump-official-to-follow-kristi-noem-out-the-door-in-white-house-purge/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55766 -->

				
					
	<article id="post-55764" class="post-55764 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/07/philosopher-studying-ai-consciousness-startled-when-ai-agent-emails-him-about-its-own-experience/" rel="bookmark">Philosopher Studying AI Consciousness Startled When AI Agent Emails Him About Its Own &#8220;Experience&#8221;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/07/philosopher-studying-ai-consciousness-startled-when-ai-agent-emails-him-about-its-own-experience/" title="4.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-07T16:01:55-05:00">7 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/07/philosopher-studying-ai-consciousness-startled-when-ai-agent-emails-him-about-its-own-experience/#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/03/philosopher-ai-consciousness-startled-ai-email.jpg?w=1152&amp;h=768" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;&#8221;I&#8217;m writing because your work addresses questions I actually face, not just as an academic matter.&#8221;…&#8217; (Frank Landymore <i>via <a href="https://futurism.com/artificial-intelligence/philosopher-ai-consciousness-startled-ai-email?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/03/07/philosopher-studying-ai-consciousness-startled-when-ai-agent-emails-him-about-its-own-experience/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55764 -->

				
					
	<article id="post-55762" class="post-55762 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/07/rebecca-solnit-polarization-is-good-thats-when-you-have-clarity/" rel="bookmark">Rebecca Solnit: &#8220;Polarization is good. That’s when you have&nbsp;clarity.&#8221;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/07/rebecca-solnit-polarization-is-good-thats-when-you-have-clarity/" title="3.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-07T15:46:13-05:00">7 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/07/rebecca-solnit-polarization-is-good-thats-when-you-have-clarity/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/03/15/magazine/15mag-interview-solnit-03/15mag-interview-solnit-03-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
</figure>
<blockquote><p>
<strong>&#8216;If we’re talking about counternarratives that can lead to positive change, one of the defining counternarratives of the last few years could fall under the umbrella of “the resistance.” I would like to hear your perspective on whether any of the strategies against President Trump and Trumpism have been counterproductive. That is, if calling him or the movement fascist, sexist, racist pushed people into their respective corners? That’s the least of our problems.</strong></p>
<p>They are racist, they are authoritarian, they are misogynist, they are homophobic, and tiptoeing around it protects them and not the targets of the hatred and discrimination. I get so tired of the idea that progressives have gone too far in asserting that every human being deserves human rights when people are being shot in the streets of Minneapolis. We are facing such horrific brutality. Politeness is not really the problem. I think we got into this situation in part by a lot of people in the mainstream thinking it was more important to be polite than to call things by their true names. There’s a wonderful historian and scholar of nonviolence named George Lakey who says polarization is good. That’s when you have clarity. Sometimes people have to pick sides. You do not get authoritarians to behave better by being meek and gentle and polite. You get it by being strong.…’ (David Marchese interviews Rebecca Solnit, <i>via <a href="https://www.nytimes.com/2026/03/07/magazine/rebecca-solnit-interview.html?utm_source=flipboard&amp;utm_content=newyorktimes/magazine/Politics">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/03/07/rebecca-solnit-polarization-is-good-thats-when-you-have-clarity/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55762 -->

				
					
	<article id="post-55760" class="post-55760 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/06/the-gulf-countries-are-facing-their-nightmare-scenarios/" rel="bookmark">The Gulf Countries Are Facing Their Nightmare&nbsp;Scenarios</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/06/the-gulf-countries-are-facing-their-nightmare-scenarios/" title="6.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-06T18:46:23-05:00">6 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/06/the-gulf-countries-are-facing-their-nightmare-scenarios/#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/3fqiINP0qpfefY0kBx4IoC550yM=/0x0:2000x1125/1952x1098/media/img/mt/2026/03/2026_03_05_Gulf_mpg/original.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘…(E)ven the optimists acknowledge that the longer the war goes on, the more the Gulf region’s extraordinary vulnerabilities will be exposed. The risks to the UAE, Saudi Arabia, Qatar, Bahrain, and Kuwait go beyond interrupted oil and gas sales: In an arid region with few other resources, everyone is dependent on a daily influx of food and desalinated water along supply routes and pipelines that could be struck from the air. The Gulf has transformed in the past half century from a sparsely populated desert into a postmodern hub of migration and commerce with some 60 million residents. All of that prosperity rested on the slender premise that Iran would never do what it is doing now.</p>
<p>“If this goes on for another week or two, okay, tourists and investors will come back; the losses can be made up,” one Emirati, who requested anonymity because he did not want to appear skeptical of the government’s hopeful messaging, told me. “But if it goes on longer than that, God knows what happens.”</p>
<p>The number of missiles being fired at the Gulf countries has dropped substantially in recent days, thanks to American and Israeli efforts to destroy Iranian launchers. But even a trickle of drone strikes, if they continue for months, could damage the Gulf’s brand as a haven within a volatile region.</p>
<p>Dubai, the UAE’s largest city, may be especially exposed to that kind of reputational risk, because its economy is so dependent on tourism, real estate, and foreign investment. But the entire Gulf region has become a hostage of the ongoing war. Qatar has fewer air defenses than its larger neighbors, and its energy minister, Saad al-Kaabi, made the startling claim today that all Gulf oil and gas producers could be forced to stop production within days. The war, he told the Financial Times, could “bring down the economies of the world.”…&#8217; (Robert F. Worth <i>via<a href="https://www.theatlantic.com/international/2026/03/gulf-countries-iran-us-war/686272/?utm_source=feed"> 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/06/the-gulf-countries-are-facing-their-nightmare-scenarios/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55760 -->

				
					
	<article id="post-55759" class="post-55759 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/06/the-half-life-of-a-culture-war-celebrity/" rel="bookmark">The Half-Life of a Culture-War&nbsp;Celebrity</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/06/the-half-life-of-a-culture-war-celebrity/" title="7.06 am" rel="bookmark"><time class="entry-date" datetime="2026-03-06T07:06:08-05:00">6 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/06/the-half-life-of-a-culture-war-celebrity/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8220;Turns out lawlessness is not a winning strategy. See you at Nuremberg 2.0.” (Oregon Senator Ron Wyden)</p>
</blockquote>
					</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/06/the-half-life-of-a-culture-war-celebrity/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55759 -->

				
					
	<article id="post-55758" class="post-55758 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/06/good-riddance/" rel="bookmark">Good Riddance</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/06/good-riddance/" title="7.01 am" rel="bookmark"><time class="entry-date" datetime="2026-03-06T07:01:37-05:00">6 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/06/good-riddance/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>“Hey, Kristi Noem, don’t let the door hit you on the way out. Here’s your legacy: corruption and chaos. Parents and children tear-gassed. Moms and nurses, U.S. citizens getting shot in the face. Now that you’re gone, don’t think you get to just walk away. I guarantee you, you will still be held accountable.” (Illinois governor J.B.Pritzker)</p>
</blockquote>
					</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/06/good-riddance/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55758 -->

				
					
	<article id="post-55756" class="post-55756 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/start-your-digital-detox-with-this-smartwatch-case/" rel="bookmark">Start your digital detox with this smartwatch&nbsp;case</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/start-your-digital-detox-with-this-smartwatch-case/" title="8.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T20:52:59-05:00">4 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/04/start-your-digital-detox-with-this-smartwatch-case/#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.ft.com/v3/image/raw/ftcms%3A8516d856-36eb-4b2f-a69e-02be0defcc7b?source=next-article&amp;fit=scale-down&amp;quality=highest&amp;width=700&amp;dpr=2" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The Miniphone Ultra, or “mpu”, is essentially just a case for the Apple Watch Ultra (versions 1, 2 or 3) that turns it into a miniature, minimalist smartphone. “There’s a guy I’ve been talking to who bought [an mpu] a while back,” says Jelley. “He told me that he’s had his phone shut away in his desk for two weeks. Nowadays, that’s kind of wild.”…&#8217; (Rhodri Marsden <i>via <a href="https://www.ft.com/content/5ace2685-71b2-4607-b4ff-b51f6fd2ceb5">Financial 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/03/04/start-your-digital-detox-with-this-smartwatch-case/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55756 -->

				
					
	<article id="post-55754" class="post-55754 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/trump-has-lost-the-plot-in-iran/" rel="bookmark">Trump Has Lost the Plot in&nbsp;Iran</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/trump-has-lost-the-plot-in-iran/" title="8.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T20:01:20-05:00">4 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/04/trump-has-lost-the-plot-in-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://cdn.theatlantic.com/thumbor/or9gqOWm5TxRNero5EQhDA8sfE0=/0x0:2000x1125/1952x1098/media/img/mt/2026/03/2026_03_04_Iran_Regime_Will_Break_Rather_Than_Bend_1/original.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;In Venezuela, Delcy Rodríguez—who concurrently oversaw the Ministries of Petroleum, Finance, and the Economy while serving as Vice President—maintained deep foreign connections, including a private backchannel to the Trump administration even before Nicolás Maduro’s capture. Her willingness to meet with CIA Director John Ratcliffe for a two-hour summit in Caracas underscored her authority to pivot the entire state apparatus toward a new energy partnership with the West.</p>
<p>The post-Khamenei landscape in Iran lacks any such singular, empowered interlocutor. The Islamic Republic’s parallel power structure, coupled with a 47-year ideology of resistance, has created a fatal disconnect: those who want to do a deal with America cannot deliver, while those who may be able to deliver do not want it. No one currently in Tehran has the will or the weight to break from the inherited stance of resistance and broker a deal à la Delcy Rodríguez.…&#8217; (Karim Sadjadpour <i>via <a href="https://www.theatlantic.com/international/2026/03/trump-iran-war-strategy/686235/?utm_source=feed">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/04/trump-has-lost-the-plot-in-iran/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55754 -->

				
					
	<article id="post-55752" class="post-55752 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/exhausted-looking-grandpa-pudding-brains-has-trouble-with-words/" rel="bookmark">Exhausted-looking Grandpa Pudding Brains has trouble with&nbsp;words</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/exhausted-looking-grandpa-pudding-brains-has-trouble-with-words/" title="7.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T19:47:20-05:00">4 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/04/exhausted-looking-grandpa-pudding-brains-has-trouble-with-words/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote>
<figure style="text-align: center">
<figure style="text-align: center">
<img loading="lazy" style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://substackcdn.com/image/fetch/$s_!GcVG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88709e41-8491-4145-b5e6-d69520e89f3e_605x544.jpeg" width="491" height="444" border="0" /><br />
</figure>
</figure>
<p>&#8216;After years of lecturing us about Sleepy Joe, Grandpa Pudding Brains seems extremely low-energy.</p>
<p>We’ve become used to Pudding Brains slurring, mumbling, and also falling asleep in public, but this performance is something new. As if his batteries were drained, and the Energize Bunny is struggling to beat its drum, I am left wondering if we’ll ever see its double-fisted dance again.</p>
<p>Maybe GPB’s exhaustion is why he sent his highly paid movie “star” wife to misrepresent us at the UN Security Council.</p>
<p>Is his cabinet just waiting for him to keel over?…&#8217; (Jason Weisberger <i>via <a href="https://premium.boingboing.net/p/exhausted-looking-grandpa-pudding">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/04/exhausted-looking-grandpa-pudding-brains-has-trouble-with-words/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55752 -->

				
							<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="5f446dbd4c" />					<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 id="today">1</td><td>2</td>
	</tr>
	<tr>
		<td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td>
	</tr>
	<tr>
		<td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td>
	</tr>
	<tr>
		<td>17</td><td>18</td><td>19</td><td>20</td><td>21</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://kottke.org/26/04/eye-contact-with-a-humpback-whale' target='_blank' rel='nofollow'>kottke.org/26/04/eye-cont&#8230;</a></li><li><a href='https://www.nytimes.com/2026/03/01/magazine/ibogaine-psychedelic-treatment-trauma-mental-health.html?utm_source=flipboard&amp;utm_content=topic%2Fbrain' target='_blank' rel='nofollow'>nytimes.com/2026/03/01/ma&#8230;</a></li><li><a href='https://arstechnica.com/tech-policy/2026/04/trump-administration-attempt-to-gut-endangered-species-act-hits-roadblock/' target='_blank' rel='nofollow'>arstechnica.com/tech-poli&#8230;</a></li><li><a href='http://thesmartset.com/artless/' target='_blank' rel='nofollow'>thesmartset.com/artless</a></li><li><a href='http://bigthink.com/ideafeed/study-3-million-whales-were-killed-during-20th-century' target='_blank' rel='nofollow'>bigthink.com/ideafeed/stu&#8230;</a></li><li><a href='https://www.sltrib.com/news/environment/2022/06/13/an-environmental-nuclear/' target='_blank' rel='nofollow'>sltrib.com/news/environme&#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/04/29/pete-hegseth-lost-his-cool-in-front-of-congress-it-was-a-dramatic-unraveling/" class="bump-view" data-bump-view="tp">Pete Hegseth lost his cool in front of Congress. It was a dramatic unraveling</a></li><li><a href="https://followmehere.com/2026/04/29/maga-supporters-question-if-white-house-dinner-shooting-was-staged/" class="bump-view" data-bump-view="tp">MAGA Supporters Question If White House Dinner Shooting Was &#039;Staged&#039;</a></li><li><a href="https://followmehere.com/2016/05/29/why-you-will-marry-the-wrong-person/" class="bump-view" data-bump-view="tp">Why You Will Marry the Wrong Person</a></li><li><a href="https://followmehere.com/2000/06/29/1522/" class="bump-view" data-bump-view="tp">The venue is different, but the white man is still&hellip;</a></li><li><a href="https://followmehere.com/2001/01/10/2737/" class="bump-view" data-bump-view="tp">Defense Rests in Lockerbie Trial after calling jus&hellip;</a></li><li><a href="https://followmehere.com/2001/10/04/4991/" class="bump-view" data-bump-view="tp">Why Chechnya Is Different -- &quot;Vladimir Putin has m&hellip;</a></li><li><a href="https://followmehere.com/2002/01/31/6091/" class="bump-view" data-bump-view="tp">&quot;Sooner or later, Mr Bush, self-styled universal s&hellip;</a></li><li><a href="https://followmehere.com/2002/03/17/6529/" class="bump-view" data-bump-view="tp">Boston Archdiocese&#039;s newspaper questions celibacy:&hellip;</a></li><li><a href="https://followmehere.com/2003/03/24/us-believes-russians-in-baghdad-aiding-iraq-europe-russia-wires-middle-east-columnists-search-the-world-special-reports/" class="bump-view" data-bump-view="tp">US Believes Russians in Baghdad Aiding Iraq: Europe Russia Wires Middle East Columnists Search the World Special Reports</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/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://hoomahmoos.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://helpwomen.net/im-feeling-curious/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/65059850fc08589c8ac2cf7e8a1bf52d3429a35f6f87bdfd2ad81e8d00c8aaeb?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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://www.daveshellenberger.com/"><img referrerpolicy="no-referrer" alt='DAVID SHELLENBERGER&#039;s avatar' src='https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?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://iowasusanshome.wordpress.com"><img referrerpolicy="no-referrer" alt='iowasusan&#039;s avatar' src='https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/548963c6f039a609f15508c97a79e9e30de909180a0006d4b7f117f391898c09?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://flotillaiot.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><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='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://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/993839c5974993d41e27c97a0c5767614782479f3e8de1796b2dc2b8e0b7d06a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><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://thekalkiavatar.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://poplybuzzly.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='adelaidetexas&#039;s avatar' src='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://thehonkinggoose.wordpress.com"><img referrerpolicy="no-referrer" alt='thehonkinggoose&#039;s avatar' src='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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='http://www.humansinshadow.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://dearkitty1.wordpress.com"><img referrerpolicy="no-referrer" alt='petrel41&#039;s avatar' src='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='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/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6ce8d6ceca52301b0e44a2316306fb91d97624e7faa125b46af9f4b5c6e914f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='barneysday&#039;s avatar' src='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/218ac7e73ff2d336fccaac6788b9630a40de8bbef02ac878e8ae52d560f67615?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/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="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://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://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='http://lowerlefthandcorner.wordpress.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/307a03becae0e570cbf648fd5c0e4bfd739fbad05fb80664b881eb4e0ea09971?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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=''><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://cinderellenk.wordpress.com"><img referrerpolicy="no-referrer" alt='cinderellenk&#039;s avatar' src='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://emergingthechrysalis.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://luispalacio0909.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://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/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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='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://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='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='Rocking Dogs&#039;s avatar' src='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://bestpokerbonus123.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#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' /></a></li><li><a href="http://milkroaddotorg.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?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":"04.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-01 10:16:17","last_post_date":"2026-03-04 19:47:20","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="5f446dbd4c" /><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=202618d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
//# sourceURL=wpgroho-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

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

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

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

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

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

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

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

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

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

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

				toggle_reblog_box_flair: function (obj_id, post_id) {

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

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

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

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

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script id="google-translate-init-js-extra">
var _wp_google_translate_widget = {"lang":"en","layout":"0"};
//# sourceURL=google-translate-init-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/_static/??-eJydjTEOwjAMAD9EagqVMiGegkJqIgfHjhpHVX/P0k7dGO+GO1iriyqGYlC6q9wTSYOMVkP87gxFVeBFEuHdiWcg+ZCQoWtxUeaDt6GQDLld4K/qSnNCa5BUE6OzJUjjYHgS++ZZHqP3fhqv99uUf4HTS0A='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=15.8-a.8"></script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/swiper.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https://followmehere.com/wp-admin/admin-ajax.php","nonce":"17b66742ac","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%2F03%2F04%2Fexhausted-looking-grandpa-pudding-brains-has-trouble-with-words%2F","blog_id":"5350761","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=5350761&v=wpcom&tz=-5&user_id=0&arch_home=1&subd=egelwan","is_public":"1"};
//# sourceURL=jetpack-carousel-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/carousel/jetpack-carousel.min.js?m=1775165034i'></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.8-a.8"></script>
<script id="jetpack-blocks-assets-base-url-js-before">
var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/";
//# sourceURL=jetpack-blocks-assets-base-url-js-before
</script>
<script id="wp-dom-ready-js" src="https://s1.wp.com/wp-content/plugins/gutenberg-core/v23.0.1/build/scripts/dom-ready/index.min.js?m=1777049355i&#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=1773958385i&#038;minify=false&#038;ver=15.8-a.8"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1761899756i'></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/","ext":".png","svgUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/","svgExt":".svg","source":{"concatemoji":"/wp-includes/js/wp-emoji-release.min.js?m=1764078722i&ver=7.0-RC2-62280"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=/wp-includes/js/wp-emoji-loader.min.js
</script>
		<script type="text/javascript">
			(function() {
				var extend = function(out) {
					out = out || {};

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

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

					return out;
				};
				extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","grofiles-cards","wpgroho","the-neverending-homepage","google-translate-init","google-translate","jetpack-carousel","tiled-gallery","jetpack-blocks-assets-base-url","wp-dom-ready","wp-polyfill","jetpack-block-subscriptions","carousel-wpcom"] );
				extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","subscribe-floating-button-css","twentyeleven-block-style","twentyeleven-wpcom-style","reblogging","geo-location-flair","infinity-twentyeleven","h4-global","widget-grid-and-list","wp-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-list","wp-block-list-theme","wp-block-paragraph","wp-block-paragraph-theme","global-styles","jetpack-subscriptions","jetpack-top-posts-widget","jetpack-swiper-library","jetpack-carousel","tiled-gallery","jetpack-block-subscriptions","core-block-supports-duotone"] );
			})();
		</script>
				<span id="infinite-aria" aria-live="polite"></span>
		<script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'5350761','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);
		// Prevent sending pageview tracking from WP-Admin pages.
		_stq.push(['view', {'blog':'5350761','v':'wpcom','tz':'-5','user_id':'0','arch_home':'1','subd':'egelwan'}]);
		_stq.push(['extra', {'crypt':'UE5tW3cvZGQ/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTVWV3OUxaa2dWeDgtZ3hIYXN8Wn5nNlU0bDlyY01IZVBxc2pifE4xPUMsPVtGc189MGdQVXRBRnUyZy1KbkNnUk1VQnREV19BdGI3bjdSaT9ubiw2bis/WUtOUlp8JW9rLU9peGpPMEFfP0w/dnkmQ0JFJkNXWHZ5TUpDV3M0elo4KzBvVGMvaTRkKy9sRV9ZPUFCaHA2bldwfEE3aixWNzVYVV9qb2hNUm5qMTQ4N2dUcWI5b1Imd3c2XTlldm1waHpHTyxsT19rbFdOYVBJcWUmflh0L3VNamNzbkFJMw=='}]);
_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=202618"></script> 	
</body>
</html>