<!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=56383'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

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

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

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

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

			return;
		}

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

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

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

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

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

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

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

			document.body.appendChild( iframe );
		}

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

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

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

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

</head>

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

						<a href="https://followmehere.com/">
									<img src="https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg" width="1000" height="288" alt="Follow Me Here&#8230;" />
								</a>
			
						<div class="only-search with-image">
					<form method="get" id="searchform" action="https://followmehere.com/">
		<label for="s" class="assistive-text">Search</label>
		<input type="text" class="field" name="s" id="s" placeholder="Search" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
	</form>
			</div>
				
			<nav id="access">
				<h3 class="assistive-text">Main menu</h3>
							</nav><!-- #access -->
	</header><!-- #branding -->


	<div id="main">

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

			
							<nav id="nav-above">
				<h3 class="assistive-text">Post navigation</h3>
				<div class="nav-previous"><a href="https://followmehere.com/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
				<div class="nav-next"></div>
			</nav><!-- #nav-above -->
			
				
					
	<article id="post-56383" class="post-56383 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/09/why-conflict-feels-constant-now/" rel="bookmark">Why Conflict Feels Constant&nbsp;Now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/why-conflict-feels-constant-now/" title="6.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T18:04:33-05:00">9 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/09/why-conflict-feels-constant-now/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://noemamag.imgix.net/2026/06/005_01.jpg?fit=crop&amp;fm=pjpg&amp;h=628&amp;ixlib=php-3.3.1&amp;w=1200&amp;wpsize=noema-social-facebook&amp;s=06981bf73cd3afb74f7db793050d5b65" alt="" style="width:600px;height:auto" /></figure>



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

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Gray zones” were meant to describe places on the brink of war. Increasingly, they define the entire world.</p>



<p class="wp-block-paragraph">…Under the National Security Strategy (NSS) of the Trump administration, the line between allied and enemy nations has blurred to the point of non-existence…&#8217;  ( via <strong><a href="https://www.noemamag.com/why-conflict-feels-constant-now/">NOEMA</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/09/why-conflict-feels-constant-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56383 -->

				
					
	<article id="post-56380" class="post-56380 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/" rel="bookmark">Trump claims an Iran deal is near for at least 38th&nbsp;time</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/" title="5.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T17:55:59-05:00">9 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://media.assettype.com/gulfnews%2F2026-05-01%2Fuzjtpowi%2F202605013771524.jpg?w=1200&amp;ar=40%3A21&amp;auto=format%2Ccompress&amp;ogImage=true&amp;mode=crop&amp;enlarge=true&amp;overlay=false&amp;overlay_position=bottom&amp;overlay_width=100" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Despite predictions, US, Iran remain far apart as key disputes continue to block a deal…&#8217;  (via <strong><a href="https://gulfnews.com/world/americas/37-times-trump-claimed-an-iran-deal-was-near-what-s-going-on-1.500568358">Gulf News</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/09/trump-claims-an-iran-deal-is-near-for-at-least-38th-time/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56380 -->

				
					
	<article id="post-56377" class="post-56377 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/09/how-pete-hegseth-sparked-a-mormon-uproar/" rel="bookmark">How Pete Hegseth sparked a Mormon&nbsp;uproar</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/09/how-pete-hegseth-sparked-a-mormon-uproar/" title="5.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-09T17:51:19-05:00">9 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/09/how-pete-hegseth-sparked-a-mormon-uproar/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/06/gettyimages-518754162.jpg?quality=90&amp;strip=all&amp;crop=0%2C9.2387192446206%2C100%2C81.522561510759&amp;w=1200" alt="" style="width:600px;height:auto" /></figure>



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

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Are Mormons Christian? Pete Hegseth’s Department of Defense accidentally weighed in.…&#8217;  (Christian Paz via <strong><a href="https://www.vox.com/politics/491298/pentagon-mormon-latter-day-saints-jesus-christ-hegseth-religious-right-christian-nationalism?view_token=eyJhbGciOiJIUzI1NiJ9.eyJpZCI6Im9TSXRKYXI0cWEiLCJwIjoiL3BvbGl0aWNzLzQ5MTI5OC9wZW50YWdvbi1tb3Jtb24tbGF0dGVyLWRheS1zYWludHMtamVzdXMtY2hyaXN0LWhlZ3NldGgtcmVsaWdpb3VzLXJpZ2h0LWNocmlzdGlhbi1uYXRpb25hbGlzbSIsImV4cCI6MTc4MjIyNDA5MiwiaWF0IjoxNzgxMDE0NDkyfQ.dL9ZZlAkxJQ9qW5Piyul6M2vxxkeUQGpbaMDODEUqXE&amp;utm_medium=gift-link">Vox</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/09/how-pete-hegseth-sparked-a-mormon-uproar/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56377 -->

				
					
	<article id="post-56374" class="post-56374 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/08/a-parallel-world-the-people-lost-in-addictive-daydreams/" rel="bookmark">&#8216;A parallel world&#8217;: The people lost in addictive&nbsp;daydreams</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/08/a-parallel-world-the-people-lost-in-addictive-daydreams/" title="9.14 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-08T21:14:35-05:00">8 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/08/a-parallel-world-the-people-lost-in-addictive-daydreams/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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


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

				
					
	<article id="post-56372" class="post-56372 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/" rel="bookmark">Richard Feynman solved the ‘restaurant dilemma’ 50 years ago — now a study confirms his&nbsp;mathematics</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/" title="4.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-06T16:59:49-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/richard-feynman-solved-the-restaurant-dilemma-50-years-ago-now-a-study-confirms-his-mathematics/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56370" class="post-56370 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/the-truth-behind-the-nazis-occult-gateway-to-hell/" rel="bookmark">The truth behind the Nazi&#8217;s occult &#8216;gateway to&nbsp;hell&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-truth-behind-the-nazis-occult-gateway-to-hell/" title="4.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-06T16:58:19-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/the-truth-behind-the-nazis-occult-gateway-to-hell/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56368" class="post-56368 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/" rel="bookmark">Some ancient microbes frozen with Ötzi the Iceman are still&nbsp;growing</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/" title="10.26 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T10:26:04-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.arstechnica.net/wp-content/uploads/2026/06/Otzi-stomach-yeast-w-Sarhan-2560x1440.jpg" width="600" /></p>
<blockquote><p>
 </p>
<p>‘Ötzi the Iceman, Europe’s most famous mummy, hosts microbes—some ancient, some still alive after millennia, and some modern.</p>
<p>After dying in the Ötztal Alps, the Copper Age man lay frozen and forgotten for 5,300 years, until hikers found his freeze-dried remains in 1991. Since then, scientists have sequenced his DNA, studied his last meal and gut microbes, and examined his clothes and broken tools. Today, Ötzi rests in a high-tech chamber at Italy’s South Tyrol Museum of Archaeology, where his body still shelters cold-adapted yeasts likely present since soon after his death….’ (Kiona N. Smith via <b><a href="https://arstechnica.com/science/2026/06/otzis-mummified-body-is-home-to-ancient-strains-of-yeast-and-bacteria/">Ars Technica</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/06/some-ancient-microbes-frozen-with-otzi-the-iceman-are-still-growing/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56368 -->

				
					
	<article id="post-56365" class="post-56365 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/the-misogyny-uniting-the-right/" rel="bookmark">The Misogyny Uniting the&nbsp;Right</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-misogyny-uniting-the-right/" title="8.01 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T08:01:53-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/the-misogyny-uniting-the-right/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://cdn.theatlantic.com/thumbor/wlPMDvmAEJIqdqhznPC6L16JSbo=/0x75:1830x1028/1200x625/media/img/2026/05/AP22333647703966edited_Print_163EAA06627_23071335_1/original.jpg" alt="" style="width:600px;height:auto" /></figure>



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

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Douglas wilson has a modest proposal to improve American life: He wants to repeal the Nineteenth Amendment, which gave women the vote. In his ideal system, “we would do it in our politics the same way we do it in our church structure,” he told me recently. “And that is, we vote by household.”…&#8217;  (Helen Lewis via <strong><a href="https://www.theatlantic.com/magazine/2026/06/conservative-masculinism-misogyny/686939/?utm_medium=cr&amp;utm_source=email&amp;utm_campaign=06_06_2026_issue_promo_june_2026_resend_engagement_actives_nonclickers_large&amp;utm_term=ISSUE%20PROMOS%20ONLY%20-%20ALL%20Active%20Subscribers%20%28Stripe%2BCDS%2BiTunes%29">The Atlantic</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/06/the-misogyny-uniting-the-right/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56365 -->

				
					
	<article id="post-56362" class="post-56362 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/the-wrath-of-the-killdozer-2/" rel="bookmark">The Wrath of the&nbsp;Killdozer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/the-wrath-of-the-killdozer-2/" title="7.54 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T07:54:49-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/the-wrath-of-the-killdozer-2/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image is-resized"><img src="https://www.damninteresting.com/wp-content/uploads/2009/07/killdozer_news_enlarged.jpg" alt="" style="width:600px;height:auto" /></figure>



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

</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Marvin Heemeyer of Granby, Colorado was a profoundly frustrated muffler repair man. In 2004 he took drastic measures.…&#8217;  (Jason Bellows via <strong><a href="https://www.damninteresting.com/the-wrath-of-the-killdozer">Damn Interesting</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/06/the-wrath-of-the-killdozer-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56362 -->

				
					
	<article id="post-56358" class="post-56358 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/06/social-media-is-now-parasocial-media/" rel="bookmark">Social Media Is Now Parasocial&nbsp;Media</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/06/social-media-is-now-parasocial-media/" title="7.16 am" rel="bookmark"><time class="entry-date" datetime="2026-06-06T07:16:30-05:00">6 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/06/social-media-is-now-parasocial-media/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/06/social-media-is-now-parasocial-media/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56358 -->

				
					
	<article id="post-56356" class="post-56356 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/" rel="bookmark">The skeptic’s guide to humanoid robots going viral on the&nbsp;Internet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/" title="7.57 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:57:01-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-internet/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56354" class="post-56354 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/" rel="bookmark">Gone in 60&nbsp;minutes</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/" title="7.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:53:24-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.theverge.com/wp-content/uploads/sites/2/2026/06/gettyimages-2241234477.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.752914259293%2C100%2C78.494171481414&amp;w=1200" width="600" /></p>
<blockquote><p>
‘Institutions like The Late Show and 60 Minutes are no longer untouchable. That should frighten every single American. If scale and profit can’t save our most powerful voices, what happens to the rest of us?&#8230;’ (TC Sottek via <b><a href="https://www.theverge.com/entertainment/944337/gone-in-60-minutes">The Verge</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/05/gone-in-60-minutes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56354 -->

				
					
	<article id="post-56352" class="post-56352 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/" rel="bookmark">What happens when CBP confiscates your phone at the&nbsp;airport</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/" title="7.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:49:52-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/03/257631_border_agents_phone_search_CVirginia.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<blockquote><p>
‘CBP is conducting “systematic” searches of activists’ devices, using the language and tools of counterterrorism to target left-wing critics and activists, in keeping with President Donald Trump’s efforts to go after those he calls “Violent Left-Wing Extremists, including Anarchists and Anti-Fascists.”&#8230;’ (Gaby Del Valle via <b><a href="https://www.theverge.com/report/944076/cbp-airport-phone-searches-seizure-minneapolis-activists">The Verge</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/05/what-happens-when-cbp-confiscates-your-phone-at-the-airport/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56352 -->

				
					
	<article id="post-56350" class="post-56350 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/" rel="bookmark">‘Doo-Doo Water and a Few Needles’: Inside the Mystery of the New York City Manhole&nbsp;Prowlers</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/" title="7.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:47:24-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.wired.com/photos/6a21d98b6a7879400ec43e4c/191:100/w_1280,c_limit/NYCs-Mysterious-Manhole-Creepers-Business.jpg" width="600" /></p>
<blockquote><p>
‘IN RECENT DAYS, a fantastical question has captured the attention of New Yorkers and local tabloids: Who is popping in and out of manholes across the city, and what are they doing in the sewer system?&#8230;’ (Caroline Haskins via <b><a href="https://www.wired.com/story/new-york-city-manhole-mole-people-urban-explorers/">WIRED</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/05/doo-doo-water-and-a-few-needles-inside-the-mystery-of-the-new-york-city-manhole-prowlers/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56350 -->

				
					
	<article id="post-56348" class="post-56348 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/" rel="bookmark">Finally, a Unit of Measurement for a Certain Kind of Moral&nbsp;Depravity…</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/" title="7.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:39:00-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/finally-a-unit-of-measurement-for-a-certain-kind-of-moral-depravity/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56346" class="post-56346 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/" rel="bookmark">Why autism symptoms can ease during a fever — and how to mimic&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/" title="7.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:30:16-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!8fNk!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12c94355-a2d0-487e-8c8b-63dd5ff64f2a_1200x800.jpeg" width="600" /></p>
<blockquote><p>
‘Parents and caregivers have long reported that when some autistic people run a fever from an infection, their autism-related symptoms ease for a while.</p>
<p><strong><a href="https://news.mit.edu/2024/understanding-why-autism-symptoms-sometimes-improve-amid-fever-0523">MIT and Harvard Medical School researchers </a></strong>, backed by $2.1 million in grants from the Marcus Foundation, want to work out the biology behind this “fever effect” and eventually mimic it as a therapy.</p>
<p>A decade of work in mice by neuroscientist Gloria Choi and immunologist Jun Huh points away from the heat itself. They traced the improvement to an immune-signaling molecule called IL-17a, which appears to calm overactive brain circuits during infection. Injecting it directly into the brains of affected mice improved their symptoms even without any fever.</p>
<p>“Although it isn’t actually triggered by the fever, per se, the ‘fever effect’ is real, and it provides us with an opportunity to develop therapies to mitigate symptoms of autism spectrum disorders,” said Choi. The team now plans a “biobank” of blood and stool samples from volunteers to hunt for the same markers in people.…’ (Ellsworth Toohey via <b><a href="https://premium.boingboing.net/p/why-autism-symptoms-can-ease-during">Boing Boing</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/05/why-autism-symptoms-can-ease-during-a-fever-and-how-to-mimic-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56346 -->

				
					
	<article id="post-56344" class="post-56344 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/" rel="bookmark">180 religions dropped from Pentagon’s approved list of&nbsp;faiths</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/" title="7.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-05T19:26:43-05:00">5 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!KkeF!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f94d8de-4d4f-4bf0-89b0-e1fa960ea7ae_1200x800.jpeg" width="600" /></p>
<blockquote><p>
‘There are no atheists in foxholes. Soon, there won’t be any Wiccans, Rosicrucianism, shamanic faiths, Troth, Unitarian Universalists, Humanists, Heathens, or Astaru and a whole lotta Protestant denominations, either. According to Military.com, Whiskey Pete Hegseth has ordered the number of religions recognized by the Department of War brutally slashed from just over 200 to 31. This theocratic bullshit reverses changes made to the DoW’s religious affiliation codes. In 2017, the Chaplaincy’s recognized religions were massively expanded as an exercise of the rights the United States once stood for: if you’re willing to serve and potentially die for your country, you should be able to practice the freedom of belief enshrined in its constitution. I guess that was too much to ask for from an ass with a $300 haircut and Deus Volt tattooed on his chest&#8230;.’ (Séamus Bellamy via <b><a href="https://premium.boingboing.net/p/180-religions-dropped-from-pentagons">Boing Boing</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/05/180-religions-dropped-from-pentagons-approved-list-of-faiths/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56344 -->

				
					
	<article id="post-56342" class="post-56342 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/" rel="bookmark">Trump’s 250th Celebration Is a&nbsp;Fiasco</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/" title="9.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:24:40-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/UmlnkAH5gVwxqB5CT0q8EIFQ8ho=/5x160:3762x2117/1200x625/media/img/mt/2026/05/2026_05_31_America250/original.jpg" width="600" /></p>
<blockquote><p>
‘The president has turned a solemn occasion into a Day of Trump&#8230;.’ (David Frum via <b><a href="https://www.theatlantic.com/politics/2026/05/trump-250-truth/687384/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=the-atlantic-am&amp;utm_term=The%20Atlantic%20AM">The Atlantic</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/02/trumps-250th-celebration-is-a-fiasco/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56342 -->

				
					
	<article id="post-56340" class="post-56340 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/" rel="bookmark">Opinion: What AI chatbots&#8217; bias for Romance languages tell us about&nbsp;humanity</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/" title="9.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:15:12-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/opinion-what-ai-chatbots-bias-for-romance-languages-tell-us-about-humanity/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56338" class="post-56338 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/" rel="bookmark">Notes on Tanya M. Luhrmann’s book ‘How God Becomes&nbsp;Real’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/" title="9.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T21:10:42-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/notes-on-tanya-m-luhrmanns-book-how-god-becomes-real/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56336" class="post-56336 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/the-40-most-rage-inducing-problems-in-tech/" rel="bookmark">The 40 Most Rage-Inducing Problems in&nbsp;Tech</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/the-40-most-rage-inducing-problems-in-tech/" title="8.56 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:56:50-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/the-40-most-rage-inducing-problems-in-tech/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56334" class="post-56334 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/the-birds-of-palestine/" rel="bookmark">The Birds of&nbsp;Palestine</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/the-birds-of-palestine/" title="8.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:48:45-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/the-birds-of-palestine/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56328" class="post-56328 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/" rel="bookmark">Fans leave during The Black Crowes show after political&nbsp;dust-up</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:28:58-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/fans-leave-during-the-black-crowes-show-after-political-dust-up/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56326" class="post-56326 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/an-alternative-nobel-prize-for-trump/" rel="bookmark">An Alternative Nobel Prize For&nbsp;Trump?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/an-alternative-nobel-prize-for-trump/" title="8.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T20:15:01-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/an-alternative-nobel-prize-for-trump/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56323" class="post-56323 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/fukushima-bear-attack-captured-on-cctv/" rel="bookmark">Fukushima bear attack captured on&nbsp;CCTV</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/fukushima-bear-attack-captured-on-cctv/" title="7.42 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:42:18-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/fukushima-bear-attack-captured-on-cctv/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56320" class="post-56320 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/" rel="bookmark">Here’s why Republicans just stood up to Trump on the weaponization&nbsp;fund</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/" title="7.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:11:38-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/heres-why-republicans-just-stood-up-to-trump-on-the-weaponization-fund/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56318" class="post-56318 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/02/trumps-least-qualified-appointee-yet/" rel="bookmark">Trump&#8217;s Least Qualified Appointee&nbsp;Yet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/02/trumps-least-qualified-appointee-yet/" title="7.09 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-02T19:09:38-05:00">2 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/02/trumps-least-qualified-appointee-yet/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56316" class="post-56316 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/" rel="bookmark">Is Trump dropping his slush fund&nbsp;plan?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/" title="11.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-01T23:16:03-05:00">1 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/06/gettyimages-2278477432.jpg?quality=90&amp;strip=all&amp;crop=0%2C15.095986038394%2C100%2C69.808027923211&amp;w=1200" width="600" /></p>
<blockquote><p>
‘Why Trump’s $1.8 billion “anti-weaponization” fund is on the rocks…’ (Cameron Peters via <b><a href="https://www.vox.com/the-logoff-newsletter-trump/490543/trump-anti-weaponization-slush-fund-doj-settlement">Vox</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/01/is-trump-dropping-his-slush-fund-plan/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56316 -->

				
					
	<article id="post-56314" class="post-56314 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/" rel="bookmark">Schadenfreude Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/" title="11.14 pm" rel="bookmark"><time class="entry-date" datetime="2026-06-01T23:14:16-05:00">1 Jun 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/06/GettyImages-2273500910.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.735442322346%2C100%2C78.529115355308&amp;w=1200" width="600" /></p>
<blockquote>
<h1 class="o6lvcl1 o6lvcl0 o6lvcl6 pn04iqa pn04iq9">‘Trump’s Freedom 250 fest crashout proves he’s the only true MAGA celebrity</h1>
<p class="duet--article--dangerously-set-cms-markup o6lvclh o6lvclg pn04iqa pn04iq1">Trump loves stars. Too bad they all hate him.…’ (Constance Grady via <b><a href="https://www.vox.com/culture/490471/trump-freedom-250-fest-crashout-maga-celebrity">Vox</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/06/01/schadenfreude-dept-6/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56314 -->

				
					
	<article id="post-56312" class="post-56312 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/" rel="bookmark">Ian McEwan says pessimism ‘a bigger problem than climate&nbsp;change’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/" title="1.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-31T13:16:32-05:00">31 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/31/ian-mcewan-says-pessimism-a-bigger-problem-than-climate-change/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56310" class="post-56310 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/31/apocalypse-early-warning-system/" rel="bookmark">Apocalypse Early Warning&nbsp;System</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/31/apocalypse-early-warning-system/" title="12.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-31T12:41:37-05:00">31 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/31/apocalypse-early-warning-system/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/nukes.jpg?c=Y5xWNOny1g5znlxChqexfPtRK3QN_bnI7TIqZKp_RJBJtY57Gh3DLMv89SlvaDkiSilmIsbzimlYsguVo4HI5c18WCjuPKHDs3bkz4fXUiM%3D" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;In the event of an imminent nuclear apocalypse, we suspect that many people who have access to private jets will immediately take to the skies and escape city centers. This site tracks this indicator in realtime. The current emergency level is reported on a scale of 1 to 5, with 5 being an indicator of a likely imminent apocalypse. built by Kyle McDonald…&#8217; (via <a href="https://ews.kylemcdonald.net/?utm_source=orbitaloperations.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=also-rises&amp;_bhlid=4bf57214cce9641e74ad9284faa9d05cac8f226a"><strong>ews.kylemcdonald.net</strong></a></p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/31/apocalypse-early-warning-system/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56310 -->

				
					
	<article id="post-56307" class="post-56307 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/31/the-antitrust-theory-of-everything/" rel="bookmark">The Antitrust Theory of&nbsp;Everything</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/31/the-antitrust-theory-of-everything/" title="8.54 am" rel="bookmark"><time class="entry-date" datetime="2026-05-31T08:54:20-05:00">31 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/31/the-antitrust-theory-of-everything/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/ORgoFmti-_Ry8kxU5YeIM2lpJHY=/0x43:2000x1085/1200x625/media/img/mt/2026/05/2026_05_18_Barry_Lynn/original.jpg" width="600" /></p>
<blockquote><p>
‘Democrats are in thrall to the idea that corporate consolidation is America’s biggest, and maybe only, problem.…’ (Jonathan Chait via <b><a href="https://www.theatlantic.com/ideas/2026/05/antitrust-theory-barry-lynn/687287/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260531&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></b>)
</p></blockquote>
<p>Chait, who has had a career as a political reporter at <em>The New Republic</em>, <em>New York</em> and <em>The Atlantic</em>, argues that anti-monopoly thinking has become a dominant force in Democratic economic policy, driven largely by the <a href="https://en.wikipedia.org/wiki/Open Markets Institute">Open Markets Institute</a> and its central figure, <a href="https://en.wikipedia.org/wiki/Barry C. Lynn">Barry C. Lynn</a>, who sees corporate consolidation as the root of much of America’s social, political, and economic dysfunction. In Chait’s view, this dangerously monocausal worldview moved antitrust politics to the center of the Biden administration, particularly through the influence of Lynn’s protégé <a href="https://en.wikipedia.org/wiki/Lina Khan">Lina Khan</a>, appointed to the <a href="https://en.wikipedia.org/wiki/Federal Trade Commission">Federal Trade Commission</a>. For this movement, antitrust is not merely a narrow matter of consumer prices but part of a broader project to decentralize power and curb corporate dominance.</p>
<p>Chait regards this emphasis as useful but badly overextended. He argues that it neglects other sources of contemporary dysfunction, including inflation, social-media addiction, cultural alienation, political polarization, and the Democratic Party’s loss of working-class support. If allowed to dominate policy, he warns, the anti-monopoly framework would be intellectually erosive, politically divisive, and likely to fail. Its vocabulary of resentment toward concentrated power may be emotionally satisfying, but Chait sees it as risking the rupture of older Democratic coalitions while failing to deliver the salvation it promises.</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/31/the-antitrust-theory-of-everything/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56307 -->

				
					
	<article id="post-56305" class="post-56305 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/31/an-open-letter-to-the-presidents-physician/" rel="bookmark">An Open Letter to the President&#8217;s Physician</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/31/an-open-letter-to-the-presidents-physician/" title="8.45 am" rel="bookmark"><time class="entry-date" datetime="2026-05-31T08:45:00-05:00">31 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/31/an-open-letter-to-the-presidents-physician/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/6a1a576d0a757.image.jpg?c=x7TWPuUZcKpbqMF_S15HiJyPhkDmN0xgxgjhGqnwlIyppH1-JHMr46A1ShQ3E1Dcp8eyXa3rl7q0jZc1MATUi7qwXsKe9Y6GVS-vGDF8y88etuGBW0J6o7KHRNPbiWUFAxC5tpb2Xunl0A5SsEut7O8s3IW0Fv3nrCJTBiPY2K7wgBwwYkHGNFmSgJrPrgYqXJf1NAlMHxxNcvJ5pXobSFhsHURKnQuanrEMimm0weMC81PkW8VQaxGuoje_nlkl" width="599" border="0" /><br />
</figure>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">I am reprinting this, from colleague <a href="https://en.wikipedia.org/wiki/Dr Henry Abraham">Dr Henry Abraham</a>, in its entirety. He thoughtfully articulates <a href="https://followmehere.com/2026/03/24/what-is-the-case-for-trump-having-frototemporal-dementia-ftd/">concerns I share</a>. </p>
<blockquote>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">Dear Dr. Barbabella:</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">I am concerned that you have examined President Donald J. Trump for the third time since last January, even as the White House called your assessment on May 26 an “annual dental and health checkup,” and despite the president’s claim that “<a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/9847ff7c-e23f-4922-a8aa-bff949839ab7?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">everything checked out PERFECTLY</a>. Three days after your evaluation you claimed that he “remains <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/adafc972-ae76-4fe9-911a-9e2c33731b63?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">in excellent health</a>, demonstrating strong cardiac, pulmonary, neurological, and overall physical function.”</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">The American people don’t seem to be buying that story. A recent poll showed that <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/f4676802-0418-4176-bb25-c6e26a6b5677?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">59% of Americans</a> feel he lacks the mental acuity for his position, hardly a vote of confidence in the president’s self-assessment.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">In my experience as a physician, it’s uncommon for a healthy person to require a medical evaluation three times in a year. Certainly the ecchymoses in his hands are a tell. It may be a sign of aging. If it’s from handshaking, as you suggested, why in both hands? If it’s from prescribed aspirin, Harvard emergency physician <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/f3dadf6c-54ee-478b-8116-ed9f9d8b37a5?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">Jeremy Faust</a> wondered if a high dose was because you were trying to prevent a heart attack. What about his edematous ankles? Venous insufficiency is your diagnosis, but that’s relatively uncommon in men. Have you ruled out <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/b75209fc-64c5-439c-ac8d-62e1604c4cfb?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">right sided heart failure</a>, or is he taking a drug like amlodipine that also causes swollen ankles? Your credentials as a combat surgeon are exemplary, but there may be other medical specialists who might help in dealing with an especially challenging case.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">As a psychiatrist I have concerns about his mental status which appears to have worsened in the last year. Why has he taken the MOCA test of cognitive abilities three times since 2018? Is the president slowly declining, or is his mental function dropping off a cliff? The danger posed by his apparent psychiatric decline is compounded by his unfettered access to our vast nuclear arsenal. Like any patient with advancing dementia, there’s a time when the car keys have to be taken away. I fear the president is at that point, and should be lawfully removed from office. I base this extraordinary request on my observations of his increasingly poor judgment, reduced impulse control, rage attacks, grandiosity, feelings of omnipotence, and his <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/6aac9523-1826-443e-ae6f-6b91ec38c3e4?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">growing intoxication</a> with nuclear weapons over which he alone has control.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">As a specialist in substance use disorders I recommend, if you have not already done this, a urine tox screen on the president. He has an admittedly <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/eb9acd25-6b43-46e0-82b2-7b1fb934cc75?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">thinly sourced history</a> of abusing psychostimulants since 1992. I have previously described <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/f4a52175-8424-4dd7-b2a7-6365456512e3?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">a photo of the president with dilated pupils</a>, a singularly abnormal finding in an elderly man under normal room illumination. Was this from a stimulant? In my clinical experience a tox screen would be indicated in any patient presenting this way, especially if he described nocturnal tweeting frenzies, grandiosity, paranoia, and daytime sleepiness consistent with stimulant withdrawal.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">Other specialists who may be helpful in this complex case include hematologists, neurologists, and infectious disease experts. His black and blue hands bespeak a bleeding disorder. Aggressive use of aspirin may be the culprit, but have you ruled out blood dyscrasias such as the leukemias or platelet disorders?</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">While there are a number of red flags that appear to presage dementia, such as difficulties in speech, logic, calculations, and orientation in space, they are intermittent. You might argue that occasional mental lapses are part of being nearly 80. But a cluster of them even when intermittent is worrisome, especially when mixed with disinhibition, rage, and access to weapons of mass destruction. Missing from the public record are the actual scores of his three prior MOCA screens for cognitive decline. As you know the MOCA is a rapid screen taking ten or so minutes to complete. I strongly recommend a more thorough neuropsychological battery to assess the president’s ability to remember, pay attention, solve problems, and use language.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">The patient’s father developed a dementia in later life which was diagnosed as “Alzheimer’s disease.” But his emotional disinhibition was more consistent with <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/bcf301e3-fc34-411b-bf2f-088de8a748a6?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">frontotemporal dementia</a>, or FTD. The frontal lobes of the brain, shown below in dark blue, help you plan, organize, observe social graces, and exert good judgement. The temporal lobes, in light blue, deal with memory, language, and modulating anxiety and rage.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">If his father’s dementia was the FTD type, the president has a 25 to 50% chance of developing the same illness. FTD patients exhibit apathy, poor judgement, and speech difficulties.</p>
<div class="captioned-image-container-static" style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;color: #000000;font-family: Helvetica;line-height: 26px;margin: 32px auto">
<figure style="width: 550px;margin: 0px auto">
<table class="image-wrapper" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: center"> </td>
<td class="content" style="text-align: center" align="left" width="1456"><a class="image-link" style="position: relative;flex-direction: column;align-items: center;padding: 0px;width: auto;height: auto;border: medium;text-decoration: none;display: block;margin: 0px" href="https://substack.com/redirect/445c7e6c-9a93-4807-b820-5f94624f52cb?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA" target="_blank" rel="noopener"><img class="wide-image" style="vertical-align: middle;display: block;height: auto;margin: 0px auto;max-width: 100%;border: medium !important;width: auto !important" src="https://substackcdn.com/image/fetch/$s_!5OWW!,w_1100,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F43add7af-1091-4495-9d0c-d667a3ed20a7_2064x1024.png" alt="" width="550" height="272.7335164835165" /></a></td>
<td style="text-align: center"> </td>
</tr>
</tbody>
</table>
</figure>
</div>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">As you know, there are other causes of dementia. e.g. the vascular type from small blood clots in the brain. Brain imaging can put those concerns to rest, and so I was disappointed when last October you elected only to perform an MRI study of the president’s cardiovascular system. Brain MRI, PET, and/or SPECT scans are long overdue.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">Last on my short list of rule-out diagnoses is <a style="color: #363737;text-decoration: underline" href="https://substack.com/redirect/49ffb915-c973-49d1-8dfe-3d655217a92e?j=eyJ1IjoiMWc2YWMifQ.Yfw835XmjiEPjhuf8oYm2SSqYmUUcmTlzkQqaMq8SXA">neurosyphilis</a> which in the U.S. from 2019 to 2023 increased 61%. It is not a stretch of one’s imagination to consider that the current president has a history of unprotected sex with infected partners. Neurosyphilis can linger for years without being detected. Undetected it can progress to a dementia with an expansive demeanor and grandiose delusions, symptoms we see in Donald Trump today. A simple blood and spinal fluid test can lay this possibility to rest.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">Most importantly is that while you have a duty to protect the president’s privacy, you have a far greater duty to protect the common good. You have served your country on the battlefield. Now you are called upon to render Americans and the world a far greater service.</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px">Sincerely,</p>
<p style="font-size: 16px;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;font-family: Helvetica;margin: 0px 0px 20px;color: #363737;line-height: 26px"><a href="https://open.substack.com/pub/henryabrahammd/p/trump-health-psychiatrist-open-letter?utm_source=email&amp;redirect=app-store&amp;utm_campaign=email-read-in-app">Henry David Abraham, M.D.</a></p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/31/an-open-letter-to-the-presidents-physician/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56305 -->

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

				<div class="entry-content">
			<h1 style="text-align: center">Trump Urges Canceling Freedom 250 Concerts After Artists Drop Out</h1>
<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/30/multimedia/30cul-vanilla-ice-250-topart-klpb/30cul-vanilla-ice-250-topart-klpb-facebookJumbo.jpg" width="600" /></p>
<blockquote><p>
‘The president had earlier said on social media that he should take the place of “these highly paid, Third Rate ‘Artists,’” saying he gets “larger audiences than Elvis.”…’ (Derrick Bryson Taylor via <b><a href="https://www.nytimes.com/2026/05/30/arts/music/trump-freedom-250-concert-cancellations.html">The New York Times</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/schadenfreude-dept-5/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56303 -->

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

				<div class="entry-content">
			<h1 style="text-align: center">Kennedy Center Must Remove Trump’s Name From Building, Judge Orders</h1>
<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/29/multimedia/29cul-kennedy-center-wmlb/29cul-kennedy-center-wmlb-facebookJumbo.jpg" width="600" /></p>
<blockquote>
<p class="css-ac37hb evys1bk0">‘Mr. Trump railed against the judge’s ruling <a class="css-yywogo" title="" href="https://truthsocial.com/@realDonaldTrump/posts/116659958155235373" target="_blank" rel="noopener noreferrer">in an incensed social media post</a>, suggesting that he was considering casting the Kennedy Center aside as one of his personal projects. The president wrote that unless he was free to decide the center’s trajectory, he had “no interest in continuing what could only be a hopeless journey.”</p>
<p class="css-ac37hb evys1bk0">“Unfortunately, Judge Cooper and the Radical Left would rather see it DIE than have President Trump transform it into something that everyone could be proud of, much as I have done, in many cases, throughout my life,” he wrote.…’ (Julia Jacobs via <b><a href="https://www.nytimes.com/2026/05/29/arts/kennedy-center-trump-name-remove.html">The New York Times</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/schadenfreude-dept-4/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56301 -->

				
					
	<article id="post-56299" class="post-56299 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/what-exactly-caused-that-loud-boom-in-south-carolina/" rel="bookmark">What Exactly Caused That Loud Boom in South&nbsp;Carolina?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/what-exactly-caused-that-loud-boom-in-south-carolina/" title="10.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-30T22:30:40-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/what-exactly-caused-that-loud-boom-in-south-carolina/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/29/arts/thumb/thumb-facebookJumbo.jpg" width="600" /></p>
<blockquote><p>
‘A huge noise rattled part of the state on Thursday. Multiple theories have been put forward, but the mystery remains.…’ (Victor Mather via <b><a href="https://www.nytimes.com/2026/05/29/us/south-carolina-sonic-boom.html">The New York Times</a></b>)
</p></blockquote>
<p>Unlike today&#8217;s event off the Massachusetts coast, NASA said Thursday&#8217;s was not caused by a meteor, having received no reports of a fireball and no satellite detection of a meteor in the area. </p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/what-exactly-caused-that-loud-boom-in-south-carolina/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56299 -->

				
					
	<article id="post-56297" class="post-56297 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/fireball-event/" rel="bookmark">Fireball event</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/fireball-event/" title="10.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-30T22:22:57-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/fireball-event/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://i0.wp.com/fireball.amsmeteors.org/imo/img/fireball_og.png" width="600" /></p>
<p>Seen and heard up and down the Eastern Seaboard from Quebec and northern VT down to Delaware and Maryland (via <b><a href="https://fireball.amsmeteors.org/members/imo_view/event/2026/3867">American Meteor Society</a></b>; thanks, Abby)</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/fireball-event/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56297 -->

				
					
	<article id="post-56295" class="post-56295 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/to-keep-in-mind-at-the-shore-drowning-doesnt-look-like-drowning/" rel="bookmark">To Keep in Mind at the Shore: Drowning Doesn’t Look Like&nbsp;Drowning</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/to-keep-in-mind-at-the-shore-drowning-doesnt-look-like-drowning/" title="12.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-30T12:43:24-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/to-keep-in-mind-at-the-shore-drowning-doesnt-look-like-drowning/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/e80d2489-7600-4efe-b98d-924fe9f5442a.jpeg?c=yqa_QbD_fuPfUcCLZ--zkc3nkovo2J7QHCv3AAJUuF_HrWzf8UF5MeY_E5wp5jNI7oDE5P3kIyLwRVHm-BNKrOi4HvlNCSvIZvUuDT-EAOTjElFsYYu-OSfJhzAQyPpg9J-N6lzvsZTmwtRM3H7ZIzeTHqldnKM41YF6TkG1I9g%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘The Instinctive Drowning Response – so named by Francesco A. Pia, Ph.D., is what people do to avoid actual or perceived suffocation in the water. And it does not look like most people expect. There is very little splashing, no waving, and no yelling or calls for help of any kind. To get an idea of just how quiet and undramatic from the surface drowning can be, consider this: It is the number two cause of accidental death in children, age 15 and under (just behind vehicle accidents) – of the approximately 750 children who will drown next year, about 375 of them will do so within 25 yards of a parent or other adult. In ten percent of those drownings, the adult will actually watch them do it, having no idea it is happening. Drowning does not look like drowning – Dr. Pia, in an article in the Coast Guard’s On Scene Magazine (<a href="https://mariovittone.com/wp-content/uploads/2010/05/OSFall06.pdf">Fall 2006 </a>page 14), described the instinctive drowning response like this:</p>
<p><img title="More..." src="https://i0.wp.com/gcaptain.com/maritime/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<blockquote>
<ol>
<li>Except in rare circumstances, drowning people are physiologically unable to call out for help. The respiratory system was designed for breathing. Speech is the secondary or overlaid function. Breathing must be fulfilled, before speech occurs.</li>
<li>Drowning people’s mouths alternately sink below and reappear above the surface of the water. The mouths of drowning people are not above the surface of the water long enough for them to exhale, inhale, and call out for help. When the drowning people’s mouths are above the surface, they exhale and inhale quickly as their mouths start to sink below the surface of the water.</li>
<li>Drowning people cannot wave for help. Nature instinctively forces them to extend their arms laterally and press down on the water’s surface. Pressing down on the surface of the water, permits drowning people to leverage their bodies so they can lift their mouths out of the water to breathe.</li>
<li>Throughout the Instinctive Drowning Response, drowning people cannot voluntarily control their arm movements. Physiologically, drowning people who are struggling on the surface of the water cannot stop drowning and perform voluntary movements such as waving for help, moving toward a rescuer, or reaching out for a piece of rescue equipment.</li>
<li>From beginning to end of the Instinctive Drowning Response people’s bodies remain upright in the water, with no evidence of a supporting kick. Unless rescued by a trained lifeguard, these drowning people can only struggle on the surface of the water from 20 to 60 seconds before submersion occurs.…’(via <b><a href="https://mariovittone.com/2010/05/154/">Mariovittone</a></b>)</li>
</ol>
</blockquote>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/to-keep-in-mind-at-the-shore-drowning-doesnt-look-like-drowning/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56295 -->

				
					
	<article id="post-56293" class="post-56293 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/ask-google-is-2027-next-year/" rel="bookmark">Ask Google: &#8220;Is 2027 next&nbsp;year?&#8221;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/ask-google-is-2027-next-year/" title="12.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-30T12:32:14-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/ask-google-is-2027-next-year/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://preview.redd.it/is-it-2027-next-year-v0-oknamcry9dbg1.jpeg?width=640&amp;crop=smart&amp;auto=webp&amp;s=5ea00f14bff7cc23b7bc5eeeaddfdbc9bf4a3d2a" width="600" />(via <b><a href="https://www.reddit.com/r/google/comments/1q5ctbq/is_it_2027_next_year/">Reddit</a></b>)</p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/ask-google-is-2027-next-year/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56293 -->

				
					
	<article id="post-56291" class="post-56291 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/mapped-the-worlds-most-and-least-corrupt-countries/" rel="bookmark">Mapped: The World&#8217;s Most and Least Corrupt&nbsp;Countries</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/mapped-the-worlds-most-and-least-corrupt-countries/" title="11.32 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T11:32:57-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/mapped-the-worlds-most-and-least-corrupt-countries/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.visualcapitalist.com/wp-content/uploads/2026/05/corruption-map.webp" width="600" /></p>
<blockquote>
<ul>
<li>‘The global average Corruption Perceptions Index (CPI) score fell to 42 out of 100, the first decline in more than a decade.</li>
<li>Only five countries now score above 80, down from 12 a decade ago.</li>
<li>The U.S. ranks 29th with a score of 64, its lowest-ever result in the index.…’ (Srijaa Chatterjee via <b><a href="https://www.visualcapitalist.com/mapped-most-and-least-corrupt-countries/?utm_source=flipboard&amp;utm_content=topic%2Ftechnology">Visual Capitalist</a></b>)</li>
</ul>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/mapped-the-worlds-most-and-least-corrupt-countries/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56291 -->

				
					
	<article id="post-56289" class="post-56289 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/general-formalism-classification-and-demystification-of-the-current-warp-drive-spacetimes/" rel="bookmark">General formalism, classification, and demystification of the current warp-drive&nbsp;spacetimes</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/general-formalism-classification-and-demystification-of-the-current-warp-drive-spacetimes/" title="11.07 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T11:07:36-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/general-formalism-classification-and-demystification-of-the-current-warp-drive-spacetimes/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/10773_2024_5700_Fig7_HTML.png?c=qJ2fJW9TAw2UOkIKBM_KWjrTIg6UMPpYW2HdGIuKf6zZpCCb_l9WVYA9qoLhb4zgsXvkIgPvET5eic-Qqg8zyhGJJ4xxkO1ZLDHv1vxQ70Ty7hchpVDNmSX0AQY53UwHsGUItlyilRHWQyCT6UdPXOWrxYoJAxJ5B-cXxbxPkH-b4hutw41IVOBjSQHm0ASN6vITDwN5W3ZhKbzIB8IyFQ%3D%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘We critically examine proposals for the so-called warp-drive spacetimes and classify these models based on their various restrictions within the framework of General Relativity. We then provide a summary of general formalism for each class, and in the process, we highlight some misconceptions, misunderstandings, and errors in the literature that have been used to support claims about the physicality and feasibility of these models. On the way, we prove several new no-go theorems. Our analysis shows that when the principles of General Relativity are applied correctly, most claims regarding physical warp drives must be reassessed,<br />
and it becomes highly challenging to justify or support the viability of such models, not merely due to the violation of energy conditions.…’ (via <b><a href="https://arxiv.org/html/2602.16495v1?utm_source=flipboard&amp;utm_content=yeeltsanh%2Fmagazine%2FMOSTLY+%28ASTRO+%26+QUANTUM%29+PHYSICS">Arxiv</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/general-formalism-classification-and-demystification-of-the-current-warp-drive-spacetimes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56289 -->

				
					
	<article id="post-56287" class="post-56287 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/analysis-the-iran-war-has-made-inequality-worse-an-end-wont-fix-it/" rel="bookmark">Analysis: The Iran war has made inequality worse. An end won&#8217;t fix&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/analysis-the-iran-war-has-made-inequality-worse-an-end-wont-fix-it/" title="11.01 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T11:01:45-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/analysis-the-iran-war-has-made-inequality-worse-an-end-wont-fix-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://image.cnbcfm.com/api/v1/image/108313213-1779979125669-gettyimages-2276955512-MEMORIAL_DAY_TRAVEL.jpeg?v=1780090582&amp;w=1920&amp;h=1080" width="600" /></p>
<blockquote><p>
‘For some Americans’ finances, the <a href="https://www.cnbc.com/2026/05/29/trump-iran-deal-hormuz-nuclear-war.html">Iran war </a>was over almost as soon as it began. Those with access to <a href="https://www.cnbc.com/stocks/">stocks </a>— a majority of Americans have some, though the ultrawealthy have most — saw the <span id="RegularArticle-QuoteInBody-3" class="QuoteInBody-quoteNameContainer"><a href="/quotes/.SPX/">S&amp;P 500</a> </span>dip about 8% when the war started, only for it to bounce 19% starting in late March, more than making up its losses. The index is now up 10.7% for the year, which if it held would make for the fourth consecutive year of double-digit stock increases.</p>
<p>President <a href="https://www.cnbc.com/donald-trump/">Donald Trump</a> has been quick to trumpet these gains. “We have 401(k)s at their all-time high, highest they’ve ever been, and that goes along with the stock market, which is the highest it’s ever been,” Trump said at a <a href="https://www.youtube.com/watch?v=ln-FnwDYE4Y" target="_blank" rel="noopener">televised Cabinet meeting</a> this week, repeating a refrain he has adopted to celebrate market wins. That is all despite the war, he said. </p>
<p>But as Trump — along with anyone who has to <span id="RegularArticle-QuoteInBody-6" class="QuoteInBody-quoteNameContainer"><a href="/quotes/@LCO.1/">put gas into</a><span id="-WatchlistDropdown" class="AddToWatchlistButton-watchlistContainer"><button class="AddToWatchlistButton-watchlistButton" aria-label="Add To Watchlist"></button></span></span> their car — also knows, the real <a href="https://www.cnbc.com/2026/05/29/energy-costs-inflation-iran-war-trump.html">economic weight of the war</a> is much heftier than lofty stock prices would suggest. The war is heightening an already historic disconnect between those who can share in the affluence spun off by U.S. financial markets and those who can’t. That is aggravating Americas’ frustrations with the president’s economic performance, and likely will weigh on his fellow Republicans’ performance in November’s <a href="https://www.cnbc.com/elections/">midterm elections</a>. …’ (Matt Peterson via <b><a href="https://www.cnbc.com/2026/05/30/iran-war-inequality-affordability-ceasefire-analysis.html?__source=iosappshare%7Ccom.flipboard.flipboard-ipad.ShareExtension">CNBC</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/analysis-the-iran-war-has-made-inequality-worse-an-end-wont-fix-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56287 -->

				
					
	<article id="post-56285" class="post-56285 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/photons-behave-very-strangely-if-you-try-to-cut-them/" rel="bookmark">Photons behave very strangely if you try to cut&nbsp;them</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/photons-behave-very-strangely-if-you-try-to-cut-them/" title="10.59 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T10:59:07-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/photons-behave-very-strangely-if-you-try-to-cut-them/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://images.newscientist.com/wp-content/uploads/2026/05/29150334/SEI_299246320.jpg" width="600" /></p>
<blockquote><p>
‘Particles of light cannot be divided into smaller particles, but if you try to snip off the end of one, instead of shortening it multiplies…’ (Karmela Padavic-Callaghan via <b><a href="https://www.newscientist.com/article/2528339-photons-behave-very-strangely-if-you-try-to-cut-them/?utm_campaign=RSS%7CNSNS&amp;utm_source=NSNS&amp;utm_medium=RSS&amp;utm_content=home">New Scientist</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/photons-behave-very-strangely-if-you-try-to-cut-them/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56285 -->

				
					
	<article id="post-56283" class="post-56283 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/body-language-experts-discuss-what-trumps-dancing-moves-reveal/" rel="bookmark">Body Language Experts Discuss What Trump’s Dancing Moves&nbsp;Reveal</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/body-language-experts-discuss-what-trumps-dancing-moves-reveal/" title="10.56 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T10:56:23-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/body-language-experts-discuss-what-trumps-dancing-moves-reveal/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.huffingtonpost.com/asset/6a0e238d140000bd8c028709.jpg?cache=1lem6LtRLp&amp;ops=500_281%2Cscalefit_1200_630" width="600" /></p>
<blockquote>
<div class="primary-cli cli cli-text ">‘For years now, President <a class=" js-entry-link cet-internal-link" role="link" href="https://www.huffpost.com/news/topic/donald-trump">Donald Trump</a> has been showing off a <a class=" js-entry-link cet-external-link" role="link" href="https://www.youtube.com/watch?v=Zph7YXfjMhg" target="_blank" rel="noopener">signature dance move</a> at events and campaign rallies, jerking his bent arms and clenched fists forward and backward, often to the sound of the Village People’s “YMCA.”</div>
<div class="cli vxxhmpejhesxmrcyr06c3jmfcacpj vxxhmpejheyr06c3jmfcacpjrcbixr0c3">
<div class="vxxhmpejheyr06c3jmfcacpjrcfjmstkrch3yooc3">
<div class="vxxhmpejheyr06c3jmfcacpj">
<div id="vxxhmpejheyr0rcmpxmpcrcnrcn" class="vxxhmpejheyr0rccpj3krgoy3yz3yobrgn vxxhmpejheyr0rcfoijrcrczya vxxhmpejheyr0rcfoijrcrczyarcmpxmpcrcn"> </div>
<p>  HPGam.cmd.push(function(){<br />
        return HPGam.render(&#8220;inline-1&#8221;, &#8220;entry_paragraph_1&#8221;, false, false);<br />
  });</p>
</div>
</div>
</div>
<div class="primary-cli cli cli-text ">
The dance is a regular feature when he’s onstage — so much so that it has become part of his signature brand, experts told HuffPost.
</div>
<div class="primary-cli cli cli-text ">
“It’s typically the same exact song and it’s the same exact set of moves, and he’s typically doing it when he’s wearing the blue suit, the white shirt and the red tie, so it’s part of his brand,” said <a class=" js-entry-link cet-external-link" role="link" href="https://www.pattiwood.net/">Patti Wood</a>, a body language expert and author of “<a class=" js-entry-link cet-external-link" role="link" href="https://r.bttn.io/?btn_ref=org-677cb81987ed72f9&amp;btn_url=https%3A%2F%2Fwww.amazon.com%2FSnap-Making-Impressions-Language-Charisma%2Fdp%2F1577319397%3Ftag%3Dthehuffingtop-20%26ascsubtag%3D6a173230e4b0457678e688f1%252C-1%252C-1%252Cd%252C0%252C0%252Chp-fil-am%253D0%252C1459%253A2%253B1359%253A1%253B1545%253A1%253B1463%253A1%253B1472%253A1%253B0%253A0%253B1565%253A1%253B0%253A0%252C0%252C0%252C0">Snap: Making the Most of First Impressions, Body Language, and Charisma</a>.” “One of the reasons it is so interesting to observe is that we know exactly what he’s going to do, and yet we look at it every time [and try] to understand.”
</div>
<div class="primary-cli cli cli-text ">
This “very on brand for him” move is even a “visual version” of his speech patterns, said <a class=" js-entry-link cet-external-link" role="link" href="https://denisemdudley.com/" target="_blank" rel="noopener">Denise Dudley</a>, a clinical psychologist and behavioral expert. “If we think about it a certain way, he dances like he talks,” Dudley said. “It’s super repetitive, it’s really simple. I mean, it’s not complicated at all.”…’ (Jillian Wilson via <b><a href="https://www.huffpost.com/entry/why-the-heck-does-trump-dance-like-that-body-language-experts-decode-his-moves-goog_l_6a173230e4b0457678e688f1">HuffPost</a></b>)
</div>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/body-language-experts-discuss-what-trumps-dancing-moves-reveal/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56283 -->

				
					
	<article id="post-56281" class="post-56281 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/dont-forget-today-in-history-trump-found-guilty-on-34-felony-charges/" rel="bookmark">Don&#8217;t Forget Today in History: Trump found guilty on 34 felony&nbsp;charges</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/dont-forget-today-in-history-trump-found-guilty-on-34-felony-charges/" title="10.39 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T10:39:12-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/dont-forget-today-in-history-trump-found-guilty-on-34-felony-charges/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/Donald-Trump.jpg?c=daNB3-sUM-Dl1DGTo__S6M_NaNnByMbhmUXr8teoVrRlUyvAaiD7iib3gSRfiW-FK4UvPPTQFre-72FKkZFSZIXLqZixOn4pFuKnBD_ih2c%3D" width="599" border="0" /><br />
</figure>
<blockquote>
<div class="body | gutter_16--desktop gutter_16--tablet paywalled_content
              ">‘In 2024, Donald Trump became the first former American president to be convicted of felony crimes as a New York jury found him guilty of all 34 charges in a scheme to illegally influence the 2016 election through a hush money payment to a porn actor who said the two had sex. (Trump received a no-penalty sentence, or unconditional discharge, just 10 days before his January 2025 inauguration to a second term.)…’ (via <b><a href="https://www.bostonglobe.com/2026/05/30/metro/today-history-trump-found-guilty-34-felony-charges/?event=event12">The Boston Globe</a></b>)</div>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/dont-forget-today-in-history-trump-found-guilty-on-34-felony-charges/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56281 -->

				
					
	<article id="post-56279" class="post-56279 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/new-study-suggests-chatgpt-has-hidden-geographic-biases/" rel="bookmark">New Study Suggests ChatGPT Has Hidden Geographic&nbsp;Biases</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/new-study-suggests-chatgpt-has-hidden-geographic-biases/" title="10.30 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T10:30:35-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/new-study-suggests-chatgpt-has-hidden-geographic-biases/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.huffingtonpost.com/asset/69a9d7b9170000ca242b1323.jpeg?cache=2985PbI1zD&amp;ops=500_281%2Cscalefit_1200_630" width="600" /></p>
<blockquote>
<div class="primary-cli cli cli-text ">‘A new study <a class=" js-entry-link cet-external-link" role="link" href="https://inequalities.ai/" target="_blank" rel="noopener">suggests</a> ChatGPT may stereotype you based on where you live, with the artificially-intelligent model classifying some locations as smarter, some as smellier and some as uglier or stupider.</div>
<div class="primary-cli cli cli-text ">
Researchers from the University of Oxford and the University of Kentucky asked OpenAI’s GPT-4o-mini model over 20 million questions between March and May of last year. They got the ChatGPT model to compare two places in order to get “a single, unambiguous consistent answer” about how it classifies certain states, <a class=" js-entry-link cet-external-link" role="link" href="https://inequalities.ai/How_it_Works" target="_blank" rel="noopener">according</a> to researchers…’ (Monica Torres via <b><a href="https://www.huffpost.com/entry/these-are-the-states-where-youre-stupidest-and-smelliest-according-to-chatgpt-goog_l_6a184e30e4b0ddcc84688566">HuffPost</a></b>)
</div>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/new-study-suggests-chatgpt-has-hidden-geographic-biases/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56279 -->

				
					
	<article id="post-56277" class="post-56277 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/trump-defrosts-relations-with-europes-last-dictator-alexander-lukashenko/" rel="bookmark">Trump defrosts relations with Europe’s last dictator Alexander&nbsp;Lukashenko</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/trump-defrosts-relations-with-europes-last-dictator-alexander-lukashenko/" title="9.24 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T09:24:15-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/trump-defrosts-relations-with-europes-last-dictator-alexander-lukashenko/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/rockcms/2026-04/260401-Lukashenko-Trump-rs-11056c.jpg" width="600" /></p>
<blockquote><p>
‘Belarus’ president has been accused of flagrant human rights violations and enabling Russia’s war in Ukraine. That hasn’t served as a barrier to his friendship with Donald Trump.…’ (Yuliya Talmazan via <b><a href="https://www.nbcnews.com/world/europe/trump-defrosts-relations-europes-last-dictator-alexander-lukashenko-rcna347500?utm_source=flipboard&amp;utm_content=NBCNews/magazine/Top+Stories">NBC News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/trump-defrosts-relations-with-europes-last-dictator-alexander-lukashenko/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56277 -->

				
					
	<article id="post-56275" class="post-56275 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/apocalyptic-fungal-storms-are-now-surging-across-the-us/" rel="bookmark">Apocalyptic &#8220;Fungal Storms&#8221; Are Now Surging Across the&nbsp;US</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/apocalyptic-fungal-storms-are-now-surging-across-the-us/" title="9.22 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T09:22:53-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/apocalyptic-fungal-storms-are-now-surging-across-the-us/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://futurism.com/wp-content/uploads/2026/05/fungal-storms-dust-surging-usa.jpg?quality=85&amp;w=1200" width="600" /></p>
<blockquote><p>
‘&#8221;Sand and dust storms do not just mean dirty windows and hazy skies.&#8221;…’ (Joe Wilkins via <b><a href="https://futurism.com/health-medicine/fungal-storms-dust-surging-usa?utm_source=flipboard&amp;utm_content=topic/climatechange">Futurism</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/apocalyptic-fungal-storms-are-now-surging-across-the-us/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56275 -->

				
					
	<article id="post-56272" class="post-56272 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/want-to-optimize-your-happiness-this-happiness-expert-says-dont/" rel="bookmark">Want to ‘Optimize’ Your Happiness? This Happiness Expert Says:&nbsp;Don’t.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/want-to-optimize-your-happiness-this-happiness-expert-says-dont/" title="9.16 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T09:16:47-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/want-to-optimize-your-happiness-this-happiness-expert-says-dont/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/06/07/magazine/07mag-interview-santos-03/07mag-interview-santos-03-facebookJumbo.jpg" width="600" /></p>
<blockquote>
<p class="css-ac37hb evys1bk0">‘[W]hat is going on and what can we do about it? I put these questions to Laurie Santos. Santos is a cognitive scientist and professor whose class on happiness quickly became the most popular in Yale’s history. And through her podcast “The Happiness Lab” and her free online course called “The Science of Well-Being,” Santos’s reach has extended far beyond the classroom.</p>
<p class="css-ac37hb evys1bk0">I wanted to understand what history and science say happiness really is, how that connects to loneliness and American ideas about productivity and why, with so many happiness tips flooding our feeds, it has still been so hard for me, and many others, to do the things that will actually make us truly, deeply happy.…’ (Lulu Garcia-Navarro via <b><a href="https://www.nytimes.com/2026/05/30/magazine/laurie-santos-interview.html">The New York Times</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/want-to-optimize-your-happiness-this-happiness-expert-says-dont/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56272 -->

				
					
	<article id="post-56270" class="post-56270 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/canadian-man-pleads-guilty-to-aiding-14-suicides/" rel="bookmark">Canadian Man Pleads Guilty to Aiding 14&nbsp;Suicides</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/canadian-man-pleads-guilty-to-aiding-14-suicides/" title="9.15 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T09:15:19-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/canadian-man-pleads-guilty-to-aiding-14-suicides/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/29/multimedia/29xp-law-qpkg/29xp-law-qpkg-facebookJumbo.jpg" width="600" /></p>
<blockquote>
<p class="css-ac37hb evys1bk0">‘A Canadian man who ran online businesses that shipped toxic salt to people in 40 countries pleaded guilty on Friday to 14 counts of aiding suicides in Ontario, prosecutors said.</p>
<p class="css-ac37hb evys1bk0">British prosecutors said that the man, Kenneth Law, 60, of Mississauga, a city just west of Toronto, had also formally admitted to causing the deaths of 79 people in Britain as part of the proceedings in the Ontario Superior Court of Justice in Newmarket, Ontario.</p>
<p class="css-ac37hb evys1bk0">The deaths in Britain were recognized in the Canadian court, which will sentence Mr. Law in September “on the basis that he distributed lethal products internationally, knowing they were likely to be used to end lives,” Britain’s <a class="css-yywogo" title="" href="https://www.cps.gov.uk/cps/news/cps-statement-following-kenneth-law-guilty-pleas" target="_blank" rel="noopener noreferrer">Crown Prosecution Service said</a> in a statement.…’ (Michael Levenson via <b><a href="https://www.nytimes.com/2026/05/29/world/canada/kenneth-law-canada-poison.html">The New York Times</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/canadian-man-pleads-guilty-to-aiding-14-suicides/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56270 -->

				
					
	<article id="post-56268" class="post-56268 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/one-of-madagascars-oldest-sacred-trees-is-slowly-dying/" rel="bookmark">One of Madagascar’s Oldest Sacred Trees Is Slowly&nbsp;Dying</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/one-of-madagascars-oldest-sacred-trees-is-slowly-dying/" title="8.56 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T08:56:50-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/one-of-madagascars-oldest-sacred-trees-is-slowly-dying/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/21/multimedia/21xp-tree-top-promo/21xp-tree-top-promo-facebookJumbo.jpg" width="600" /></p>
<blockquote>
<p class="css-ac37hb evys1bk0">‘The first sign that the tree was in trouble was the scent — a musty odor that cut through the warm forest air.</p>
<p class="css-ac37hb evys1bk0">“It smelled like mushrooms but worse, like decomposition,” said Cyrille Cornu, a French researcher who visited the tree, an ancient baobab that locals call Tsitakakantsa, last October in southwest Madagascar. Approaching the massive trunk in the island nation’s Andombiry Forest, Mr. Cornu’s heart sank. A dark, foul-smelling liquid was seeping from the base of the tree.</p>
<p class="css-ac37hb evys1bk0">“I was surprised because I never saw this before,” said Mr. Cornu, who specializes in baobabs and has visited the tree several times over the last 15 years. He thought to himself: “Something is wrong.”…’ (Jonathan Wolfe via <b><a href="https://www.nytimes.com/2026/05/25/world/africa/baobab-tree-dying-madagascar-africa.html">The New York Times</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/one-of-madagascars-oldest-sacred-trees-is-slowly-dying/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56268 -->

				
					
	<article id="post-56266" class="post-56266 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/bye-bye-60-minutes/" rel="bookmark">Bye bye ‘60&nbsp;Minutes’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/bye-bye-60-minutes/" title="8.09 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T08:09:05-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/bye-bye-60-minutes/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/28/multimedia/OakArticle-6a181e22-Nick-Bilton-zqpv/OakArticle-6a181e22-Nick-Bilton-zqpv-facebookJumbo.jpg" width="600" /></p>
<blockquote>
<p class="css-ac37hb evys1bk0">&#8216;In a bid to remake the country’s top-rated news program, Bari Weiss, the editor in chief of CBS News, on Thursday unveiled an overhaul of “60 Minutes,” replacing the show’s executive producer with a tech journalist and firing two of its on-air correspondents.</p>
<p class="css-ac37hb evys1bk0">Ms. Weiss named Nick Bilton, a former New York Times technology columnist and a filmmaker who has directed and produced documentaries for HBO and Netflix, as her pick to lead the 58-year-old Sunday show. Mr. Bilton, who has never worked in traditional broadcast news, will replace Tanya Simon, who had been at the show for more than three decades.</p>
<p class="css-ac37hb evys1bk0">CBS News also fired Cecilia Vega, the program’s first Latina correspondent, and Sharyn Alfonsi, whose segment on torture in Salvadoran prisons was <a class="css-yywogo" title="" href="https://www.nytimes.com/2025/12/21/business/60-minutes-trump-bari-weiss.html">pulled off the air</a> abruptly last year by Ms. Weiss, who requested more reporting. It aired in full at a later date. Draggan Mihailovich, the executive editor of “60 Minutes,” was also fired, as was Matthew Polevoy, a senior producer.</p>
<p class="css-ac37hb evys1bk0">Ms. Weiss, an opinion journalist with no prior experience in television, has made major changes at CBS since being appointed last year by the tech scion David Ellison. She has named Tony Dokoupil to helm “CBS Evening News,” hired new on-air contributors and personally booked some guests for interviews, a departure from the industry norm…&#8217; (Benjamin Mullin via <b><a href="https://www.nytimes.com/2026/05/28/business/media/nick-bilton-60-minutes-bari-weiss.html">The New York Times</a></b>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/bye-bye-60-minutes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56266 -->

				
					
	<article id="post-56264" class="post-56264 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/30/grifters-cynics-and-true-believers-the-family-tree-of-vaccine-opponents-ars-technica/" rel="bookmark">Grifters, cynics, and true believers: The family tree of vaccine&nbsp;opponents</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/30/grifters-cynics-and-true-believers-the-family-tree-of-vaccine-opponents-ars-technica/" title="7.54 am" rel="bookmark"><time class="entry-date" datetime="2026-05-30T07:54:16-05:00">30 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/30/grifters-cynics-and-true-believers-the-family-tree-of-vaccine-opponents-ars-technica/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.arstechnica.net/wp-content/uploads/2026/05/9798217155002-1-1152x648-1780075269.jpeg" width="600" /></p>
<blockquote><p>
‘A new book looks into the long history of people who have opposed vaccines&#8230;</p>
<p>Facts and figures can demonstrate how many lives have been saved by vaccines. But they will never be an effective counterargument to “the government can’t tell me what to inject into my kid.” The only potential argument to sway someone who fervently believes that is appealing to their sense of solidarity—to the obligations that every member of society has to every other, to the sacrifices that everyone must make to ensure that society is safe for all. Alas, that sense of solidarity… does not seem to be at its peak in the US right now.</p>
<p>As Levenson makes clear, these three arguments have been plied for as long as vaccines have. But there are a couple of key differences now. The first is that 300 years ago, people who claimed that vaccines were either ineffective or harmful could be forgiven for thinking they had a point. But we now have germ theory to explain exactly how vaccines work and centuries of data showing how infection and death rates from every disease have plummeted once a vaccine was introduced to counter it. We know better.</p>
<p>The second is that now, arguments against vaccines tend to be touted by only one particular subgroup of people: Republicans. And that has come with predictable consequences. “In the US from 2021 onward,” Levenson writes, “being a Republican has become a measurable risk factor for illness and death.”</p>
<p>Levenson teaches in and has directed the Graduate Program in Science Writing at MIT, so you might expect his writing to be clear, concise, engaging, and informative, with an effective mix of statistics and anecdotes. You’d be right. And despite the incendiary nature of his topic, his tone remains measured throughout; he never descends into anger or ranting. A new book looks into the long history of people who have opposed vaccines.What does come through is his anguish that Robert F. Kennedy Jr.’s lies and policies will cause kids to needlessly be sickened by and die from diseases we have the tools to prevent&#8230;.’ (Diana Gitig via <b><a href="https://arstechnica.com/science/2026/05/grifters-cynics-and-true-believers-the-family-tree-of-vaccine-opponents/">Ars Technica</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/30/grifters-cynics-and-true-believers-the-family-tree-of-vaccine-opponents-ars-technica/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56264 -->

				
					
	<article id="post-56261" class="post-56261 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/29/republicans-fear-tom-kean-jrs-absence-could-cost-them-a-house-seat/" rel="bookmark">Republicans fear Tom Kean Jr.’s absence could cost them a House&nbsp;seat</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/29/republicans-fear-tom-kean-jrs-absence-could-cost-them-a-house-seat/" title="4.33 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-29T16:33:33-05:00">29 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/29/republicans-fear-tom-kean-jrs-absence-could-cost-them-a-house-seat/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;“No one knows what is going on, which is leading to a lot of anxiety,” said a Republican operative who works on House races, who like some others interviewed for this report spoke on the condition of anonymity to frankly discuss a sensitive issue within the GOP conference. “There is a total information void.” </p><p>The operative added: “We cannot hold the majority without this seat. And folks need to know if he is capable of running for reelection and winning. &#8230; You can’t just go missing for months and tell people they just need to be patient and wait without any accountability.”…&#8217; (Dan Merica via <a href="https://www.washingtonpost.com/politics/2026/05/29/republicans-fear-tom-kean-jrs-absence-could-cost-them-house-seat/?utm_campaign=wp_post_most&amp;utm_medium=email&amp;utm_source=newsletter"><strong>The Washington Post</strong></a></p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/29/republicans-fear-tom-kean-jrs-absence-could-cost-them-a-house-seat/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56261 -->

				
					
	<article id="post-56259" class="post-56259 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/28/vox-is-hunting-for-new-york-citys-undiscovered-insect-species/" rel="bookmark">Vox is hunting for New York City’s undiscovered insect&nbsp;species</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/28/vox-is-hunting-for-new-york-citys-undiscovered-insect-species/" title="2.45 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-28T14:45:24-05:00">28 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/28/vox-is-hunting-for-new-york-citys-undiscovered-insect-species/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/05/GettyImages-1491563470.jpg?quality=90&amp;strip=all&amp;crop=0%2C15.095986038394%2C100%2C69.808027923211&amp;w=1200" width="600" /></p>
<blockquote><p>
‘Scientists believe there are almost certainly hundreds, if not thousands, of undiscovered animal species living in the middle of New York, among the city’s parks, gardens, and streets. I’m not talking about the big stuff — birds, frogs, and so on — but small critters, including flies, wasps, and other insects.</p>
<p>It’s not that NYC is some sort of global bug hot spot. (Despite what it might feel like in the summer, it is not.) Rather, the bulk of species in many insect groups, wherever they’re found, remains unknown. As one example, there may be as many as 1.8 million species globally in a single fly family called Cecidomyiidae, known as the gall midges. Yet only about 7,000 of them have been described in the scientific record and are thus known species. Broadly speaking, taxonomists estimate that as much as 90 percent of all animal species on Earth are still unknown&#8230;.’ (Benji Jones via <b><a href="https://www.vox.com/climate/489704/new-york-city-new-species-discovery-project">Vox</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/28/vox-is-hunting-for-new-york-citys-undiscovered-insect-species/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56259 -->

				
					
	<article id="post-56257" class="post-56257 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/28/a-widely-used-mosquito-repellent-might-be-training-them-to-seek-your-blood/" rel="bookmark">A Widely Used Mosquito Repellent Might Be Training Them to Seek Your&nbsp;Blood</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/28/a-widely-used-mosquito-repellent-might-be-training-them-to-seek-your-blood/" title="2.37 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-28T14:37:15-05:00">28 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/28/a-widely-used-mosquito-repellent-might-be-training-them-to-seek-your-blood/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://gizmodo.com/app/uploads/2026/05/Aedes-mosquito-1200x675.jpg" width="600" /></p>
<blockquote><p>
‘One of the most trusted forms of protection against the dreaded mosquito might have an unexpected weakness. Research out today shows that mosquitoes can actually learn to love the presence of DEET, a common ingredient in insect repellents. Scientists in the U.S. and France conducted lab experiments with Aedes aegypti mosquitoes, a species well known for spreading various diseases, including yellow fever and dengue. They successfully reversed the mosquitoes’ aversion to the chemical, even making them more willing to approach a human wearing DEET. Though DEET remains a valuable anti-mosquito measure, the findings suggest people should be especially mindful about using it as instructed, the researchers say. “DEET is still the gold standard of mosquito repellents,” study author Clément Vinauger, an associate professor in the department of biochemistry at Virginia Tech, told Gizmodo. “Our work is an important reminder to carefully read the manufacturer’s recommendations regarding dosage and application frequency to ensure these products are as effective as possible.”&#8230;’ (Ed Cara via <b><a href="https://gizmodo.com/a-widely-used-mosquito-repellent-might-actually-be-training-them-to-seek-your-blood-2000764237">Gizmodo</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/28/a-widely-used-mosquito-repellent-might-be-training-them-to-seek-your-blood/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56257 -->

				
					
	<article id="post-56254" class="post-56254 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/27/the-rise-fall-of-petty-tyrants/" rel="bookmark">The Rise &amp; Fall Of ‘Petty&nbsp;Tyrants’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/27/the-rise-fall-of-petty-tyrants/" title="11.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-27T23:38:26-05:00">27 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/27/the-rise-fall-of-petty-tyrants/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/Noema_Color_v1-23-1-scaled.jpg?c=G5zHcU2r5PgaQBnXIcLE7iHF3e9SbvXi4GyNn5VpFJ_eUdIHcFF0INbgi7e8FEn0934nihDBq2c4dpQcKD-cuwXH8sx9IIwR3zXSIlGBcfIAYRnXpwwvWxCt8lhwID-8wMMPJWELOkfu17vbvm5JhWFwtJF1leP84xk6d0py24NSICn8PbOphB2W6TCLkaq0AEBS7jbandD-EmKPAJ86mMSYXGIjXuwmStcpvSjhQhkl1LnUnOuilnQCmdr3o1AS" width="599" border="0"/></p>
</figure>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;I have many thoughtful friends who are depressed about the state of the world. I am less depressed than they are — not because I’m an optimist, or because I deny the evil and stupidity in our political system that are causing so much harm, but because I believe history reveals a pattern that leaves reason for hope.…&#8217; (Danny Hillis via <a href="https://www.noemamag.com/the-rise-and-fall-of-petty-tyrants/"><strong>NOEMA</strong></a>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/27/the-rise-fall-of-petty-tyrants/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56254 -->

				
					
	<article id="post-56249" class="post-56249 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/27/r-i-pben-morea/" rel="bookmark">R.I.P. Ben Morea</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/27/r-i-pben-morea/" title="11.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-27T23:11:36-05:00">27 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/27/r-i-pben-morea/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"> </p>
<div style="border: 3px black solid;padding: 10px 10px 10px 10px">
<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/29/multimedia/00morea-pfgh-print1/00morea-pfgh-facebookJumbo.jpg" width="600" /></p>
<h2>Principal Provocateur of 1960s Anarchist Group, Dies at 84</h2>
<p>‘Ben Morea, an artist and chief provocateur of an anarchist group that rattled New York City in the 1960s, dumping garbage on the steps of Lincoln Center and booby-trapping the stairwell of a Columbia University building with furniture hung from the ceiling and rigged to drop, died on May 2 at his home in Gardner, Colo. He was 84.</p>
<p>Mr. Morea’s former wife, Joan Eagle, said he collapsed while walking on their property, about 60 miles from the New Mexico border. He moved to the region in 1969, living among Native American tribes and working as a lumberjack for nearly four decades before re-emerging in Manhattan as a flea market picker.</p>
<p>Barely 5 feet tall and as thin as a parking meter, Mr. Morea was an abstract painter who wanted to creatively destroy the gap between art and revolution. He published the militant magazine Black Mask and loosely led a band of radicals whose name began Up Against the Wall and ended with a profanity&#8230;.’ (Michael S. Rosenwald via <b><a href="https://www.nytimes.com/2026/05/26/us/ben-morea-dead.html">The New York Times</a></b>)
</div>
<blockquote><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> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/27/r-i-pben-morea/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56249 -->

				
					
	<article id="post-56247" class="post-56247 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/27/trump-does-not-look-desperate-to-end-the-war-in-iran/" rel="bookmark">Trump still thinks he&#8217;s winning the war in&nbsp;Iran</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/27/trump-does-not-look-desperate-to-end-the-war-in-iran/" title="11.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-27T23:08:33-05:00">27 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/27/trump-does-not-look-desperate-to-end-the-war-in-iran/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/05/gettyimages-2277608018.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.730349099871%2C100%2C78.539301800259&amp;w=1200" width="600" /></p>
<blockquote><p>
‘There’s an old line, sometimes attributed to President Dwight D. Eisenhower, that the best way to solve a difficult problem is to make it bigger. That might be the most generous interpretation of how the Trump administration is approaching its ongoing peace talks with Iran.</p>
<p>Over the weekend, the news around the talks followed what has now become a familiar pattern. On Saturday, the two sides were reportedly close to a deal to reopen the Strait of Hormuz, and lift the US blockade on Iran. Then on Sunday, President Donald Trump said he had told his negotiators “not to rush” into a deal. On Monday, the United States launched a new round of what it called “self-defense strikes” in southern Iran. The current message from the White House is that they’re giving talks another few days, and continue to believe believe a deal is likely, but haven’t taken a return to full-scale war off the table.</p>
<p>Then in a rambling Truth Social post on Monday morning, Trump enlarged the problem by saying that it “should be mandatory” that as part of any peace deal, Egypt, Jordan, Pakistan, Qatar, Saudi Arabia, and Turkey sign on to the Abraham Accords, normalizing relations with Israel. This is unlikely: Saudi-Israeli cooperation against Iran has been the worst kept secret in the Middle East for years, but the international outcry over the war in Gaza has made it politically untenable for these countries to publicly embrace Israel. It’s unclear just how seriously Trump will press for this, but the fact that at this phase in negotiations he’s bringing up new demands sure to irritate his own allies, suggests he’s not exactly desperate to wrap these talks up.</p>
<p>The fact that a deal still hasn’t been signed — despite the fact that the underlying dynamics of the conflict haven’t changed much since Iran and the United States signed the current ceasefire agreement in early April — as well as the fact that Trump seems to be expanding rather than narrowing his demands suggests two things that turn the recent weeks of negotiation reports on their head: First, Trump does not believe that he is losing this war. Second, he is still hoping to reach a mega-deal to reset the politics of the entire region. RELATED5 ways the Iran standoff could end Trump doesn’t think he’s losing Before the war began, Trump told a concerned Tucker Carlson that despite predictions warning that attacking Iran could destroy his presidency, he was confident everything would be okay “because it always is.” The war certainly hasn’t gone as easily as expected, but it’s very possible Trump still believes he has the upper hand and that everything will work out&#8230;.’ (Joshua Keating via <b><a href="https://www.vox.com/politics/489744/trump-iran-deal-ceasefire-stalemate">Vox</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/27/trump-does-not-look-desperate-to-end-the-war-in-iran/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56247 -->

				
					
	<article id="post-56245" class="post-56245 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/27/hengefinder-finds-streets-that-perfectly-frame-the-setting-sun/" rel="bookmark">Hengefinder finds streets that perfectly frame the setting&nbsp;sun</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/27/hengefinder-finds-streets-that-perfectly-frame-the-setting-sun/" title="11.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-27T23:06:13-05:00">27 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/27/hengefinder-finds-streets-that-perfectly-frame-the-setting-sun/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!q_2r!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5b69ad91-750e-40ad-a132-a627dfa705f0_1000x666.jpeg" width="600" /></p>
<blockquote><p>
‘Hengefinder is an app that, given times and places, can help you experience “stunning moments when the sun or moon aligns perfectly with city streets and buildings.” A “henge” is when the sun or moon is perfectly framed by a street or appears to sit on top of a building … Astronomical calculations combined with road data deliver instant results. Works worldwide. Sunrise, sunset, moonrise, and moonset—all at your fingertips. It’s available for iPhone and on the Google Play Store, but is based on open-source software posted to Github by Victoria Ritvo. It’s on the web at hengefinder.rcdis.co; my street gets henged in September, weather permitting!&#8230;’ (Rob Beschizza via <b><a href="https://premium.boingboing.net/p/hengefinder-finds-streets-that-perfectly">Boing Boing</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/27/hengefinder-finds-streets-that-perfectly-frame-the-setting-sun/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56245 -->

				
					
	<article id="post-56242" class="post-56242 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/even-more-duty-to-warn/" rel="bookmark">Even More Duty to&nbsp;Warn</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/even-more-duty-to-warn/" title="10.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T22:46:37-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/even-more-duty-to-warn/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;In a previous piece, The Duty to Warn, I argued that by remaining silent, physicians risked far greater harm to potential victims of a nuclear attack than by assessing one president’s mental condition based on the public record. In last week’s piece I combed the historical record over the prior forty years of the President’s life for possible clues of his psychiatric instability which could lead to a catastrophic failure over his command and control of nuclear weapons. This week there is more evidence.</p><p>An AI image he posted this week underscored Donald Trump’s intoxication with nuclear weapons. The image seemingly touted the Space Force on Truth Social features Trump with his face with a vengeful grimace, his fingers hovering over a glowing button, with explosions already occurring around him. In the posting Trump has become Shiva, the destroyer of worlds, without the capacity for remorse of an Oppenheimer.</p>
<div class="wp-block-image"><figure class="aligncenter"><img data-attachment-id="56241" data-permalink="https://followmehere.com/draggedimage-2/" data-orig-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png" data-orig-size="778,696" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="draggedimage-2" data-image-description="" data-image-caption="" data-large-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png?w=584" width="778" height="696" src="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png" class="wp-image-56241" srcset="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png 778w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png?w=150&amp;h=134 150w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png?w=300&amp;h=268 300w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png?w=768&amp;h=687 768w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-2.png?w=600&amp;h=537 600w" sizes="(max-width: 778px) 100vw, 778px" /></figure></div>

<p>This post from a United States president is not normal. This is a man-child playing a game called “I Can Start a Nuclear War Any Time I Want To.” This is also the ultimate call for physicians to warn. </p><p>The fifteen signs and symptoms of Trump’s mental instability I had previously published on Substack are…’ (Henry Abraham via <a href="https://open.substack.com/pub/henryabrahammd/p/man-with-a-knife-trump-psychiatric-warning-nuclear-riskman-with-a-knife?selection=920fed04-3aac-4e11-9c9f-d31baf79ac87&amp;r=1g6ac&amp;utm_medium=ios">Substack</a>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/even-more-duty-to-warn/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56242 -->

				
					
	<article id="post-56237" class="post-56237 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/the-deadly-venom-behind-ozempic/" rel="bookmark">The deadly venom behind&nbsp;Ozempic</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/the-deadly-venom-behind-ozempic/" title="9.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T21:51:34-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/the-deadly-venom-behind-ozempic/#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://hips.hearstapps.com/hmg-prod/images/0b364844-818b-40c1-b317-86d94c3c1310.jpeg?crop=0.666666666667xw:1xh;center,top&amp;resize=640:*" width="599" border="0" /><br />
</figure>
<blockquote><p>
‘When scientists first discovered the insulin secretion effects of gut hormone GLP-1 in the 1980s, it seemed like the automatic gateway toward a landmark diabetes treatment. GLP-1, or glucagon-like peptide-1, slows digestion, signals the pancreas to release insulin, and even makes you feel full after a meal. If that peptide could be turned into a medication, experts theorized, GLP-1 could revolutionize pharmaceuticals..</p>
<p>But there was one major problem stumping researchers: GLP-1 lasted mere minutes in the body. Bodily hormones quickly break down both naturally produced and synthetic GLP-1, and that left drug developers unable to determine if a consistent dose of the peptide could effectively regulate insulin. It seemed, at the time, that GLP-1 was the miracle hormone that vanished too fast in the body to even be useful as a medication.</p>
<p>What GLP-1 lacked, however, is what another peptide had.</p>
<p>Enter exendin-4, composed of 39 amino acids and a close match to the sequence of GLP-1. As told in this Popular Mechanics feature, researcher Jean-Pierre Raufman and endocrinologist John Eng discovered exendin-4 in the 1990s in the most unlikely of places: the venom of the thick-skinned Gila monster. Turns out, the venom proved useful as a blood sugar and appetite regulator. Raufman’s years of studying animal toxins led to the uncovering of exendin-4 and eventual production of type 2 diabetes drug Byetta—and it’s a breakthrough that kick-started the entire GLP-1 drug industry.’ (Ashley Tysiac via <b><a href="https://www.popularmechanics.com/science/a71412584/glp-1-gila-monster-venom/?utm_source=flipboard&amp;utm_content=topic%2Fscience">Popular Mechanics</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/the-deadly-venom-behind-ozempic/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56237 -->

				
					
	<article id="post-56234" class="post-56234 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/the-iran-deal-is-in-the-hands-of-a-terrible-negotiator/" rel="bookmark">The Iran Deal Is in the Hands of a Terrible&nbsp;Negotiator</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/the-iran-deal-is-in-the-hands-of-a-terrible-negotiator/" title="9.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T21:27:41-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/the-iran-deal-is-in-the-hands-of-a-terrible-negotiator/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/KwCi922Uf-XJMoIeajKvK4ybCbo=/0x127:6110x3309/1200x625/media/newsletters/2026/05/2026_05_26_The_Daily_Iran_Negotiations/original.jpg" width="600" /></p>
<blockquote><p>
&#8216;Donald Trump’s reputation and political career were built on his dealmaking prowess, yet the president keeps demonstrating that he is a terrible negotiator&#8230;&#8217; (David A. Graham via <b><a href="https://www.theatlantic.com/newsletters/2026/05/iran-deal-trump-terrible-negotiator/687320/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260526&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/the-iran-deal-is-in-the-hands-of-a-terrible-negotiator/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56234 -->

				
					
	<article id="post-56228" class="post-56228 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/what-to-know-about-the-ai-models-that-are-jolting-washington/" rel="bookmark">What to know about the AI models that are jolting&nbsp;Washington</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/what-to-know-about-the-ai-models-that-are-jolting-washington/" title="8.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T20:59:27-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/what-to-know-about-the-ai-models-that-are-jolting-washington/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/shwe_27accf3174bb3736581f69bde8280c5f.png?c=JwrCZ4S6-Iypwe1RuzdaCyUHKnIJjaMYtQkAoy_pY9J2QbORuqtR-BpCu2-tjJ_d55_AEzqAlFXPNH5gAEBFdhJeHHKMAssKToSOHqtQ5ZMTuFBnupZyrFC0B02ye-OLWkm1Q0sm2-dgCqWgaD0rha-sRCEqH77vFYV5k-5TpXE%3D" width="599" border="0"/></p>
</figure>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Researchers who have tested Anthropic’s Mythos and OpenAI’s GPT-5.5 say their hacking capabilities are a “game-changer.”…&#8217; (Maggie Miller via <a href="https://www.politico.com/news/2026/05/24/anthropic-openai-mythos-what-to-know-00934668?gpp=DBABLA~BVQqAAAAAgA.QA"><strong>POLITICO</strong></a></p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/what-to-know-about-the-ai-models-that-are-jolting-washington/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56228 -->

				
					
	<article id="post-56225" class="post-56225 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/see-the-rothko-matching-the-current-weather-conditions-at-your-location/" rel="bookmark">See the Rothko matching the current weather conditions at your&nbsp;location</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/see-the-rothko-matching-the-current-weather-conditions-at-your-location/" title="3.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T15:27:57-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/see-the-rothko-matching-the-current-weather-conditions-at-your-location/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/images?c=_m3km2RjA3G0qleowsZXHZb9NEn0fSsEYIHbKzMDyAFb4nUPIanknmQV_g0rmdCIYZ0nBD8LqGubMDIJGtgtSyfbpjboJ8wi4h_rk1TSn52q8JF6qk6Xu29fOKC-llmspv4obWT7pOBweioDljCCYg%3D%3D" width="599" border="0"/></p>
</figure>

<p class="wp-block-paragraph">( via <strong><a href="https://rothko.joonas.wtf/">Current Rothko</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> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/see-the-rothko-matching-the-current-weather-conditions-at-your-location/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56225 -->

				
					
	<article id="post-56219" class="post-56219 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/you-cant-control-everything-the-rise-in-plastic-surgeons-asked-to-create-ai-face/" rel="bookmark">‘You can’t control everything’: the rise in plastic surgeons asked to create ‘AI&nbsp;face’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/you-cant-control-everything-the-rise-in-plastic-surgeons-asked-to-create-ai-face/" title="3.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T15:18:22-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/you-cant-control-everything-the-rise-in-plastic-surgeons-asked-to-create-ai-face/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image"><img data-attachment-id="56222" data-permalink="https://followmehere.com/draggedimage-1/" data-orig-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png" data-orig-size="1206,850" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="draggedimage-1" data-image-description="" data-image-caption="" data-large-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png?w=584" loading="lazy" width="1206" height="850" src="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png" alt="" class="wp-image-56222" srcset="https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png 1206w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png?w=150&amp;h=106 150w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png?w=300&amp;h=211 300w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png?w=768&amp;h=541 768w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage-1.png?w=600&amp;h=423 600w" sizes="(max-width: 1206px) 100vw, 1206px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Growing numbers of people are seeking improbable cosmetic surgery based on chatbots’ recommendations…&#8217;  (Isaaq Tomkins via <strong><a href="https://www.theguardian.com/technology/2026/may/23/rise-in-plastic-surgeons-asked-to-create-ai-face-cosmetic-surgery">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/05/26/you-cant-control-everything-the-rise-in-plastic-surgeons-asked-to-create-ai-face/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56219 -->

				
					
	<article id="post-56217" class="post-56217 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/26/rip-sonny-rollins/" rel="bookmark">R.I.P. Sonny Rollins,&nbsp;95</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/26/rip-sonny-rollins/" title="1.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-26T13:52:54-05:00">26 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/26/rip-sonny-rollins/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="is-layout-flow wp-block-quote-is-layout-flow"> </p>
<div style="border: 3px black solid;padding: 10px 10px 10px 10px">
<blockquote>
<p>&#8216;The tenor saxophonist and restless genius whose bold, distinctive tone and constant experimentation kept him on the cutting edge of jazz for more than 50 years, died Monday… Rollins… had been largely housebound over the past couple of years because of various physical problems.</p>
<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/128x_sonny-rollins_june110-by-johnabbott-9a089b80a89caac0606e06e88c54b02d38ff304f.jpg?c=Sl1Ba5xOnMnaVT_FlqIbpfaB-4rNzGhBGOsrMzZ2BmPRQW9tvUNonjui-vbMFuNDwVVjPxUrOEAbyzMUVfeNzWqqtHemFBN6pHu7C25wMXdfwHpTzs0V4HC_YyxCRlOJ9yVWdQwlG9CwuLIaGE0wqWH2www9xtqdYeA3tI7u0zWmf-ttzdcTWow5_C9igyUH" width="599" border="0"/></p>
</figure>
<p>From his early days as a teen phenom to his more measured solo work and experimentation with free jazz, Rollins was revered for his improvisational skill. He was one of the last living greats of the bebop era and — along with John Coltrane and Charlie Parker — one of the most influential saxophonists of his time.…&#8217; (The Associated Press via <strong><a href="https://www.wcvb.com/article/sonny-rollins-saxophonist-dead/71404480">WCVB</a></strong>)</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> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/26/rip-sonny-rollins/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56217 -->

				
					
	<article id="post-56215" class="post-56215 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/25/republicans-sound-like-theyre-getting-nervous-about-supreme-court-expansion/" rel="bookmark">Republicans Sound Like They’re Getting Nervous About Supreme Court&nbsp;Expansion</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/25/republicans-sound-like-theyre-getting-nervous-about-supreme-court-expansion/" title="4.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-25T16:32:39-05:00">25 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/25/republicans-sound-like-theyre-getting-nervous-about-supreme-court-expansion/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://talkingpointsmemo.com/wp-content/uploads/2025/11/GettyImages-1074942098.jpg?w=804" width="600" /></p>
<blockquote><p>
&#8216;On Thursday, House Judiciary Committee Republicans held a hearing to discuss, as they put it in the hearing’s official title, “a threat to the Supreme Court’s legitimacy.” The threat to which they referred, though, was not the Court’s myriad ethical scandals, or its efforts to gut both the Voting Rights Act and the Fifteenth Amendment, or its 200-plus-year track record of concentrating power in the hands of well-connected white guys named John. Instead, the threat that had House Republicans all riled up is the idea of increasing the number of justices on the Court. On its website, the Judiciary Committee promised during the hearing to “examine the history and perils of court packing,” as well as “other policy proposals that threaten to undermine the integrity of the judicial branch.”&#8230;&#8217; (Allegra Kirkland via <b><a href="https://talkingpointsmemo.com/cafe/republicans-sound-like-theyre-getting-nervous-about-supreme-court-expansion?utm_source=flipboard&amp;utm_content=topic%2Frights"> Talking Points Memo</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/25/republicans-sound-like-theyre-getting-nervous-about-supreme-court-expansion/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56215 -->

				
					
	<article id="post-56213" class="post-56213 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/25/heres-why-democrats-cant-shake-their-biggest-liability/" rel="bookmark">Here&#8217;s Why Democrats Can&#8217;t Shake Their Biggest&nbsp;Liability</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/25/heres-why-democrats-cant-shake-their-biggest-liability/" title="8.58 am" rel="bookmark"><time class="entry-date" datetime="2026-05-25T08:58:06-05:00">25 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/25/heres-why-democrats-cant-shake-their-biggest-liability/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static.dailysignalmedia.org/20260522-Kamala-Harris.jpg" width="600" /></p>
<blockquote><p>
&#8216;Democrats are still unwilling to seriously reconsider their worst political liability.</p>
<p>The autopsy, written by Paul Rivera and not endorsed by the DNC, went on and on about bolstering political efforts on the local and state level, even in red states—advice Democrats would do well to consider. It suggested focusing on economic issues, another salient point. It also recommended reaching out to male voters.</p>
<p>Yet the document tiptoes around the key reason why Americans are rejecting the Democratic Party. Woke ideology is a 10-ton albatross around the party’s neck, and until Democrats get serious about reconsidering it, they’ll just keep sinking into the mud&#8230;.&#8217; (Tyler O&#8217;Neil via <b><a href="https://www.dailysignal.com/2026/05/24/democrats-worst-political-liability/?utm_source=flipboard&amp;utm_content=topic%2Fsocialjustice">Daily Signal</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/25/heres-why-democrats-cant-shake-their-biggest-liability/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56213 -->

				
					
	<article id="post-56211" class="post-56211 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/25/the-mystical-meaning-of-369-and-its-link-to-nikola-tesla/" rel="bookmark">The Mystical Meaning of 369 and Its Link to Nikola&nbsp;Tesla</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/25/the-mystical-meaning-of-369-and-its-link-to-nikola-tesla/" title="8.38 am" rel="bookmark"><time class="entry-date" datetime="2026-05-25T08:38:34-05:00">25 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/25/the-mystical-meaning-of-369-and-its-link-to-nikola-tesla/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://images2.minutemediacdn.com/image/upload/c_crop,x_0,y_0,w_1999,h_1124/c_fill,w_1440,ar_1440:810,f_auto,q_auto,g_auto/images/voltaxMediaLibrary/mmsport/mentalfloss/01ks2v3sfrhjcm9m9se1.png" width="600" /></p>
<blockquote><p>
&#8216;Tesla is rumored to have believed that the numbers three, six, and nine had special powers. Allegedly, he once said, “If you only knew the magnificence of the three, six, and nine, then you would have a key to the universe.”</p>
<p>Historians have not found a definitive source for this quote, but that hasn&#8217;t stopped it from taking off and sparking a great deal of speculation among those looking for a cheat code to the cosmos.</p>
<p>The number three has long been recognized as a powerful digit. Sacred trinities—like the Father, Son, and the Holy Ghost in Christianity—appear frequently across various religions. Tesla himself reportedly cited “energy, frequency, and vibration” as the three elements that he believed held the key to understanding the nature of the universe.</p>
<p>The inventor certainly had a well-documented interest in the number three. In Tesla’s life, this interest led to an obsession with the number that some have connected to possible OCD. Tesla would often walk around blocks three times before entering buildings, and would use 18 napkins—a multiple of three—to wash his dishes. He also insisted on staying in hotel rooms with room numbers that were divisible by three, and died in room #3327 of the New Yorker Hotel in 1943&#8230;.&#8217; (Eden Gordon via <b><a href="https://www.mentalfloss.com/random-facts/meaning-number-369-nikola-tesla?utm_source=flipboard&amp;utm_content=topic%2Ftechnology">Mental Floss</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/25/the-mystical-meaning-of-369-and-its-link-to-nikola-tesla/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56211 -->

				
					
	<article id="post-56209" class="post-56209 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/25/robert-reich-the-language-of-the-american-presidency-doesnt-apply-to-trump/" rel="bookmark">Robert Reich: The language of the American presidency doesn’t apply to&nbsp;Trump</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/25/robert-reich-the-language-of-the-american-presidency-doesnt-apply-to-trump/" title="7.21 am" rel="bookmark"><time class="entry-date" datetime="2026-05-25T07:21:57-05:00">25 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/25/robert-reich-the-language-of-the-american-presidency-doesnt-apply-to-trump/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/67b598f_ftp-1-5q6hc9y7ligx-62fe014ee6754a4f9fec3bb820307cb1-0-11c35b814d664564a1c9e7bd5e08e544.jpg?c=bwvZL1KinYDEMbMl4qtYlzeN9qFIki1-lcga0NCDFr-ktkyez6-y7goVpgiXnIkX4PN3EJSDuIKAgUPbl8-FOERdEKkJV4xtm28qTpKPBPoczwQyAey9_UlL3SU4b-jjBHwxUaE3lBk3A3gMjqOq8itl1H24k-uW1R7ops02m83JvRQ-FtJHg0sNpcO1ZRDfdlPUoYeO_1Au4OtwdWw_aD_09v1hkGk9K25-TaAmkKI%3D" width="599" border="0"/></p>
</figure>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Over the past 16 months, Trump and his appointees have so profoundly undermined the United States government that different words should be used to describe them than have been used to describe all previous administrations.</p>
<p>To begin with, they shouldn’t be called an “administration” at all. They should be referred to as a <strong>regime</strong>: A regime flagrantly defies court orders, as have Trump and his appointees.</p>
<p>…Secondly, this regime is <strong>not headed by a “president,” </strong>as the constitution of the United States and America’s laws and history have designated the head of the executive branch of the US government. To put the term “president” before Trump’s name defiles the constitution.</p>
<p>…Thirdly, Trump and his regime’s disregard for law is so monumental that it negates what we have come to understand as a “government of laws”. A better word for it is <strong>lawless</strong>. Consider that by the end of January, eight people had died in their dealings with ICE this year. Thirty-two people died last year in the custody of ICE. That’s more than in the preceding 20 years. People only suspected of being in the US illegally have been detained or deported by masked and armed immigration agents, without a hearing. People suspected of smuggling drugs have been murdered by the US military in international waters, in violation of international law. Meanwhile, Trump is accepting gifts from foreign powers, in open violation of the constitution. He has blatantly promoted his family’s crypto business and implemented policies favorable to it.</p>
<p>…All of this goes way beyond specific illegal acts. A different term should be used to describe what Trump and his regime are doing to the law. They are lawless.</p>
<p>Finally, the true test of a successful president of the US and his (eventually her) administration is not how much power he accumulates or how much he gets done. The real test is how much better off are the American people and how much stronger is our democracy.</p>
<p>By these measures, Trump and his regime are <strong>not just lawless. They are a catastrophe</strong>.…&#8217; ( via <strong><a href="https://www.theguardian.com/commentisfree/2026/may/25/american-presidency-trump">The Guardian</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/25/robert-reich-the-language-of-the-american-presidency-doesnt-apply-to-trump/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56209 -->

				
					
	<article id="post-56207" class="post-56207 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/the-trump-phone-is-here-its-junk/" rel="bookmark">The Trump phone is here. It&#8217;s&nbsp;junk.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/the-trump-phone-is-here-its-junk/" title="1.29 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-24T13:29:08-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/the-trump-phone-is-here-its-junk/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.salon.com/app/uploads/2026/05/GettyImages-2220472716.jpg" width="600" /></p>
<blockquote><p>
&#8216;Tech experts and reviewers say the long-delayed $500 phone has high costs, middling specs and murky origins&#8230;&#8217; (Garrett Owen via <b><a href="https://www.salon.com/2026/05/21/the-trump-phone-is-here-critics-say-its-junk/?utm_source=flipboard&amp;utm_content=Salon%2Fmagazine%2FNews+%26+Politics">Salon.</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/the-trump-phone-is-here-its-junk/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56207 -->

				
					
	<article id="post-56205" class="post-56205 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/lupita-nyongo-responds-to-racist-backlash-over-odyssey-casting/" rel="bookmark">Lupita N&#8217;yong&#8217;o Responds To Racist Backlash Over &#8216;Odyssey&#8217; Casting</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/lupita-nyongo-responds-to-racist-backlash-over-odyssey-casting/" title="1.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-24T13:27:11-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/lupita-nyongo-responds-to-racist-backlash-over-odyssey-casting/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.huffingtonpost.com/asset/6a0f79a5160000f5bfc19528.jpeg?ops=500_281%2Cscalefit_1200_630" width="600" /></p>
<blockquote><p>
&#8216;Musk has been bemoaning N’yongo’s casting for months. The manchild mogul, as well as conservative pundit Matt Walsh, recently griped that it’s unfair that N’yongo, who is of Kenyan and Mexican descent, was cast as the most beautiful woman in ancient Greece — because, they argued, actor Sydney Sweeney would never be cast as “the most beautiful woman in Africa.” Back in February, Musk accused Nolan, whose last film, “Oppenheimer,” won Best Picture, of losing his “integrity.”</p>
<p>N’yong’o didn’t comment directly on Musk’s reaction to her casting, but her response centered on a simple fact about the source material. “This is a mythological story,” she reminded her interviewer for Elle. “Our cast is representative of the world. I’m not spending my time thinking of a defense. The criticism will exist whether I engage with it or not.”&#8230;&#8217; (David Moye via <b><a href="https://www.huffpost.com/entry/lupita-nyongo-odyssey-casting-racism_n_6a0f7675e4b0f1ba1f63f616?utm_source=flipboard&amp;utm_content=huffingtonpost%2Fmagazine%2FNews+%26+Politics">HuffPost</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/lupita-nyongo-responds-to-racist-backlash-over-odyssey-casting/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56205 -->

				
					
	<article id="post-56201" class="post-56201 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/whatever-the-mirror-test-tells-us-beluga-whales-pass-it/" rel="bookmark">Whatever the mirror test tells us, beluga whales pass&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/whatever-the-mirror-test-tells-us-beluga-whales-pass-it/" title="8.01 am" rel="bookmark"><time class="entry-date" datetime="2026-05-24T08:01:00-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/whatever-the-mirror-test-tells-us-beluga-whales-pass-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.arstechnica.net/wp-content/uploads/2026/05/GettyImages-547332154-2560x1440.jpg" width="600" /></p>
<blockquote><p>
&#8216;In hours of underwater video footage from a New York aquarium, a <a href="https://en.wikipedia.org/wiki/beluga whale">beluga whale</a> named Natasha stretches her neck, pirouettes, nods, and shakes her head in front of a two-way mirror. Her daughter Maris does much the same. According to a new study published in PLOS One, both animals show the behavioral hallmarks of mirror self-recognition—a cognitive ability long considered a marker of self-awareness, and one that had never before been documented in beluga whales.</p>
<p>If the result holds up, belugas join a remarkably short list. The <a href="https://en.wikipedia.org/wiki/mirror self-recognition test (MSR)">mirror self-recognition test (MSR)</a> has been passed, with varying degrees of confidence, by humans (starting around age two), a handful of <a href="https://en.wikipedia.org/wiki/great apes">great apes</a> (<a href="https://en.wikipedia.org/wiki/chimps">chimps</a>, <a href="https://en.wikipedia.org/wiki/bonobos">bonobos</a>, <a href="https://en.wikipedia.org/wiki/orangutans">orangutans</a>, and—somewhat contentiously—<a href="https://en.wikipedia.org/wiki/gorillas">gorillas</a>), <a href="https://en.wikipedia.org/wiki/Asian elephant">Asian elephant</a>s, <a href="https://en.wikipedia.org/wiki/bottlenose dolphins">bottlenose dolphins</a>, probably <a href="https://en.wikipedia.org/wiki/magpies">magpies</a>, possibly <a href="https://en.wikipedia.org/wiki/orcas">orcas</a>, and, if you can believe it, a <a href="https://en.wikipedia.org/wiki/cleaner wrasse">cleaner wrasse</a>. That’s it. No dogs, no cats, no monkeys. Plenty of species we had assumed were self-aware have been tested and failed&#8230;.&#8217; (via <b><a href="https://arstechnica.com/science/2026/05/belugas-may-pass-the-mirror-test-but-does-the-mirror-test-still-pass/">Ars Technica</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/whatever-the-mirror-test-tells-us-beluga-whales-pass-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56201 -->

				
					
	<article id="post-56199" class="post-56199 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/hackers-are-learning-to-exploit-chatbot-personalities/" rel="bookmark">Hackers are learning to exploit chatbot&nbsp;‘personalities’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/hackers-are-learning-to-exploit-chatbot-personalities/" title="7.58 am" rel="bookmark"><time class="entry-date" datetime="2026-05-24T07:58:19-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/hackers-are-learning-to-exploit-chatbot-personalities/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/09/STK414_AI_CVIRGINIA_I__0005_3.png?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<blockquote><p>
&#8216;Jailbreakers rarely ask a model to break its rules outright. Instead, they cajole, coax, flatter, and trick a chatbot into lowering its guard, making the forbidden thing look acceptable, even desirable, given the context of the conversation. Researchers at AI red-teaming firm <a href="https://en.wikipedia.org/wiki/Mindgard">Mindgard</a> recently said they “<a href="https://en.wikipedia.org/wiki/gaslit">gaslit</a>” Claude into producing prohibited material, for example, including instructions for making explosives and generating malicious code. The hack was the latest in a widening class of exploits using conversation as a weapon to trick or steer a chatbot past its own boundaries&#8230;.&#8217; (Robert Hart via <b><a href="https://www.theverge.com/column/935545/hackers-ai-chatbots">The Verge</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/hackers-are-learning-to-exploit-chatbot-personalities/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56199 -->

				
					
	<article id="post-56177" class="post-56177 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/yet-another-would-be-presidential-assassin/" rel="bookmark">Yet Another Would-Be Presidential&nbsp;Assassin?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/yet-another-would-be-presidential-assassin/" title="6.51 am" rel="bookmark"><time class="entry-date" datetime="2026-05-24T06:51:13-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/yet-another-would-be-presidential-assassin/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/23/multimedia/23xp-shooting-qjfk/23xp-shooting-qjfk-facebookJumbo-v3.jpg" width="600" /></p>
<blockquote><p>
&#8216;A gunman known to the U.S. Secret Service opened fire near the White House and was shot and killed by federal officers. President Trump was in the White House at the time&#8230;</p>
<p>&#8230;Within the last month, two people have been arrested after opening fire in the vicinity of top U.S. officials.</p>
<p>On April 25, a man from California who was armed with a shotgun, handgun and several knives charged past a security checkpoint at the White House Correspondents’ Association dinner, where Mr. Trump was due to speak, before being subdued by Secret Service agents.</p>
<p>On May 4, a man from Texas was wounded during an exchange of gunfire with Secret Service officers near the Washington Monument, accused of making vulgar statements about the White House afterward, as he was being taken to a hospital in an ambulance…&#8217; (Campbell Robertson via <b><a href="https://www.nytimes.com/2026/05/23/us/politics/white-house-shooting.html">The New York Times</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/yet-another-would-be-presidential-assassin/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56177 -->

				
					
	<article id="post-56175" class="post-56175 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/24/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/" rel="bookmark">The Universe Is Full of ‘Impossible’ Black Holes. Now Scientists Know&nbsp;Why</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/24/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/" title="6.32 am" rel="bookmark"><time class="entry-date" datetime="2026-05-24T06:32:37-05:00">24 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/24/the-universe-is-full-of-impossible-black-holes-now-scientists-know-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://p.kagi.com/proxy/2tBc7RJFraeFNmw4e5dn4c.jpg?c=7TWD9XIgQPziqblf-9H8vK1BRedxDc3-nDkIxEk4BPYVgLbGYTz_0m0SHtY5uPGbakz3-hcQP4v1R3LpD7IEsS8DlIOB2XM1le8MDBnBbmQ%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;AN INTERNATIONAL TEAM of astrophysicists has found evidence that the universe recycles black holes, merging them to form even larger ones. Gravitational waves recorded in recent years show that some of the heaviest black holes within star clusters exhibit clear signs of being “second-generation” black holes—products of past collisions—and therefore could not have originated from the collapse of a massive star.</p>
<p>The evolutionary theory of stars explains that, at the end of the lives of the most massive stars, their cores compress until they form a point so dense that it curves space-time to infinity. This is the classic black hole, with masses 10 to 40 times that of the sun. There are also <a href="https://en.wikipedia.org/wiki/supermassive black holes">supermassive black holes</a> in the center of galaxies, with millions or billions of solar masses, whose origin is related to processes that occurred in the earliest moments of the universe.</p>
<p>Between these two extremes lies a contested category: black holes with masses between 40 and 100 solar masses. They are too heavy to be born after the death of a star, but they do not reach the necessary dimensions to emerge from the collapse of a gigantic cloud of matter. Conventional stellar physics considers them “impossible,” yet they appear frequently in detections.</p>
<p>Astrophysicists propose that these massive black holes could form by the merging of two or more smaller, ultradense objects. The idea was plausible, but it needed evidence. Until relatively recently, there was no way to obtain it&#8230;.&#8217; (Jorge Garay via <b><a href="https://www.wired.com/story/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/?_sp=4378b9a7-8063-43d1-a062-7f613f391a8c.1779622129152">WIRED</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/24/the-universe-is-full-of-impossible-black-holes-now-scientists-know-why/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56175 -->

				
					
	<article id="post-56173" class="post-56173 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/23/a-fraud-jamie-raskin-walked-into-a-hearing-with-the-constitution-and-dropped-a-bombshell/" rel="bookmark">&#8216;A Fraud&#8217;: Jamie Raskin Walked Into a Hearing with the Constitution and Dropped a&nbsp;Bombshell</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/23/a-fraud-jamie-raskin-walked-into-a-hearing-with-the-constitution-and-dropped-a-bombshell/" title="6.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-23T18:08:45-05:00">23 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/23/a-fraud-jamie-raskin-walked-into-a-hearing-with-the-constitution-and-dropped-a-bombshell/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://atlantablackstar.com/wp-content/uploads/2029/05/Jamie-Raskin.webp" width="600" /></p>
<blockquote><p>
&#8216;Republicans called Wednesday’s House Judiciary Committee hearing to go after the Southern Poverty Law Center, but Jamie Raskin showed up to talk about something far bigger. Armed with the Constitution and a list of names he wanted subpoenaed, the Maryland Democrat turned his opening remarks into a full-scale takedown of what he called one of the most corrupt financial schemes the Trump administration has pulled off yet — a $1.776 billion “Anti-Weaponization Fund” that Raskin argued was nothing more than a taxpayer-funded reward for Trump’s most loyal foot soldiers. He laid out exactly where the money came from and who he believed was responsible. “The Trump administration is perpetuating a fraud against America by taking nearly $1.8 billion of our money from the U.S. Judgment Fund and without any legal authorization from Congress, purporting to use it to pay off his once and future private militia,” Raskin said&#8230;.&#8217; (Jaidyn Bridgeforth via <b><a href="https://atlantablackstar.com/2026/05/21/jamie-raskin-walked-into-a-hearing-with-the-constitution-and-dropped-a-bombshell-about-trumps-1-8b-scheme-so-devastating-republicans-had-to-shut-him-down/?utm_source=flipboard&amp;utm_content=topic%2Fsocialjustice">Atlanta Black Star</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/23/a-fraud-jamie-raskin-walked-into-a-hearing-with-the-constitution-and-dropped-a-bombshell/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56173 -->

				
					
	<article id="post-56171" class="post-56171 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/23/i-have-no-doubt-that-life-is-out-there-why-radio-astronomers-are-convinced-alien-contact-is-only-a-matter-of-time/" rel="bookmark">&#8216;I have no doubt that life is out there&#8217;: Why radio astronomers are convinced alien contact is only a matter of&nbsp;time</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/23/i-have-no-doubt-that-life-is-out-there-why-radio-astronomers-are-convinced-alien-contact-is-only-a-matter-of-time/" title="6.02 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-23T18:02:59-05:00">23 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/23/i-have-no-doubt-that-life-is-out-there-why-radio-astronomers-are-convinced-alien-contact-is-only-a-matter-of-time/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://cdn.mos.cms.futurecdn.net/QNTHj4JFLTmHjLpLdP3JBP-1200-80.jpg" width="600" /></p>
<blockquote><p>
&#8216;.In the book &#8220;The Echoing Universe: How Radio Astronomy Helps Us See the Invisible Cosmos,&#8221; astrophysicist <a href="https://en.wikipedia.org/wiki/Emma Chapman">Emma Chapman</a> describes the hidden corners of space that only radio waves can reveal — and makes the case for contacting aliens..&#8217; (Emma Chapman via <b><a href="https://www.livescience.com/space/extraterrestrial-life/i-have-no-doubt-that-life-is-out-there-why-radio-astronomers-are-convinced-alien-contact-is-only-a-matter-of-time?utm_source=flipboard&amp;utm_content=dreynolds1960%2Fmagazine%2FSETI">Live Science</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/23/i-have-no-doubt-that-life-is-out-there-why-radio-astronomers-are-convinced-alien-contact-is-only-a-matter-of-time/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56171 -->

				
					
	<article id="post-56130" class="post-56130 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/23/tulsi-gabbard-takes-the-exit-ramp/" rel="bookmark">Tulsi Gabbard Takes the Exit&nbsp;Ramp</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/23/tulsi-gabbard-takes-the-exit-ramp/" title="5.28 am" rel="bookmark"><time class="entry-date" datetime="2026-05-23T05:28:39-05:00">23 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/23/tulsi-gabbard-takes-the-exit-ramp/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/160228-tulsi-gabbard-mn-1040.jpg?c=WkV7QoSVKlYFBIMEpyXb8HywQh-j59LQMpNloiDBwE8klKqXwDJLdCTEBmABDx1IWQKrsze0inF_FGZ68CKUJmj8Fm1cA991coUnel1BYAf5VtsZ9Pnjo7wqrhhz07MlM6H3dBdGVHwipfuDdoWWEw2OjTp40lDR6av_kuSTQANAEQ3GQsvHca5O2VjjLP6DRtTSl14Oe1T4KDWCumk8pg%3D%3D" width="599" border="0"/></p>
</figure>
<p>&#8216;It’s a measure of Donald Trump’s low regard for the Office of the Director of National Intelligence, as well as its soon-to-be former occupant, that while the commander in chief was making final preparations to invade Venezuela and kidnap its president, <a href="https://en.wikipedia.org/wiki/Tulsi Gabbard ">Tulsi Gabbard </a>was posting photos of herself from a beach in Hawaii.</p>
<p>Gabbard, who informed Trump of her resignation today, spent 15 months as the director of national intelligence—on paper, at least. By law, the DNI is supposed to serve as the president’s chief intelligence adviser. Gabbard never was, and many of her stances were at odds with administration actions. Trump was contemptuous of even her modest efforts to speak truth to power. In the spring of 2025, when Gabbard testified to the intelligence community’s consensus view that Iran “is not building a nuclear weapon,” Trump replied, “I don’t care what she said.” Gabbard has long opposed U.S. military intervention in Iran and did not publicly come out in support of Trump’s decision to go to war. One of her top lieutenants quit in protest of the war.…&#8217;  (Shane Harris via <strong><a href="https://www.theatlantic.com/national-security/2026/05/tulsi-gabbard-resigns-odni-trump/687280/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260522&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/23/tulsi-gabbard-takes-the-exit-ramp/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56130 -->

				
					
	<article id="post-56128" class="post-56128 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/23/us-is-simply-choosing-not-to-stop-ebola-outbreak-after-massive-public-health-cuts-experts-say/" rel="bookmark">US is ‘simply choosing not to stop’ Ebola outbreak after massive public health cuts, experts&nbsp;say</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/23/us-is-simply-choosing-not-to-stop-ebola-outbreak-after-massive-public-health-cuts-experts-say/" title="5.14 am" rel="bookmark"><time class="entry-date" datetime="2026-05-23T05:14:43-05:00">23 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/23/us-is-simply-choosing-not-to-stop-ebola-outbreak-after-massive-public-health-cuts-experts-say/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<blockquote>
<p></p>
</blockquote>
<figure class="is-layout-flow wp-block-quote-is-layout-flow" style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/merlin_162894246_397c7f30-029b-4d80-b0f1-1eb5cf991d5b-articleLarge.jpg?c=9Z1bWd4UjYW7tf9ZBpW3XATu3kx5qPkiYxS44MhNF_uHfMFp32elnom7fHdC0Qk4Lx6SAKrb7kz64z1MRR5g_2yKCz_ghC7OqZaQylL1vaizLMMnqwQuM_FApEEq8h9GPsDQbr_BIfJmDBemVNUDKYlh2Rh2OvVsEVF7oU2fO2uX83gYEHTFROHgKy8m_SbarI7cLexgGkVINCB7Pz8kPKIHwTZ7qFdhnlEfrjxP86c9J2T04a7ItKVFWPfCrrPB" width="599" border="0"/></p>
</figure>
<blockquote class="wp-block-quote">
<p>&#8216;There is no cure and no vaccine for the rare <a href="https://en.wikipedia.org/wiki/Bundibugyo">Bundibugyo</a> variant of <a href="https://en.wikipedia.org/wiki/Ebola">Ebola</a>, which has caused two outbreaks in recent decades. Health leaders and scientists are now racing to understand where the virus is spreading and attempting to stop it – but the US is notably absent in these efforts.</p>
<p>In the past year, the <a href="https://en.wikipedia.org/wiki/US Agency for International Development (USAID)">US Agency for International Development (USAID)</a> has been dismantled, thousands of staff at US health agencies were laid off, communications stalled and key scientific research canceled.…&#8217; (Melody Schreiber via <strong><a href="https://www.theguardian.com/world/2026/may/21/ebola-outbreak-public-health">The Guardian</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/23/us-is-simply-choosing-not-to-stop-ebola-outbreak-after-massive-public-health-cuts-experts-say/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56128 -->

				
					
	<article id="post-56125" class="post-56125 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/23/same-but-different-how-xi-and-china-welcomed-trump-and-putin/" rel="bookmark">Same but different: how Xi and China welcomed Trump and&nbsp;Putin</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/23/same-but-different-how-xi-and-china-welcomed-trump-and-putin/" title="5.02 am" rel="bookmark"><time class="entry-date" datetime="2026-05-23T05:02:37-05:00">23 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/23/same-but-different-how-xi-and-china-welcomed-trump-and-putin/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure class="wp-block-image"><img data-attachment-id="56124" data-permalink="https://followmehere.com/draggedimage/" data-orig-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png" data-orig-size="1206,956" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="draggedimage" data-image-description="" data-image-caption="" data-large-file="https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png?w=584" loading="lazy" width="1206" height="956" src="https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png" alt="" class="wp-image-56124" srcset="https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png 1206w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png?w=150&amp;h=119 150w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png?w=300&amp;h=238 300w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png?w=768&amp;h=609 768w, https://followmehere.com/wp-content/uploads/2026/05/draggedimage.png?w=600&amp;h=476 600w" sizes="(max-width: 1206px) 100vw, 1206px" /></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;Choreography of back-to-back visits appeared deliberately mirrored but China made sure the differences were noticed…&#8217;  (Pjotr Sauer via <strong><a href="https://www.theguardian.com/world/2026/may/20/how-xi-jinping-china-welcomed-donald-trump-vladimir-putin?utm_term=6a11507cc653f49b89334b64dbd82294&amp;utm_campaign=SaturdayEdition&amp;utm_source=esp&amp;utm_medium=Email&amp;CMP=saturdayedition_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/05/23/same-but-different-how-xi-and-china-welcomed-trump-and-putin/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56125 -->

				
					
	<article id="post-56122" class="post-56122 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/22/detransitioner-settles-lawsuit-over-double-mastectomy-referral/" rel="bookmark">Detransitioner settles lawsuit over double mastectomy&nbsp;referral</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/22/detransitioner-settles-lawsuit-over-double-mastectomy-referral/" title="8.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-22T20:58:47-05:00">22 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/22/detransitioner-settles-lawsuit-over-double-mastectomy-referral/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"> </p>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/128399211.jpg?c=db3esL14gbJmgtRdku5nCjPU_N8D0gX31AZvUCOeqwASVfVLUYhO5m8ZZXpztDU9f5lrbVfir57ofIIItFsUEf8CRu_bAGyssDUkec1Vm7-zb9yf2jXqLailXGq_FAEL0GxnZhgRtpT8l1l3DWmBjA%3D%3D" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;A woman who had her breasts removed after identifying as &#8220;nonbinary&#8221; has reached a confidential settlement after suing her mental health providers. Camille Kiefel, 36, filed a malpractice lawsuit against two Oregon therapists whom she alleges inappropriately approved her for the surgery after brief telemedicine sessions, despite her history of mental health diagnoses that included trauma, depression, suicidal ideation and ADHD&#8230;.&#8217; (Kristine Parks via <b><a href="https://www.foxnews.com/media/detransitioner-wins-settlement-after-suing-providers-following-gender-surgery?utm_source=flipboard&amp;utm_content=topic%2Fnews">Fox News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/22/detransitioner-settles-lawsuit-over-double-mastectomy-referral/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56122 -->

				
					
	<article id="post-56120" class="post-56120 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/22/trumps-250-foot-triumphal-arch-is-approved-by-key-commission/" rel="bookmark">Trump’s 250-foot triumphal arch is approved by key&nbsp;commission</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/22/trumps-250-foot-triumphal-arch-is-approved-by-key-commission/" title="3.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-22T15:27:39-05:00">22 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/22/trumps-250-foot-triumphal-arch-is-approved-by-key-commission/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/05/gettyimages-2241289807.jpg?quality=90&amp;strip=all&amp;crop=0%2C12.256451173115%2C100%2C75.48709765377&amp;w=1200" width="600" /></p>
<blockquote><p>
&#8216;On Thursday, the Commission of Fine Arts signed off on Trump’s plans for a massive 250-foot-tall triumphal arch near Arlington National Cemetery in Washington, DC, which critics warn would dwarf its surroundings and “fundamentally [alter] a meticulously preserved skyline.” Trump has said the arch, intended to mark America’s 250th anniversary, would also celebrate himself. </p>
<p>The vote is another rubber stamp from a group eager to let Trump remodel DC as he sees fit: Earlier this year, the commission also approved Trump’s plan for a new ballroom on the site of the demolished East Wing of the White House and a commemorative gold coin bearing the president’s scowling face. The panel’s eagerness is unsurprising, as all seven members were appointed by Trump earlier this year. The committee’s vice-chair, James McCrery II, was the original architect for Trump’s ballroom, while another member, Chamberlain Harris, currently works in the White House&#8230;.&#8217; (Cameron Peters via <b><a href="https://www.vox.com/the-logoff-newsletter-trump/489564/trump-triumphal-arch-washington-dc-arlington-building-spree">Vox</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/22/trumps-250-foot-triumphal-arch-is-approved-by-key-commission/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56120 -->

				
					
	<article id="post-56118" class="post-56118 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/22/goes-to-show-you-how-stupid-they-are-tillis-lets-loose-on-trump-advisers/" rel="bookmark">‘Goes to Show You How Stupid They Are’: Tillis Lets Loose on Trump&nbsp;Advisers</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/22/goes-to-show-you-how-stupid-they-are-tillis-lets-loose-on-trump-advisers/" title="3.25 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-22T15:25:26-05:00">22 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/22/goes-to-show-you-how-stupid-they-are-tillis-lets-loose-on-trump-advisers/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.politico.com/dims4/default/resize/1200/quality/90/format/jpg?url=https%3A%2F%2Fstatic.politico.com%2F72%2F9f%2F2137d9d94d32a0a32e16c3e07b3d%2F2026-0520-tillis-francis-14-edit.jpg" width="600" /></p>
<blockquote><p>
&#8216;In an interview with POLITICO Magazine in his Capitol Hill Office, the retiring North Carolina Republican said his criticism — whether it’s directed at White House “sycophants” or an “incompetent” Defense Secretary Pete Hegseth who he wants to see fired — has the same end game: protecting Republicans’ Senate majority and Donald Trump’s legacy&#8230;.&#8217; (Jordain Carney via <b><a href="https://www.politico.com/news/magazine/2026/05/22/thom-tillis-trump-republicans-interview-00928214">POLITICO</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/22/goes-to-show-you-how-stupid-they-are-tillis-lets-loose-on-trump-advisers/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56118 -->

				
					
	<article id="post-56115" class="post-56115 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/21/the-supreme-court-hands-a-rare-victory-to-a-death-row-inmate-in-hamm-v-smith-2/" rel="bookmark">The Supreme Court hands a rare victory to a death row inmate, in Hamm v.&nbsp;Smith</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/21/the-supreme-court-hands-a-rare-victory-to-a-death-row-inmate-in-hamm-v-smith-2/" title="8.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-21T20:16:29-05:00">21 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/21/the-supreme-court-hands-a-rare-victory-to-a-death-row-inmate-in-hamm-v-smith-2/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.vox.com/wp-content/uploads/sites/2/2026/05/gettyimages-1304784.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.21578955744%2C100%2C79.568420885119&amp;w=1200" width="600" /></p>
<blockquote><p>
&#8216;The Supreme Court announced on Thursday that it will not decide Hamm v. Smith, a case involving a genuinely difficult constitutional question about whether an Alabama inmate may lawfully be executed. The immediate upshot of this decision is that Joseph Clifton Smith, who’s at the heart of this case, will not be killed. Smith prevailed in the federal appeals court that previously heard his case. And the fact that the justices decided not to decide Hamm — they dismissed it “as improvidently granted,” to use the Court’s precise legal terminology — means that Smith’s victory in the lower court stands&#8230;.&#8217; (Ian Millhiser via <b><a href="https://www.vox.com/politics/489393/supreme-court-hamm-smith-death-penalty">Vox</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/21/the-supreme-court-hands-a-rare-victory-to-a-death-row-inmate-in-hamm-v-smith-2/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56115 -->

				
					
	<article id="post-56105" class="post-56105 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/21/56105/" rel="bookmark">Should grizzlies lose federal protection after Park&nbsp;attacks?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/21/56105/" title="4.33 am" rel="bookmark"><time class="entry-date" datetime="2026-05-21T04:33:28-05:00">21 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/21/56105/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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



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

				
					
	<article id="post-56103" class="post-56103 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/" rel="bookmark">The mystery of the world&#8217;s highest unclimbed&nbsp;mountain</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/" title="7.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-20T19:22:14-05:00">20 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://assets.architecturaldigest.in/photos/6a09fe5ce93313b7f53c164e/16:9/w_1280,c_limit/Untitled%20design%20-%202026-05-17T231348.171.png" width="600" /></p>
<blockquote><p>
&#8216;At 7,570 metres tall, Bhutan’s <a href="https://en.wikipedia.org/wiki/Gangkhar Puensum">Gangkhar Puensum</a> mountain poses three summits, none of which have been scaled yet—and likely never will be&#8230;.&#8217; (Ria Gupta via <b><a href="https://www.architecturaldigest.in/story/the-mystery-of-the-worlds-highest-unclimbed-mountain-gangkhar-puensum-bhutan/?utm_source=flipboard&amp;utm_content=topic%2Ftravel">Architectural Digest India</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/20/the-mystery-of-the-worlds-highest-unclimbed-mountain/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56103 -->

				
					
	<article id="post-56101" class="post-56101 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/" rel="bookmark">Trump admin didn&#8217;t want Ebola-exposed Americans, sent them to Berlin,&nbsp;Prague</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/" title="6.20 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-20T18:20:35-05:00">20 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/20/trump-admin-didnt-want-ebola-exposed-americans-sent-them-to-berlin-prague/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56097" class="post-56097 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/" rel="bookmark">Amazon Is Facing A Class Action Lawsuit For Not Refunding Its Customers After &#8216;Unlawful&#8217; Tariffs</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/" title="3.53 am" rel="bookmark"><time class="entry-date" datetime="2026-05-19T03:53:42-05:00">19 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p></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://p.kagi.com/proxy/Amazon.jpg?c=_mghVB7i0CWciu2LT6ympcOCKYR6xA_2U8bYT27EDU3wfoQ_RGU73rM4yDnb7k847N6W7UnRvPQQgUh9itqTgUKdAWEvfQlru4P9bEKXckjzGtUaazFtwRDKGVd3bO2t" width="599" border="0"/></p>
</figure>
<p>&#8216;Amazon is legally entitled to recover these costs, following a 6-3 decision from the US Supreme Court that ruled against the legality of the sweeping tariff policy put in place by President Trump. Corporations were allowed to recover restitution for these tariff costs&#8230; However, the lawsuit claimed that Amazon hasn&#8217;t engaged in this refund process, since it&#8217;s looking to &#8220;curry favor with Trump by allowing the federal government to retain the funds.&#8221;…&#8217;  ( via <strong><a href="https://www.engadget.com/2174992/amazon-facing-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/">Engadget</a></strong>)</p>
<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/05/19/amazon-is-facing-a-class-action-lawsuit-for-not-refunding-its-customers-after-unlawful-tariffs/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56097 -->

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

				<div class="entry-content">
			<blockquote>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/1779110502793.jpeg?c=fzW4hyq_Cv5X1MShwz6Xffm-2ZmQUb4L35LgPB-GJyP4XD1f7--LaN8KYqKhCKiArnRKNds9A4cqNKCwttWwA1t7dUwHZL9zyfx8j167_rN3cOYppsH6D1v48_1tr7hAt-llr7lBlOG3OkyBEEV-P3P2xc_UhweIgaOw29bWdMs%3D" width="599" border="0" /><br />
</figure>
<p>&#8216;The deal, laid out in a document signed by acting attorney general Todd Blanche, could result in taxpayer payouts to the president’s allies. …&#8217; ( via <strong><a href="https://www.washingtonpost.com/national-security/2026/05/18/trump-will-end-10-billion-lawsuit-against-irs-over-leaked-tax-records/?pwapi_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyZWFzb24iOiJnaWZ0IiwibmJmIjoxNzc5MDc2ODAwLCJpc3MiOiJzdWJzY3JpcHRpb25zIiwiZXhwIjoxNzgwNDU5MTk5LCJpYXQiOjE3NzkwNzY4MDAsImp0aSI6IjQ0NjRhNGVkLTA1MGEtNGZmNy04NDM5LTRkMTRkNTBiYjI4ZCIsInVybCI6Imh0dHBzOi8vd3d3Lndhc2hpbmd0b25wb3N0LmNvbS9uYXRpb25hbC1zZWN1cml0eS8yMDI2LzA1LzE4L3RydW1wLXdpbGwtZW5kLTEwLWJpbGxpb24tbGF3c3VpdC1hZ2FpbnN0LWlycy1vdmVyLWxlYWtlZC10YXgtcmVjb3Jkcy8ifQ.vZWO8GZ_HdL9lhjqPNRITbHBvkO_vWqCjZOlWskVuDE">Washington Post</a></strong>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/19/trumps-deal-to-drop-suit-against-irs-creates-1-8b-anti-weaponization-fund/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56096 -->

				
					
	<article id="post-56094" class="post-56094 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/" rel="bookmark">Scientists Say They&#8217;ve Invented a Serum That Activates a Dormant Ability to Regrow Lost Limbs in&nbsp;Mammals</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/" title="3.46 am" rel="bookmark"><time class="entry-date" datetime="2026-05-19T03:46:58-05:00">19 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<figure style="text-align: center">
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/scientists-serum-regrow-limbs-mammals.jpg?c=NBjWreKca7uiL9iy66sWlGExGOmFRVbiB7rnU-2VU5gCQ2Yd4aNfxTBgBgqgzvMNOC8zUxygrsXckVlaOwSt2yjWvNN7fJBRKTWmBn77K0xhgCzBATCnZfsBd5lgLkLHi-TLiBTQfaKztksUhqy8i3cLAWrhvpv63FhHc6_sPhU%3D" width="599" border="0"/></p>
</figure>
<p>&#8216;In a new study published in the journal Nature Communications, they detail a process they say causes bones, joints, and ligaments to regenerate in mammals which otherwise would not be able to regrow tissue…&#8217;  (Joe Wilkins via <strong><a href="https://futurism.com/health-medicine/scientists-serum-regrow-limbs-mammals">Futurism</a></strong>)</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/19/scientists-say-theyve-invented-a-serum-that-activates-a-dormant-ability-to-regrow-lost-limbs-in-mammals/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56094 -->

				
					
	<article id="post-56092" class="post-56092 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/" rel="bookmark">A Different Kind of Fading&nbsp;President</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/" title="8.06 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T08:06:20-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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


<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Joe Biden became quieter, while Donald Trump grows even louder.…&#8217;  (Jonathan Lemire via <strong><a href="https://www.theatlantic.com/politics/2026/05/aging-president-trump-health/687194/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=the-atlantic-am&amp;utm_term=The%20Atlantic%20AM">The Atlantic</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/18/a-different-kind-of-fading-president/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56092 -->

				
					
	<article id="post-56090" class="post-56090 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/" rel="bookmark">Antarctic Sea Ice Enters &#8216;Shock&#8217; Decline as Ocean Heat Breaks&nbsp;Through</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/" title="2.28 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T02:28:01-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.sciencealert.com/images/2026/05/LoneIcebergInAntarctica.jpg" width="600" /></p>
<blockquote><p>
&#8216;For decades, Antarctica seemed to defy global warming. Since satellites began monitoring the poles in the late 1970s, the seasonal growth and retreat of Antarctic sea ice – frozen seawater that expands around the continent each winter – appeared remarkably resilient. It was often described as the &#8220;heartbeat of the planet&#8221;. Unlike the Arctic, where sea ice declined rapidly as the planet warmed, Antarctic sea ice showed little overall loss. It even expanded between 2007 and 2015. But that resilience has now broken&#8230;.&#8217; (via <b><a href="https://www.sciencealert.com/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange"> ScienceAlert</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/18/antarctic-sea-ice-enters-shock-decline-as-ocean-heat-breaks-through/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56090 -->

				
					
	<article id="post-56088" class="post-56088 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/" rel="bookmark">Internal Pentagon Report Reveals Hegseth Is Willfully Putting Civilians in&nbsp;Danger</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/" title="1.55 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:55:48-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/internal-pentagon-report-reveals-hegseth-is-willfully-putting-civilians-in-danger/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56085" class="post-56085 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/" rel="bookmark">How Trump’s New Counterterrorism Strategy Puts You at&nbsp;Risk</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/" title="1.52 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:52:50-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/how-trumps-new-counterterrorism-strategy-puts-you-at-risk/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

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

				
					
	<article id="post-56083" class="post-56083 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/" rel="bookmark">Trump’s Erratic Behavior and Extreme Comments Revive Mental Health&nbsp;Debate</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/" title="1.51 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:51:07-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/04/13/multimedia/13DC-TRUMP-STABILITY-mlgt/13DC-TRUMP-STABILITY-mlgt-facebookJumbo.jpg" width="600" /></p>
<blockquote><p>
&#8216;As the president threatens to wipe out Iran and attacks the pope, even some former allies and advisers are questioning whether he has grown increasingly unbalanced, describing him as “lunatic” and “clearly insane.”&#8230;&#8217; (Peter Baker via <b><a href="https://www.nytimes.com/2026/04/13/us/politics/trump-mental-fitness-25th-amendment.html?unlocked_article_code=1.ilA.4mpk.SYYr1U2pSuQP&amp;smid=url-share&amp;utm_source=substack&amp;utm_medium=email">The New York Times</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/18/trumps-erratic-behavior-and-extreme-comments-revive-mental-health-debate/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56083 -->

				
					
	<article id="post-56081" class="post-56081 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/" rel="bookmark">Opinion: Why So Few Babies? We Might Have Overlooked the Biggest Reason of&nbsp;All</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/" title="1.50 am" rel="bookmark"><time class="entry-date" datetime="2026-05-18T01:50:09-05:00">18 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/05/12/multimedia/07sussman-zgwp/07sussman-zgwp-facebookJumbo-v3.jpg" width="600" /></p>
<blockquote><p>
&#8216;This is not simply a matter of affordability, the buzzword so often invoked to explain why people are choosing to have smaller families. Government support for parents can help, but overall, people are having fewer children both in countries that offer very little and in those renowned for their generous family benefits; moreover, the trend holds among those who are struggling to make ends meet and among those who, like the Riveras, have advanced degrees and salaried jobs. What unites these disparate cultures, policy environments and demographics, researchers are now realizing, is young people’s inescapable and crushing sense that the future is too uncertain for the lifelong commitment of parenthood. Call it the vibes theory of demographic decline&#8230;.&#8217; (Anna Louie Sussman via <b><a href="https://www.nytimes.com/2026/05/07/opinion/birthrate-kids-parents-demographics-future.html?unlocked_article_code=1.ilA.8l9t.3NdegonZjrui&amp;smid=url-share&amp;utm_source=substack&amp;utm_medium=email">The New York Times</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/18/opinion-why-so-few-babies-we-might-have-overlooked-the-biggest-reason-of-all/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56081 -->

				
					
	<article id="post-56079" class="post-56079 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/" rel="bookmark">Someone Asked Physicists What They Really Believe About the Universe and…&nbsp;Yikes</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/" title="3.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T15:32:26-05:00">16 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://futurism.com/wp-content/uploads/2026/05/survey-physicists-believe-universe.jpg?w=1200" width="600" /></p>
<blockquote><p>
&#8216;All told, it’s a fascinating reflection on the tenuous nature of scientific insight and consensus. One of the most earth-shattering developments in physics, the uncertainty principle, is that there’s a limit to what we can know about the smallest particles that underpin our reality. There’s only so much we can confidently glean about the cosmos from our tiny outpost in space&#8230;.&#8217; (Frank Landymore via <b><a href="https://futurism.com/science-energy/survey-physicists-believe-universe?utm_source=flipboard&amp;utm_content=topic/science">Futurism</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/16/someone-asked-physicists-what-they-really-believe-about-the-universe-and-yikes/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56079 -->

				
					
	<article id="post-56077" class="post-56077 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/" rel="bookmark">Google holds a massive archive of everything you&#8217;ve ever looked at and this is how to view&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/" title="3.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-05-16T15:16:29-05:00">16 May 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://tech.supercarblondie.com/cdn-cgi/image/width=1200,height=675,quality=80,format=webp,fit=cover/wp-content/uploads/Google-search-history-featured.webp" width="600" /></p>
<blockquote><p>
&#8216;The feature quietly stores information linked to your Gmail account including searches, YouTube history, voice commands, Maps activity, and more. For some users, opening the page for the first time can feel genuinely unsettling as it reveals just how much of their digital life has been logged over the years. And once people start scrolling, it quickly turns into a bizarre trip down memory lane filled with forgotten searches and random internet rabbit holes&#8230;.&#8217; (Daisy Edwards via <b><a href="https://tech.supercarblondie.com/google-my-activity-search-history-archive/?utm_source=flipboard&amp;utm_content=topic/googlemaps">tech.supercarblondie</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/05/16/google-holds-a-massive-archive-of-everything-youve-ever-looked-at-and-this-is-how-to-view-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56077 -->

				
							<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="2bcaa6b3f3" />					<button type="submit"
													class="wp-block-button__link"
																	>
						Follow					</button>
				</p>
			</form>
							<div class="wp-block-jetpack-subscriptions__subscount">
					Join 84 other subscribers				</div>
						</div>
			
</aside><aside id="google_translate_widget-2" class="widget widget_google_translate_widget"><div id="google_translate_element"></div></aside><aside id="search-5" class="widget widget_search"><h3 class="widget-title">Search FmH</h3>	<form method="get" id="searchform" action="https://followmehere.com/">
		<label for="s" class="assistive-text">Search</label>
		<input type="text" class="field" name="s" id="s" placeholder="Search" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
	</form>
</aside><aside id="calendar-4" class="widget widget_calendar"><h3 class="widget-title">FmH posts by date</h3><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
	<caption>June 2026</caption>
	<thead>
	<tr>
		<th scope="col" aria-label="Sunday">S</th>
		<th scope="col" aria-label="Monday">M</th>
		<th scope="col" aria-label="Tuesday">T</th>
		<th scope="col" aria-label="Wednesday">W</th>
		<th scope="col" aria-label="Thursday">T</th>
		<th scope="col" aria-label="Friday">F</th>
		<th scope="col" aria-label="Saturday">S</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td colspan="1" class="pad">&nbsp;</td><td><a href="https://followmehere.com/2026/06/01/" aria-label="Posts published on June 1, 2026">1</a></td><td><a href="https://followmehere.com/2026/06/02/" aria-label="Posts published on June 2, 2026">2</a></td><td>3</td><td>4</td><td><a href="https://followmehere.com/2026/06/05/" aria-label="Posts published on June 5, 2026">5</a></td><td><a href="https://followmehere.com/2026/06/06/" aria-label="Posts published on June 6, 2026">6</a></td>
	</tr>
	<tr>
		<td>7</td><td><a href="https://followmehere.com/2026/06/08/" aria-label="Posts published on June 8, 2026">8</a></td><td id="today"><a href="https://followmehere.com/2026/06/09/" aria-label="Posts published on June 9, 2026">9</a></td><td>10</td><td>11</td><td>12</td><td>13</td>
	</tr>
	<tr>
		<td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td>
	</tr>
	<tr>
		<td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td>
	</tr>
	<tr>
		<td>28</td><td>29</td><td>30</td>
		<td class="pad" colspan="4">&nbsp;</td>
	</tr>
	</tbody>
	</table><nav aria-label="Previous and next months" class="wp-calendar-nav">
		<span class="wp-calendar-nav-prev"><a href="https://followmehere.com/2026/05/">&laquo; May</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></aside><aside id="recent-comments-4" class="widget widget_recent_comments"><h3 class="widget-title">Recent Comments</h3>				<table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0">
					<tr><td title="Ryan" class="recentcommentsavatartop" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Ryan&#039;s avatar' src='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstexttop" style="">Ryan on <a href="https://followmehere.com/2026/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/#comment-26292">Trump Wanted Nuclear Codes But&hellip;</a></td></tr><tr><td title="Disordered Thinking - Technology as Nature" class="recentcommentsavatarend" style="height:48px; width:48px;"><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow"></a></td><td class="recentcommentstextend" style=""><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow">Disordered Thinking&hellip;</a> on <a href="https://followmehere.com/2026/03/21/america-and-public-disorder-2/#comment-26291">America and Public&nbsp;Disord&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/11/26/another-trip-around-the-sun/#comment-26290">Another Trip Around the&nbsp;S&hellip;</a></td></tr><tr><td title="SJ" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='SJ&#039;s avatar' src='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">SJ on <a href="https://followmehere.com/2025/06/28/my-paris-delta/#comment-26289">My Paris delta</a></td></tr><tr><td title="fearlessdaea9251dc" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">fearlessdaea9251dc on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26288">Searching for ‘Gelwan’s</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26287">Searching for ‘Gelwan’s</a></td></tr><tr><td title="Matthew Currie" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Matthew Currie&#039;s avatar' src='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Matthew Currie on <a href="https://followmehere.com/2025/04/14/the-constitutional-crisis-is-here/#comment-26286">The Constitutional Crisis Is&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/04/11/john-lithgow-reads-historian-timothy-snyders-20-lessons-on-tyranny/#comment-26285">John Lithgow Reads Historian T&hellip;</a></td></tr><tr><td title="casuallygenerous0e9ad1b9db" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='casuallygenerous0e9ad1b9db&#039;s avatar' src='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">casuallygenerous0e9a&hellip; on <a href="https://followmehere.com/2025/03/27/kavanaugh-and-barrett-appear-likely-to-break-with-the-supreme-courts-maga-wing/#comment-26284">Kavanaugh and Barrett appear l&hellip;</a></td></tr><tr><td title="Antonio Castellano" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Antonio Castellano&#039;s avatar' src='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Antonio Castellano on <a href="https://followmehere.com/2025/02/18/they-are-a-minority/#comment-26283">They Are a&nbsp;Minority</a></td></tr>				</table>
				</aside><aside id="top-clicks-2" class="widget widget_top-clicks"><h3 class="widget-title">Top Clicks</h3><ul><li><a href='http://www.unhear.it/' target='_blank' rel='nofollow'>unhear.it</a></li><li><a href='https://www.newscientist.com/article/2528339-photons-behave-very-strangely-if-you-try-to-cut-them/?utm_campaign=RSS%7CNSNS&amp;utm_source=NSNS&amp;utm_medium=RSS&amp;utm_content=home' target='_blank' rel='nofollow'>newscientist.com/article/&#8230;</a></li><li><a href='https://ews.kylemcdonald.net/?utm_source=orbitaloperations.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=also-rises&amp;_bhlid=4bf57214cce9641e74ad9284faa9d05cac8f226a' target='_blank' rel='nofollow'>ews.kylemcdonald.net/?utm&#8230;</a></li><li><a href='https://fireball.amsmeteors.org/members/imo_view/event/2026/3867' target='_blank' rel='nofollow'>fireball.amsmeteors.org/m&#8230;</a></li><li><a href='https://www.nytimes.com/2026/05/30/magazine/laurie-santos-interview.html' target='_blank' rel='nofollow'>nytimes.com/2026/05/30/ma&#8230;</a></li><li><a href='https://www.noemamag.com/the-rise-and-fall-of-petty-tyrants/' target='_blank' rel='nofollow'>noemamag.com/the-rise-and&#8230;</a></li><li><a href='https://futurism.com/health-medicine/fungal-storms-dust-surging-usa?utm_source=flipboard&amp;utm_content=topic/climatechange' target='_blank' rel='nofollow'>futurism.com/health-medic&#8230;</a></li><li><a href='https://www.nytimes.com/2026/05/25/world/africa/baobab-tree-dying-madagascar-africa.html' target='_blank' rel='nofollow'>nytimes.com/2026/05/25/wo&#8230;</a></li></ul></aside><aside id="top-posts-2" class="widget widget_top-posts"><h3 class="widget-title">Top Recent Posts</h3><ul><li><a href="https://followmehere.com/2026/06/08/a-parallel-world-the-people-lost-in-addictive-daydreams/" class="bump-view" data-bump-view="tp">&#039;A parallel world&#039;: The people lost in addictive daydreams</a></li><li><a href="https://followmehere.com/2004/09/21/excuse-me-may-i-have-your-seat/" class="bump-view" data-bump-view="tp">&#039;Excuse Me. May I Have Your Seat?&#039;</a></li><li><a href="https://followmehere.com/2003/05/04/msn-goes-down-the-pan/" class="bump-view" data-bump-view="tp">MSN goes down the pan:</a></li><li><a href="https://followmehere.com/2003/11/16/n-korea-may-scrap-nuclear-plans/" class="bump-view" data-bump-view="tp">N Korea &#039;may scrap nuclear plans&#039;</a></li><li><a href="https://followmehere.com/2008/01/29/getting-smart-is-strategizing-obliquely/" class="bump-view" data-bump-view="tp">Getting Smart is Strategizing Obliquely</a></li><li><a href="https://followmehere.com/2000/12/16/2610/" class="bump-view" data-bump-view="tp">Social and Cultural Aspects of Drinking - Culture&hellip;</a></li><li><a href="https://followmehere.com/2010/11/16/happy-brithday/" class="bump-view" data-bump-view="tp">Happy Birthday</a></li><li><a href="https://followmehere.com/2000/05/09/1151/" class="bump-view" data-bump-view="tp">Bookmark and click daily: The Rainforest Site is a&hellip;</a></li><li><a href="https://followmehere.com/2002/12/17/a-survey-on-body-awareness-and-the-self/" class="bump-view" data-bump-view="tp">A survey on body awareness and the self:</a></li><li><a href="https://followmehere.com/2003/11/13/peace-officers/" class="bump-view" data-bump-view="tp">Peace Officers?</a></li></ul></aside><aside id="text-265119647" class="widget widget_text"><h3 class="widget-title">&#8230;and now a word from our sponsor:</h3>			<div class="textwidget"><p>&nbsp;</p>
<p>&#8220;The condition of alienation, of being asleep, of being unconscious, of being out of one&#8217;s mind, is the condition of the normal man. Society highly values its normal man. It educates children to lose themselves and to become absurd, and thus to be normal. Normal men have killed perhaps 100,000,000 of their fellow normal men in the last fifty years.&#8221;</p>
<p>— R.D. Laing</p>
</div>
		</aside><aside id="archives-2" class="widget widget_archive"><h3 class="widget-title">Archives</h3>		<label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
		<select id="archives-dropdown-2" name="archive-dropdown">
			
			<option value="">Select Month</option>
				<option value='https://followmehere.com/2026/06/'> June 2026 &nbsp;(29)</option>
	<option value='https://followmehere.com/2026/05/'> May 2026 &nbsp;(95)</option>
	<option value='https://followmehere.com/2026/04/'> April 2026 &nbsp;(50)</option>
	<option value='https://followmehere.com/2026/03/'> March 2026 &nbsp;(60)</option>
	<option value='https://followmehere.com/2026/02/'> February 2026 &nbsp;(45)</option>
	<option value='https://followmehere.com/2026/01/'> January 2026 &nbsp;(50)</option>
	<option value='https://followmehere.com/2025/12/'> December 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/11/'> November 2025 &nbsp;(16)</option>
	<option value='https://followmehere.com/2025/10/'> October 2025 &nbsp;(25)</option>
	<option value='https://followmehere.com/2025/09/'> September 2025 &nbsp;(15)</option>
	<option value='https://followmehere.com/2025/08/'> August 2025 &nbsp;(19)</option>
	<option value='https://followmehere.com/2025/07/'> July 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/06/'> June 2025 &nbsp;(39)</option>
	<option value='https://followmehere.com/2025/05/'> May 2025 &nbsp;(51)</option>
	<option value='https://followmehere.com/2025/04/'> April 2025 &nbsp;(37)</option>
	<option value='https://followmehere.com/2025/03/'> March 2025 &nbsp;(36)</option>
	<option value='https://followmehere.com/2025/02/'> February 2025 &nbsp;(32)</option>
	<option value='https://followmehere.com/2025/01/'> January 2025 &nbsp;(26)</option>
	<option value='https://followmehere.com/2024/12/'> December 2024 &nbsp;(32)</option>
	<option value='https://followmehere.com/2024/11/'> November 2024 &nbsp;(33)</option>
	<option value='https://followmehere.com/2024/10/'> October 2024 &nbsp;(27)</option>
	<option value='https://followmehere.com/2024/09/'> September 2024 &nbsp;(53)</option>
	<option value='https://followmehere.com/2024/08/'> August 2024 &nbsp;(51)</option>
	<option value='https://followmehere.com/2024/07/'> July 2024 &nbsp;(12)</option>
	<option value='https://followmehere.com/2024/06/'> June 2024 &nbsp;(11)</option>
	<option value='https://followmehere.com/2024/05/'> May 2024 &nbsp;(26)</option>
	<option value='https://followmehere.com/2024/04/'> April 2024 &nbsp;(10)</option>
	<option value='https://followmehere.com/2024/03/'> March 2024 &nbsp;(2)</option>
	<option value='https://followmehere.com/2024/02/'> February 2024 &nbsp;(39)</option>
	<option value='https://followmehere.com/2024/01/'> January 2024 &nbsp;(23)</option>
	<option value='https://followmehere.com/2023/12/'> December 2023 &nbsp;(20)</option>
	<option value='https://followmehere.com/2023/11/'> November 2023 &nbsp;(19)</option>
	<option value='https://followmehere.com/2023/10/'> October 2023 &nbsp;(14)</option>
	<option value='https://followmehere.com/2023/09/'> September 2023 &nbsp;(10)</option>
	<option value='https://followmehere.com/2023/08/'> August 2023 &nbsp;(20)</option>
	<option value='https://followmehere.com/2023/07/'> July 2023 &nbsp;(12)</option>
	<option value='https://followmehere.com/2023/06/'> June 2023 &nbsp;(42)</option>
	<option value='https://followmehere.com/2023/05/'> May 2023 &nbsp;(31)</option>
	<option value='https://followmehere.com/2023/04/'> April 2023 &nbsp;(39)</option>
	<option value='https://followmehere.com/2023/03/'> March 2023 &nbsp;(58)</option>
	<option value='https://followmehere.com/2023/02/'> February 2023 &nbsp;(13)</option>
	<option value='https://followmehere.com/2023/01/'> January 2023 &nbsp;(38)</option>
	<option value='https://followmehere.com/2022/12/'> December 2022 &nbsp;(18)</option>
	<option value='https://followmehere.com/2022/11/'> November 2022 &nbsp;(8)</option>
	<option value='https://followmehere.com/2022/10/'> October 2022 &nbsp;(13)</option>
	<option value='https://followmehere.com/2022/09/'> September 2022 &nbsp;(8)</option>
	<option value='https://followmehere.com/2022/08/'> August 2022 &nbsp;(5)</option>
	<option value='https://followmehere.com/2022/07/'> July 2022 &nbsp;(7)</option>
	<option value='https://followmehere.com/2022/06/'> June 2022 &nbsp;(17)</option>
	<option value='https://followmehere.com/2022/05/'> May 2022 &nbsp;(16)</option>
	<option value='https://followmehere.com/2022/04/'> April 2022 &nbsp;(10)</option>
	<option value='https://followmehere.com/2022/03/'> March 2022 &nbsp;(19)</option>
	<option value='https://followmehere.com/2022/02/'> February 2022 &nbsp;(10)</option>
	<option value='https://followmehere.com/2022/01/'> January 2022 &nbsp;(26)</option>
	<option value='https://followmehere.com/2021/12/'> December 2021 &nbsp;(21)</option>
	<option value='https://followmehere.com/2021/11/'> November 2021 &nbsp;(12)</option>
	<option value='https://followmehere.com/2021/10/'> October 2021 &nbsp;(18)</option>
	<option value='https://followmehere.com/2021/09/'> September 2021 &nbsp;(22)</option>
	<option value='https://followmehere.com/2021/08/'> August 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/07/'> July 2021 &nbsp;(4)</option>
	<option value='https://followmehere.com/2021/06/'> June 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/05/'> May 2021 &nbsp;(13)</option>
	<option value='https://followmehere.com/2021/04/'> April 2021 &nbsp;(9)</option>
	<option value='https://followmehere.com/2021/03/'> March 2021 &nbsp;(11)</option>
	<option value='https://followmehere.com/2021/02/'> February 2021 &nbsp;(15)</option>
	<option value='https://followmehere.com/2021/01/'> January 2021 &nbsp;(32)</option>
	<option value='https://followmehere.com/2020/12/'> December 2020 &nbsp;(59)</option>
	<option value='https://followmehere.com/2020/11/'> November 2020 &nbsp;(36)</option>
	<option value='https://followmehere.com/2020/10/'> October 2020 &nbsp;(41)</option>
	<option value='https://followmehere.com/2020/09/'> September 2020 &nbsp;(24)</option>
	<option value='https://followmehere.com/2020/08/'> August 2020 &nbsp;(39)</option>
	<option value='https://followmehere.com/2020/07/'> July 2020 &nbsp;(60)</option>
	<option value='https://followmehere.com/2020/06/'> June 2020 &nbsp;(69)</option>
	<option value='https://followmehere.com/2020/05/'> May 2020 &nbsp;(54)</option>
	<option value='https://followmehere.com/2020/04/'> April 2020 &nbsp;(75)</option>
	<option value='https://followmehere.com/2020/03/'> March 2020 &nbsp;(82)</option>
	<option value='https://followmehere.com/2020/02/'> February 2020 &nbsp;(49)</option>
	<option value='https://followmehere.com/2020/01/'> January 2020 &nbsp;(36)</option>
	<option value='https://followmehere.com/2019/12/'> December 2019 &nbsp;(37)</option>
	<option value='https://followmehere.com/2019/11/'> November 2019 &nbsp;(28)</option>
	<option value='https://followmehere.com/2019/10/'> October 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/09/'> September 2019 &nbsp;(24)</option>
	<option value='https://followmehere.com/2019/08/'> August 2019 &nbsp;(33)</option>
	<option value='https://followmehere.com/2019/07/'> July 2019 &nbsp;(52)</option>
	<option value='https://followmehere.com/2019/06/'> June 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/05/'> May 2019 &nbsp;(44)</option>
	<option value='https://followmehere.com/2019/04/'> April 2019 &nbsp;(54)</option>
	<option value='https://followmehere.com/2019/03/'> March 2019 &nbsp;(60)</option>
	<option value='https://followmehere.com/2019/02/'> February 2019 &nbsp;(38)</option>
	<option value='https://followmehere.com/2019/01/'> January 2019 &nbsp;(35)</option>
	<option value='https://followmehere.com/2018/12/'> December 2018 &nbsp;(43)</option>
	<option value='https://followmehere.com/2018/11/'> November 2018 &nbsp;(66)</option>
	<option value='https://followmehere.com/2018/10/'> October 2018 &nbsp;(45)</option>
	<option value='https://followmehere.com/2018/09/'> September 2018 &nbsp;(20)</option>
	<option value='https://followmehere.com/2018/08/'> August 2018 &nbsp;(38)</option>
	<option value='https://followmehere.com/2018/07/'> July 2018 &nbsp;(41)</option>
	<option value='https://followmehere.com/2018/06/'> June 2018 &nbsp;(39)</option>
	<option value='https://followmehere.com/2018/05/'> May 2018 &nbsp;(47)</option>
	<option value='https://followmehere.com/2018/04/'> April 2018 &nbsp;(25)</option>
	<option value='https://followmehere.com/2018/03/'> March 2018 &nbsp;(35)</option>
	<option value='https://followmehere.com/2018/02/'> February 2018 &nbsp;(40)</option>
	<option value='https://followmehere.com/2018/01/'> January 2018 &nbsp;(61)</option>
	<option value='https://followmehere.com/2017/12/'> December 2017 &nbsp;(54)</option>
	<option value='https://followmehere.com/2017/11/'> November 2017 &nbsp;(45)</option>
	<option value='https://followmehere.com/2017/10/'> October 2017 &nbsp;(50)</option>
	<option value='https://followmehere.com/2017/09/'> September 2017 &nbsp;(24)</option>
	<option value='https://followmehere.com/2017/08/'> August 2017 &nbsp;(28)</option>
	<option value='https://followmehere.com/2017/07/'> July 2017 &nbsp;(30)</option>
	<option value='https://followmehere.com/2017/06/'> June 2017 &nbsp;(29)</option>
	<option value='https://followmehere.com/2017/05/'> May 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2017/04/'> April 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2017/03/'> March 2017 &nbsp;(90)</option>
	<option value='https://followmehere.com/2017/02/'> February 2017 &nbsp;(73)</option>
	<option value='https://followmehere.com/2017/01/'> January 2017 &nbsp;(79)</option>
	<option value='https://followmehere.com/2016/12/'> December 2016 &nbsp;(58)</option>
	<option value='https://followmehere.com/2016/11/'> November 2016 &nbsp;(119)</option>
	<option value='https://followmehere.com/2016/10/'> October 2016 &nbsp;(95)</option>
	<option value='https://followmehere.com/2016/09/'> September 2016 &nbsp;(48)</option>
	<option value='https://followmehere.com/2016/08/'> August 2016 &nbsp;(43)</option>
	<option value='https://followmehere.com/2016/07/'> July 2016 &nbsp;(64)</option>
	<option value='https://followmehere.com/2016/06/'> June 2016 &nbsp;(69)</option>
	<option value='https://followmehere.com/2016/05/'> May 2016 &nbsp;(38)</option>
	<option value='https://followmehere.com/2016/04/'> April 2016 &nbsp;(20)</option>
	<option value='https://followmehere.com/2016/03/'> March 2016 &nbsp;(16)</option>
	<option value='https://followmehere.com/2016/02/'> February 2016 &nbsp;(43)</option>
	<option value='https://followmehere.com/2016/01/'> January 2016 &nbsp;(50)</option>
	<option value='https://followmehere.com/2015/12/'> December 2015 &nbsp;(28)</option>
	<option value='https://followmehere.com/2015/11/'> November 2015 &nbsp;(43)</option>
	<option value='https://followmehere.com/2015/10/'> October 2015 &nbsp;(44)</option>
	<option value='https://followmehere.com/2015/09/'> September 2015 &nbsp;(38)</option>
	<option value='https://followmehere.com/2015/08/'> August 2015 &nbsp;(31)</option>
	<option value='https://followmehere.com/2015/07/'> July 2015 &nbsp;(30)</option>
	<option value='https://followmehere.com/2015/06/'> June 2015 &nbsp;(39)</option>
	<option value='https://followmehere.com/2015/05/'> May 2015 &nbsp;(46)</option>
	<option value='https://followmehere.com/2015/04/'> April 2015 &nbsp;(19)</option>
	<option value='https://followmehere.com/2015/03/'> March 2015 &nbsp;(27)</option>
	<option value='https://followmehere.com/2015/02/'> February 2015 &nbsp;(33)</option>
	<option value='https://followmehere.com/2015/01/'> January 2015 &nbsp;(39)</option>
	<option value='https://followmehere.com/2014/12/'> December 2014 &nbsp;(58)</option>
	<option value='https://followmehere.com/2014/11/'> November 2014 &nbsp;(76)</option>
	<option value='https://followmehere.com/2014/10/'> October 2014 &nbsp;(74)</option>
	<option value='https://followmehere.com/2014/09/'> September 2014 &nbsp;(45)</option>
	<option value='https://followmehere.com/2014/08/'> August 2014 &nbsp;(46)</option>
	<option value='https://followmehere.com/2014/07/'> July 2014 &nbsp;(88)</option>
	<option value='https://followmehere.com/2014/06/'> June 2014 &nbsp;(67)</option>
	<option value='https://followmehere.com/2014/05/'> May 2014 &nbsp;(71)</option>
	<option value='https://followmehere.com/2014/04/'> April 2014 &nbsp;(77)</option>
	<option value='https://followmehere.com/2014/03/'> March 2014 &nbsp;(61)</option>
	<option value='https://followmehere.com/2014/02/'> February 2014 &nbsp;(47)</option>
	<option value='https://followmehere.com/2014/01/'> January 2014 &nbsp;(79)</option>
	<option value='https://followmehere.com/2013/12/'> December 2013 &nbsp;(38)</option>
	<option value='https://followmehere.com/2013/11/'> November 2013 &nbsp;(35)</option>
	<option value='https://followmehere.com/2013/10/'> October 2013 &nbsp;(28)</option>
	<option value='https://followmehere.com/2013/09/'> September 2013 &nbsp;(30)</option>
	<option value='https://followmehere.com/2013/08/'> August 2013 &nbsp;(23)</option>
	<option value='https://followmehere.com/2013/07/'> July 2013 &nbsp;(13)</option>
	<option value='https://followmehere.com/2013/06/'> June 2013 &nbsp;(30)</option>
	<option value='https://followmehere.com/2013/05/'> May 2013 &nbsp;(25)</option>
	<option value='https://followmehere.com/2013/04/'> April 2013 &nbsp;(14)</option>
	<option value='https://followmehere.com/2013/03/'> March 2013 &nbsp;(27)</option>
	<option value='https://followmehere.com/2013/02/'> February 2013 &nbsp;(26)</option>
	<option value='https://followmehere.com/2013/01/'> January 2013 &nbsp;(22)</option>
	<option value='https://followmehere.com/2012/12/'> December 2012 &nbsp;(21)</option>
	<option value='https://followmehere.com/2012/11/'> November 2012 &nbsp;(25)</option>
	<option value='https://followmehere.com/2012/10/'> October 2012 &nbsp;(20)</option>
	<option value='https://followmehere.com/2012/09/'> September 2012 &nbsp;(26)</option>
	<option value='https://followmehere.com/2012/08/'> August 2012 &nbsp;(42)</option>
	<option value='https://followmehere.com/2012/07/'> July 2012 &nbsp;(28)</option>
	<option value='https://followmehere.com/2012/06/'> June 2012 &nbsp;(68)</option>
	<option value='https://followmehere.com/2012/05/'> May 2012 &nbsp;(50)</option>
	<option value='https://followmehere.com/2012/04/'> April 2012 &nbsp;(60)</option>
	<option value='https://followmehere.com/2012/03/'> March 2012 &nbsp;(39)</option>
	<option value='https://followmehere.com/2012/02/'> February 2012 &nbsp;(12)</option>
	<option value='https://followmehere.com/2012/01/'> January 2012 &nbsp;(35)</option>
	<option value='https://followmehere.com/2011/12/'> December 2011 &nbsp;(34)</option>
	<option value='https://followmehere.com/2011/11/'> November 2011 &nbsp;(46)</option>
	<option value='https://followmehere.com/2011/10/'> October 2011 &nbsp;(41)</option>
	<option value='https://followmehere.com/2011/09/'> September 2011 &nbsp;(37)</option>
	<option value='https://followmehere.com/2011/08/'> August 2011 &nbsp;(30)</option>
	<option value='https://followmehere.com/2011/07/'> July 2011 &nbsp;(18)</option>
	<option value='https://followmehere.com/2011/06/'> June 2011 &nbsp;(25)</option>
	<option value='https://followmehere.com/2011/05/'> May 2011 &nbsp;(23)</option>
	<option value='https://followmehere.com/2011/04/'> April 2011 &nbsp;(25)</option>
	<option value='https://followmehere.com/2011/03/'> March 2011 &nbsp;(28)</option>
	<option value='https://followmehere.com/2011/02/'> February 2011 &nbsp;(20)</option>
	<option value='https://followmehere.com/2011/01/'> January 2011 &nbsp;(19)</option>
	<option value='https://followmehere.com/2010/12/'> December 2010 &nbsp;(10)</option>
	<option value='https://followmehere.com/2010/11/'> November 2010 &nbsp;(29)</option>
	<option value='https://followmehere.com/2010/10/'> October 2010 &nbsp;(37)</option>
	<option value='https://followmehere.com/2010/09/'> September 2010 &nbsp;(14)</option>
	<option value='https://followmehere.com/2010/08/'> August 2010 &nbsp;(25)</option>
	<option value='https://followmehere.com/2010/07/'> July 2010 &nbsp;(19)</option>
	<option value='https://followmehere.com/2010/06/'> June 2010 &nbsp;(26)</option>
	<option value='https://followmehere.com/2010/05/'> May 2010 &nbsp;(35)</option>
	<option value='https://followmehere.com/2010/04/'> April 2010 &nbsp;(25)</option>
	<option value='https://followmehere.com/2010/03/'> March 2010 &nbsp;(40)</option>
	<option value='https://followmehere.com/2010/02/'> February 2010 &nbsp;(22)</option>
	<option value='https://followmehere.com/2010/01/'> January 2010 &nbsp;(16)</option>
	<option value='https://followmehere.com/2009/12/'> December 2009 &nbsp;(29)</option>
	<option value='https://followmehere.com/2009/11/'> November 2009 &nbsp;(37)</option>
	<option value='https://followmehere.com/2009/10/'> October 2009 &nbsp;(56)</option>
	<option value='https://followmehere.com/2009/09/'> September 2009 &nbsp;(50)</option>
	<option value='https://followmehere.com/2009/08/'> August 2009 &nbsp;(20)</option>
	<option value='https://followmehere.com/2009/07/'> July 2009 &nbsp;(52)</option>
	<option value='https://followmehere.com/2009/06/'> June 2009 &nbsp;(54)</option>
	<option value='https://followmehere.com/2009/05/'> May 2009 &nbsp;(69)</option>
	<option value='https://followmehere.com/2009/04/'> April 2009 &nbsp;(39)</option>
	<option value='https://followmehere.com/2009/03/'> March 2009 &nbsp;(88)</option>
	<option value='https://followmehere.com/2009/02/'> February 2009 &nbsp;(63)</option>
	<option value='https://followmehere.com/2009/01/'> January 2009 &nbsp;(63)</option>
	<option value='https://followmehere.com/2008/12/'> December 2008 &nbsp;(121)</option>
	<option value='https://followmehere.com/2008/11/'> November 2008 &nbsp;(135)</option>
	<option value='https://followmehere.com/2008/10/'> October 2008 &nbsp;(121)</option>
	<option value='https://followmehere.com/2008/09/'> September 2008 &nbsp;(74)</option>
	<option value='https://followmehere.com/2008/08/'> August 2008 &nbsp;(54)</option>
	<option value='https://followmehere.com/2008/07/'> July 2008 &nbsp;(47)</option>
	<option value='https://followmehere.com/2008/06/'> June 2008 &nbsp;(43)</option>
	<option value='https://followmehere.com/2008/05/'> May 2008 &nbsp;(73)</option>
	<option value='https://followmehere.com/2008/04/'> April 2008 &nbsp;(70)</option>
	<option value='https://followmehere.com/2008/03/'> March 2008 &nbsp;(70)</option>
	<option value='https://followmehere.com/2008/02/'> February 2008 &nbsp;(55)</option>
	<option value='https://followmehere.com/2008/01/'> January 2008 &nbsp;(92)</option>
	<option value='https://followmehere.com/2007/12/'> December 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2007/11/'> November 2007 &nbsp;(90)</option>
	<option value='https://followmehere.com/2007/10/'> October 2007 &nbsp;(63)</option>
	<option value='https://followmehere.com/2007/09/'> September 2007 &nbsp;(34)</option>
	<option value='https://followmehere.com/2007/08/'> August 2007 &nbsp;(21)</option>
	<option value='https://followmehere.com/2007/07/'> July 2007 &nbsp;(75)</option>
	<option value='https://followmehere.com/2007/06/'> June 2007 &nbsp;(26)</option>
	<option value='https://followmehere.com/2007/05/'> May 2007 &nbsp;(66)</option>
	<option value='https://followmehere.com/2007/04/'> April 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2007/03/'> March 2007 &nbsp;(53)</option>
	<option value='https://followmehere.com/2007/02/'> February 2007 &nbsp;(67)</option>
	<option value='https://followmehere.com/2007/01/'> January 2007 &nbsp;(56)</option>
	<option value='https://followmehere.com/2006/12/'> December 2006 &nbsp;(11)</option>
	<option value='https://followmehere.com/2006/09/'> September 2006 &nbsp;(2)</option>
	<option value='https://followmehere.com/2006/08/'> August 2006 &nbsp;(53)</option>
	<option value='https://followmehere.com/2006/07/'> July 2006 &nbsp;(115)</option>
	<option value='https://followmehere.com/2006/06/'> June 2006 &nbsp;(89)</option>
	<option value='https://followmehere.com/2006/05/'> May 2006 &nbsp;(104)</option>
	<option value='https://followmehere.com/2006/04/'> April 2006 &nbsp;(148)</option>
	<option value='https://followmehere.com/2006/03/'> March 2006 &nbsp;(116)</option>
	<option value='https://followmehere.com/2006/02/'> February 2006 &nbsp;(72)</option>
	<option value='https://followmehere.com/2006/01/'> January 2006 &nbsp;(144)</option>
	<option value='https://followmehere.com/2005/12/'> December 2005 &nbsp;(167)</option>
	<option value='https://followmehere.com/2005/11/'> November 2005 &nbsp;(160)</option>
	<option value='https://followmehere.com/2005/10/'> October 2005 &nbsp;(100)</option>
	<option value='https://followmehere.com/2005/09/'> September 2005 &nbsp;(143)</option>
	<option value='https://followmehere.com/2005/08/'> August 2005 &nbsp;(119)</option>
	<option value='https://followmehere.com/2005/07/'> July 2005 &nbsp;(137)</option>
	<option value='https://followmehere.com/2005/06/'> June 2005 &nbsp;(108)</option>
	<option value='https://followmehere.com/2005/05/'> May 2005 &nbsp;(115)</option>
	<option value='https://followmehere.com/2005/04/'> April 2005 &nbsp;(94)</option>
	<option value='https://followmehere.com/2005/03/'> March 2005 &nbsp;(64)</option>
	<option value='https://followmehere.com/2005/02/'> February 2005 &nbsp;(82)</option>
	<option value='https://followmehere.com/2005/01/'> January 2005 &nbsp;(87)</option>
	<option value='https://followmehere.com/2004/12/'> December 2004 &nbsp;(121)</option>
	<option value='https://followmehere.com/2004/11/'> November 2004 &nbsp;(159)</option>
	<option value='https://followmehere.com/2004/10/'> October 2004 &nbsp;(194)</option>
	<option value='https://followmehere.com/2004/09/'> September 2004 &nbsp;(74)</option>
	<option value='https://followmehere.com/2004/08/'> August 2004 &nbsp;(115)</option>
	<option value='https://followmehere.com/2004/07/'> July 2004 &nbsp;(119)</option>
	<option value='https://followmehere.com/2004/06/'> June 2004 &nbsp;(140)</option>
	<option value='https://followmehere.com/2004/05/'> May 2004 &nbsp;(202)</option>
	<option value='https://followmehere.com/2004/04/'> April 2004 &nbsp;(204)</option>
	<option value='https://followmehere.com/2004/03/'> March 2004 &nbsp;(220)</option>
	<option value='https://followmehere.com/2004/02/'> February 2004 &nbsp;(154)</option>
	<option value='https://followmehere.com/2004/01/'> January 2004 &nbsp;(181)</option>
	<option value='https://followmehere.com/2003/12/'> December 2003 &nbsp;(115)</option>
	<option value='https://followmehere.com/2003/11/'> November 2003 &nbsp;(266)</option>
	<option value='https://followmehere.com/2003/10/'> October 2003 &nbsp;(235)</option>
	<option value='https://followmehere.com/2003/09/'> September 2003 &nbsp;(239)</option>
	<option value='https://followmehere.com/2003/08/'> August 2003 &nbsp;(226)</option>
	<option value='https://followmehere.com/2003/07/'> July 2003 &nbsp;(204)</option>
	<option value='https://followmehere.com/2003/06/'> June 2003 &nbsp;(222)</option>
	<option value='https://followmehere.com/2003/05/'> May 2003 &nbsp;(229)</option>
	<option value='https://followmehere.com/2003/04/'> April 2003 &nbsp;(213)</option>
	<option value='https://followmehere.com/2003/03/'> March 2003 &nbsp;(296)</option>
	<option value='https://followmehere.com/2003/02/'> February 2003 &nbsp;(204)</option>
	<option value='https://followmehere.com/2003/01/'> January 2003 &nbsp;(189)</option>
	<option value='https://followmehere.com/2002/12/'> December 2002 &nbsp;(242)</option>
	<option value='https://followmehere.com/2002/11/'> November 2002 &nbsp;(151)</option>
	<option value='https://followmehere.com/2002/10/'> October 2002 &nbsp;(237)</option>
	<option value='https://followmehere.com/2002/09/'> September 2002 &nbsp;(215)</option>
	<option value='https://followmehere.com/2002/08/'> August 2002 &nbsp;(219)</option>
	<option value='https://followmehere.com/2002/07/'> July 2002 &nbsp;(265)</option>
	<option value='https://followmehere.com/2002/06/'> June 2002 &nbsp;(283)</option>
	<option value='https://followmehere.com/2002/05/'> May 2002 &nbsp;(82)</option>
	<option value='https://followmehere.com/2002/04/'> April 2002 &nbsp;(210)</option>
	<option value='https://followmehere.com/2002/03/'> March 2002 &nbsp;(287)</option>
	<option value='https://followmehere.com/2002/02/'> February 2002 &nbsp;(292)</option>
	<option value='https://followmehere.com/2002/01/'> January 2002 &nbsp;(216)</option>
	<option value='https://followmehere.com/2001/12/'> December 2001 &nbsp;(231)</option>
	<option value='https://followmehere.com/2001/11/'> November 2001 &nbsp;(353)</option>
	<option value='https://followmehere.com/2001/10/'> October 2001 &nbsp;(379)</option>
	<option value='https://followmehere.com/2001/09/'> September 2001 &nbsp;(339)</option>
	<option value='https://followmehere.com/2001/08/'> August 2001 &nbsp;(126)</option>
	<option value='https://followmehere.com/2001/07/'> July 2001 &nbsp;(267)</option>
	<option value='https://followmehere.com/2001/06/'> June 2001 &nbsp;(281)</option>
	<option value='https://followmehere.com/2001/05/'> May 2001 &nbsp;(261)</option>
	<option value='https://followmehere.com/2001/04/'> April 2001 &nbsp;(259)</option>
	<option value='https://followmehere.com/2001/03/'> March 2001 &nbsp;(321)</option>
	<option value='https://followmehere.com/2001/02/'> February 2001 &nbsp;(246)</option>
	<option value='https://followmehere.com/2001/01/'> January 2001 &nbsp;(260)</option>
	<option value='https://followmehere.com/2000/12/'> December 2000 &nbsp;(215)</option>
	<option value='https://followmehere.com/2000/11/'> November 2000 &nbsp;(210)</option>
	<option value='https://followmehere.com/2000/10/'> October 2000 &nbsp;(240)</option>
	<option value='https://followmehere.com/2000/09/'> September 2000 &nbsp;(187)</option>
	<option value='https://followmehere.com/2000/08/'> August 2000 &nbsp;(113)</option>
	<option value='https://followmehere.com/2000/07/'> July 2000 &nbsp;(226)</option>
	<option value='https://followmehere.com/2000/06/'> June 2000 &nbsp;(227)</option>
	<option value='https://followmehere.com/2000/05/'> May 2000 &nbsp;(231)</option>
	<option value='https://followmehere.com/2000/04/'> April 2000 &nbsp;(216)</option>
	<option value='https://followmehere.com/2000/03/'> March 2000 &nbsp;(278)</option>
	<option value='https://followmehere.com/2000/02/'> February 2000 &nbsp;(190)</option>
	<option value='https://followmehere.com/2000/01/'> January 2000 &nbsp;(88)</option>
	<option value='https://followmehere.com/1999/12/'> December 1999 &nbsp;(42)</option>
	<option value='https://followmehere.com/1999/11/'> November 1999 &nbsp;(8)</option>

		</select>

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

//# sourceURL=WP_Widget_Archives%3A%3Awidget
</script>
</aside><aside id="text-265119645" class="widget widget_text"><h3 class="widget-title">Disclaimers</h3>			<div class="textwidget"><p>For entertainment purposes only. All content is provided as is, with no warranty stated or implied regarding the quality or accuracy of any content on or off this website.<br />
Absolutely no responsibility is taken for the content of external pages to which I link.<br />
All trademarks, servicemarks, and copyrights are property of their respective owners.</p>
<p>(Although all links were accurate at the date shown, some publications do not maintain archives, so some may now be broken or out of date.)</p>
<p>&nbsp;</p>
</div>
		</aside><aside id="text-265119654" class="widget widget_text">			<div class="textwidget"><p>Do not use if you have ever had an allergic reaction to this product or any of its ingredients.<br />
Failure to follow all instructions and warnings can result in serious injury.<br />
Any resemblance to actual persons living or dead is purely coincidental.<br />
Please leave as clean on leaving as you would like to find on entering.<br />
Nontransferable and is the sole responsibility of the recipient.<br />
Place all seat backs and tray tables in fully upright position.<br />
Do not operate heavy machinery while reading this weblog.<br />
Post office will not deliver without proper postage affixed.<br />
Caution: Dates on calendar are closer than they appear.<br />
No animals were harmed in the production of this page.<br />
May be used as flotation device in case of emergency.<br />
Please note locations of emergency exits upon arrival.<br />
No ideas were harmed in the making of this weblog.<br />
Names have been changed to protect the innocent.<br />
Anything you say can and will be used against you.<br />
All questions answered, all answers questioned.<br />
Detach and include upper portion with payment.<br />
May incur damages arising from use or misuse.<br />
Objects on screen are closer than they appear.<br />
Satisfaction guaranteed; return for full refund.<br />
Nutritional need is not established in humans.<br />
Caution: do not swallow. May cause irritation.<br />
Please inform author if you cannot read this.<br />
Product is sold by weight and not by volume.<br />
In emergency, break glass, pull down handle.<br />
Contents may have settled during shipment.<br />
If condition persists, consult your physician.<br />
Provided “as is&#8221; and without any warranties.<br />
Caution! The edge is closer than you think.<br />
Do not use if safety seal is torn or missing.<br />
Prices subject to change without notice.<br />
Subject to all applicable fees and taxes.<br />
Freshest if used before date specified.<br />
Do not fold, staple, spindle or mutilate.<br />
Do not exceed recommended dosage.<br />
If swallowed, do not induce vomiting.<br />
Take two and call me in the morning.<br />
Do not remove under penalty of law.<br />
Valid only at participating locations.<br />
You have the right to remain silent.<br />
Warning, contents are flammable.<br />
Subject to change without notice.<br />
This page intentionally left blank.<br />
Use only in well-ventilated areas.<br />
No user-serviceable parts inside.<br />
Alarm will sound if door opened.<br />
You need not be present to win.<br />
Additional parts sold separately.<br />
Available for a limited time only.<br />
You break it, you&#8217;ve bought it.<br />
No shirt, no shoes, no service.<br />
Keep out of reach of children.<br />
Void where prohibited by law.<br />
Apply only to affected areas.<br />
Other restrictions may apply.<br />
Part of a daily balanced diet.<br />
You must be present to win.<br />
First pull up, then pull down.<br />
Close cover before striking.<br />
Terms and conditions apply.<br />
Do not think of an elephant.<br />
Viewer discretion advised.<br />
No purchase is necessary.<br />
Caution, low-flying ideas.<br />
Honk if you can read this.<br />
Internet access required.<br />
Wash hands after using.<br />
Consume in moderation.<br />
Limit one (1) per person.<br />
Other restrictions apply.<br />
Money-back guarantee.<br />
Not a low-calorie food.<br />
Your mileage may vary.<br />
Don&#8217;t try this at home.<br />
More taste, less filling.<br />
Shake well before use.<br />
Consume responsibly.<br />
For external use only.<br />
Mix well before using.<br />
Store in a cool place.<br />
Use only as directed.<br />
Lather, rinse, repeat.<br />
Results not typical.<br />
Ignore this notice.<br />
Slippery when wet.<br />
Same-day service.<br />
Unplug after use.<br />
No preservatives.<br />
No trespassing.<br />
No exit.<br />
No.</p>
<p>&nbsp;</p>
</div>
		</aside><aside id="jetpack_my_community-4" class="widget widget_jetpack_my_community"><h3 class="widget-title">The FmH Community</h3><div class='widgets-multi-column-grid'><ul><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/de902937071064b69be4c91d38e5417f7bccd5f5d91c079c79ca5419e59f0d90?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://doctorjc.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2834c1ba9c9349a4f66fc2e0811b01b2110eda6a2cb6d1273c3ba0ab014ef89d?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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://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://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="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://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://poplybuzzly.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2f4f363a34dfd8d1fb3de2847c0f9faca52980d40332ced0f88f60471927f331?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="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=""><img referrerpolicy="no-referrer" alt='Epic Animal Photographs&#039;s avatar' src='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://mongolamerican.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://cinderellenk.wordpress.com"><img referrerpolicy="no-referrer" alt='cinderellenk&#039;s avatar' src='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/aece53ec3edfb911b0f54d49c89eb678e70575e8cc1578a4483fe35c13dc5e71?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/725042856b5f913b0631610d9f690717eb41f41bfe248571a6cd0d1dfb55d3f1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e0a4ab1e5e85f7869e48e7163e00ca2e8156ff3bd9053383387b30afbe13c6d?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1d14b8403d40396ef3e587c9735794dc1dde3519c08d1d5d0f9af3a095a4e426?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://nazarianplasticsurgery.com/surgical/breast-augmentation-beverly-hills/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0399c38b9d378dc552789f24a7e37881c7a1e145013a611e0b3d5a65c04b8c11?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chilonas.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ef8e882b119245c7b7a5b9a59242921c7cbe0da4cba343a9c9dc02075bb2fdbd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Foodprism&#039;s avatar' src='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/42bec5068a3a2c8fa957e8e2d2beb0d7cd154b8bf3bde0cecfb76623a421d91e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='cjanerunz&#039;s avatar' src='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b4018cea9d7a6fec10b1171092f2a79d908f5f0845cbdce63d2a1798ed421d5c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Thomas George Lareau&#039;s avatar' src='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.daveshellenberger.com/"><img referrerpolicy="no-referrer" alt='DAVID SHELLENBERGER&#039;s avatar' src='https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5d1b5fa691370bebdaa65a9d20b9e5176bd8095deb205dc52c36e976cd006f47?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7cb7dc116b9c255b4d7e8964b18bc868becafff60d17b4b8203f2a6d50098c03?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://thekalkiavatar.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d04a9379dbdab3fed42fb6b31fb962c37768c0e8dc6a7fe914c36192ed06fc86?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://kshal.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Coastal Chef&#039;s avatar' src='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e1c0eab2477d5c76de6f839387ad14d2a118469c810e1fc62d620be89d338da?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e248248bfd0d96318c528eb4c85737ab6de3e8967406d946c36bdd8cd422eee4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://chillicon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='barneysday&#039;s avatar' src='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://leagueofgrey.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e3974ef2d24a0d57cb68b1d734f9af52a25ea8cc9d0034efacb43b6383fdcb68?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1ba97414b494b4c39d7da36bb1143c68dbb004ddda74c69679f3018cf78ace76?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://cityofdreadfuljoy.wordpress.com"><img referrerpolicy="no-referrer" alt='Pranav Reddy&#039;s avatar' src='https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2c882e033f51b25ecc0a04f0d2dedf33d5a8ee0e530a4bb2b152f49a85d5feaf?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://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Triponus&#039;s avatar' src='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://thehonkinggoose.wordpress.com"><img referrerpolicy="no-referrer" alt='thehonkinggoose&#039;s avatar' src='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8506e0fe8370a7ea99104e2221d084a5bb1bb8f616f42c08d76c74d07496453e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://tetsun.wordpress.com"><img referrerpolicy="no-referrer" alt='Therese&#039;s avatar' src='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3bbec841c165c41b9ee87001dab83ab85801b1b51543b09ab59cc296806f4df1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='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="http://ichthusandouroboros.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Rocking Dogs&#039;s avatar' src='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://itsdougholland.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f6af7edf5125fb2da13fcf4d64c035c655736730bfaa7dd86a1b44d7e1a05578?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://dearkitty1.wordpress.com"><img referrerpolicy="no-referrer" alt='petrel41&#039;s avatar' src='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/67e011400cc4818cb8c068b66400cf1c991213fd13f0aae951b6fc97cd1aa89e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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="http://thoughtuncommon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Dr. kold_kadavr_flatliner, MD sez &#039;Lemme tella youse how to avoid the Abyss o&#039;Misery after we kick-the-bucket without d&#039;New Joisey axent&#039;&#039;s avatar' src='https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/95a064ad48dbbec09e4b5dd41b2570e77b7ecd37a5421c2c6383d80c1df7dd1c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li></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":"16.05.26","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"followmehere.com","path":"/page/%d/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"all","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":100,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"0","no_found_rows":false,"order":"DESC"},"query_before":"2026-06-09 21:50:51","last_post_date":"2026-05-16 15:16:29","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="2bcaa6b3f3" /><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=202624d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></script>
<script id="wpgroho-js-extra">
var WPGroHo = {"my_hash":""};
//# sourceURL=wpgroho-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

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

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

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

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

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

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

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

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

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

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

				toggle_reblog_box_flair: function (obj_id, post_id) {

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

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

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

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

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

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

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

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