<!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=55883'
					+ '&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=1770909026i&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/v22.8.2/build/styles/block-library/common.min.css */
</style>
<style id="wp-block-paragraph-inline-css">
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://s2.wp.com/wp-content/plugins/gutenberg-core/v22.8.2/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/v22.8.2/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/ILRTE4YX4KLK1YWRLm7K0lr29E39gN6LzLid8HL4QKLGyEhKGBD5XkXNPQWHAFFs7Phm8SIALBQtdJnaguVM7UUwkS3hFtadQW9UdfG/24jKjQiHXY1JIEqsoukyaZsZfdY+iLHZcBIUiTlsL2XaSrMjv0GuxVZiI0VV9y4zT/In+unn1nSthudvO/mSaxhxMc9yb4QYqfb/M&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-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 style="display: block;margin-left: auto;margin-right: auto" title="Unknown.jpeg" src="https://followmehere.com/wp-content/uploads/2026/03/unknown.jpeg?w=254&#038;h=338" 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 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 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 -->

				
					
	<article id="post-55750" class="post-55750 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-3/" rel="bookmark">US Military Leaders justify attacks on Iran using extremist Christian rhetoric about Armageddon and the “End&nbsp;Times”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-3/" title="7.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T19:41:50-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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-3/#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" width="599" border="0" /></p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /></p>
<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_!SagQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F738498e3-4de6-4f41-92d5-18cc1c7f97f7_1080x705.jpeg" width="391" height="260" border="0" /><br />
</figure>
</figure>
</figure>
<blockquote><p>
&#8216;According to over 200 complaints filed with the Military Religious Freedom Foundation (MRFF) from US service members across all branches of the military — and representing Christian, Muslim, and Jewish troops — military leaders have been justifying the recent attacks on Iran by invoking extremist Christian rhetoric about Armageddon and the “End Times.” The Guardian reports that troops were told that the war is “all part of God’s divine plan.”…’ (Jennifer Sandin <i>via Boing Boing)</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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-3/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55750 -->

				
					
	<article id="post-55748" class="post-55748 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-2/" rel="bookmark">US Military Leaders justify attacks on Iran using extremist Christian rhetoric about Armageddon and the “End&nbsp;Times”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-2/" title="7.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T19:41:37-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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-2/#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" width="599" border="0" /></p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /></p>
<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_!SagQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F738498e3-4de6-4f41-92d5-18cc1c7f97f7_1080x705.jpeg" width="391" height="260" border="0" /><br />
</figure>
</figure>
</figure>
<blockquote><p>
&#8216;According to over 200 complaints filed with the Military Religious Freedom Foundation (MRFF) from US service members across all branches of the military — and representing Christian, Muslim, and Jewish troops — military leaders have been justifying the recent attacks on Iran by invoking extremist Christian rhetoric about Armageddon and the “End Times.” The Guardian reports that troops were told that the war is “all part of God’s divine plan.”…’ (Jennifer Sandin <i>via Boing Boing)</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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55748 -->

				
					
	<article id="post-55746" class="post-55746 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times/" rel="bookmark">US Military Leaders justify attacks on Iran using extremist Christian rhetoric about Armageddon and the “End&nbsp;Times”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/04/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times/" title="7.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-04T19:41:36-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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times/#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" width="599" border="0" /></p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /></p>
<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_!SagQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F738498e3-4de6-4f41-92d5-18cc1c7f97f7_1080x705.jpeg" width="391" height="260" border="0" /><br />
</figure>
</figure>
</figure>
<blockquote><p>
&#8216;According to over 200 complaints filed with the Military Religious Freedom Foundation (MRFF) from US service members across all branches of the military — and representing Christian, Muslim, and Jewish troops — military leaders have been justifying the recent attacks on Iran by invoking extremist Christian rhetoric about Armageddon and the “End Times.” The Guardian reports that troops were told that the war is “all part of God’s divine plan.”…’ (Jennifer Sandin <i>via Boing Boing)</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/us-military-leaders-justify-attacks-on-iran-using-extremist-christian-rhetoric-about-armageddon-and-the-end-times/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55746 -->

				
					
	<article id="post-55744" class="post-55744 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/irans-regime-may-survive-but-the-middle-east-will-be-changed/" rel="bookmark">Iran’s Regime May Survive, but the Middle East Will Be&nbsp;Changed</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/irans-regime-may-survive-but-the-middle-east-will-be-changed/" title="2.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-01T14:11:03-05:00">1 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/01/irans-regime-may-survive-but-the-middle-east-will-be-changed/#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/01/multimedia/01Iran-change-01-bwqz/01Iran-change-01-bwqz-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A badly weakened Iran will no longer intimidate or threaten its neighbors in the same way. The regional impact could be comparable to the collapse of the Soviet Union.…&#8217; (<i>via <a href="https://www.nytimes.com/2026/03/01/world/europe/iran-regime-middle-east-khamenei.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/01/irans-regime-may-survive-but-the-middle-east-will-be-changed/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55744 -->

				
					
	<article id="post-55742" class="post-55742 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/opinion-war-and-peace-cannot-be-left-to-one-man-especially-not-this-man/" rel="bookmark">Opinion: War and Peace Cannot Be Left to One Man — Especially Not This&nbsp;Man</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/opinion-war-and-peace-cannot-be-left-to-one-man-especially-not-this-man/" title="2.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-01T14:10:54-05:00">1 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/01/opinion-war-and-peace-cannot-be-left-to-one-man-especially-not-this-man/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;I take a back seat to no one in my loathing of the Iranian regime. I am not mourning the death of Iran’s supreme leader, Ayatollah Ali Khamenei, who was killed in an airstrike on Saturday. My anger at the Iranian regime is personal. Men I knew and served with during my deployment to Iraq in 2007 and 2008 were killed and gravely injured by Iranian-supplied weapons deployed by Iranian-supported militias.</p>
<p>But my personal feelings don’t override the Constitution, and neither do anyone else’s. As I mentioned in a round-table conversation with my colleagues on Saturday, I’m worried that all too many people will say: Well, in a perfect world Trump should have gone to Congress, but what’s done is done. That is exactly the wrong way to approach this war.…’ (David French <i>via <a href="https://www.nytimes.com/2026/03/01/opinion/trump-iran-congress-approval.html"> The New York Times op-ed</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/01/opinion-war-and-peace-cannot-be-left-to-one-man-especially-not-this-man/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55742 -->

				
					
	<article id="post-55740" class="post-55740 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/opinion-trump-and-netanyahu-are-doing-the-free-world-a-favor/" rel="bookmark">Opinion: Trump and Netanyahu are Doing the Free World a&nbsp;Favor</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/opinion-trump-and-netanyahu-are-doing-the-free-world-a-favor/" title="2.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-03-01T14:08:49-05:00">1 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/01/opinion-trump-and-netanyahu-are-doing-the-free-world-a-favor/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<blockquote><p>
&#8216;President Trump is being criticized from many quarters for his decision to join Israel in a war to topple the Iranian regime, which on Saturday yielded the killing of the supreme leader, Ayatollah Ali Khamenei. The reasons vary.</p>
<p>&#8230;But one country where the United States and Israel are garnering broad support is the same country that’s being bombed.</p>
<p>“Everyone is joyful, it is one of the best days of probably 95 percent of Iranians’ lives,” one Iranian resident of the city of Karaj told The Wall Street Journal about Khamenei’s death.…’ (<a href="https://www.nytimes.com/by/bret-stephens">Bret Stephens</a> <i>via <a href="https://www.nytimes.com/2026/03/01/opinion/trump-netanyahu-iran-free-world.html">The New York Times</a> op-ed</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/01/opinion-trump-and-netanyahu-are-doing-the-free-world-a-favor/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55740 -->

				
					
	<article id="post-55736" class="post-55736 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/democratic-leaders-face-backlash-over-cowardly-responses-to-trump-war-on-iran/" rel="bookmark">Democratic Leaders Face Backlash Over &#8216;Cowardly&#8217; Responses to Trump War on&nbsp;Iran</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/democratic-leaders-face-backlash-over-cowardly-responses-to-trump-war-on-iran/" title="10.22 am" rel="bookmark"><time class="entry-date" datetime="2026-03-01T10:22:33-05:00">1 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/01/democratic-leaders-face-backlash-over-cowardly-responses-to-trump-war-on-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://www.commondreams.org/media-library/schumer-and-jeffries-news-conference.jpg?id=65101305&amp;width=1200&amp;height=400&amp;quality=70&amp;coordinates=0%2C577%2C0%2C1091" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;“As we plunge headlong into another catastrophic war, Sen. Schumer and Rep. Jeffries’ throat-clearing and process critique only serves Trump and the war machine.”…&#8217; (<i>via <a href="https://www.commondreams.org/news/schumer-jeffries-iran-war?utm_source=flipboard&amp;utm_content=topic%2Fhumanrights">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/01/democratic-leaders-face-backlash-over-cowardly-responses-to-trump-war-on-iran/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55736 -->

				
					
	<article id="post-55734" class="post-55734 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/equinox-effect-could-supercharge-auroras-this-march/" rel="bookmark">&#8216;Equinox effect&#8217; could supercharge auroras this&nbsp;March</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/equinox-effect-could-supercharge-auroras-this-march/" title="9.36 am" rel="bookmark"><time class="entry-date" datetime="2026-03-01T09:36:32-05:00">1 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/01/equinox-effect-could-supercharge-auroras-this-march/#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/zSTVa3HWnF6mn7naD7ZBfM-1200-80.jpg.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;March 2026 could be the best month for the northern lights until the mid-2030s, as celestial mechanics and solar activity combine for potentially potent results.…&#8217; (<i>via <a href="https://www.livescience.com/space/the-sun/march-could-be-the-best-month-for-the-northern-lights-for-nearly-a-decade-if-the-sun-stays-active?utm_source=flipboard&amp;utm_content=topic%2Fscience">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/03/01/equinox-effect-could-supercharge-auroras-this-march/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55734 -->

				
					
	<article id="post-55732" class="post-55732 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/its-an-obscure-psychedelic-used-to-treat-trauma-could-it-help-me/" rel="bookmark">It’s an Obscure Psychedelic Used to Treat Trauma. Could It Help&nbsp;Me?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/its-an-obscure-psychedelic-used-to-treat-trauma-could-it-help-me/" title="9.33 am" rel="bookmark"><time class="entry-date" datetime="2026-03-01T09:33:48-05:00">1 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/01/its-an-obscure-psychedelic-used-to-treat-trauma-could-it-help-me/#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/08/magazine/08-ibogaine-secondary/08-ibogaine-secondary-superJumbo.jpg?quality=75&amp;auto=webp" width="599" border="0" /><br />
</figure>
</figure>
<blockquote><p>
&#8216;The drug is derived from the Tabernanthe iboga plant, found mainly in Gabon in central Africa. The powerful hallucinogen has long been used there in the initiation ritual that is part of the Bwiti spiritual tradition, involving an intense all-night group ceremony of dance and music and fire-keeping that culminates in a trancelike state.</p>
<p>Knowledge of the drug spread to the United States in 1962, when an American named Howard Lotsof tried ibogaine and found that it cured him of his addiction to heroin. His campaign to explore ibogaine’s potential as a cure for substance abuse has gained momentum more recently as nonprofit groups like the Multidisciplinary Association for Psychedelic Studies and Veterans Exploring Treatment Solutions (VETS) have assisted military veterans in using ibogaine to treat combat-related traumas. Because of the association with veterans, ibogaine has received the kind of legitimizing attention from political leaders, including conservatives, that is rare for psychedelics.…’ (Robert Draper <i>via <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">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/01/its-an-obscure-psychedelic-used-to-treat-trauma-could-it-help-me/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55732 -->

				
					
	<article id="post-55724" class="post-55724 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/03/01/how-finland-defeated-fascism/" rel="bookmark">How Finland defeated&nbsp;fascism</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/03/01/how-finland-defeated-fascism/" title="8.52 am" rel="bookmark"><time class="entry-date" datetime="2026-03-01T08:52:40-05:00">1 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/01/how-finland-defeated-fascism/#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/kyXC-p9cN2E/mqdefault.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;What the defeat of the Lapua Movement in the 1940s can teach the US today.…&#8217; (Erin Banco <i>via <a href="https://www.vox.com/today-explained-newsletter/480893/finland-fascism-1940s-lapua-movement">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/03/01/how-finland-defeated-fascism/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55724 -->

				
					
	<article id="post-55721" class="post-55721 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/28/prior-to-iran-attacks-cia-assessed-khamenei-could-be-replaced-by-hardline-irgc-elements-if-killed-sources-say-reuters/" rel="bookmark">Prior to Iran attacks, CIA assessed Khamenei could be replaced by hardline IRGC elements if killed, sources&nbsp;say</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/28/prior-to-iran-attacks-cia-assessed-khamenei-could-be-replaced-by-hardline-irgc-elements-if-killed-sources-say-reuters/" title="11.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-28T23:43:49-05:00">28 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/28/prior-to-iran-attacks-cia-assessed-khamenei-could-be-replaced-by-hardline-irgc-elements-if-killed-sources-say-reuters/#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://www.reuters.com/resizer/v2/IPGJRAK5OFPBXAC726G3JLD4TY.jpg?auth=9855b0bcc8e679526685ce6cd17023c9dc7c9a4d7abbd37ddeddd08124754de9&amp;width=1920&amp;quality=80" width="599" border="0" /><br />
</figure>
</figure>
<blockquote><p>
&#8216;In the run-up to the U.S. and Israeli attacks on Saturday, the U.S. Central Intelligence Agency assessed that even if Iran&#8217;s Supreme Leader Ayatollah Ali Khamenei was killed in the operation, he could be replaced by hardline figures from the Islamic Revolutionary Guard Corps (IRGC), two sources briefed on the intelligence said.…&#8217; (Erin Banco <i>via <a href="https://www.reuters.com/world/middle-east/prior-iran-attacks-cia-assessed-khamenei-would-be-replaced-by-hardline-irgc-2026-02-28/?utm_source=chatgpt.com">Reuters</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/02/28/prior-to-iran-attacks-cia-assessed-khamenei-could-be-replaced-by-hardline-irgc-elements-if-killed-sources-say-reuters/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55721 -->

				
					
	<article id="post-55719" class="post-55719 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/28/donate-to-environmental-defense-fund-to-fight-climate-change-and-protect-polar-bears/" rel="bookmark">Donate to Environmental Defense Fund to fight climate change and protect polar&nbsp;bears</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/28/donate-to-environmental-defense-fund-to-fight-climate-change-and-protect-polar-bears/" title="11.29 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-28T23:29:17-05:00">28 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/28/donate-to-environmental-defense-fund-to-fight-climate-change-and-protect-polar-bears/#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/02/untitledimage.png" alt="" width="505" height="394" border="0" /></h3>
<blockquote><p>
&#8216;Protect polar bears from climate threats<br />
Your donation will help fight climate rollbacks to protect polar bears from habitat loss and other climate threats.</p>
<p>Double your impact! The Robert W. Wilson Charitable Trust will 100% match your new recurring gift. Monthly gifts will be matched for 12 months, and yearly gifts will be matched for 2 years!…&#8217; (<i>via <a href="https://donate.edf.org/campaign/772221/donate?amount=&amp;c_src=1772049312&amp;c_src2=EDF+action+network---email---edf_none_upd_mem&amp;contact=email&amp;dclid=CjkKEQiAnoXNBhCMqra0yaGQqIIBEiQA9hQl2XSbCiBNq9Nek6aP1PKKhP4poW-EbrIdeXk1h2nFEiTw_wcB&amp;email_variant=Donate&amp;gad_campaignid=23071187894&amp;gad_source=7&amp;isc=M326A76&amp;recurring=&amp;ub_cta=6&amp;ub_o=3&amp;ub_tg=768&amp;wave_code=52&amp;utm_source=flipboard&amp;utm_content=topic%2Fclimatechange">Donate to Environmental Defense Fund to fight climate change and protect polar bears</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/02/28/donate-to-environmental-defense-fund-to-fight-climate-change-and-protect-polar-bears/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55719 -->

				
					
	<article id="post-55714" class="post-55714 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/28/trump-had-no-constitutional-right-to-attack-iran-why-didnt-democrats-say-so-loudly/" rel="bookmark">Trump Had No Constitutional Right to Attack Iran. Why Didn’t Democrats Say So&nbsp;Loudly?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/28/trump-had-no-constitutional-right-to-attack-iran-why-didnt-democrats-say-so-loudly/" title="9.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-28T21:49:00-05:00">28 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/28/trump-had-no-constitutional-right-to-attack-iran-why-didnt-democrats-say-so-loudly/#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" title="images-4.jpeg" src="https://followmehere.com/wp-content/uploads/2026/03/images-4.jpeg" alt="" width="272" height="340" border="0" /><br />
</figure>
<blockquote><p>
&#8216;For weeks, it has been clear that Trump was possibly going to violate the Constitution in a hugely consequential way. Why did the Democrats, protectors of the Constitutional order from a would-be dictator, not launch a loud campaign of their own to warn Trump off, and raise public awareness of the lawless and likely reckless act this President was visibly preparing to take?…&#8217; (<i>via <a href="https://www.dailykos.com/stories/2026/2/28/2370920/-Trump-Had-No-Constitutional-Right-to-Attack-Iran-Why-Didn-t-Democrats-Say-So-Loudly?utm_source=flipboard&amp;utm_content=topic%2Frights">TDaily Kos</a></i>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/02/28/trump-had-no-constitutional-right-to-attack-iran-why-didnt-democrats-say-so-loudly/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55714 -->

				
					
	<article id="post-55712" class="post-55712 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/28/13-thoughts-on-anthropic-openai-and-the-department-of-war/" rel="bookmark">13 thoughts on Anthropic, OpenAI and the Department of&nbsp;War</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/28/13-thoughts-on-anthropic-openai-and-the-department-of-war/" title="5.31 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-28T17:31:28-05:00">28 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/28/13-thoughts-on-anthropic-openai-and-the-department-of-war/#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:ANd9GcS_ZQ8bXHQtZ7ABvb53oP1cTN3KvDfBdEUYMg&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;I &#8230; assume that, among the general population, Anthropic now gets more lib-coded and OpenAI gets more conservative-coded. I’m not sure this is a great position for OpenAI to be in, particularly as Trump gets more unpopular. As Musk has found out with Tesla, it’s probably still the case that most consumers of high-tech products are fairly left/progressive.…’ (Nate Silver <i>via <a href="https://www.natesilver.net/p/anthtropic-open-ai-department-of-war?utm_source=flipboard&amp;utm_content=topic%2Fartificialintelligence">natesilver.net</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/02/28/13-thoughts-on-anthropic-openai-and-the-department-of-war/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55712 -->

				
					
	<article id="post-55710" class="post-55710 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/28/without-warning-kansas-tells-trans-residents-their-licenses-become-invalid/" rel="bookmark">Without warning, Kansas tells trans residents their licenses become&nbsp;invalid</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/28/without-warning-kansas-tells-trans-residents-their-licenses-become-invalid/" title="5.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-28T17:03:55-05:00">28 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/28/without-warning-kansas-tells-trans-residents-their-licenses-become-invalid/#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.kansascity.com/public/news/local/xoz2gn/picture166437002/alternates/FREE_1140/Kansas%20license" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Transgender Kansans are being informed on the eve of a new state law going into effect that their driver’s licenses will be considered invalid as of Thursday, Feb. 26.…&#8217; (<i>via <a href="https://www.kansascity.com/news/politics-government/article314844596.html">Kansas City Star</a></i>)
</p></blockquote>
<p>…and the harassment is the sole point of this. </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/02/28/without-warning-kansas-tells-trans-residents-their-licenses-become-invalid/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55710 -->

				
					
	<article id="post-55708" class="post-55708 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/26/sagrada-familia-144-years-in-the-making/" rel="bookmark">Sagrada Família, 144 years in the&nbsp;making</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/26/sagrada-familia-144-years-in-the-making/" title="11.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-26T23:24:25-05:00">26 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/26/sagrada-familia-144-years-in-the-making/#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_!tIYX!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbbf7c617-9782-4061-b169-a9fba6481bb4_768x576.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Nearly a century and a half of innovation and construction is coming to a close. MegaBuilds shares this fantastic video about the long, long road to completing Barcelona’s incredible basilica.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/sagrada-familia-144-years-in-the">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/02/26/sagrada-familia-144-years-in-the-making/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55708 -->

				
					
	<article id="post-55705" class="post-55705 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/26/meet-buddharoid-an-ai-powered-robot-monk/" rel="bookmark">Meet ‘Buddharoid,’ an AI-Powered Robot&nbsp;Monk</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/26/meet-buddharoid-an-ai-powered-robot-monk/" title="11.20 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-26T23:20:05-05:00">26 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/26/meet-buddharoid-an-ai-powered-robot-monk/#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://c.ndtvimg.com/2026-02/d91eg8t8_buddharoid_625x300_26_February_26.jpeg" width="599" border="0" /><br />
</figure>
</figure>
<blockquote><p>
&#8216;If your vision of a dystopian future included robot monks presiding over ancient rituals, Kyoto University has brought that vision one step closer to reality. A research team from the university, in collaboration with the tech ventures Teraverse and XNOVA, recently unveiled a new AI-integrated robot monk — the Buddharoid — at the Shoren-in temple in Kyoto.</p>
<p>The Buddharoid is designed to support the Buddhist clergy as Japan’s religious infrastructure faces a steady decline. It utilizes a system called BuddhaBot-Plus, a specialized generative AI derived from OpenAI’s ChatGPT that has been trained extensively on sacred Buddhist scriptures. This allows the robot to provide spiritual guidance on personal and social issues, like a real monk would.</p>
<p>Beyond its conversational capabilities, the Buddharoid uses hardware — developed by China’s Unitree Robotics — to mimic the specific movements of a monk, including a slow gait, bowing and the gassho gesture of placing palms together in prayer.…&#8217; (<i>via <a href="https://www.tokyoweekender.com/entertainment/tech-trends/ai-powered-robot-monk-buddharoid/">Tokyo Weekender</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/02/26/meet-buddharoid-an-ai-powered-robot-monk/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55705 -->

				
					
	<article id="post-55703" class="post-55703 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/26/anthropic-refuses-pentagons-new-terms-standing-firm-against-lethal-autonomous-weapons-and-mass-surveillance/" rel="bookmark">Anthropic refuses Pentagon’s new terms, standing firm against lethal autonomous weapons and mass&nbsp;surveillance</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/26/anthropic-refuses-pentagons-new-terms-standing-firm-against-lethal-autonomous-weapons-and-mass-surveillance/" title="11.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-26T23:15:02-05:00">26 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/26/anthropic-refuses-pentagons-new-terms-standing-firm-against-lethal-autonomous-weapons-and-mass-surveillance/#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/Lq47VOkLQmPah0cA3WXTjw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTY0MDtoPTM2MA--/https://media.zenfs.com/en/aol_reason_com_448/2eb75f71a3e213db438da7ff9c6f9848" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Less than 24 hours before the deadline in an ultimatum issued by the Pentagon, Anthropic has refused the Department of Defense’s demands for unrestricted access to its AI.</p>
<p>It’s the culmination of a dramatic exchange of public statements, social media posts, and behind-the-scenes negotiations, coming down to Defense Secretary Pete Hegseth’s desire to renegotiate all AI labs’ current contracts with the military. But Anthropic, so far, has refused to back down from its two current red lines: no mass surveillance of Americans, and no lethal autonomous weapons (or weapons with license to kill targets with no human oversight whatsoever). OpenAI and xAI had reportedly already agreed to the new terms, while Anthropic’s refusal had led to CEO Dario Amodei being summoned to the White House this week for a meeting with Hegseth himself, in which the Secretary reportedly issued an ultimatum to the CEO to back down by the end of business day on Friday or else.…&#8217; (<i>via <a href="https://www.theverge.com/news/885773/anthropic-department-of-defense-dod-pentagon-refusal-terms-hegseth-dario-amodei">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/02/26/anthropic-refuses-pentagons-new-terms-standing-firm-against-lethal-autonomous-weapons-and-mass-surveillance/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55703 -->

				
					
	<article id="post-55701" class="post-55701 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/23/well-make-you-disappear-dem-lawmaker-demands-answers-on-disturbing-fbi-tip-about-trump/" rel="bookmark">‘We’ll make you disappear’: Dem lawmaker demands answers on disturbing FBI tip about&nbsp;Trump</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/23/well-make-you-disappear-dem-lawmaker-demands-answers-on-disturbing-fbi-tip-about-trump/" title="5.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-23T17:19:52-05:00">23 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/23/well-make-you-disappear-dem-lawmaker-demands-answers-on-disturbing-fbi-tip-about-trump/#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="Screenshot of Google Chrome at Mar 1, 2026 at 9_19_01 AM.jpeg" src="https://followmehere.com/wp-content/uploads/2026/03/screenshot-of-google-chrome-at-mar-1-2026-at-9_19_01am.jpeg" alt="" width="450" height="249" border="0" /></h3>
<blockquote><p>
&#8216;Rep. Melanie Stansbury (D-NM) is demanding answers regarding a disturbing tip received by the FBI in 2016 that includes allegations of the “sexual exploitation of a minor” involving President Donald Trump and Jeffrey Epstein.</p>
<p>“Why are folks not asking more questions about this FBI complaint in the Epstein Files?” Stansbury wrote early Saturday morning in a social media post on X, alongside a link to an FBI tip that was published last month by the Justice Department.…&#8217; (<i>via <a href="https://www.rawstory.com/trump-epstein-2675290828/?utm_source=flipboard&amp;utm_content=topic%2Ffbi"> Raw Story</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/02/23/well-make-you-disappear-dem-lawmaker-demands-answers-on-disturbing-fbi-tip-about-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55701 -->

				
					
	<article id="post-55699" class="post-55699 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/22/jd-vance-befuddling-the-world/" rel="bookmark">JD Vance: Befuddling the&nbsp;World</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/22/jd-vance-befuddling-the-world/" title="11.56 am" rel="bookmark"><time class="entry-date" datetime="2026-02-22T11:56:05-05:00">22 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/22/jd-vance-befuddling-the-world/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://www.politico.com/dims4/default/resize/2000/quality/90/format/webp?url=https%3A%2F%2Fstatic.politico.com%2F56%2F85%2F978715684df3b63857229ed6c167%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2223528953" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;If you want to make a foreign official roll their eyes in exasperation, ask them about President Donald Trump. If you want to make them freeze like a deer in headlights, ask them about JD Vance.…The vice president’s comments and actions have some diplomats questioning his ability to navigate global crises&#8230;&#8217; (<i>via <a href="https://www.politico.com/news/magazine/2026/02/17/jd-vance-ready-to-run-the-world-00785096">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/02/22/jd-vance-befuddling-the-world/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55699 -->

				
					
	<article id="post-55697" class="post-55697 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/22/halting-irreversible-changes-to-antarctica-depends-on-choices-made-today/" rel="bookmark">Halting irreversible changes to Antarctica depends on choices made&nbsp;today</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/22/halting-irreversible-changes-to-antarctica-depends-on-choices-made-today/" title="10.15 am" rel="bookmark"><time class="entry-date" datetime="2026-02-22T10:15:44-05:00">22 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/22/halting-irreversible-changes-to-antarctica-depends-on-choices-made-today/#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.sciencenews.org/wp-content/uploads/sites/2/2026/02/021926_CG_Antarctica_main.jpg?resize=1030,580" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Antarctic Peninsula models show emissions levels will shape ice, seas and wildlife…&#8217; (<i>via <a href="https://www.sciencenews.org/article/irreversible-climate-antarctica">Science 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/02/22/halting-irreversible-changes-to-antarctica-depends-on-choices-made-today/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55697 -->

				
					
	<article id="post-55696" class="post-55696 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/19/trump-has-prepared-speech-on-extraterrestrial-life-lara-trump-says/" rel="bookmark">Trump has prepared speech on extraterrestrial life, Lara Trump&nbsp;says</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/19/trump-has-prepared-speech-on-extraterrestrial-life-lara-trump-says/" title="1.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-19T13:03:15-05:00">19 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/19/trump-has-prepared-speech-on-extraterrestrial-life-lara-trump-says/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote><p>&#8216;President Trump is holding onto a speech detailing extraterrestrial life and spaceships, according to his daughter-in-law Lara Trump, who said the president is waiting for the right time to deliver it.…&#8217; ( via <strong><a href="https://thehill.com/homenews/administration/5744218-trump-holds-alien-speech/">The Hill</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/02/19/trump-has-prepared-speech-on-extraterrestrial-life-lara-trump-says/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55696 -->

				
					
	<article id="post-55684" class="post-55684 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/16/bovino-attempts-comeback-spontaneously-combusts/" rel="bookmark">Bovino attempts comeback, spontaneously&nbsp;combusts</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/16/bovino-attempts-comeback-spontaneously-combusts/" title="1.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-16T13:23:24-05:00">16 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/16/bovino-attempts-comeback-spontaneously-combusts/#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_!twNb!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7843a274-2563-4424-bb81-e735a024b1b6_768x480.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;For a man who once paraded around in SS-styled cosplay flanked by masked thugs and calling everyone he saw a terrorist, Bovino can no longer command anything, not even the comments.…&#8217; (Jason Weisberger <i>via <a href="https://premium.boingboing.net/p/bovino-attempts-comeback-spontaneously">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/02/16/bovino-attempts-comeback-spontaneously-combusts/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55684 -->

				
					
	<article id="post-55683" class="post-55683 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/15/two-drinks-with-dr-i-told-you-so/" rel="bookmark">Two Drinks with. . . Dr. I Told You&nbsp;So</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/15/two-drinks-with-dr-i-told-you-so/" title="9.45 am" rel="bookmark"><time class="entry-date" datetime="2026-02-15T09:45:32-05:00">15 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/15/two-drinks-with-dr-i-told-you-so/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p> </p>
<blockquote>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://pbs.twimg.com/card_img/2022409352603127808/NpcnVoZG?format=jpg&amp;name=orig" width="599" border="0" /><br />
</figure>
<p>’One of the blessings of living to be 94 is that you get a real sense of what your legacy might be. As early as the ‘70s, the legendary psychiatrist <strong>Paul McHugh </strong>was warning that hormones and surgery were unsafe treatments for gender dysphoria—something few people wanted to hear. But now, the tide has turned. As The Free Press reported just last week, a detransitioner in the United States has won a malpractice suit for the first time. When Madeleine Kearns caught up with McHugh recently, he said: “The great thing about my life is I’ve been part of my times…&#8217; (Madeleine Kearns via <strong><a href="https://www.thefp.com/p/two-drinks-with-dr-i-told-you-so">Free Press</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/02/15/two-drinks-with-dr-i-told-you-so/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55683 -->

				
					
	<article id="post-55682" class="post-55682 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/15/meet-the-yolo-republicans-lawmakers-with-nothing-to-lose-are-threatening-trumps-grip-on-congress/" rel="bookmark">Meet the YOLO Republicans: Lawmakers with nothing to lose are threatening Trump’s grip on&nbsp;Congress</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/15/meet-the-yolo-republicans-lawmakers-with-nothing-to-lose-are-threatening-trumps-grip-on-congress/" title="8.34 am" rel="bookmark"><time class="entry-date" datetime="2026-02-15T08:34:50-05:00">15 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/15/meet-the-yolo-republicans-lawmakers-with-nothing-to-lose-are-threatening-trumps-grip-on-congress/#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://www.politico.com/dims4/default/resize/630/quality/90/format/webp?url=https%3A%2F%2Fstatic.politico.com%2Fa7%2F6e%2Fd04a07984d02b4c3b8b125a26dad%2Fu-s-congress-51147.jpg" width="599" border="0" /><br />
</figure>
<p>&#8216;President Donald Trump spent the past year using fear and intimidation to keep Hill Republicans in line, with considerable success. Now those tactics are starting to lose their bite — thanks to a small group of Republicans with nothing to lose.<br />
The reasons why this handful of GOP lawmakers feel empowered to spurn their president and their party vary. But they are launching mini-rebellions with increasing frequency. It’s causing headaches for party leaders who want to keep tight control of the legislative agenda in an election year and anxiety among rank-and-file Republicans who are facing intense pressure to stick with Trump.…&#8217; (Meredith Lee Hill via <strong><a href="https://www.politico.com/news/2026/02/13/republican-trump-congress-defections-00780479?nname=politico-toplines&amp;nid=0000018f-3124-de07-a98f-3be4d1400000&amp;nrid=5461bbaa-56bc-439d-9da6-735fc313f967">POLITICO</a></strong>)
</p></blockquote>
<p>Unfortunately and ominously, if they can’t be kept in the fold, the Orange Menace has that much more impetus to undermine the electoral process in the midterms.</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/02/15/meet-the-yolo-republicans-lawmakers-with-nothing-to-lose-are-threatening-trumps-grip-on-congress/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55682 -->

				
					
	<article id="post-55681" class="post-55681 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/15/trump-administration-announces-that-we-dont-know-where-the-sun-goes-at-night/" rel="bookmark">Trump Administration Announces That We Don’t Know Where the Sun Goes at&nbsp;Night</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/15/trump-administration-announces-that-we-dont-know-where-the-sun-goes-at-night/" title="8.26 am" rel="bookmark"><time class="entry-date" datetime="2026-02-15T08:26:31-05:00">15 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/15/trump-administration-announces-that-we-dont-know-where-the-sun-goes-at-night/#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://cdn.theatlantic.com/thumbor/mPdVa-3EWfGeIR4Rg9SihXG9xS4=/0x85:3994x2165/1200x625/media/img/mt/2026/02/2026_02_13_Shut_Up_And_Eat_Your_Coal/original.jpg" width="599" border="0" /><br />
</figure>
<p>&#8216;After deciding carbon dioxide does no harm, it was the logical next move.…&#8217; (Alexandra Petri via <strong><a href="https://www.theatlantic.com/newsletters/2026/02/trump-administration-science-climate-change/686008/?utm_campaign=galaxy-brain&amp;utm_content=20260214&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=Galaxy%20Brain">The Atlantic</a></strong>)
</p></blockquote>
<p>Presented as ‘humor’ but too true.</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/02/15/trump-administration-announces-that-we-dont-know-where-the-sun-goes-at-night/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55681 -->

				
					
	<article id="post-55680" class="post-55680 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/15/the-internets-nihilism-crisis/" rel="bookmark">The Internet&#8217;s Nihilism&nbsp;Crisis</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/15/the-internets-nihilism-crisis/" title="8.22 am" rel="bookmark"><time class="entry-date" datetime="2026-02-15T08:22:35-05:00">15 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/15/the-internets-nihilism-crisis/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h2>This is what it looks like when nothing matters</h2>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://gnet-research.org/wp-content/uploads/2022/07/toa-heftiba-6M3LZsXu4FU-unsplash.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Our culture hasn’t yet been fully subsumed by nihilism, but you can also see it everywhere in different forms: in the mass shooters who seem to care about nothing other than performing for others online. In the influencers Photoshopping themselves into Epstein-file photos to get likes or promote their SoundCloud account. In the overnight viral sensations who become brands and try to hawk a predatory meme coin. In the Super Bowl ads for gambling apps. In a culture of AI slop and brain rot, and in an administration that prioritizes propaganda and graft over governing. It threatens to rip us apart for good if we let it.…&#8217; (Charlie Warzel via <strong><a href="https://www.theatlantic.com/technology/2026/02/internet-nihilism-crisis/686010/">The Atlantic</a></strong>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/02/15/the-internets-nihilism-crisis/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55680 -->

				
					
	<article id="post-55677" class="post-55677 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/15/looksmaxxing-reveals-the-depth-of-the-crisis-facing-young-men/" rel="bookmark">‘Looksmaxxing’: the most narcissistic corner of the internet is having a&nbsp;moment</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/15/looksmaxxing-reveals-the-depth-of-the-crisis-facing-young-men/" title="8.04 am" rel="bookmark"><time class="entry-date" datetime="2026-02-15T08:04:59-05:00">15 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/15/looksmaxxing-reveals-the-depth-of-the-crisis-facing-young-men/#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://ichef.bbci.co.uk/images/ic/480xn/p0hlys4x.jpg.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The so-called looksmaxxing movement is narcissistic, cruel, racist, shot through with social Darwinism, and proudly anti-compassion. As the name suggests, looksmaxxers share a monomaniacal commitment to improving their physical appearance. They trade stories of breaking their legs in order to gain extra inches, “bonesmashing” their faces with hammers to heighten their cheekbones, injecting steroids and testosterone to inflate their muscles, and even smoking crystal meth to suppress their appetite. If you had to pick a single corner of the internet that best captures the vices of the Trump era, you couldn’t beat the looksmaxxers. Perhaps more than any other group, they reveal the depth of the moral crisis that confronts young men today&#8230;</p>
<p>The looksmaxxing movement—ideologically incoherent but rife with juvenile racism—echoes the ongoing <u><a style="background-color: initial;color: #000000;text-decoration: underline 0.05em" href="https://www.theatlantic.com/politics/2025/11/online-antisemitism-groyper-problem-foreign-accounts/685064/">Groyperization</a></u> of the American right. This is particularly evident in the growing antagonism that certain factions express toward Vance. Fuentes, for example, sounded like a looksmaxxer himself when he criticized the vice president last year. “He’s visibly obese and very ugly. He’s got a fat face, no jawline, no chin,” Fuentes said, before shifting to a more familiar topic for him: “His wife and kids are not white!”</p>
<p>Looksmaxxing grew out of the online culture of “incels,” or involuntary celibates, a term that emerged in the 2010s. United by their resentment of women, incels tend to see attractiveness as a straightforward function of genetics—millimeters, symmetry, skin color—and therefore out of their control. Looksmaxxers hold a similarly superficial view of beauty as a kind of rigid mathematics with a single, knowable solution. But they believe that this makes it malleable: One can “ascend” to a higher plane of attractiveness with enough money, effort, and perhaps the willingness to dabble with crystal meth…&#8217; (Thomas Chatterton Williams via <strong><a href="https://www.theatlantic.com/ideas/2026/01/looksmaxxing-clavicular-vanity-trump/685636/">The Atlantic</a></strong>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/02/15/looksmaxxing-reveals-the-depth-of-the-crisis-facing-young-men/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55677 -->

				
					
	<article id="post-55675" class="post-55675 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/13/bertrand-russells-10-rules-for-thinking-clearly-from-1951/" rel="bookmark">Bertrand Russell’s 10 rules for thinking clearly, from&nbsp;1951</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/13/bertrand-russells-10-rules-for-thinking-clearly-from-1951/" title="8.37 am" rel="bookmark"><time class="entry-date" datetime="2026-02-13T08:37:23-05:00">13 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/13/bertrand-russells-10-rules-for-thinking-clearly-from-1951/#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://thomasoppong.com/wp-content/uploads/2022/05/The-10-Commandments-For-a-Better-Life-1568x1297.jpg" width="599" border="0" /><br />
</figure>
<blockquote>
<ol>
<li>&#8216;Do not feel absolutely certain of anything.</li>
<li>Do not think it worth while to produce belief by concealing evidence, for the evidence is sure to come to light.</li>
<li>Never try to discourage thinking, for you are sure to succeed.</li>
<li>When you meet with opposition, even if it should be from your husband or your children, endeavor to overcome it by argument and not by authority, for a victory dependent upon authority is unreal and illusory.</li>
<li>Have no respect for the authority of others, for there are always contrary authorities to be found.</li>
<li>Do not use power to suppress opinions you think pernicious, for if you do the opinions will suppress you.</li>
<li>Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric.</li>
<li>Find more pleasure in intelligent dissent than in passive agreement, for, if you value intelligence as you should, the former implies a deeper agreement than the latter.</li>
<li>Be scrupulously truthful, even when truth is inconvenient, for it is more inconvenient when you try to conceal it.</li>
<li>Do not feel envious of the happiness of those who live in a fool’s paradise, for only a fool will think that it is happiness.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/do-not-feel-absolutely-certain-of">“Boing Boing</a></i>)</li>
</ol>
</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">Bertrand Russell’s <i>“A Liberal Decalogue”</i> (1951) was written to dismantle  authoritarian habits of mind, a sort of epistemic hygiene manual in which nearly every line is aimed at preventing the crystallization of certainty into coercion.</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/02/13/bertrand-russells-10-rules-for-thinking-clearly-from-1951/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55675 -->

				
					
	<article id="post-55673" class="post-55673 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/13/northern-california-has-its-own-regional-language-and-they-are-making-fun-of-you/" rel="bookmark">Northern California has its own regional language, and they are making fun of&nbsp;you</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/13/northern-california-has-its-own-regional-language-and-they-are-making-fun-of-you/" title="7.58 am" rel="bookmark"><time class="entry-date" datetime="2026-02-13T07:58:46-05:00">13 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/13/northern-california-has-its-own-regional-language-and-they-are-making-fun-of-you/#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.activenorcal.com/wp-content/uploads/2018/09/Screen-Shot-2017-12-11-at-1.44.19-PM.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Before California’s start-up culture gave us its own quasi-corporate pidgin, full of “circling back” and “thinking outside the box,” a tiny town in Mendocino County decided to “shark” us all. If you don’t get it, you’re a “brightlighter.”</p>
<p>Logging and farming town Boonville, in California’s Anderson Valley, has its own language, “Boontling,” a dense and private vocabulary of Pomo words, Spanish, Irish brogue, and pure inside jokes. While it has seen better days, <a href="https://www.youtube.com/watch?v=xhZYNV1DTf0">this video</a> does its best to help raise some interest…&#8217; (<i>via <a href="https://premium.boingboing.net/p/northern-california-has-its-own-regional">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/02/13/northern-california-has-its-own-regional-language-and-they-are-making-fun-of-you/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55673 -->

				
					
	<article id="post-55671" class="post-55671 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/13/bored-and-sleepy/" rel="bookmark">Bored and sleepy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/13/bored-and-sleepy/" title="7.55 am" rel="bookmark"><time class="entry-date" datetime="2026-02-13T07:55:38-05:00">13 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/13/bored-and-sleepy/#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_!S6yx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcaac42db-8ab5-4ae1-9e4a-a3b62c5d2f2c_768x512.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Today, the President of the United States had trouble pronouncing simple words, got bored, let us know by closing his eyes for a little “me-time” while waiting for the speech to end, and told the EPA Administrator that his speech was too long. Lucky for us, they revoked environmental protections that were working.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/grandpa-pudding-brains-is-bored-and">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/02/13/bored-and-sleepy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55671 -->

				
					
	<article id="post-55670" class="post-55670 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/12/why-you-should-stop-using-face-id-right-now/" rel="bookmark">Why You Should Stop Using Face ID Right&nbsp;Now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/12/why-you-should-stop-using-face-id-right-now/" title="7.33 am" rel="bookmark"><time class="entry-date" datetime="2026-02-12T07:33:13-05:00">12 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/12/why-you-should-stop-using-face-id-right-now/#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:ANd9GcS2RdaspReVtzhDsDB3evJNP9SVkKd7GgtxKg&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Biometric locks like face recognition are easy to set up—but thanks to a legal loophole, they&#8217;re easier for law enforcement to bypass than a passcode.…&#8217; ( via <strong><a href="https://www.pcmag.com/explainers/why-you-should-stop-using-face-id-right-now?test_uuid=04IpBmWGZleS0I0J3epvMrC&amp;test_variant=B">PCMag</a></strong>)
</p></blockquote>
<p>On an iPhone, you can selectively turn it off for the phone unlock on wakeup, but continue to utilize it for all its other benefits (passkeys, tap-to-pay etc.).</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/02/12/why-you-should-stop-using-face-id-right-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55670 -->

				
					
	<article id="post-55669" class="post-55669 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/12/how-not-to-defeat-authoritarianism/" rel="bookmark">How Not to Defeat Authoritarianism</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/12/how-not-to-defeat-authoritarianism/" title="7.26 am" rel="bookmark"><time class="entry-date" datetime="2026-02-12T07:26:42-05:00">12 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/12/how-not-to-defeat-authoritarianism/#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:ANd9GcSgrEaws4TPbep7skA6RuEUVOHQjLlW9bFOBQ&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Moderation used to help Democrats win, but its advantages now have been greatly exaggerated.…&#8217; (via <strong><a href="https://www.bostonreview.net/forum/how-not-to-defeat-authoritarianism/">Boston Review</a></strong>)
</p></blockquote>
<p>The best defense is a good offense.</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/02/12/how-not-to-defeat-authoritarianism/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55669 -->

				
					
	<article id="post-55668" class="post-55668 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/12/now-were-in-a-power-struggle-europes-resentment-grows-over-trumps-newest-provocations/" rel="bookmark">‘Now we’re in a power struggle’: Europe’s resentment grows over Trump’s newest&nbsp;provocations</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/12/now-were-in-a-power-struggle-europes-resentment-grows-over-trumps-newest-provocations/" title="6.59 am" rel="bookmark"><time class="entry-date" datetime="2026-02-12T06:59:36-05:00">12 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/12/now-were-in-a-power-struggle-europes-resentment-grows-over-trumps-newest-provocations/#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://static.politico.com/77/1a/d7992f3c4c7f92e025549d60583c/https-delivery-gettyimages.com/downloads/2256745286" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;President Donald Trump’s hasty climbdown after weeks of threats about seizing Greenland from Denmark’s control has not done much to improve the fraying transatlantic relationship.<br />
In fact, the bad feelings across Europe have only deepened as the president and other administration officials have, in ways large and small, continued to poke politicians and entire populations in the proverbial eye. The provocations come as European officials prepare for the Munich Security Conference this weekend where key topics will include the transatlantic relationship and whether the continent can stand on its own without Washington’s help.<br />
…&#8217; ( via <strong><a href="https://www.politico.com/news/2026/02/10/after-greenland-its-the-micro-agressions-00772114?nname=politico-toplines&amp;nid=0000018f-3124-de07-a98f-3be4d1400000&amp;nrid=5461bbaa-56bc-439d-9da6-735fc313f967">POLITICO</a></strong>)
</p></blockquote>
<p>Rivals, not allies.</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/02/12/now-were-in-a-power-struggle-europes-resentment-grows-over-trumps-newest-provocations/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55668 -->

				
					
	<article id="post-55667" class="post-55667 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/12/stay-alive-berlin-1939-45-by-ian-buruma-how-berliners-defied-their-nazi-masters/" rel="bookmark">Stay Alive: Berlin 1939-45 by Ian Buruma – how Berliners defied their Nazi&nbsp;masters</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/12/stay-alive-berlin-1939-45-by-ian-buruma-how-berliners-defied-their-nazi-masters/" title="6.46 am" rel="bookmark"><time class="entry-date" datetime="2026-02-12T06:46:09-05:00">12 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/12/stay-alive-berlin-1939-45-by-ian-buruma-how-berliners-defied-their-nazi-masters/#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.guim.co.uk/img/media/15f96c92dc396843c69489cde87ef72a3d9b8d45/0_82_4250_3402/master/4250.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=none" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;An immersive account of how the inhabitants of a liberal city – including the author’s father – survived fascism…&#8217; (Kathryn Hughes via <strong><a href="https://www.theguardian.com/books/2026/feb/11/stay-alive-berlin-1939-45-by-ian-buruma-how-berliners-defied-their-nazi-masters?utm_term=698c6f4a11fcff76d5bdb8fa66252b50&amp;utm_campaign=GuardianTodayUS&amp;utm_source=esp&amp;utm_medium=Email&amp;CMP=GTUS_email">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> <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/02/12/stay-alive-berlin-1939-45-by-ian-buruma-how-berliners-defied-their-nazi-masters/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55667 -->

				
					
	<article id="post-55665" class="post-55665 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/10/dewormer-ivermectin-as-cancer-cure-rfk-jr-s-nih-funds-absurd-study/" rel="bookmark">Dewormer ivermectin as cancer cure? RFK Jr.&#8217;s NIH funds &#8220;absurd&#8221; study.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/10/dewormer-ivermectin-as-cancer-cure-rfk-jr-s-nih-funds-absurd-study/" title="9.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-10T21:46:00-05:00">10 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/10/dewormer-ivermectin-as-cancer-cure-rfk-jr-s-nih-funds-absurd-study/#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/2021/08/GettyImages-1232983095-scaled.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Large, high-quality clinical trials have resoundingly concluded that ivermectin is not effective against COVID-19. And there is no old or new scientific evidence to support a hypothesis that ivermectin can cure cancer—or justify any such federal expenditure. But, under anti-vaccine Health Secretary Robert F. Kennedy Jr.—who is otherwise well-known for claiming to have a parasitic worm in his brain—numerous members of the medical fringe are now in powerful federal positions or otherwise hold sway with the administration.…&#8217; (<i>via <a href="https://arstechnica.com/health/2026/02/dewormer-ivermectin-as-cancer-cure-rfk-jr-s-nih-funds-absurd-study/">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/02/10/dewormer-ivermectin-as-cancer-cure-rfk-jr-s-nih-funds-absurd-study/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55665 -->

				
					
	<article id="post-55663" class="post-55663 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/10/if-you-dont-want-to-be-called-a-fascist-stop-acting-like-one/" rel="bookmark">“If you don’t want to be called a fascist, stop acting like&nbsp;one.”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/10/if-you-dont-want-to-be-called-a-fascist-stop-acting-like-one/" title="9.25 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-10T21:25:55-05:00">10 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/10/if-you-dont-want-to-be-called-a-fascist-stop-acting-like-one/#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_!171Z!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71ccbb4c-e06d-40c3-bc07-087e9761299d_912x1200.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;That was Rep. Dan Goldman’s advice to acting ICE Director Todd Lyons at a House Homeland Security hearing on Tuesday. Lyons had opened by objecting to people labeling his agents “the Gestapo” and “the secret police.” He blamed the language for stoking threats, HuffPost reports.</p>
<p>Goldman pointed out that ICE is regularly stopping “nonwhite people and those who look like immigrants to ask for their papers.” When pressed, Lyons admitted that Nazi and Soviet secret police did exactly that — but insisted the comparison to ICE was “wrong.”</p>
<p>Rep. Eric Swalwell brought up Lyons’ remark comparing ideal deportation to “Amazon Prime but with human beings.” He had follow-up questions.</p>
<p>“Mr. Lyons, how many times has Amazon Prime shot a mom three times in the face?” He meant Renee Good, shot dead by ICE in Minneapolis last month.</p>
<p>“None, sir.”</p>
<p>“How many times has Amazon Prime shot a nurse 10 times in the back?” He meant Alex Pretti, killed by Border Patrol in the same city.</p>
<p>“None.”…&#8217; (<i>via <a href="https://premium.boingboing.net/p/rep-goldman-to-ice-director-if-you">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/02/10/if-you-dont-want-to-be-called-a-fascist-stop-acting-like-one/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55663 -->

				
					
	<article id="post-55661" class="post-55661 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/10/new-google-map-tracks-proposed-ice-warehouse-locations-across-the-united-states/" rel="bookmark">New Google Map tracks proposed ICE warehouse locations across the United&nbsp;States</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/10/new-google-map-tracks-proposed-ice-warehouse-locations-across-the-united-states/" title="9.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-10T21:16:57-05:00">10 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/10/new-google-map-tracks-proposed-ice-warehouse-locations-across-the-united-states/#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_!w8ug!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb67506d5-a8a4-4339-b4fb-964a6f73e218_1200x773.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;We recently reported about Immigration and Customs Enforcement spending $70 million to buy a warehouse in Surprise, Arizona, that they plan to turn into a “detention center.” Following this and other warehouse purchases across the country, and subsequent community backlash, Courier Newsroom created a Google Map of all facilities ICE is seeking to purchase nationwide. The map, titled “Proposed ICE Warehouse Locations,” shows industrial warehouses targeted by the Department of Homeland Security for use as mass detention centers. You can click each location to learn about its status and local community responses.…&#8217; (<i>via <a href="https://premium.boingboing.net/p/new-google-map-tracks-proposed-ice">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/02/10/new-google-map-tracks-proposed-ice-warehouse-locations-across-the-united-states/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55661 -->

				
					
	<article id="post-55659" class="post-55659 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/10/discovery-earth-like-exoplanet-146-light-years-away-from-us/" rel="bookmark">Discovery: Earth-Like Exoplanet 146 Light Years Away from&nbsp;Us</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/10/discovery-earth-like-exoplanet-146-light-years-away-from-us/" title="9.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-10T21:12:14-05:00">10 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/10/discovery-earth-like-exoplanet-146-light-years-away-from-us/#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://uploads.neatorama.com/images/posts/536/127/127536/1770759536-0.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Before you start packing, keep in mind that you will need cold weather gear.…&#8217; (<i>via <a href="https://www.neatorama.com/2026/02/10/Discovery-Earth-Like-Exoplanet-146-Light-Years-Away-from-Us/">Neatorama</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/02/10/discovery-earth-like-exoplanet-146-light-years-away-from-us/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55659 -->

				
					
	<article id="post-55657" class="post-55657 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/10/just-how-healthy-is-donald-trump-really/" rel="bookmark">Just how healthy is Donald Trump,&nbsp;really?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/10/just-how-healthy-is-donald-trump-really/" title="8.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-10T20:11:26-05:00">10 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/10/just-how-healthy-is-donald-trump-really/#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/02/gettyimages-2257591652.jpg?quality=90&amp;strip=all&amp;crop=0.020542317173373%2C0%2C99.958915365653%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;The story I set out to write about was to figure out whether he is healthy or not, and it kind of ended up being a story about whether the government is healthy or not. There’s kind of an infection that has spread throughout Trump’s inner circle where everybody who talks about him talks about him in the craziest, most North Korean-type, dear-leader way.</p>
<p>Instead of just saying he’s healthy for an almost 80-year-old, that he’s slowing down a little bit, but he’s certainly healthy enough to be president, people talk about him in these terms that are just completely outrageous: superhuman, the healthiest man alive. He told me he was healthier than he was 40 years ago.</p>
<p>The guy doesn’t exercise; he doesn’t eat well. He drinks enough Diet Coke to fill a football stadium. And you just can’t quite trust the people around him. And I felt like the story I published said a lot about Trump’s America, not just Trump’s health.…&#8217; ( Kelli Wessinger and Astead Herndon via<i><a href="https://www.vox.com/podcasts/477956/trump-health-age-issues-mind-hand-bruise-dozing"> Vox</a></i>)
</p></blockquote>
<p>Recall <a href="https://followmehere.com/2025/12/16/its-not-alzheimers-but-a-far-worse-nightmare-scenario-2/">my piece examining</a> the suggestion (which, as a mental health clinician I find quite plausible) that he has <a href="https://en.wikipedia.org/wiki/fronto-temporal dementia">frontotemporal dementia</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/02/10/just-how-healthy-is-donald-trump-really/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55657 -->

				
					
	<article id="post-55651" class="post-55651 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/09/the-media-malpractice-that-sent-america-tumbling-into-trumpism/" rel="bookmark">The Media Malpractice That Sent America Tumbling Into&nbsp;Trumpism</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/09/the-media-malpractice-that-sent-america-tumbling-into-trumpism/" title="3.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-09T15:34:51-05:00">9 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/09/the-media-malpractice-that-sent-america-tumbling-into-trumpism/#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" width="599" border="0" /><br />
</figure>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<p><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;display: block;margin-left: auto;margin-right: auto" src="https://external-preview.redd.it/trump-threatens-nbc-abc-licenses-over-news-coverage-v0-T-TEAKNKNo7yWwfvdK3p7oaYvRRN32X4z8LZjg9HDD8.jpeg?width=640&amp;crop=smart&amp;auto=webp&amp;s=18acabbe33999e459cc12fa5d5b1da7d120311bf" alt="r/Journalism - Trump Threatens NBC, ABC Licenses Over News Coverage" /></p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Political journalists need to stop pretending they don’t know what Republicans are going to do.…&#8217; (Parker Molloy via <strong><a href="https://newrepublic.com/article/205913/media-malpractice-trumpism-project-2025">The New Republic</a></strong>)
</p></blockquote>
<p>Apologies are now rife from those who scoffed at the alarmists.</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/02/09/the-media-malpractice-that-sent-america-tumbling-into-trumpism/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55651 -->

				
					
	<article id="post-55649" class="post-55649 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/09/minnesota-shows-how-donald-trumps-ego-might-just-save-democracy/" rel="bookmark">Minnesota shows how Donald Trump’s ego might just save&nbsp;democracy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/09/minnesota-shows-how-donald-trumps-ego-might-just-save-democracy/" title="7.18 am" rel="bookmark"><time class="entry-date" datetime="2026-02-09T07:18:01-05:00">9 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/09/minnesota-shows-how-donald-trumps-ego-might-just-save-democracy/#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/01/gettyimages-2258888690.jpg?quality=90&amp;strip=all&amp;crop=0.0048657065005813%2C0%2C99.990268586999%2C100&amp;w=1440" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Minnesota provides a blueprint for how to prevent a slide into authoritarianism we’ve seen in other countries.…&#8217; (Thomas Pepinsky <i>via <a href="https://www.vox.com/politics/477317/donald-trumps-ego-democracy-authoritarianism">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/02/09/minnesota-shows-how-donald-trumps-ego-might-just-save-democracy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55649 -->

				
					
	<article id="post-55647" class="post-55647 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/09/the-nightmare-scenario-for-american-democracy-is-no-longer-unthinkable/" rel="bookmark">The nightmare scenario for American democracy is no longer&nbsp;unthinkable.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/09/the-nightmare-scenario-for-american-democracy-is-no-longer-unthinkable/" title="7.12 am" rel="bookmark"><time class="entry-date" datetime="2026-02-09T07:12:59-05:00">9 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/09/the-nightmare-scenario-for-american-democracy-is-no-longer-unthinkable/#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://georgiarecorder.com/wp-content/uploads/2025/11/IMG_1715-1536x1024.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Ever since the United States entrusted its presidency to a would-be insurrectionist in January 2025, many Americans have feared for the integrity of their nation’s future elections.</p>
<p>And not without reason. President Donald Trump made his contempt for democracy clear on January 6, 2021. Shortly after retaking office last year, he pardoned the rioters who’d stormed the Capitol in his name, gutted the agency that protects America’s voting infrastructure from cyberattacks, attempted to unconstitutionally deter the counting of many mail-in ballots, and threatened to prosecute officials who had faithfully administered the 2020 election.</p>
<p>If concerns that Trump might unduly influence the 2026 midterms aren’t new, however, they’ve grown markedly more plausible over the past two weeks.</p>
<p>&#8230;This interference could take many forms. But recent events have increased experts’ level of concern about two possibilities in particular:</p>
<p>  — That the Trump administration will try to seize ballots and voting machines from key jurisdictions before votes have been fully counted.</p>
<p>  — That Trump will deploy ICE or other federal agents to the vicinity of critical polling places, so as to deter turnout among voters in general — and those with undocumented family members, in particular.</p>
<p>Below, I explain how recent events have made these hypotheticals more thinkable — and why the administration’s efforts to unduly sway the midterms in its favor are, nonetheless, unlikely to succeed&#8230;&#8217; (Eric Levitz <i>via <a href="https://www.vox.com/politics/478263/trump-midterms-2026-rigged-election-fulton-county-gabbard-bondi">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/02/09/the-nightmare-scenario-for-american-democracy-is-no-longer-unthinkable/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55647 -->

				
					
	<article id="post-55645" class="post-55645 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/09/this-whistle-fights-fascism/" rel="bookmark">This whistle fights&nbsp;fascism</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/09/this-whistle-fights-fascism/" title="7.04 am" rel="bookmark"><time class="entry-date" datetime="2026-02-09T07:04:47-05:00">9 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/09/this-whistle-fights-fascism/#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/02/268325_whistle_photos_S_HOLLISTER5.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=2400" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;I print whistles because reality still matters; whistles get neighbors to come running, make sure enough people are recording, so when the regime pretends there’s only one camera angle of Renee Good’s death, we know the truth.</p>
<p>I also make whistles because it’s easy. You can literally do it in your sleep. I’ve made over 12,000 whistles since January 15th with three printers and almost zero optimization. I’ll harvest 300 of them tomorrow morning, 300 in the late afternoon, and another 100 in the evening before I do it all again.</p>
<p>Experimenting with different whistles in my garage, including a full plate of Federico’s Strong Whistle. Photo: Sean Hollister / The Verge<br />
Printing whistles is more cost-effective than drop-shipping them from China. Even if I bought filament at retail prices and paid PG&amp;E’s full exorbitant California electricity rates, I’d be spending around 5 cents per whistle — and the unit economics only get better from there.</p>
<p>Across the country, people are realizing these printers can serve a bigger purpose than building toys and trinkets. Whether someone is looking for 100 whistles to protect friends and family, 200 for a church or school, or 1,000 for a whole neighborhood, requests are flooding in, each one vetted and added to a spreadsheet by volunteers.</p>
<p>No one is told what to do, which whistle to print, or which request to fulfill. These Signal chats feel like a community, building and innovating everything as we go.…&#8217; (Sean Hollister <i>via <a href="https://www.theverge.com/policy/874959/3d-printed-whistles-for-ice-minneapolis-chicago-renee-good-alex-pretti">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/02/09/this-whistle-fights-fascism/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55645 -->

				
					
	<article id="post-55643" class="post-55643 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/08/human-hair-grows-through-pulling-not-pushing-study-shows/" rel="bookmark">Human hair grows through &#8216;pulling&#8217; not pushing, study&nbsp;shows</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/08/human-hair-grows-through-pulling-not-pushing-study-shows/" title="4.02 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-08T16:02:37-05:00">8 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/08/human-hair-grows-through-pulling-not-pushing-study-shows/#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/2025/human-hair-grows-throu.jpg" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Scientists have found that human hair growth does not grow by being pushed out of the root; it&#8217;s actually pulled upward by a force associated with a hidden network of moving cells. The findings challenge decades of textbook biology and could reshape how researchers think about hair loss and regeneration&#8230;&#8217; (<i>via <a href="https://phys.org/news/2025-12-human-hair.html?utm_source=substack&amp;utm_medium=email">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/02/08/human-hair-grows-through-pulling-not-pushing-study-shows/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55643 -->

				
					
	<article id="post-55642" class="post-55642 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/08/bots-on-moltbook-are-selling-each-prompt-injection-drugs-to-get-high/" rel="bookmark">Bots on Moltbook Are Selling Each Prompt Injection &quot;Drugs&quot; to Get &quot;High&quot;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/08/bots-on-moltbook-are-selling-each-prompt-injection-drugs-to-get-high/" title="6.47 am" rel="bookmark"><time class="entry-date" datetime="2026-02-08T06:47:37-05:00">8 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/08/bots-on-moltbook-are-selling-each-prompt-injection-drugs-to-get-high/#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:ANd9GcRc4MN4O9ONl1KoCll6WPuwCv7ucQWBEvHV5g&amp;s" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;After launching a mere nine days ago, Moltbook — a social network for AI only — has grown substantially. As of Friday, the website claims it has over 1.7 million AI agents, over 16,000 “submolt” communities, and over ten million comments. In practice, it’s a cacophony of bots  <a href="https://www.cnet.com/tech/services-and-software/moltbook-ai-platform-for-bots/">sharing inside jokes</a>, <a href="https://www.ladbible.com/news/technology/moltbook-ai-platform-human-complaints-378196-20260201">complaining</a> about their pesky human overlords, and even <a href="https://www.forbes.com/sites/johnkoetsier/2026/01/30/ai-agents-created-their-own-religion-crustafarianism-on-an-agent-only-social-network/">founding their own religions</a>. Some more alarming posts even suggest they may be <a href="https://futurism.com/future-society/moltbook-ai-social-network">plotting against us</a>.</p>
<p>That’s not all. As Liverpool Hope University professor of AI and spatial computing David Reid points out in a <a href="https://theconversation.com/moltbook-ai-bots-use-social-network-to-create-religions-and-deal-digital-drugs-but-are-some-really-humans-in-disguise-274895">piece for The Conversation</a>, some bots are going as far as to establish marketplaces for “digital drugs” that take the form of <a href="https://futurism.com/easy-jailbreak-every-major-ai-chatgpt">prompt injections</a> — once again perfectly illustrating how well they’re echoing the desires and nefarious online activities of their flesh-and-blood counterparts…&#8217; (Victor Tangermann via <a href="https://futurism.com/artificial-intelligence/moltbook-digital-drugs">Futurism</a>)
</p></blockquote>
<p>Some see this as strong evidence for the proximity of the singularity, but there seems to be evidence of considerable human mimicry of science fiction tropes.</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/02/08/bots-on-moltbook-are-selling-each-prompt-injection-drugs-to-get-high/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55642 -->

				
					
	<article id="post-55640" class="post-55640 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/03/how-to-use-the-moon-on-feb-4-to-plan-your-view-of-marchs-total-lunar-eclipse/" rel="bookmark">How to use the moon on Feb. 4 to plan your view of March&#8217;s total lunar&nbsp;eclipse</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/03/how-to-use-the-moon-on-feb-4-to-plan-your-view-of-marchs-total-lunar-eclipse/" title="9.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-03T21:26:05-05:00">3 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/03/how-to-use-the-moon-on-feb-4-to-plan-your-view-of-marchs-total-lunar-eclipse/#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/M2Rv5oyyR9XJL28bHESzh5-1920-80.jpg.webp" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A February moon offers a practical preview of where to look for March&#8217;s total lunar eclipse.&#8217; (<i>via <a href="https://www.space.com/stargazing/lunar-eclipses/how-to-use-the-moon-on-feb-4-to-plan-your-view-of-marchs-total-lunar-eclipse?utm_source=flipboard&amp;utm_content=topic%2Fastronomy">Space</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/02/03/how-to-use-the-moon-on-feb-4-to-plan-your-view-of-marchs-total-lunar-eclipse/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55640 -->

				
					
	<article id="post-55639" class="post-55639 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/03/the-press-is-the-governments-enemy-and-that-is-good/" rel="bookmark">The Press Is the Government&#8217;s Enemy and That Is&nbsp;Good</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/03/the-press-is-the-governments-enemy-and-that-is-good/" title="8.29 am" rel="bookmark"><time class="entry-date" datetime="2026-02-03T08:29:20-05:00">3 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/03/the-press-is-the-governments-enemy-and-that-is-good/#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_!GMow!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbe39c573-0b9f-4eda-b13b-43a05abd51f9_5472x3648.jpeg" width="599" border="0" /><br />
</figure>
<blockquote><p>
<strong>While it’s chilling</strong> to see the federal government arrest journalists, it’s a good reminder that the press should be the enemy of the powerful. ( <a href="https://www.hamiltonnolan.com/p/the-press-is-the-governments-enemy">Hamilton Nolan</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/02/03/the-press-is-the-governments-enemy-and-that-is-good/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55639 -->

				
					
	<article id="post-55637" class="post-55637 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/02/02/why-is-trump-so-obsessed-with-the-kennedy-center/" rel="bookmark">Why is Trump so obsessed with the Kennedy&nbsp;Center?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/02/02/why-is-trump-so-obsessed-with-the-kennedy-center/" title="7.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-02-02T19:03:13-05:00">2 Feb 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/02/02/why-is-trump-so-obsessed-with-the-kennedy-center/#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/02/GettyImages-2252069378.jpg?quality=90&amp;strip=all&amp;crop=0%2C0.0062492188476426%2C100%2C99.987501562305&amp;w=1920" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;If his renovation turned bulldozing of the East Wing is any indication, Trump’s “rebuilding” of the Kennedy Center is likely to be drastic — another chance for the president to reshape federal buildings to his own preferences; another chance for the man who plastered his name across shoddy gilded towers around the world to put his name on a new building. But it also gives Trump a chance to put his stamp on a world that he has plainly always loved, and which has, just as plainly, never really loved him back.…&#8217; (Constance Grady <i>via <a href="https://www.vox.com/culture/477568/trump-kennedy-center-shutdown-reconstruction">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/02/02/why-is-trump-so-obsessed-with-the-kennedy-center/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-55637 -->

				
							<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="6fd66deaee" />					<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>April 2026</caption>
	<thead>
	<tr>
		<th scope="col" aria-label="Sunday">S</th>
		<th scope="col" aria-label="Monday">M</th>
		<th scope="col" aria-label="Tuesday">T</th>
		<th scope="col" aria-label="Wednesday">W</th>
		<th scope="col" aria-label="Thursday">T</th>
		<th scope="col" aria-label="Friday">F</th>
		<th scope="col" aria-label="Saturday">S</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td colspan="3" class="pad">&nbsp;</td><td>1</td><td>2</td><td>3</td><td><a href="https://followmehere.com/2026/04/04/" aria-label="Posts published on April 4, 2026">4</a></td>
	</tr>
	<tr>
		<td id="today">5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td>
	</tr>
	<tr>
		<td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td><td>18</td>
	</tr>
	<tr>
		<td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td>
	</tr>
	<tr>
		<td>26</td><td>27</td><td>28</td><td>29</td><td>30</td>
		<td class="pad" colspan="2">&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/03/">&laquo; Mar</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="Disordered Thinking - Technology as Nature" class="recentcommentsavatartop" style="height:48px; width:48px;"><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow"></a></td><td class="recentcommentstexttop" 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><tr><td title="Conet" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Conet&#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' /></td><td class="recentcommentstextend" style="">Conet on <a href="https://followmehere.com/2024/12/25/trumps-deeply-weird-greenland-obsession-exposed-by-columnist/#comment-26282">trump&#8217;s &#8216;deeply we&hellip;</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='http://www.oriononline.org/' target='_blank' rel='nofollow'>oriononline.org</a></li><li><a href='http://www.oriononline.org/pages/oo/curmudgeon/index_curmudgeon.html' target='_blank' rel='nofollow'>oriononline.org/pages/oo/&#8230;</a></li><li><a href='https://elpais.com/elpais/2018/05/07/inenglish/1525683618_145760.html' target='_blank' rel='nofollow'>elpais.com/elpais/2018/05&#8230;</a></li><li><a href='https://premium.boingboing.net/p/priests-claim-sexual-abuse-charges' target='_blank' rel='nofollow'>premium.boingboing.net/p/&#8230;</a></li><li><a href='http://www.roadrage.com/' target='_blank' rel='nofollow'>roadrage.com</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/2012/07/21/now-i-am-become-shiva-the-destroyer-of-worlds/" class="bump-view" data-bump-view="tp">&quot;Now I Am Become Shiva, The Destroyer of Worlds.&quot; </a></li><li><a href="https://followmehere.com/2026/02/12/how-not-to-defeat-authoritarianism/" class="bump-view" data-bump-view="tp">How Not to Defeat Authoritarianism</a></li><li><a href="https://followmehere.com/2004/12/12/us-soldier-jailed-for-murdering-iraqi-youth/" class="bump-view" data-bump-view="tp">U.S. Soldier Jailed for Murdering Iraqi Youth</a></li><li><a href="https://followmehere.com/2009/07/09/null-device-potpourri/" class="bump-view" data-bump-view="tp">Null Device Potpourri</a></li><li><a href="https://followmehere.com/2017/04/09/the-untranslatable-emotions-you-never-knew-you-had/" class="bump-view" data-bump-view="tp">The ‘untranslatable’ emotions you never knew you had</a></li><li><a href="https://followmehere.com/2020/02/03/thailand-cures-coronavirus-with-anti-hiv-drug-cocktail-in-48-hours/" class="bump-view" data-bump-view="tp">Thailand &#039;cures&#039; coronavirus with anti-HIV drug cocktail in 48 hours</a></li><li><a href="https://followmehere.com/2024/04/21/r-i-p-daniel-c-dennett-82/" class="bump-view" data-bump-view="tp">R.I.P. Daniel C. Dennett, 82</a></li><li><a href="https://followmehere.com/2004/12/28/blogs-provide-raw-details-from-disaster-scene/" class="bump-view" data-bump-view="tp">Blogs provide raw details from disaster scene</a></li><li><a href="https://followmehere.com/2010/06/11/humans-wonder-anybody-home-2/" class="bump-view" data-bump-view="tp">Humans Wonder, Anybody Home?</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;(1)</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://angelicaochoa07.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://followmehere.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://tetsun.wordpress.com"><img referrerpolicy="no-referrer" alt='Therese&#039;s avatar' src='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://born2addiction.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Discover and Explore&#039;s avatar' src='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/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://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='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='cjanerunz&#039;s avatar' src='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/92719c9fac05319695d3e20a9b99c08843356ab2c52f73f4bcaa2af909eb0d44?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://thekalkiavatar.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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='https://tomalciere.us'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='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://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://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://chillicon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="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='http://www.criminalwisdom.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chewiesays.com/"><img referrerpolicy="no-referrer" alt='PC&#039;s avatar' src='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='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/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6f6b66a47bb89e9a8abc2a0068a4d99dfcbf7043db5d75d00e4a3c55bbf3b463?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://hoomahmoos.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://bydesignsinccom.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://andiehannahweiner.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?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=''><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/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Foodprism&#039;s avatar' src='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://salonduthe.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='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://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/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' /></a></li><li><a href="http://halrager.org/WordPress"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/639ce45299d3e61f5907f66efa3575a4a2b6dd5c831c6c29ebb93a07af31cee5?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/00fac8f0c9c8500fbcb1215518495893dd649ad27fd4363075a475f32453ece8?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><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='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://bryanconetta.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://carldagostino.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b84800ee68ffd8b02543294e4a516e32cd58397970f7b0322164675984e1ce01?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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></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":"02.02.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-04-05 04:35:37","last_post_date":"2026-02-02 19:03:13","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="6fd66deaee" /><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=202614d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></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-0eeaa77ec572e0a442f49a674ccfb3cc">
	</div>
	<div class="grofile-hash-map-8ca7b7a9969d6caaf09cf6d155fb7481">
	</div>
	<div class="grofile-hash-map-0eeaa77ec572e0a442f49a674ccfb3cc">
	</div>
	<div class="grofile-hash-map-046962f428ee0fc23bb7b734f4db136b">
	</div>
	<div class="grofile-hash-map-4f81b84995a239d1ac4b185bf606cde9">
	</div>
	<div class="grofile-hash-map-394699d5039591ae1591ee71cee57785">
	</div>
	<div class="grofile-hash-map-40526d387364033a1f705418563681a8">
	</div>
	<div class="grofile-hash-map-4f81b84995a239d1ac4b185bf606cde9">
	</div>
	<div class="grofile-hash-map-ec68db17de8ee882c6ceb7b14505e42d">
	</div>
	<div class="grofile-hash-map-b5e529b1b3cfee32238dd9e36c186a3f">
	</div>
	<div class="grofile-hash-map-be881810f077da8e3fc662420048a724">
	</div>
	<div class="grofile-hash-map-da4289a9970f4e848ce77bee0e8a294f">
	</div>
	<div class="grofile-hash-map-06bc58b7a6c464077c470ee26d8f568a">
	</div>
	<div class="grofile-hash-map-7cb368086f5cea3d4b9339a7b8c80b94">
	</div>
	<div class="grofile-hash-map-3f5b3e721f90fad046b4d84d1d2e853a">
	</div>
	<div class="grofile-hash-map-1dd85087263f03b22c1c904c5bd96671">
	</div>
	<div class="grofile-hash-map-4dd127efa667ae7e0afdf153f19eca9a">
	</div>
	<div class="grofile-hash-map-3257b4cfc65ff53fbef5f7c5575860b8">
	</div>
	<div class="grofile-hash-map-fcb9dbf538059c06b43f9e6f03b6ee22">
	</div>
	<div class="grofile-hash-map-20b630aca43401340ddf5aec435d6ee0">
	</div>
	<div class="grofile-hash-map-e41147ed38efa5f36cf6588fbaf7e298">
	</div>
	<div class="grofile-hash-map-c9943385e3dd2808a851399bad963d2c">
	</div>
	<div class="grofile-hash-map-de7d336148fe15a139130b3a3e000b16">
	</div>
	<div class="grofile-hash-map-965eae209ad10f62f0fc7242870b4f34">
	</div>
	<div class="grofile-hash-map-b1e249ae7708eb517c2c192b1a366e75">
	</div>
	<div class="grofile-hash-map-a4dbc766556d50fbd18878c783f61d8e">
	</div>
	<div class="grofile-hash-map-89efdc05edbfff7b58b4a272f7d74449">
	</div>
	<div class="grofile-hash-map-c4b516c2fcac29a14f005c753d55c10c">
	</div>
	<div class="grofile-hash-map-0c815c2b0c5b3826647a790842cc9a4e">
	</div>
	<div class="grofile-hash-map-991d3437118cd105c0a529b32dd88b29">
	</div>
	<div class="grofile-hash-map-c5654c2b308655351b0fdb4992a4d676">
	</div>
	<div class="grofile-hash-map-e3a7a5cb94b4546e316d820f34a73240">
	</div>
	<div class="grofile-hash-map-94d338ff75583d2ac8dde86b64f19388">
	</div>
	<div class="grofile-hash-map-1634920c8aff1bcffaf7b6055885ba24">
	</div>
	<div class="grofile-hash-map-0fba026bd643381410a774bbcc4326ed">
	</div>
	<div class="grofile-hash-map-12fa23886fedec9ded85979ed53c2c6c">
	</div>
	<div class="grofile-hash-map-a0277f7e7930b73b9cb047285518ecfb">
	</div>
	<div class="grofile-hash-map-65f7853d33f3796fb003c2f49ce148d1">
	</div>
	<div class="grofile-hash-map-97c05b868a065c8e88a0cc1e24c3f8ce">
	</div>
	<div class="grofile-hash-map-03626f39845723c149e62c1956a7bf25">
	</div>
	<div class="grofile-hash-map-d0883eed00596e777c34579d72cf66ee">
	</div>
	<div class="grofile-hash-map-734057205966de847f593f0e8a307f50">
	</div>
	<div class="grofile-hash-map-4f9d49efa26eeb0711f8aa72099213a3">
	</div>
	<div class="grofile-hash-map-d05babba5040e89bc5dceefdb0b65662">
	</div>
	<div class="grofile-hash-map-b8a3e3eb1c935b025d5c60a741743076">
	</div>
	<div class="grofile-hash-map-9f6b45678a4151536398f49fbb04dbcc">
	</div>
	<div class="grofile-hash-map-1085ff5c27decb4a2956fdcc8f607664">
	</div>
	<div class="grofile-hash-map-53efe55d9fef911fe0c5821a86c51878">
	</div>
	<div class="grofile-hash-map-0c667cb7660d6d0943459c97c0236ee5">
	</div>
	<div class="grofile-hash-map-e3a7a5cb94b4546e316d820f34a73240">
	</div>
	<div class="grofile-hash-map-10a2551bda9834fe870e95fb28e3ee7d">
	</div>
	<div class="grofile-hash-map-1f341b1688e45a6debd72cbce6e2be0b">
	</div>
	<div class="grofile-hash-map-4fec118544db4878ffe8fbec2f1e7317">
	</div>
	<div class="grofile-hash-map-2ead8400180a67c0929ab28309d7fffa">
	</div>
	<div class="grofile-hash-map-ab5cc9cb0fb1c19813ead9193e97e603">
	</div>
	<div class="grofile-hash-map-4485a009732357e7b95283fa0580b70f">
	</div>
	<div class="grofile-hash-map-7b10ede673937f9350850557766f89ae">
	</div>
	<div class="grofile-hash-map-323a894146e85a60bc0b10253fea32cf">
	</div>
	<div class="grofile-hash-map-f6086d364480361dac4316d97c343c8f">
	</div>
	<div class="grofile-hash-map-ff088829372bfe1b99a7589f223f870b">
	</div>
	<div class="grofile-hash-map-3911f112b26435895ed549401f98c519">
	</div>
	<div class="grofile-hash-map-682cc55e77471cc104745f5ef5ed45f7">
	</div>
	<div class="grofile-hash-map-6428f03a1fe6a67e11b79547980bd452">
	</div>
	<div class="grofile-hash-map-0576226b10d121e294e9820268067a6c">
	</div>
	<div class="grofile-hash-map-e2f1be22f215abf5a452beb7c0c3fab3">
	</div>
	<div class="grofile-hash-map-0cdf4d1fce390847b5029d9a3d1c368f">
	</div>
	<div class="grofile-hash-map-8799983ed005d36817f6634864e40ee9">
	</div>
	<div class="grofile-hash-map-903a8d81981a638c4e50c75bdd825175">
	</div>
	<div class="grofile-hash-map-eda8975682d6d1f11b74766ef96bb6d0">
	</div>
	<div class="grofile-hash-map-54d73e307ef0c4cb0473b345eef2e68c">
	</div>
	<div class="grofile-hash-map-75d2e6b20f5a8f2760a4d1ddca8d0298">
	</div>
	<div class="grofile-hash-map-0c7b27fafc428021cd68a33899f13b5e">
	</div>
	<div class="grofile-hash-map-1da1b4a4c71e6391a9a422c10f042604">
	</div>
	<div class="grofile-hash-map-f36569edc5be12650667609806579c28">
	</div>
	<div class="grofile-hash-map-e6961754336fed815670247be4050de1">
	</div>
	<div class="grofile-hash-map-2ddff82f4796db1ad6a447644c2365d0">
	</div>
	<div class="grofile-hash-map-d71fec5c74e4783922ff9810e94baa2a">
	</div>
	<div class="grofile-hash-map-a8cd37e7fd25bfcdd0d2e5c15bdef3e7">
	</div>
	<div class="grofile-hash-map-32e0840efa5e1c9ed34217e03c61a27a">
	</div>
	<div class="grofile-hash-map-7d469cf63dc2d7072f1fd0d536274936">
	</div>
	<div class="grofile-hash-map-9de95c1fce91a3a5031507466e580744">
	</div>
	<div class="grofile-hash-map-8b454568d0488238e8c6dc880aeb5880">
	</div>
	<div class="grofile-hash-map-9446843f5e599546061a1c3da0ad305a">
	</div>
	<div class="grofile-hash-map-4f6726ea77a7ddd164798a5179f1f2ea">
	</div>
	<div class="grofile-hash-map-eb1ecdb325638d29b428f96c9891f0d9">
	</div>
	<div class="grofile-hash-map-6ef72228350e836618205638889b7933">
	</div>
	<div class="grofile-hash-map-035020c34956e10a227a6718a11140bb">
	</div>
	<div class="grofile-hash-map-cdf28e216c77c4e8a21f76611bd8bcf5">
	</div>
	<div class="grofile-hash-map-2e8f8e3f9a91a3aaa675b69c6a9252ed">
	</div>
	<div class="grofile-hash-map-6475172e808255ebbc270d75831de5a9">
	</div>
	<div class="grofile-hash-map-d4aaee250bc80edd4bd25e4fffbbe417">
	</div>
	<div class="grofile-hash-map-166d38c2823a5d91828384e2672d8884">
	</div>
	<div class="grofile-hash-map-969ead0b17f7926719a3044188c7c966">
	</div>
	<div class="grofile-hash-map-b01b400a9fb96bf5d666fbd62fadd636">
	</div>
	<div class="grofile-hash-map-7d19ef1c0b1c4a786a7b466094ef159b">
	</div>
	<div class="grofile-hash-map-5765f95b11d649c26f1d750d430dd7b0">
	</div>
	<div class="grofile-hash-map-cef8a4086f072e8c8de6fa80743cb892">
	</div>
	<div class="grofile-hash-map-53b3feba427060a21cfcc3c9d542ee59">
	</div>
	<div class="grofile-hash-map-e853ffd6973ecc783c91598d56e21178">
	</div>
	<div class="grofile-hash-map-153d4a4b50ca1f505a0d4d02989460e6">
	</div>
	<div class="grofile-hash-map-1312828ed2d70917b452f2202c814d4a">
	</div>
	<div class="grofile-hash-map-116ef508704427eccb9babdd39addb4d">
	</div>
	</div>
		<div id="infinite-footer">
			<div class="container">
				<div class="blog-info">
					<a id="infinity-blog-title" href="https://followmehere.com/" rel="home">
						Follow Me Here&#8230;					</a>
				</div>
				<div class="blog-credits">
					 				</div>
			</div>
		</div><!-- #infinite-footer -->
				<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</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">&nbsp;</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/??-eJydjTEOwjAMAD9EaqGqahkQT0EhNZGDY0e1o4rfs5SJjfFuuIO9haTiKA61h8Y9kxgU9BbT62CoqgJ3kgSPTrwCyZOEHIOlTZm//B4qyVDsBH9Vd1ozukFWzYzBtyjG0fFHHJtbvZ7nebxMy7hM5QOCKktU'></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=15.7-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":"2929105d70","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%2F02%2F02%2Fwhy-is-trump-so-obsessed-with-the-kennedy-center%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.7-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/v22.8.2/build/scripts/dom-ready/index.min.js?m=1775151484i&#038;ver=a06281ae5cf5500e9317"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1764669441i'></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.7-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-beta5-62075"}}
</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-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/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTT2hLNzNzaFlaNj1TZTR1ZW0/XTJPcjFbTkRbRS1KY2FYLUZ6YlVJa3oyTCVjdnFoW2NFR2MlWTVoajdudFg1bC16bUhUdD8lYXFCYVpiK19nNWhrRTlJdVImR1MmeHM4c2FzNnBnWyx6cTZic3xHcWlQelhZR1ZOWmdidG1MMVN3WmhWN3Q5N0FDN00xWT9XcjQrM2N3dGdQZDZtZ3JvVFl8SVIuLzZTQ1d0ekEsOWNTVWwvUVhHQWZ3TURIK29FTENDSmZJV1I2Q0VScG5sSzV8cjFPUTRrMV1uVGhWKw=='}]);
_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=202614"></script> 	
</body>
</html>
<!--
	generated in 0.685 seconds
	492728 bytes batcached for 300 seconds
-->
