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

			return;
		}

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

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

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

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

			return;
		}

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

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

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

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

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

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

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

			document.body.appendChild( iframe );
		}

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

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

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

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

<style id="classic-theme-styles-inline-css">
.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-tab:not(.has-text-color){color:inherit!important}.wp-block-tab:not(.has-background){background-color:inherit!important}.wp-block-tab:focus,.wp-block-tab:hover{text-decoration:none}.wp-block-tab:focus-visible{outline:auto;outline-offset:0}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/classic.min.css */
</style>

<style id="coblocks-inline-format-inline-css">
.uppercase{text-transform:uppercase}
/*# sourceURL=coblocks-inline-format-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-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-14-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-16-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" />
<style id="jetpack-subscriptions-inline-css">
#subscribe-email input {
	width: 95%;
}

.comment-subscription-form {
	margin-bottom: 1em;
}

.comment-subscription-form .subscribe-label {
	display: inline !important;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	overflow-wrap: normal !important;
}

/*# sourceURL=/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/subscriptions/subscriptions.min.css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-5' href='/_static/??-eJylj80Kg0AMhF+o26BS6qX0UYquQaJxs5hsF9++CrXH0p/LkBmGjwzk6LwEw2AwJRc59RQUBrTY+PHpYRLZpEuMCpm6Hk3BJLooul5qC+PRqx7gc9yNgoeWxY8rIFPE+VvC/pBvZkmK/Crtwa9AI8bO9Q0zzss799fm1KqfKRrJ2r4T5o12nS7FuT6VZVUV9fAAnOGc6w==&cssminify=yes' type='text/css' media='all' />

</head>

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

						<a href="https://followmehere.com/">
				<img src="https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg" width="1000" height="288" alt="Follow Me Here&#8230;" loading="eager" fetchpriority="high" srcset="https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg 1000w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=150&amp;h=43 150w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=300&amp;h=86 300w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=768&amp;h=221 768w, https://followmehere.com/wp-content/uploads/2014/05/cropped-cropped-banner-fmh31.jpg?w=600&amp;h=173 600w" sizes="(max-width: 1000px) 100vw, 1000px" />			</a>
			
						<div class="only-search with-image">
					<form method="get" id="searchform" action="https://followmehere.com/">
		<label for="s" class="assistive-text">Search</label>
		<input type="text" class="field" name="s" id="s" placeholder="Search" />
		<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
	</form>
			</div>
				
			<nav id="access">
				<h3 class="assistive-text">Main menu</h3>
							</nav><!-- #access -->
	</header><!-- #branding -->


	<div id="main">

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

			
							<nav id="nav-above">
				<h3 class="assistive-text">Post navigation</h3>
				<div class="nav-previous"><a href="https://followmehere.com/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
				<div class="nav-next"></div>
			</nav><!-- #nav-above -->
			
				
					
	<article id="post-56801" class="post-56801 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/09/its-large-enough-to-swallow-a-skyscraper-wide-enough-to-fly-a-jumbo-jet-through-and-is-filled-with-underground-clouds-and-a-river/" rel="bookmark">It’s large enough to swallow a skyscraper, wide enough to fly a jumbo jet through, and is filled with underground clouds and a&nbsp;river</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/09/its-large-enough-to-swallow-a-skyscraper-wide-enough-to-fly-a-jumbo-jet-through-and-is-filled-with-underground-clouds-and-a-river/" title="9.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-09T21:15:42-05:00">9 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/09/its-large-enough-to-swallow-a-skyscraper-wide-enough-to-fly-a-jumbo-jet-through-and-is-filled-with-underground-clouds-and-a-river/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://d2rj6cu2ik1biv.cloudfront.net/193c804a-a673-47bd-b09b-11baf4822a17/9ac494a4-627d-4fea-a827-dcf588dd6f96/0f6e83cc-a2e7-40e8-9677-b0665243c9c7/thumbnails/537e8664-f6a1-4122-ac40-1c05eae0dea8.jpg?w=1200" width="600" /></p>
<p>Sophie Ellis via <b><a href="https://www.discoverwildlife.com/environment/hang-son-doong-cave">Discover Wildlife</a></b>:</p>
<blockquote><p>
&#8216;Hang Son Đoòng is the world’s largest natural cave and remained undiscovered until 2009&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/09/its-large-enough-to-swallow-a-skyscraper-wide-enough-to-fly-a-jumbo-jet-through-and-is-filled-with-underground-clouds-and-a-river/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56801 -->

				
					
	<article id="post-56799" class="post-56799 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/06/eyewitnesses-to-hiroshima-and-nagasaki/" rel="bookmark">Eyewitnesses to Hiroshima and&nbsp;Nagasaki</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/06/eyewitnesses-to-hiroshima-and-nagasaki/" title="8.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-06T20:03:30-05:00">6 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/06/eyewitnesses-to-hiroshima-and-nagasaki/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://damn-8791.kxcdn.com/wp-content/uploads/2006/05/Atomic_bombing_of_Japan1.jpg" width="600" /></p>
<p>Alan Bellows via <b><a href="https://www.damninteresting.com/eyewitnesses-to-hiroshima-and-nagasaki/">Damn Interesting</a></b>:</p>
<blockquote><p>
&#8216;On 6 August 1945, a number of eyes in the Japanese city of Hiroshima turned skyward at the drone of a US B-29 bomber flying across the cloudless sky, accompanied by two other aircraft. Their arrival was not a surprise; the early warning radar net had detected the incoming planes and an air-raid alert had been issued for the city. But soon the Japanese military realized that only three planes were incoming, and the alert was lifted. The anti-aircraft guns sat silent, and the fighter planes lingered in their hangars. A mere three planes were considered incapable of posing a significant threat, so it was presumed that these craft were weather planes — a precursor to a true attack. The Japanese military opted to conserve their diminishing supplies of munitions and fuel for use against more serious threats.</p>
<p>The sound of the American planes drew the attention of the city’s residents, many of whom were outdoors participating in work programs. A few saw a large parachute unfurl beneath the B-29 before it flew away, but most saw only the flash that soon followed. The events that unfolded that morning on the streets of Hiroshima were recorded by those who survived. These survivors would come to be known as hibakusha — “people exposed to the bomb.”</p>
<p>For those who didn’t see the planes, the sudden flare of harsh light was the first indication that something unusual had happened. In that eerily silent moment, white clouds sprung from the clear blue sky as the Little Boy spilled the destructive equivalent of thirteen thousand tons of TNT over the city, projecting intense radiation in every direction&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/06/eyewitnesses-to-hiroshima-and-nagasaki/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56799 -->

				
					
	<article id="post-56796" class="post-56796 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/today-is-the-day-after-ray-bradburys-post-apocalyptic-world-npr/" rel="bookmark">Today is the day after Ray Bradbury&#8217;s post-apocalyptic world</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/today-is-the-day-after-ray-bradburys-post-apocalyptic-world-npr/" title="5.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T17:43:49-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/today-is-the-day-after-ray-bradburys-post-apocalyptic-world-npr/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://m.media-amazon.com/images/S/compressed.photo.goodreads.com/books/1708772529i/2260460.jpg" width="599" border="0" /><br />
</figure>
<p>Via <b><a href="https://www.npr.org/2026/08/05/nx-s1-5913357/today-is-the-day-after-ray-bradburys-post-apocalyptic-world?utm_source=flipboard&amp;utm_content=topic%2Fculture">NPR</a></b>:</p>
<blockquote><p>
&#8216;The famous author&#8217;s short story, &#8216;There will come soft rains&#8217; predicted a world where machines would take over after August 4th, 2026&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/today-is-the-day-after-ray-bradburys-post-apocalyptic-world-npr/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56796 -->

				
					
	<article id="post-56793" class="post-56793 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/the-extinct-animal-scientists-now-believe-is-still-alive/" rel="bookmark">The Extinct Animal Scientists Now Believe Is Still&nbsp;Alive</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/the-extinct-animal-scientists-now-believe-is-still-alive/" title="5.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T17:39:32-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/the-extinct-animal-scientists-now-believe-is-still-alive/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://nvmwebsites-budwg5g9avh3epea.z03.azurefd.net/dinoworld/7460fb388286ede52a50ecd94bfd97d4.webp" width="599" border="0" /><br />
</figure>
<p style="text-align: center"> </p>
<p>Via <b><a href="https://dino-world.com/the-extinct-animal-scientists-now-believe-is-still-alive-1-76339/?utm_source=flipboard&amp;utm_content=DinoWorld2026/magazine/Dino++World+Megamag">dino-world.com</a></b>:</p>
<blockquote><p>
&#8216;Most people assume the thylacine simply died out from natural causes, the way species quietly fade when their world changes around them. It didn’t. Humans hunted it into oblivion on purpose, and that single fact changes everything about whether a few survivors could have slipped through.</p>
<p>The thylacine once ranged across most of mainland Australia, but competition with dingoes pushed it to extinction there roughly 2,000 years ago, leaving an isolated population in Tasmania. When British colonists arrived, they paid bounty hunters to kill every thylacine they could find to protect sheep flocks. That’s not a slow habitat collapse – it’s systematic, government-funded slaughter, the kind that could easily leave a scattered, secretive remnant hiding in Tasmania’s least accessible wilderness. A species can be functionally invisible long before it’s actually gone, and that possibility has kept researchers searching for nearly 90 years straight.</p>
<p>The 1982 Sighting That Restarted an Entire Search Effort</p>
<p>The 1982 Sighting That Restarted an Entire Search Effort (Image Credits: Pexels)</p>
<p>If there’s one encounter that legitimized the “maybe it’s not extinct” camp, it’s this one. A government employee, not a tourist chasing folklore, filed the report that changed everything.</p>
<p>Hans Naarding, a park ranger, said he observed one of the creatures for several minutes under torchlight near Togari in 1982. He wasn’t some amateur cryptid-hunter – he was trained wildlife personnel whose detailed field notes carried real weight with the agency that employed him. The sighting was considered credible enough that Tasmania Parks, working with a wildlife scientist, launched a formal search that lasted more than two years. That government-funded hunt never found conclusive proof, but it never ruled the possibility out either&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/the-extinct-animal-scientists-now-believe-is-still-alive/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56793 -->

				
					
	<article id="post-56791" class="post-56791 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/trumps-verbal-tics-at-camp-david-very-likely-a-signal-of-brain-decline-expert/" rel="bookmark">Trump&#8217;s verbal tics at Camp David &#8216;very likely&#8217; a signal of &#8216;brain decline&#8217;:&nbsp;expert</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/trumps-verbal-tics-at-camp-david-very-likely-a-signal-of-brain-decline-expert/" title="5.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T17:35:53-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/trumps-verbal-tics-at-camp-david-very-likely-a-signal-of-brain-decline-expert/#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.rawstory.com/media-library/u-s-president-donald-trump-participates-in-a-cabinet-meeting-at-camp-david-in-thurmont-maryland-u-s-july-31-2026-reuters.jpg?id=67578169&amp;width=1200&amp;height=600&amp;coordinates=0%2C417%2C0%2C417" width="600" /></p>
<p>Daniel Hampton via <b><a href="https://www.rawstory.com/msn/trumps-at-camp-david/?utm_source=flipboard&amp;utm_content=topic%2Flanguage">Raw Story</a></b>:</p>
<blockquote><p>
&#8216;President Donald Trump&#8217;s habit of insisting things are happening &#8220;like nobody&#8217;s ever seen before&#8221; is more than just a verbal tic. It&#8217;s become a symptom of his deteriorating brain, according to a speech-language pathologist whose video breakdowns of the president have gained attention.</p>
<p>Hilary Shae, a licensed speech-language pathologist who specializes in concussion recovery, zeroed in Wednesday on Trump&#8217;s Camp David Cabinet meeting last week, counting a stack of near-identical catchphrases in the first 15 minutes alone. She flagged phrases such as &#8220;nobody&#8217;s ever seen,&#8221; &#8220;more than anyone&#8217;s ever seen before,&#8221; and &#8220;treated like nobody else.&#8221;</p>
<p>Doing that many while reading from prepared notes, she said, was &#8220;pretty significant.&#8221;</p>
<p>&#8220;It is very likely that Donald Trump is suffering from some form of dementia and brain decline,&#8221; Shae said in the video, arguing the repetitions signal his brain is &#8220;relying on language that has become highly automatic while it loses the ability to generate new and flexible language.&#8221;</p>
<p>She framed the phrases as possible &#8220;perseveration,&#8221; a neurological symptom in which someone repeats a word or idea when it isn&#8217;t appropriate, suggesting impaired frontal lobe inhibition. She contrasted it with Trump&#8217;s old catchphrase days, like &#8220;that&#8217;s hot,&#8221; which she said had nothing to do with cognitive decline. The difference now, she argued, is that the repetition is &#8220;persistent&#8221; and &#8220;context independent.&#8221;&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/trumps-verbal-tics-at-camp-david-very-likely-a-signal-of-brain-decline-expert/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56791 -->

				
					
	<article id="post-56789" class="post-56789 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/quebec-town-becomes-first-in-canada-to-declare-trees-living-beings-with-rights/" rel="bookmark">Quebec town becomes first in Canada to declare trees living beings with&nbsp;rights</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/quebec-town-becomes-first-in-canada-to-declare-trees-living-beings-with-rights/" title="5.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T17:30:34-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/quebec-town-becomes-first-in-canada-to-declare-trees-living-beings-with-rights/#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.wbur.org/wp/2026/08/AP25307821723704-1-2048x1365.jpg" width="600" /></p>
<p>Here &amp; Now Newsroom via <b><a href="https://www.wbur.org/hereandnow/2026/08/04/trees-rights-quebec">WBUR</a></b>:</p>
<blockquote><p>
&#8216;The small town of Terrasse-Vaudreuil, about 30 miles west of Montreal, recently became the first in Canada to recognize trees as living beings with a special set of rights — including the rights to life, to natural growth, to integrity and to regeneration&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/quebec-town-becomes-first-in-canada-to-declare-trees-living-beings-with-rights/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56789 -->

				
					
	<article id="post-56787" class="post-56787 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/scientists-photograph-the-suns-surface-in-the-finest-detail-yet/" rel="bookmark">Scientists photograph the sun&#8217;s surface in the finest detail&nbsp;yet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/scientists-photograph-the-suns-surface-in-the-finest-detail-yet/" title="4.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T16:59:35-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/scientists-photograph-the-suns-surface-in-the-finest-detail-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://dims.apnews.com/dims4/default/6c31d00/2147483647/strip/true/crop/2772x1847+0+27/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fc3%2Fba%2Fb4c8d84f17210414fa2afc55e045%2F2de3477309404217854ad4f8672f9c6f" width="600" /></p>
<p>Adithi Ramakrishnan via <b><a href="https://apnews.com/article/sun-surface-solar-telescope-kelvin-heimholtz-instability-32eb28c17e8c4005dad9a5b51dd3eb2a">AP News</a></b>:</p>
<blockquote><p>
&#8216;Scientists originally took the images for a different reason: to fine-tune and test the limits of the telescope. But when they looked at the results, they realized they’d photographed the sun’s bright outer shell at higher resolution than ever before&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/scientists-photograph-the-suns-surface-in-the-finest-detail-yet/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56787 -->

				
					
	<article id="post-56785" class="post-56785 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/humans-did-not-invent-art-it-was-the-other-way-around/" rel="bookmark">Humans did not invent art. It was the other way&nbsp;around</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/humans-did-not-invent-art-it-was-the-other-way-around/" title="4.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T16:58:50-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/humans-did-not-invent-art-it-was-the-other-way-around/#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.aeonmedia.co/images/9dd5b35c-261c-4106-8a9b-53f732aab9b8/essay-hi-res-quilt-nmah-89-10656-000001.jpg?width=1200&amp;quality=75&amp;format=jpeg" width="600" /></p>
<p>J F Martel via <b><a href="https://aeon.co/essays/humans-did-not-invent-art-it-was-the-other-way-around?utm_source=DamnInteresting">Aeon</a></b>:</p>
<blockquote><p>
&#8216;When early humans first painted cave walls, they began to find out who they really were: our minds emerged from our images&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/humans-did-not-invent-art-it-was-the-other-way-around/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56785 -->

				
					
	<article id="post-56783" class="post-56783 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/trump-cites-a-supreme-court-dissent-that-lost-6-3-to-gut-endangered-species-protections/" rel="bookmark">Trump cites a Supreme Court dissent that lost 6–3 to gut endangered-species protections</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/trump-cites-a-supreme-court-dissent-that-lost-6-3-to-gut-endangered-species-protections/" title="4.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T16:43:04-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/trump-cites-a-supreme-court-dissent-that-lost-6-3-to-gut-endangered-species-protections/#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_!YFcR!,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%2Fcd041318-eaae-40b4-a0a6-844f868b6d3d_768x512.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/trump-cites-a-supreme-court-dissent">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The Orange Menace claims his administration restored the Endangered Species Act to the meaning Antonin Scalia &#8220;explained.&#8221; Scalia explained it in a dissent. The Supreme Court&#8217;s 6–3 majority upheld the definition Trump&#8217;s administration just erased&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/trump-cites-a-supreme-court-dissent-that-lost-6-3-to-gut-endangered-species-protections/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56783 -->

				
					
	<article id="post-56781" class="post-56781 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/05/the-mummy-poster-banned-from-london-underground/" rel="bookmark">The Mummy poster banned from London&nbsp;Underground</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/05/the-mummy-poster-banned-from-london-underground/" title="4.42 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-05T16:42:29-05:00">5 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/05/the-mummy-poster-banned-from-london-underground/#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_!Iu8W!,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%2F444536ac-f168-496f-9e38-6bea4080eb84_2200x1375.jpeg" width="600" /></p>
<p>Rob Beschizza via <b><a href="https://premium.boingboing.net/p/the-mummy-poster-banned-from-london">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The ad campaign for Lee Cronin&#8217;s The Mummy, a gritty new take on the public domain monster, has been partially unraveled by advertising regulators in the U.K. In upholding a complaint about the movie&#8217;s posters, the Advertising Standards Authority determined that those showing a &#8220;realistic impression of a dead child&#8221; were too horrid for public display. But it cleared the imagery&#8217;s use on television and streaming media after bedtime&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/05/the-mummy-poster-banned-from-london-underground/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56781 -->

				
					
	<article id="post-56778" class="post-56778 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/what-if-freud-was-right/" rel="bookmark">What if Freud Was&nbsp;Right?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/what-if-freud-was-right/" title="2.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:59:37-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/what-if-freud-was-right/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://cdn.theatlantic.com/thumbor/ND88evYUX-T6gJTyozz1TScHI9s=/0x102:4792x2598/1200x625/media/img/2026/08/Atlantic_Freud_final_landscape/original.jpg" width="600" /></p>
<p>Scott Stossel via <b><a href="https://www.theatlantic.com/magazine/2026/09/freud-psychoanalysis-theories-brain-science/687957/?utm_medium=offsite&amp;utm_source=flipboard&amp;utm_campaign=science">The Atlantic</a></b>:</p>
<blockquote><p>
&#8216;If coroners were to pin an actual time of death on Freudianism, they might specify 1963. That year, the philosopher of science Karl Popper held up psychoanalytic theory as the archetypal instance of what he called “pseudoscience”: Worse than mere bad science, psychoanalysis was, in being untestable, simply not science. Based in large part on the highly speculative interpretation of imperfectly recalled dreams, of all things, psychoanalytic theory was impervious to real scientific inquiry. In presuming to explain everything, Popper pronounced, psychoanalysis explained nothing at all.</p>
<p>So who today would dare attempt a rehabilitation of Freud? And why? To take the second question first, here’s one reason: What has followed Freudianism has not been, by many reckonings, any better. In the 1970s, the mental-health profession fled from such squishy psychological concepts as transference and countertransference, the death drive, and seduction theory—as well as more outlandish ones like penis envy, castration anxiety, and the Oedipal complex—and leaned instead into “biological psychiatry,” which had emerged from the drug discoveries of the 1950s and ’60s.</p>
<p>Physiological notions took hold, such as the “catecholamine hypothesis of affective disorders,” which attributed anxiety and depression to deficits of the neurotransmitters norepinephrine and dopamine. Three decades later, in the 1990s, the “chemical-imbalance theory of depression” arrived, tying depression and other mood disorders to dysregulation of another neurotransmitter, serotonin. Psychoanalysts’ highly subjective assessments gave way to the ostensibly more objective measurements provided by neuroscientific instruments that can capture brain activity, such as EEGs, PET scans, and fMRIs. Doctors turned to genetic testing to help identify various temperament types and emotional predispositions, and relied on standardized questionnaires assessed for their validity in diagnosing mental illness.</p>
<p>In repudiating Freudianism and touting the field’s proper medical grounding, science-based psychiatry confidently predicted that measurable success was soon to come. That’s not what happened. Biological psychiatry “overreached, overpromised, overdiagnosed, overmedicated,” as the Harvard medical historian Anne Harrington put it in 2019. Which raises the question of whether psychiatry has simply exchanged one form of witchcraft for another&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/what-if-freud-was-right/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56778 -->

				
					
	<article id="post-56776" class="post-56776 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/people-who-read-before-bed-every-night-have-a-fundamentally-different-brain-than-people-who-watch-tv/" rel="bookmark">People who read before bed every night have a fundamentally different brain than people who watch&nbsp;TV</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/people-who-read-before-bed-every-night-have-a-fundamentally-different-brain-than-people-who-watch-tv/" title="2.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:34:25-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/people-who-read-before-bed-every-night-have-a-fundamentally-different-brain-than-people-who-watch-tv/#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://scienceblog.com/wp-content/uploads/2026/08/reading-bed.png" width="600" /></p>
<p>Brendan Brown via <b><a href="https://scienceblog.com/b-psychology-says-people-who-read-before-bed-every-night-have-a-fundamentally-different-brain-than-people-who-watch-tv/?utm_source=flipboard&amp;utm_content=other">ScienceBlog.com</a></b>:</p>
<blockquote><p>
&#8216;The nightly choice between a book and a screen isn&#8217;t a minor preference—it&#8217;s a decade-long experiment that rewires your brain in measurably different ways&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/people-who-read-before-bed-every-night-have-a-fundamentally-different-brain-than-people-who-watch-tv/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56776 -->

				
					
	<article id="post-56774" class="post-56774 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/mapped-which-countries-have-the-most-academic-freedom/" rel="bookmark">Mapped: Which Countries Have the Most Academic&nbsp;Freedom?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/mapped-which-countries-have-the-most-academic-freedom/" title="2.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:24:09-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/mapped-which-countries-have-the-most-academic-freedom/#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.visualcapitalist.com/wp-content/uploads/2026/07/Academic-Freedom-by-Country_shareable_Jul28.webp" width="600" /></p>
<p>Dorothy Neufeld via <b><a href="https://www.visualcapitalist.com/mapped-which-countries-have-the-most-academic-freedom/?utm_source=flipboard&amp;utm_content=user%2Fvisualcap">Visual Capitalist</a></b>:</p>
<blockquote><p>
&#8216;Czechia ranks first globally for academic freedom, while Myanmar and Nicaragua rank last.</p>
<p>The U.S. scores 0.40, placing it at a level similar to Bhutan and Thailand.</p>
<p>India has recorded one of the world’s sharpest declines in academic freedom since 2010&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/mapped-which-countries-have-the-most-academic-freedom/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56774 -->

				
					
	<article id="post-56772" class="post-56772 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/fruit-is-getting-sweeter-but-at-what-cost/" rel="bookmark">Fruit is getting sweeter, but at what&nbsp;cost?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/fruit-is-getting-sweeter-but-at-what-cost/" title="2.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:23:22-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/fruit-is-getting-sweeter-but-at-what-cost/#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://media.wbur.org/wp/2026/08/AP17123774974959-2048x1366.jpg" width="600" /></p>
<p>Here &amp; Now Newsroom via <b><a href="https://www.wbur.org/hereandnow/2026/08/03/sweet-fruit">WBUR</a></b>:</p>
<blockquote><p>
&#8216;Scott Tong speaks with baker and writer Kate Lebo about embracing bitterness, complex flavors, and why baking with ultra-sweet fruit doesn&#8217;t make for better pies&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/fruit-is-getting-sweeter-but-at-what-cost/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56772 -->

				
					
	<article id="post-56770" class="post-56770 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/reading-the-maya-with-william-s-burroughs-jstor-daily/" rel="bookmark">Reading the Maya with William S. Burroughs &#8211; JSTOR&nbsp;Daily</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/reading-the-maya-with-william-s-burroughs-jstor-daily/" title="2.09 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:09:10-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/reading-the-maya-with-william-s-burroughs-jstor-daily/#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://daily.jstor.org/wp-content/uploads/2026/07/reading_the_maya_with_william_s_burroughs_1050x700.jpg" width="600" /></p>
<p>Livia Gershon via <b><a href="https://daily.jstor.org/reading-the-maya-with-william-s-burroughs/">JSTOR Daily</a></b>:</p>
<blockquote><p>
&#8216;The writers of the <a href="https://lite.duckduckgo.com/lite?q=\Beat generation">Beat generation</a> adopted ideas and images from cultural traditions ranging from Buddhism to jazz. <a href="https://lite.duckduckgo.com/lite?q=\William S. Burroughs">William S. Burroughs</a> repeatedly turned to another source: the <a href="https://lite.duckduckgo.com/lite?q=\ancient Maya">ancient Maya</a>. As independent scholar Paul H. Wild writes, Burroughs drastically reshaped Maya culture for his own purposes, but his stories were grounded in ideas about the civilization that were common in academic circles at the time&#8230;</p>
<p>Wild writes that, somewhat paradoxically, given his profession, Burroughs railed against the “Word Virus” as a tool of control. And so he was fascinated by the hieroglyphic nature of Maya writing, which he claimed could convey ideas more directly, avoiding the need for words. This followed a common scholarly notion that Maya hieroglyphics were not tied to spoken language.</p>
<p>Many of the ideas about Maya life that Burroughs had access to in the 1950s were turned on their head in the next decade, when epigraphers realized that Maya writing was, in fact, partly phonological, and could be directly translated into speech&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/reading-the-maya-with-william-s-burroughs-jstor-daily/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56770 -->

				
					
	<article id="post-56768" class="post-56768 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/04/earth-has-a-billion-years-left-this-plan-could-stretch-it-to-9-quadrillion/" rel="bookmark">Earth Has a Billion Years Left. This Plan Could Stretch It to 9&nbsp;Quadrillion</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/04/earth-has-a-billion-years-left-this-plan-could-stretch-it-to-9-quadrillion/" title="2.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-04T14:05:26-05:00">4 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/04/earth-has-a-billion-years-left-this-plan-could-stretch-it-to-9-quadrillion/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://gizmodo.com/app/uploads/2026/08/red-giant-sun.jpg" width="600" /></p>
<p>Ellyn Lapointe via <b><a href="https://gizmodo.com/earth-has-a-billion-years-left-this-plan-could-stretch-it-to-9-quadrillion-2000794338">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;A set of engineered safeguards could protect Earth&#8217;s habitability for 9.1 quadrillion years, according to new research. The star that gave our planet life will one day take it away. Scientists have long agreed that the expansion and eventual death of the Sun will destroy Earth’s habitability, but one researcher believes he’s figured out a way for humanity to avoid this fate.</p>
<p>In a study set to appear in the <a href="https://lite.duckduckgo.com/lite?q=\Journal of the British Interplanetary Society">Journal of the British Interplanetary Society</a>, independent researcher <a href="https://lite.duckduckgo.com/lite?q=\Gabriel Harry">Gabriel Harry</a> outlines a plan that he claims could help us outlive the Sun. In fact, he presents megaengineering concepts designed to safeguard against a whole suite of long-term threats to Earth’s habitability: solar luminosity, solar engulfment, the end of tectonics, water loss, changes in the planet’s tilt and spin, object collision, and dangers from beyond our solar system. The findings are currently available on the preprint server <a href="https://lite.duckduckgo.com/lite?q=\arXiv">arXiv</a>&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/04/earth-has-a-billion-years-left-this-plan-could-stretch-it-to-9-quadrillion/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56768 -->

				
					
	<article id="post-56766" class="post-56766 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/03/the-gentrification-of-level-1-autism/" rel="bookmark">The Gentrification of Level 1&nbsp;Autism</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/03/the-gentrification-of-level-1-autism/" title="8.51 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-03T20:51:38-05:00">3 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/03/the-gentrification-of-level-1-autism/#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_!t7KA!,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%2F5c4fc14b-3b5a-4abe-8ac9-0d046d0ff235_482x492.png" width="600" /></p>
<p>Christianity On The Spectrum via <b><a href="https://dispatchesfromtheautismwars.substack.com/p/the-gentrification-of-level-1-autism?utm_source=substack&amp;utm_medium=email">Dispatches from the Autism Wars</a></b>:</p>
<blockquote><p>
&#8216;the shifting definitions of autism have particularly affected those with profound autism and their caretakers. His substack writing (and I assume his upcoming book, All in Your Head, which I have pre-ordered) often discusses how the autism label used to be applied mostly to those who were very significantly affected by autism before they were supplanted by more palatable high functioning autistics. He claims that these people with ASD 1 (or maybe not even that) were attempting to rebrand autism as a fun, quirky asset whose only downside is the negative stereotypes imposed on them by an ableist world. It is plainly true that people like me have supplanted, and spoken over those who are more profoundly affected&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/03/the-gentrification-of-level-1-autism/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56766 -->

				
					
	<article id="post-56763" class="post-56763 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/03/trumps-latest-iran-deal/" rel="bookmark">Clown King’s Latest Iran&nbsp;‘DEAL’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/03/trumps-latest-iran-deal/" title="5.26 am" rel="bookmark"><time class="entry-date" datetime="2026-08-03T05:26:45-05:00">3 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/03/trumps-latest-iran-deal/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img src="https://gdb.voanews.com/78955fe4-65ad-4f88-b637-c0ae01fa8900_w1023_r1_s.jpg" /><br />
</figure>
<p>The Editorial Board via <b><a href="https://www.wsj.com/opinion/trumps-latest-iran-deal-7c90e6cc">The Wall Street Journal</a></b>:</p>
<blockquote><p>
&#8216;A friend quipped the other day that President Trump truly deserves the Nobel Peace Prize because he has already ended the Iran war eight times. Will the ninth time be the charm after his latest decision to call off a military escalation in search of a deal with the revolutionary regime?</p>
<p>“We have just been asked by Iran, and other Middle Eastern Countries, to hold off any attack in that the perimeters of a deal has been agreed to,” Mr. Trump posted at 10:05 p.m. on Saturday. He added that this includes “Immediate, Complete, and Total” opening of the Strait of Hormuz and an end to Iran’s nuclear program&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/03/trumps-latest-iran-deal/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56763 -->

				
					
	<article id="post-56761" class="post-56761 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/02/81-years-after-hiroshima-the-case-for-hope-in-a-nine-player-nuclear-world/" rel="bookmark">81 Years After Hiroshima: The Case for Hope in a Nine-Player Nuclear&nbsp;World</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/02/81-years-after-hiroshima-the-case-for-hope-in-a-nine-player-nuclear-world/" title="9.12 am" rel="bookmark"><time class="entry-date" datetime="2026-08-02T09:12:46-05:00">2 Aug 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/08/02/81-years-after-hiroshima-the-case-for-hope-in-a-nine-player-nuclear-world/#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_!B-sl!,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%2F080789e8-eb33-4a60-9d2c-60a70c4c24f0_1776x1194.png" width="600" /></p>
<p>Henry Abraham via <b><a href="https://henryabrahammd.substack.com/p/81-years-after-hiroshima-the-case?utm_source=substack&amp;publication_id=2459231&amp;post_id=209400128&amp;utm_medium=email&amp;utm_content=share&amp;utm_campaign=email-share&amp;triggerShare=true&amp;isFreemail=false&amp;r=1g6ac&amp;triedRedirect=true">Henry David Abraham’s Stuff for Public Consumption</a></b>:</p>
<blockquote><p>
&#8216;This week marks the 81st anniversary of the bombing of Hiroshima and Nagasaki. On August 6, 1945 an American bomber dropped the first nuclear weapon on human beings. Within minutes the two cities were engulfed in heat fifty times greater than the surface of the sun. 140,000 people died instantly from burns in the firestorm that followed, injuries from blasts, or weeks later from a new kind of killing, radiation sickness. The nuclear fission created a virtual museum of 300 radioactive isotopes previously only seen before on Earth in trace amounts. Some isotopes lasted seconds. Others will last for millions of years&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/02/81-years-after-hiroshima-the-case-for-hope-in-a-nine-player-nuclear-world/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56761 -->

				
					
	<article id="post-56759" class="post-56759 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/31/when-stupid-was-a-diagnosis/" rel="bookmark">When Stupid Was a&nbsp;Diagnosis</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/31/when-stupid-was-a-diagnosis/" title="8.31 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-31T20:31:21-05:00">31 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/31/when-stupid-was-a-diagnosis/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://lede-admin.nautil.us/wp-content/uploads/sites/70/2026/07/Fleerackers_HERO.png" width="600" /></p>
<p>Alice Fleerackers via <b><a href="https://nautil.us/when-stupid-was-a-diagnosis-1282984">Nautilus</a></b>:</p>
<blockquote><p>
&#8216;A dark history that is in danger of returning as support for people with disabilities withers&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/31/when-stupid-was-a-diagnosis/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56759 -->

				
					
	<article id="post-56757" class="post-56757 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/31/trump-befouls-a-funeral/" rel="bookmark">Trump befouls a&nbsp;funeral</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/31/trump-befouls-a-funeral/" title="8.04 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-31T20:04:50-05:00">31 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/31/trump-befouls-a-funeral/#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_!yxhl!,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%2Fa6e6aa7d-c809-4a3d-8b96-524d74cc8d77_1200x800.jpeg" width="600" /></p>
<p>These are not my most decorous posts but, I&#8217;m sorry, they need to be brought to everyone&#8217;s attention. Jason Weisberger via <b><a href="https://premium.boingboing.net/p/grandpa-pudding-brains-befouls-a">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The Orange Menace attended Lindsey Graham’s funeral at Washington National Cathedral on Tuesday, where he also delivered a eulogy and rapped on the casket to say hello. A brief clip circulating afterward shows Trump adjusting himself while the men seated beside him suddenly squint, blink, and look distinctly unhappy&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/31/trump-befouls-a-funeral/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56757 -->

				
					
	<article id="post-56755" class="post-56755 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/31/iran-linked-video-details-ways-to-assassinate-melania-barron/" rel="bookmark">Iran-Linked Video Details Ways to Assassinate Melania,&nbsp;Barron</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/31/iran-linked-video-details-ways-to-assassinate-melania-barron/" title="4.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-31T16:38:31-05:00">31 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/31/iran-linked-video-details-ways-to-assassinate-melania-barron/#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.usmagazine.com/wp-content/uploads/2026/07/GettyImages-2194384090.jpg?crop=0px%2C74px%2C2000px%2C1051px&amp;resize=1200%2C630&amp;quality=86&amp;strip=all" width="600" /></p>
<p>Kaitlin Simpson via <b><a href="https://www.usmagazine.com/celebrity-news/news/iran-linked-video-details-ways-to-assassinate-melania-barron/?utm_source=flipboard&amp;utm_content=topic%2Fhomelandsecurity">Us Weekly</a></b>:</p>
<blockquote><p>
&#8216;A video linked to the government of Iran is under investigation after appearing to issue a threat — and detail ways — to assassinate First Lady Melania Trump and her and President Donald Trump’s son, Barron.</p>
<p>On Monday, July 27, a video titled “Where to Kill Melania” was shared by Tasnim News Agency, an entity allegedly linked to Iran’s Islamic Revolutionary Guard Corps, per The Independent. ​&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/31/iran-linked-video-details-ways-to-assassinate-melania-barron/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56755 -->

				
					
	<article id="post-56753" class="post-56753 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/31/why-trump-is-afraid-of-international-law/" rel="bookmark">Why Trump Is Afraid of International&nbsp;Law</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/31/why-trump-is-afraid-of-international-law/" title="4.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-31T16:32:34-05:00">31 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/31/why-trump-is-afraid-of-international-law/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://www.politico.com/dims4/default/resize/1200/quality/90/format/jpg?url=https%3A%2F%2Fstatic.politico.com%2Fbf%2F13%2F195dcf4b42ea9e38ea40c837cf2f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2268302103" width="600" /></p>
<p>Nahal Toosi via <b><a href="https://www.politico.com/news/magazine/2026/07/30/trump-international-criminal-court-01015495?utm_source=flipboard&amp;utm_content=politico/magazine/Politics">POLITICO</a></b>:</p>
<blockquote><p>
&#8216;President Donald Trump and his aides rarely go easy on their perceived enemies. But their attacks on the International Criminal Court — describing it as, among other things, filled with “lunatics” and pledging to destroy it — are hyperbolic enough that you have to wonder:</p>
<p>Are they afraid the court will prosecute them?&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/31/why-trump-is-afraid-of-international-law/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56753 -->

				
					
	<article id="post-56751" class="post-56751 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/28/look-up-your-local-law-enforcement-agency-on-the-effs-atlas-of-surveillance/" rel="bookmark">Look up your local law enforcement agency on the EFF’s Atlas of&nbsp;Surveillance</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/28/look-up-your-local-law-enforcement-agency-on-the-effs-atlas-of-surveillance/" title="4.54 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-28T16:54:06-05:00">28 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/28/look-up-your-local-law-enforcement-agency-on-the-effs-atlas-of-surveillance/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://substackcdn.com/image/fetch/$s_!U8QV!,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%2F1853e3cf-b780-403d-a2cc-a94a43ed3af5_768x512.jpeg" width="600" /></p>
<p>Rob Beschizza via <b><a href="https://premium.boingboing.net/p/look-up-your-local-cops-on-the-effs">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The Atlas of Surveillance is a database of surveillance technologies deployed by law enforcement in communities across the United States. This includes drones, body-worn cameras, automated license plate readers, facial recognition, and more. This research was compiled by more than 1,000 students and volunteers, and incorporates datasets from a variety of public and non-profit sources. </p>
<p>The Atlas is a project of the Electronic Frontier Foundation, who could use more volunteers to help complete and maintain it&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/28/look-up-your-local-law-enforcement-agency-on-the-effs-atlas-of-surveillance/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56751 -->

				
					
	<article id="post-56749" class="post-56749 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/28/trumps-fish-and-wildlife-service-just-made-it-much-easier-to-harm-endangered-species/" rel="bookmark">Trump’s Fish and Wildlife Service just made it much easier to harm endangered&nbsp;species</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/28/trumps-fish-and-wildlife-service-just-made-it-much-easier-to-harm-endangered-species/" title="4.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-28T16:47:55-05:00">28 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/28/trumps-fish-and-wildlife-service-just-made-it-much-easier-to-harm-endangered-species/#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/07/GettyImages-2204575882.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<p>Benji Jones via <b><a href="https://www.vox.com/climate/496053/trump-endangered-species-act-harm-rule">Vox</a></b>:</p>
<blockquote><p>
&#8216;In a rule published earlier this month, the administration determined that, in many cases, destroying the habitat of federally threatened and endangered species is no longer explicitly illegal, even if doing so could ultimately drive them extinct. The rule upends half a century of regulatory precedent that survived many Republican administrations. Environmental advocates also say it runs counter to the very intent of the Endangered Species Act, which Congress passed in 1973 with near-unanimous bipartisan support (and which Richard Nixon signed into law)&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/28/trumps-fish-and-wildlife-service-just-made-it-much-easier-to-harm-endangered-species/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56749 -->

				
					
	<article id="post-56747" class="post-56747 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/28/book-review-american-trickster-by-ru-marshall/" rel="bookmark">Book Review: ‘American Trickster,’ by Ru&nbsp;Marshall</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/28/book-review-american-trickster-by-ru-marshall/" title="4.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-28T16:46:38-05:00">28 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/28/book-review-american-trickster-by-ru-marshall/#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/07/05/multimedia/23TBRMarshall-Review-gpjw/23TBRMarshall-Review-gpjw-facebookJumbo.jpg" width="600" /></p>
<p>Kurt Andersen via <b><a href="https://www.nytimes.com/2026/07/04/books/review/american-trickster-ru-marshall.html?unlocked_article_code=1.wlA.oStK.TVY_UawDmoYH">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;Does anyone under 50 know who Carlos Castaneda was? Around 1970, this anthropologist’s books of psychedelic adventures in Mexico with an Indigenous sorcerer named Don Juan turned him into one of the world’s most widely read writers. Today, he’s a little-remembered artifact. So why a serious biography by the writer and artist Ru Marshall?</p>
<p>Castaneda had a wide-ranging cultural influence. And he was a dark, fascinating character, a Peruvian transplant to California who rebranded himself in the 1980s as a wizard, distilling his respectable mass popularity into a small, lucrative cult. In Marshall’s hands, “American Trickster” is smart, thoughtful — and all too timely&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/28/book-review-american-trickster-by-ru-marshall/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56747 -->

				
					
	<article id="post-56745" class="post-56745 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/28/most-forest-fires-in-canada-are-simply-impossible-to-put-out/" rel="bookmark">Most Forest Fires in Canada Are Simply Impossible to Put&nbsp;Out</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/28/most-forest-fires-in-canada-are-simply-impossible-to-put-out/" title="4.44 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-28T16:44:55-05:00">28 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/28/most-forest-fires-in-canada-are-simply-impossible-to-put-out/#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/2025/07/22/multimedia/17nat-smoke-live-uncontrollable-fires/22cli-forest-fires-print-mjpg-facebookJumbo.jpg" width="600" /></p>
<p>Norimitsu Onishi via <b><a href="https://www.nytimes.com/2026/07/18/world/canada/wildfires-canada-fire-fighting.html?unlocked_article_code=1.zFA.JFEY.dQU6RJi50HDY">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;As smoke from forest fires in Canada have darkened skies south of the border, lawmakers in Michigan, Ohio and other U.S. states have accused the Canadian authorities of inaction and poor forest management. But most wildfires in Canada spread in such remote, vast areas that they cannot be fought effectively — and are often left to burn.</p>
<p>Half of Canada’s wildfires, like the ones now burning in northern Ontario, burn in such areas — either unpopulated or dotted with small Indigenous communities, said Michael Flannigan, an expert on fire management at Thompson Rivers University in British Columbia. They are most often accessible only by plane, with no roads for firefighters&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/28/most-forest-fires-in-canada-are-simply-impossible-to-put-out/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56745 -->

				
					
	<article id="post-56743" class="post-56743 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/27/trump-reacts-to-photo-of-him-winning-award-at-whcd/" rel="bookmark">Trump Reacts To Photo Of Him Winning Award At&nbsp;WHCD</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/27/trump-reacts-to-photo-of-him-winning-award-at-whcd/" title="6.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-27T18:43:07-05:00">27 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/27/trump-reacts-to-photo-of-him-winning-award-at-whcd/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://www.comicsands.com/media-library/u-s-president-donald-trump-stands-by-as-attendees-help-a-guest-after-he-collapsed-during-during-an-event-on-lowering-drug-price.jpg?id=67542044&amp;width=1400&amp;quality=55" width="599" border="0" /><br />
</figure>
<p>Alan Herrera via <b><a href="https://www.comicsands.com/trump-harnik-photo-whca-reaction?utm_source=flipboard&amp;utm_content=ComicSands%2Fmagazine%2FComic+Sands">Comic Sands</a></b>:</p>
<blockquote><p>
&#8216;Harnik&#8217;s picture captured the sort of reaction one would expect from a malignant narcissist upset that the attention is not on him at all times, so Trump&#8217;s reaction wasn&#8217;t a surprise&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/27/trump-reacts-to-photo-of-him-winning-award-at-whcd/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56743 -->

				
					
	<article id="post-56741" class="post-56741 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/trumps-insane-ai-image-posting-spree-alarms-onlookers-pure-delusion/" rel="bookmark">Trump&#8217;s &#8216;insane&#8217; AI image posting spree alarms onlookers: &#8216;Pure&nbsp;delusion&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/trumps-insane-ai-image-posting-spree-alarms-onlookers-pure-delusion/" title="10.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-26T22:15:29-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/trumps-insane-ai-image-posting-spree-alarms-onlookers-pure-delusion/#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.rawstory.com/media-library/u-s-president-donald-trump-unveils-his-ratepayer-protection-pledge-aimed-at-shielding-households-from-electricity-costs-tied-t.jpg?id=67531110&amp;width=1200&amp;height=600&amp;coordinates=0%2C166%2C0%2C167" width="600" /></p>
<p>Robert Davis via <b><a href="https://www.rawstory.com/trump-2677273337/?utm_source=flipboard&amp;utm_content=topic%2Ftechnology">Raw Story</a></b>:</p>
<blockquote><p>
&#8216;President Donald Trump alarmed onlookers on Sunday after he went on an hours-long AI picture posting spree on Truth Social.</p>
<p>In all, Trump posted more than 40 AI-generated photos over multiple hours on Truth Social. Some of the photos included Trump standing on top of an Iranian oil tanker declaring &#8220;It is our oil tanker now!&#8221; and three late-night comedians who recently drew the president&#8217;s ire panhandling on a sidewalk. There was also the all-too-expected jab at Rosie O&#8217;Donnell, who has been feuding with the president for nearly two decades.</p>
<p>The photos were posted on a day when reporters caught Trump out playing golf and inspecting the White House renovations&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/trumps-insane-ai-image-posting-spree-alarms-onlookers-pure-delusion/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56741 -->

				
					
	<article id="post-56739" class="post-56739 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/how-plants-feel/" rel="bookmark">How plants feel</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/how-plants-feel/" title="10.14 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-26T22:14:11-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/how-plants-feel/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://assets2.cbsnewsstatic.com/hub/i/r/2026/07/26/d9f26bac-6260-4a44-bfbb-9a6c4e86b3a5/thumbnail/1200x630/3384d95d68152a92c88f0d8f8054e7e5/sm-o-forair-krulwich-plants-072626-283-757398.png" width="600" /></p>
<p>Via <b><a href="https://www.cbsnews.com/video/how-plants-feel/?utm_source=flipboard&amp;utm_content=CBSNews/magazine/Latest+Headlines">CBS News</a></b>:</p>
<blockquote><p>
&#8216;Science shows us that, even though plants don&#8217;t have brains, they seem to have a nervous system that responds to touch in remarkable ways. Robert Krulwich and puppeteer Barnaby Dixon explore the science of thigmomorphogenesis (the phenomenon of plants reacting to outside stimulae), a discussion that plants the seeds for a song&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/how-plants-feel/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56739 -->

				
					
	<article id="post-56737" class="post-56737 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/the-us-is-charging-an-american-citizen-for-wiping-his-phone-at-the-border/" rel="bookmark">The US is charging an American citizen for wiping his phone at the&nbsp;border</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/the-us-is-charging-an-american-citizen-for-wiping-his-phone-at-the-border/" title="8.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-26T20:52:45-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/the-us-is-charging-an-american-citizen-for-wiping-his-phone-at-the-border/#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/02/STK478_breaking_into_phone_B.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<p>Terrence O&#8217;Brien via <b><a href="https://www.theverge.com/policy/971097/us-charging-american-citizen-wiping-phone-duress-password">The Verge</a></b>:</p>
<blockquote><p>
&#8216;Sam Tunick allegedly gave federal agents a fake ‘duress password’ at the airport&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/the-us-is-charging-an-american-citizen-for-wiping-his-phone-at-the-border/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56737 -->

				
					
	<article id="post-56735" class="post-56735 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/even-trump-cant-spin-this-one/" rel="bookmark">Even Trump Can’t Spin This&nbsp;One</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/even-trump-cant-spin-this-one/" title="8.02 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-26T20:02:55-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/even-trump-cant-spin-this-one/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://cdn.theatlantic.com/thumbor/FXX68FctcDFwRNFd6DkFDKDRfbk=/0x0:2880x1620/960x540/media/newsletters/2026/06/2026_06_22_The_Daily_The_Reflecting_Pools_Troubled_Waters/original.jpg" width="599" border="0"/></p>
</figure>
<p>Charlie Warzel via <a href="https://www.theatlantic.com/technology/2026/07/trump-iran-war-social-media/688065/?utm_campaign=galaxy-brain&amp;utm_content=20260726&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=Galaxy%20Brain"><strong>The Atlantic</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;If President Trump has one true skill, it is conjuring up alternate realities and getting his supporters to accept them. The examples are everywhere: dismissing stories he doesn’t like as “fake news” from corrupt media, casting the January 6 rioters as victims, election denial. After he baselessly insisted that there had been rampant mail-in voter fraud in the 2020 presidential election, 11 states made mail-voting access more restrictive. His repeated false claims in 2024 that Haitians in Springfield, Ohio, were eating pets led to real threats against the community. Trump builds a world, and by virtue of his power and influence, all of us end up living in it in some way or another.</p>
<p>That era may be coming to a close, in large part because of the way he and his administration have bungled the war in Iran. Trump seems unable to spin this conflict, divert sufficient attention away from it with a new controversy, or end it outright. His social-media posts, which once acted as a de facto assignment editor for the mainstream media, no longer command the same attention or respect. Now, interspersed with AI slop and inexplicable middle-of-the-night reposting binges, Trump’s Truth Social screeds sound more like the fevered ramblings of a radicalized Facebook uncle.</p>
<p>For the past five months, he’s been trying to convince the American public (or at least his Truth Social followers) that the war is over, or ending, or a rousing success. His administration is even retroactively changing on the Pentagon’s website the number of American service members who have died in the conflict. But no one seems to be falling for it. His posts don’t have the juice. His alternate universe is no match for the harsh reality of war.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/even-trump-cant-spin-this-one/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56735 -->

				
					
	<article id="post-56731" class="post-56731 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/a-stake-through-the-heart-of-the-endangered-species-act/" rel="bookmark">“A Stake Through the Heart of the Endangered Species&nbsp;Act”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/a-stake-through-the-heart-of-the-endangered-species-act/" title="2.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-26T14:30:57-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/a-stake-through-the-heart-of-the-endangered-species-act/#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.sierraclub.org/sites/default/files/styles/sierra_full_page_width/public/2026-07/sierra-esa-tn.jpg.webp?itok=X_DSMkrQ" width="600" /></p>
<p>Ashley Stimpson via <b><a href="https://www.sierraclub.org/sierra/stake-through-heart-endangered-species-act?utm_source=flipboard&amp;utm_content=topic/lifesciences">Sierra Magazine</a></b>:</p>
<blockquote><p>
&#8216;How the Trump administration’s regulatory rollbacks threaten thousands of plants and animals with extinction&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/a-stake-through-the-heart-of-the-endangered-species-act/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56731 -->

				
					
	<article id="post-56725" class="post-56725 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/the-rise-of-the-unquantified-self/" rel="bookmark">The rise of the unquantified&nbsp;self</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/the-rise-of-the-unquantified-self/" title="10.56 am" rel="bookmark"><time class="entry-date" datetime="2026-07-26T10:56:55-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/the-rise-of-the-unquantified-self/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto" title="ScreenFloat Shot of Safari on 2026-07-26 at 16-35-43.jpeg" src="https://followmehere.com/wp-content/uploads/2026/07/screenfloat-shot-of-safari-on-2026-07-26-at-16-35-43.jpeg" alt="ScreenFloat Shot of Safari on 2026-07-26 at 16-35-43." width="300" height="265" border="0"/></p>
</figure>
<p>Via <a href="https://www.dazeddigital.com/beauty/article/70638/1/unquantified-self-data-driven-optimisation-wellness"><strong>Dazed</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;The growing ‘unquantified self’ movement is rebelling against data-driven wellness and the pressure to track every aspect of our bodies and minds…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/the-rise-of-the-unquantified-self/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56725 -->

				
					
	<article id="post-56724" class="post-56724 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/are-therapists-to-blame-for-the-rise-of-adults-cutting-off-their-parents/" rel="bookmark">Are Therapists to Blame for the Rise of Adults Cutting Off Their&nbsp;Parents?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/are-therapists-to-blame-for-the-rise-of-adults-cutting-off-their-parents/" title="10.53 am" rel="bookmark"><time class="entry-date" datetime="2026-07-26T10:53:49-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/are-therapists-to-blame-for-the-rise-of-adults-cutting-off-their-parents/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://images.wsj.net/im-42676807?width=780&amp;height=780" width="599" border="0"/></p>
</figure>
<p>Elizabeth Bernstein via <a href="https://www.wsj.com/lifestyle/relationships/are-therapists-to-blame-for-the-rise-of-adults-cutting-off-their-parents-d08f6d69?st=Pv1Sgf&amp;reflink=desktopwebshare_permalink"><strong>The Wall Street Journal</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Many moms and dads believe that their adult children are getting bad advice—and a growing number of researchers agree. ‘Everything becomes trauma.’…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/are-therapists-to-blame-for-the-rise-of-adults-cutting-off-their-parents/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56724 -->

				
					
	<article id="post-56723" class="post-56723 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/if-trump-were-running-his-own-operation-intent-on-destroying-the-republican-party-would-he-be-doing-anything-differently-right-now/" rel="bookmark">If Trump were running his own operation intent on destroying the Republican Party, would he be doing anything differently right&nbsp;now?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/if-trump-were-running-his-own-operation-intent-on-destroying-the-republican-party-would-he-be-doing-anything-differently-right-now/" title="9.41 am" rel="bookmark"><time class="entry-date" datetime="2026-07-26T09:41:21-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/if-trump-were-running-his-own-operation-intent-on-destroying-the-republican-party-would-he-be-doing-anything-differently-right-now/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://truthout.org/app/uploads/2021/10/2021_1014-donald-trump-1200x800.jpg" width="599" border="0"/></p>
</figure>
<p>Gabe Fleisher via <a href="https://www.wakeuptopolitics.com/p/trumps-two-wars-could-be-fatal-for"><strong>wakeuptopolitics.com</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Trump does not seem especially attached to the idea of Republicans remaining in control of Congress, especially since he believes (rightly or wrongly) that his best path to getting things done runs through the White House. Republicans are likely to lose the House in November no matter what, but their ability to stave off deep losses there (and to keep control of the Senate) could hinge on Trump keeping his two wars — trade and Iran — in a holding pattern. He seems to be leaning towards the exact opposite.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/if-trump-were-running-his-own-operation-intent-on-destroying-the-republican-party-would-he-be-doing-anything-differently-right-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56723 -->

				
					
	<article id="post-56721" class="post-56721 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/the-war-crimes-will-continue-until-morale-improves/" rel="bookmark">The war crimes will continue until morale&nbsp;improves</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/the-war-crimes-will-continue-until-morale-improves/" title="9.35 am" rel="bookmark"><time class="entry-date" datetime="2026-07-26T09:35:17-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/the-war-crimes-will-continue-until-morale-improves/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRwalUc1AsgD0GmSZ76f5p-Mhv01FOcopT9bvvE5VRmdMre0m3dTEqu-A4&amp;s=10" width="599" border="0"/></p>
</figure>
<p>Jane Arraf via <a href="https://www.npr.org/2026/07/22/nx-s1-5902843/us-iran-updates"><strong>NPR</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;President Trump on Wednesday repeated his threat for Iran to stop attacking vessels in the strait or else face U.S. strikes against Iranian civilian infrastructure. &#8220;From this point forward, any time the Islamic Republic of Iran shoots at a ship in the Strait of Hormuz, whether it be by Missile, Rocket, Drone, or any other device or weapon, the United States will bomb and destroy ONE BRIDGE OR POWER PLANT, including those located next to, or in, the Capital City of Tehran,&#8221; he wrote online.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/the-war-crimes-will-continue-until-morale-improves/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56721 -->

				
					
	<article id="post-56720" class="post-56720 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/26/humans-can-learn-to-echolocate-in-just-10-weeks-and-it-rewires-the-brain/" rel="bookmark">Humans Can Learn to Echolocate in Just 10 Weeks, And It Rewires The&nbsp;Brain</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/26/humans-can-learn-to-echolocate-in-just-10-weeks-and-it-rewires-the-brain/" title="8.57 am" rel="bookmark"><time class="entry-date" datetime="2026-07-26T08:57:05-05:00">26 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/26/humans-can-learn-to-echolocate-in-just-10-weeks-and-it-rewires-the-brain/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://www.sciencealert.com/images/2026/07/Echolocation-642x361.jpg" width="599" border="0"/></p>
</figure>
<p>David Nield via <a href="https://www.sciencealert.com/humans-can-echolocate-and-it-changes-the-wiring-of-the-brain?utm_source=orbitaloperations.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=ocean&amp;_bhlid=489de1da6b5dfd09319c056ae88a2ee002dfb3ff"><strong>ScienceAlert</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Echolocation is a fascinating way that animals like bats and whales find their way around the world. By emitting sounds and decoding the echoes that come back, these species are able to detect what&#8217;s around them in their local environment.</p>
<p>It&#8217;s something we know that humans can do too – and it takes less training than you might think. A study published in PLOS One in 2021 by researchers from Durham University in the UK showed that with 10 weeks of training, both blind and sighted people could learn to echolocate using verbal clicks.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/26/humans-can-learn-to-echolocate-in-just-10-weeks-and-it-rewires-the-brain/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56720 -->

				
					
	<article id="post-56714" class="post-56714 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/24/trump-prepares-to-attack-eighth-country-of-his-second-term/" rel="bookmark">Trump Prepares to Attack Eighth Country of His Second&nbsp;Term</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/24/trump-prepares-to-attack-eighth-country-of-his-second-term/" title="10.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-24T22:46:34-05:00">24 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/24/trump-prepares-to-attack-eighth-country-of-his-second-term/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT0G-trzThHpNFx9glwH26J0gcw0C5XQbRy_m_Q-VoqfPrMHvrKAcIAzvg&amp;s=10" width="599" border="0"/></p>
</figure>
<p>Ellie Quinlan Houghtaling via <a href="https://newrepublic.com/post/213374/donald-trump-prepares-attack-eighth-country-mali"><strong>The New Republic</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;The Trump administration is reportedly considering taking military action against an Al Qaeda-affiliated group in Mali known as JNIM, according to several current and former U.S. officials that spoke with The Washington Post Wednesday.</p>
<p>Doing so would add to the president’s warmongering tally, marking the eighth nation he has ordered strikes on since he began his second term as president…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/24/trump-prepares-to-attack-eighth-country-of-his-second-term/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56714 -->

				
					
	<article id="post-56713" class="post-56713 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/24/knives-are-out-for-vance-in-the-gop-his-allies-say-its-a-coordinated-op-3/" rel="bookmark">Knives are out for Vance in the GOP. His allies say it’s a coordinated&nbsp;‘op.’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/24/knives-are-out-for-vance-in-the-gop-his-allies-say-its-a-coordinated-op-3/" title="10.39 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-24T22:39:51-05:00">24 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/24/knives-are-out-for-vance-in-the-gop-his-allies-say-its-a-coordinated-op-3/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://www.inquirer.com/resizer/v2/TOGBOWKMGYQRH2LFX7JVOMPCMY.jpg?auth=d973c572dd43fc15268c9c2eb81e55fec438b2054214727d5662af6e1acf4e83&amp;width=760&amp;height=507&amp;smart=true" width="599" border="0"/></p>
</figure>
<p>Natalie Allison via <strong><a href="https://www.washingtonpost.com/politics/2026/07/24/knives-are-out-vance-gop-his-allies-say-its-coordinated-op/?utm_campaign=wp_post_most&amp;utm_medium=email&amp;utm_source=newsletter">The Washington Post</a></strong>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;The vice president has faced a barrage of attacks recently that are unusual for their intensity and how early in the political calendar they are taking place.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/24/knives-are-out-for-vance-in-the-gop-his-allies-say-its-a-coordinated-op-3/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56713 -->

				
					
	<article id="post-56709" class="post-56709 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/23/scientists-may-have-found-the-ultimate-limit-of-the-human-lifespan/" rel="bookmark">Scientists May Have Found the Ultimate Limit of the Human&nbsp;Lifespan</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/23/scientists-may-have-found-the-ultimate-limit-of-the-human-lifespan/" title="4.44 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-23T16:44:07-05:00">23 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/23/scientists-may-have-found-the-ultimate-limit-of-the-human-lifespan/#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.vice.com/wp-content/uploads/sites/2/2026/07/Scientists-May-Have-Found-the-Ultimate-Limit-of-the-Human-Lifespan.jpg?w=2000" width="600" /></p>
<p>Via <b><a href="https://www.vice.com/en/article/scientists-may-have-found-the-ultimate-limit-of-the-human-lifespan/">VICE</a></b>:</p>
<blockquote><p>
&#8216;Longevity maxxing is having a moment. Biological age tests, NAD+ supplements, Bryan Johnson’s entire existence—the premise is that aging is a problem with a solution. A new study suggests the solution has a ceiling nobody’s talking about.</p>
<p>Researchers at the Skolkovo Institute of Science and Technology ran a thought experiment with a deceptively direct premise: if every reversible aspect of aging could somehow be eliminated—every disease, every hormonal decline, every cellular dysfunction science might one day fix—what would actually kill us? Their answer, published in npj Aging, is random DNA mutations. The kind that accumulate in cells throughout a lifetime, mostly harmless, occasionally not, and ultimately unavoidable.</p>
<p>The team built a mathematical model to calculate how much damage these so-called somatic mutations would do to a population that had otherwise beaten aging. Their analysis found that even with all other reversible aging hallmarks removed, somatic mutations alone limit median human lifespan to somewhere between 146 and 194 years—about double current longevity. A theoretical ceiling, not a prediction&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/23/scientists-may-have-found-the-ultimate-limit-of-the-human-lifespan/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56709 -->

				
					
	<article id="post-56708" class="post-56708 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/23/maybe-it-will-happen-today/" rel="bookmark">Maybe It Will Happen&nbsp;Today</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/23/maybe-it-will-happen-today/" title="1.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-23T13:30:38-05:00">23 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/23/maybe-it-will-happen-today/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:txddszqio2wctnyyxbbbaflj/bafkreickn3j7fmun7ug3vkd56u7yhbuw6dbmjtqg3aw66jlbxpemhlsn7q" width="599" border="0"/></p>
</figure>
<p>Helena Fitzgerald via <a href="https://www.oaklandreviewofbooks.org/maybe-it-will-happen-today/"><strong>Oakland Review of Books</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;A phrase has become popular, recently, in certain corners of the internet, like a mantra or a code: Maybe it will happen today. The “it” usually refers to a particular possible-future event related to American politics, one that might be euphemistically described as the hope that the current administration will be ousted from power by the simple, inevitable force of time The phrase is used most frequently by, and is mostly contained to, a certain cringe-liberal demographic. On occasion, some likely inconsequential rumor or piece of news activates a certain part of the already-small group of people who pay attention to this sort of thing, and the phrase suddenly proliferates. If you were to log onto, say, Bluesky at the right time on the right day, when somebody’s picked up on some detail or morsel of gossip, you’d see posts iterating on the phrase, rearranging it grammatically, adding it to other quotations or references, posting that one song from Cabaret, and then making fun of how much people post about it, or telling people to stop posting about it.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/23/maybe-it-will-happen-today/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56708 -->

				
					
	<article id="post-56707" class="post-56707 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/23/silicon-valleys-looting-of-science-fiction/" rel="bookmark">Silicon Valley’s looting of science&nbsp;fiction</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/23/silicon-valleys-looting-of-science-fiction/" title="1.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-23T13:10:54-05:00">23 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/23/silicon-valleys-looting-of-science-fiction/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p></p>
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://storage.ghost.io/c/9c/33/9c3313b3-19b7-419f-83c1-c17878d2302d/content/images/size/w1200/2026/07/buckminster_fuller-institute-w.jpg" width="599" border="0"/></p>
</figure>
<p>Ali Rıza Taşkale via <a href="https://aeon.co/essays/silicon-valley-has-a-science-fiction-problem"><strong>aeon.co</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Tech titans claim the genre inspired them. But all they’ve done is graft their politics onto stories of a better future…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/23/silicon-valleys-looting-of-science-fiction/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56707 -->

				
					
	<article id="post-56705" class="post-56705 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/pitiful-and-laughable-attempt-to-hide-reflecting-pool-debacle/" rel="bookmark">Pitiful and Laughable Attempt to Hide Reflecting Pool&nbsp;Debacle</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/pitiful-and-laughable-attempt-to-hide-reflecting-pool-debacle/" title="8.32 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T20:32:47-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/pitiful-and-laughable-attempt-to-hide-reflecting-pool-debacle/#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.comicsands.com/media-library/donald-trump-the-recently-drained-lincoln-memorial-reflecting-pool.png?id=67517392&amp;width=1200&amp;height=600&amp;coordinates=0%2C6%2C0%2C6" width="600" /></p>
<p>Alan Herrera via <b><a href="https://www.comicsands.com/trump-reflecting-pool-tarp?utm_source=flipboard&amp;utm_content=ComicSands%2Fmagazine%2FComic+Sands">Comic Sands</a></b>:</p>
<blockquote><p>
&#8216;The Trump administration&#8217;s attempt to cover up the Lincoln Memorial Reflecting Pool as it undergoes repairs following alleged &#8220;vandalism&#8221; backfired when high winds revealed the sad sight of it, now drained and surrounded by a fence with a tarp on it.</p>
<p>The renovation of the Reflecting Pool has become a debacle, marked by recurring algae blooms, workers resorting to pouring hydrogen peroxide into the water to combat the problem, and a political blame game in which some Republicans have attempted to pin responsibility for the mess on Democrats&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/pitiful-and-laughable-attempt-to-hide-reflecting-pool-debacle/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56705 -->

				
					
	<article id="post-56703" class="post-56703 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/secret-service-says-threat-environment-is-highest-weve-ever-seen/" rel="bookmark">Secret Service says threat environment is highest &#8216;we&#8217;ve ever&nbsp;seen&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/secret-service-says-threat-environment-is-highest-weve-ever-seen/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T20:28:12-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/secret-service-says-threat-environment-is-highest-weve-ever-seen/#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/108338628-1784736884030-gettyimages-2271116902-fema_et_al_256_041626.jpeg?v=1784748144&amp;w=1920&amp;h=1080" width="600" /></p>
<p>Dan Mangan via <b><a href="https://www.cnbc.com/2026/07/22/secret-service-threat-trump-white-house-drones.html?utm_source=flipboard&amp;utm_content=CNBC%2Fmagazine%2FTop+News">CNBC</a></b>:</p>
<blockquote><p>
&#8216;A senior U.S. Secret Service official said the “threat environment” for the agency’s protectees, who include President Donald Trump, “is the highest we’ve ever seen.”</p>
<p>There have been about 10,000 cases involving threats to government officials, including Supreme Court justices, so far in 2026, the official said. That represents a 40% increase in such cases over the same period last year.</p>
<p>The briefing came ahead of Friday’s rescheduled annual dinner for the White House Correspondents’ Association at the Waldorf Astoria in Washington. Trump is set to attend.</p>
<p>The WHCA dinner in April was interrupted when a gunman stormed through a security checkpoint at the Washington Hilton. The man, Cole Tomas Allen, faces charges of trying to assassinate Trump&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/secret-service-says-threat-environment-is-highest-weve-ever-seen/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56703 -->

				
					
	<article id="post-56701" class="post-56701 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/why-lettuce-is-always-making-people-sick/" rel="bookmark">Why Lettuce Is Always Making People&nbsp;Sick</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/why-lettuce-is-always-making-people-sick/" title="7.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T19:55:51-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/why-lettuce-is-always-making-people-sick/#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/6a5fb97049c6e5150c344a38/191:100/w_1280,c_limit/Science_HowLettuceKeepsGettingUsSick_v1.jpg" width="600" /></p>
<p>Emily Mullin via <b><a href="https://www.wired.com/story/why-lettuce-always-making-people-sick/">WIRED</a></b>:</p>
<blockquote><p>
&#8216;The cyclospora diarrhea outbreak isn’t an isolated incident. It’s part of a pattern of leafy greens wreaking digestive havoc&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/why-lettuce-is-always-making-people-sick/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56701 -->

				
					
	<article id="post-56699" class="post-56699 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/what-happens-when-you-try-to-chop-a-photon-in-half/" rel="bookmark">What happens when you try to chop a photon in&nbsp;half?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/what-happens-when-you-try-to-chop-a-photon-in-half/" title="7.54 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T19:54:11-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/what-happens-when-you-try-to-chop-a-photon-in-half/#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/07/GettyImages-2263112099-1152x648-1784657388.jpg" width="600" /></p>
<p>Chris Lee via <b><a href="https://arstechnica.com/science/2026/07/what-happens-when-you-try-to-chop-a-photon-in-half/">Ars Technica</a></b>:</p>
<blockquote><p>
&#8216;A photon is a single particle of light, and under normal circumstances, it can’t be divided. But a photon is also not a particle, in the sense that it does not have a specific location. Instead, it is an extended object.</p>
<p>So if a photon is only partway through the process of reflecting from a perfect mirror and you yank the mirror away, what happens? The answer, from a trio of Norwegian physicists, turns out (arxiv.org link) to be more complex than I expected&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/what-happens-when-you-try-to-chop-a-photon-in-half/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56699 -->

				
					
	<article id="post-56697" class="post-56697 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/openai-says-its-ai-agent-broke-out-of-testing-sandbox-to-hack-hugging-face/" rel="bookmark">OpenAI says its AI agent broke out of testing sandbox to hack Hugging&nbsp;Face</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/openai-says-its-ai-agent-broke-out-of-testing-sandbox-to-hack-hugging-face/" title="7.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T19:53:19-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/openai-says-its-ai-agent-broke-out-of-testing-sandbox-to-hack-hugging-face/#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/07/GettyImages-2274109678-1152x648.jpg" width="600" /></p>
<p>Kyle Orland via <b><a href="https://arstechnica.com/ai/2026/07/how-an-openai-benchmark-test-turned-into-a-real-world-cyberattack/">Ars Technica</a></b>:</p>
<blockquote><p>
&#8216;OpenAI says an agent powered by its LLM models escaped its sandboxed testing environment to infiltrate Hugging Face’s servers as part of an overzealous attempt to obtain solutions to a benchmark test. The company says it considers the unintended infiltration an “an unprecedented cyber incident” and is working with Hugging Face on new protections to prevent a recurrence&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/openai-says-its-ai-agent-broke-out-of-testing-sandbox-to-hack-hugging-face/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56697 -->

				
					
	<article id="post-56695" class="post-56695 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/the-clown-king-tells-grieving-parents-they-can-ride-on-his-cool-plane/" rel="bookmark">The Clown King tells grieving parents they can ride on his cool&nbsp;plane</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/the-clown-king-tells-grieving-parents-they-can-ride-on-his-cool-plane/" title="6.50 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T18:50:38-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/the-clown-king-tells-grieving-parents-they-can-ride-on-his-cool-plane/#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_!UPGA!,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%2F7b6b55a3-e085-49f9-bc48-2e0afb71f549_768x512.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/grandpa-pudding-brains-tells-grieving">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The Orange Menace offered a fallen service member’s grieving family a ride on his special Air Force One, and proudly reported their response: “They said wow.” What Trump remembers about a family in mourning is that they like his plane.</p>
<p>There is no human tragedy so large that Trump cannot crawl inside it and find a flattering anecdote about himself. Their son was dead, but the presidential aircraft tests well&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/the-clown-king-tells-grieving-parents-they-can-ride-on-his-cool-plane/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56695 -->

				
					
	<article id="post-56693" class="post-56693 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/22/meet-jimothy-the-seattle-raccoon-who-is-taking-over-the-internet/" rel="bookmark">Meet Jimothy, the Seattle Raccoon Who Is Taking Over the&nbsp;Internet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/22/meet-jimothy-the-seattle-raccoon-who-is-taking-over-the-internet/" title="6.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-22T18:48:10-05:00">22 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/22/meet-jimothy-the-seattle-raccoon-who-is-taking-over-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://static01.nyt.com/images/2026/07/23/fashion/21JIMOTHY/21JIMOTHY-facebookJumbo.jpg" width="600" /></p>
<p>Madison Malone Kircher via <b><a href="https://www.nytimes.com/2026/07/21/style/jimothy-raccoon-seattle-videos.html">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;This is the darling… Kiana Hall’s video of the unusually round raccoon has gone viral, making the animal a celebrity in Seattle and beyond….&#8217; 
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/22/meet-jimothy-the-seattle-raccoon-who-is-taking-over-the-internet/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56693 -->

				
					
	<article id="post-56692" class="post-56692 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/how-leds-are-making-light-pollution-worse/" rel="bookmark">How LEDs Are Making Light Pollution&nbsp;Worse</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/how-leds-are-making-light-pollution-worse/" title="10.08 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-21T22:08:50-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/how-leds-are-making-light-pollution-worse/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://spectrum.ieee.org/media-library/image.jpg?id=67480571&amp;width=1200&amp;height=600&amp;coordinates=0%2C125%2C0%2C125" width="600" />
</div>

<p class="wp-block-paragraph">Paul Bogard via <strong><a href="https://spectrum.ieee.org/led-light-pollution">IEEE Spectrum</a></strong>:</p>




<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Bad decisions have turned efficient technology into a driver of light pollution. There is a better way…&#8217; </p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/21/how-leds-are-making-light-pollution-worse/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56692 -->

				
					
	<article id="post-56690" class="post-56690 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/pete-hegseths-reckless-message-to-helicopter-pilots/" rel="bookmark">Pete Hegseth’s Reckless Message to&nbsp;Pilots</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/pete-hegseths-reckless-message-to-helicopter-pilots/" title="8.42 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-21T20:42:50-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/pete-hegseths-reckless-message-to-helicopter-pilots/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<figure style="text-align: center">
<p class="wp-block-paragraph"><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQmdehzBqPb-kcroOKV2RtNE3sLw4L9uVmony7M1Bqs71e6VQRtPo-4zRNd&amp;s=10" width="599" border="0"/></p>
</figure>
<p>Brynn Tannehill via <strong><a href="https://www.theatlantic.com/international/2026/07/hegseth-reckless-military-helicopter/688008/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260721&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily">The Atlantic</a></strong>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Hegseth seems to believe that hotdogging and showboating improve morale. I can tell you from personal experience as a military aviator that nothing destroys morale as completely as having one’s commanding officer call a meeting to announce that Cutlass 470 was lost with all hands. At that funeral—for the crew of an aircraft that went down not because it was showing off for an audience but for unknown reasons during a routine maintenance flight—the coffins were empty because the bodies were unrecoverable at the time. Such tragedies devastate the units they leave behind, and the antics that Hegseth now promotes make them likelier.…&#8217;</p>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/21/pete-hegseths-reckless-message-to-helicopter-pilots/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56690 -->

				
					
	<article id="post-56688" class="post-56688 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/monument-to-the-hippies-in-ibiza/" rel="bookmark">Monument to the Hippies in&nbsp;Ibiza</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/monument-to-the-hippies-in-ibiza/" title="6.13 am" rel="bookmark"><time class="entry-date" datetime="2026-07-21T06:13:55-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/monument-to-the-hippies-in-ibiza/#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.atlasobscura.com/87agIcz7rL8DSCGmF0y6Zj5scQQYa_tEVqIOXwVXNFQ/rt:fit/w:600/q:81/sm:1/scp:1/ar:1/aHR0cHM6Ly9hdGxh/cy1kZXYuczMuYW1h/em9uYXdzLmNvbS91/cGxvYWRzL3BsYWNl/X2ltYWdlcy9iNzU5/NDQwNi01MTQwLTRm/Y2EtODVlOC04YzUw/NWMzYzdiY2JjMmQ4/MjYyY2RhZTcwYmY4/NWVfSU1HXzIwMjMw/MjI3XzEyMzU0MF9l/ZGl0XzgwMjgxNzU5/ODkyNDM2LmpwZw.jpg" width="600" /></p>
<p>Via <b><a href="https://www.atlasobscura.com/places/ibizas-hippies-memorial">Atlas Obscura</a></b>:</p>
<blockquote><p>
&#8216;This sculpture by Ció Abellí shows a father, with long hair and a typical hippie appearance. He walks with his little daughter who looks the same way. At their feet is a world map with the places in the world where the hippie communities were concentrated: San Francisco, Amsterdam, Kathmandu, Goa, and Ibiza. The monument pays tribute to the hippie movement that has played an important role in the development of Ibiza&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/21/monument-to-the-hippies-in-ibiza/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56688 -->

				
					
	<article id="post-56686" class="post-56686 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/if-youre-reading-this-youre-probably-an-ai-bot/" rel="bookmark">If You&#8217;re Reading This, You&#8217;re Probably an AI&nbsp;Bot</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/if-youre-reading-this-youre-probably-an-ai-bot/" title="6.12 am" rel="bookmark"><time class="entry-date" datetime="2026-07-21T06:12:19-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/if-youre-reading-this-youre-probably-an-ai-bot/#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/03/Crypto-Hack-1200x675.jpg" width="600" /></p>
<p>Mike Pearl via <b><a href="https://gizmodo.com/if-youre-reading-this-youre-probably-an-ai-bot-2000788073">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;&#8230;[W]hether users tend to stop at the AI Overview, or engage with it and end up in AI Mode, “more than 50% of traffic on the Internet is now non-human,” a Cloudflare report from earlier this month says. As less and less human traffic comes from Google Search, and more and more ads are being shown to bots, the danger is that the business model of a free and open web will become unsustainable.</p>
<p>After all, a study from earlier this year found that over 35% of new websites were AI generated. It turns out they’re also, apparently, more than 50% AI-consumed&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/21/if-youre-reading-this-youre-probably-an-ai-bot/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56686 -->

				
					
	<article id="post-56684" class="post-56684 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacking-and-paralysis-patch-it-now/" rel="bookmark">A Device Hidden in Cars Across the US Leaves Them Vulnerable to Hacking and Paralysis. Patch It&nbsp;Now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacking-and-paralysis-patch-it-now/" title="6.10 am" rel="bookmark"><time class="entry-date" datetime="2026-07-21T06:10:13-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacking-and-paralysis-patch-it-now/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media.wired.com/photos/6a5a9ab5d6f2e062653ee65f/191:100/w_1280,c_limit/Security_This%20Device%20Hidden%20in%201.4%20Million%20Cars%20Leaves%20Them%20Vulnerable%20to%20Hacking%20and%20Theft_v1.jpg" width="600" /></p>
<p>Andy Greenberg via <b><a href="https://www.wired.com/story/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacking-and-paralysis-patch-it-now/?_sp=4abd84af-2a8a-496b-8c18-99b0d460dece.1784632105633">WIRED</a></b>:</p>
<blockquote><p>
&#8216;Dealerships installed alarms in millions of vehicles—and left them in even if the buyer didn’t want them. Now researchers warn they can be hacked to unlock, track, and disable cars&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/21/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacking-and-paralysis-patch-it-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56684 -->

				
					
	<article id="post-56682" class="post-56682 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/21/even-the-confetti-is-about-him/" rel="bookmark">Even the Confetti Is About&nbsp;Him</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/21/even-the-confetti-is-about-him/" title="6.06 am" rel="bookmark"><time class="entry-date" datetime="2026-07-21T06:06:11-05:00">21 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/21/even-the-confetti-is-about-him/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://pbs.twimg.com/media/HNrCW8ZWoAA9nYt.jpg" width="600" /></p>
<p style="text-align: left">Via <b><a href="http://pbs.twimg.com">pbs.twimg.com</a><a href="https://pbs.twimg.com/media/HNrCW8ZWoAA9nYt.jpg">: </a></b>He wasn&#8217;t invited to play, just to be photographed (if at all).</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/07/21/even-the-confetti-is-about-him/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56682 -->

				
					
	<article id="post-56680" class="post-56680 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/" rel="bookmark">where to find me in the&nbsp;afterlife</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/" title="9.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:55:22-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://jtierney.net/assets/images/image-109.jpg" width="600" /></p>
<p>Jordan Tierney via <b><a href="https://jtierney.net/#jinmenju">jtierney.net</a></b>:</p>
<blockquote><p>
&#8216;Start anywhere. Follow a tour, choose a tool,</p>
<p>search the archive, or open any drawer&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/where-to-find-me-in-the-afterlife/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56680 -->

				
					
	<article id="post-56678" class="post-56678 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/" rel="bookmark">Trump Administration Routinely Violating Immigrant Children’s&nbsp;Rights</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/" title="9.50 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:50:12-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://prospect.org/wp-content/uploads/2026/07/Wimbish-Immigration-072026.jpg" width="600" /></p>
<p>Whitney Curry Wimbish via <b><a href="https://prospect.org/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/">The American Prospect</a></b>:</p>
<blockquote><p>
&#8216;The 1997 <a href="https://en.wikipedia.org/wiki/‘Flores’ ruling">‘Flores’ ruling</a> requires immigrant children be released from detention after 20 days. Trump is keeping some for as long as 323 days, new filings in a lawsuit state&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/trump-administration-routinely-violating-immigrant-childrens-rights/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56678 -->

				
					
	<article id="post-56676" class="post-56676 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/" rel="bookmark">Japan&#8217;s Design for&nbsp;Humans</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/" title="9.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-20T21:48:41-05:00">20 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/20/japans-design-for-humans/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://storage.ghost.io/c/82/77/8277cdb3-84f9-462b-a078-44f5161e7e30/content/images/size/w1200/2026/07/8cda317c-de0f-447f-b6af-75917fd8752a-1.jpeg" width="600" /></p>
<p>Anne Lutz Fernandez via <b><a href="https://nobody-wants-this.ghost.io/japans-design-for-humans/">Nobody Wants This</a></b>:</p>
<blockquote><p>
&#8216;With a small, like-minded group, I had the privilege of getting away, if briefly, from the United States, a nation at war with itself and the world. To shut out for a moment the cacophony of cruelty and chaos. To take a cleaning wand to the mind. Japan was the right place for it.</p>
<p>The human touch, more than the technology, made it so. In Tokyo Station, one of the busiest in the world, the legendary punctuality of Japanese trains meant we tourists, like the commuters, easily made our connections. Info booths were visible and well-staffed. Station shops bustled with salespeople stepping out to offer beautifully boxed treats. Our mid-priced hotel next door had a large staff. We weren&#8217;t pointed toward elevators or restaurants but walked there. Everyone seemed like they cared&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/20/japans-design-for-humans/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56676 -->

				
					
	<article id="post-56674" class="post-56674 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/" rel="bookmark">Red state GOP leader blisters Trump:&nbsp;report</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/" title="6.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:23:42-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/#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.alternet.org/media-library/image.jpg?id=67501886&amp;width=1200&amp;height=600&amp;coordinates=0%2C94%2C0%2C95" width="600" /></p>
<p>Adam Lynch via <b><a href="https://www.alternet.org/trump-lies-election-integrity-midterms/?utm_source=flipboard&amp;utm_content=topic%2Futah">Alternet.org</a></b>:</p>
<blockquote><p>
&#8216;KUTV reports Utah Lt. Governor Deidre Henderson has apparently had enough of President Donald Trump and his threats. On Friday, Henderson demanded the Trump administration &#8220;stop threatening states and filing frivolous lawsuits.&#8221;</p>
<p>The order comes one a day after Trump slammed the US election system as worse than that of “third-world” nations, and also heavily hacked by China, without evidence.</p>
<p>“It&#8217;s Republican vs. Republican in the election drama,” reports KUTV&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/red-state-gop-leader-blisters-trump-report/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56674 -->

				
					
	<article id="post-56672" class="post-56672 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/" rel="bookmark">Horrifying Discovery Made Outside Elon Musk’s AI Data&nbsp;Center</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/" title="6.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:15:49-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/#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.thedailybeast.com/resizer/v2/JOAUQ6VV7NG6FL4KUE47QGR3HQ.JPG?smart=true&amp;auth=8acc21b0f9f466a4237973776100e1216a5ff3a780b9dbc8ace45b6633fd6784&amp;width=1200&amp;height=630" width="600" /></p>
<p>Mary Papenfuss via <b><a href="https://www.thedailybeast.com/horrifying-discovery-made-outside-elon-musks-ai-data-center/">The Daily Beast</a></b>:</p>
<blockquote><p>
&#8216;The power plant built to fuel Elon Musk’s massive Grok data center is at the center of a federal lawsuit alleging it threatens nearby communities with toxic pollution. The suit, filed by the NAACP on behalf of residents, argues that the plant’s gas turbines could emit dangerous levels of smog, fine particulate matter, and formaldehyde—a known carcinogen—over Southaven, Mississippi. Last month, the Trump administration backed Musk by asking a federal judge in a DOJ motion to block ​the NAACP lawsuit, arguing it would threaten economic interests and national security because the military relies on AI. The plant, built by Musk’s xAI, has yet to obtain air permits for its 27 turbines, according to the NAACP suit&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/horrifying-discovery-made-outside-elon-musks-ai-data-center/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56672 -->

				
					
	<article id="post-56670" class="post-56670 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/" rel="bookmark">&#8216;Utterly lawless&#8217;: NYT report on new FBI directive stuns&nbsp;nation</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/" title="6.13 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T18:13:43-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/#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.rawstory.com/media-library/fbi-director-kash-patel-speaks-during-a-press-conference-related-to-arrests-of-nba-players-and-coaches-for-illegal-gambling-sch.jpg?id=62243170&amp;width=1200&amp;height=600&amp;coordinates=0%2C166%2C0%2C167" width="600" /></p>
<p>Kathleen Culliton via <b><a href="https://www.rawstory.com/fbi-ice-investigation/?utm_source=flipboard&amp;utm_content=topic%2Ffbi">Raw Story</a></b>:</p>
<blockquote><p>
&#8216;The New York Times stunned Americans Sunday when it revealed a new FBI directive regarding ICE agents — and people who accuse them of violence.</p>
<p>Federal agents across the nation received instructions last week not to investigate confrontations with immigration agents, sources told Times reporters Hamed Aleaziz and Devlin Barrett.</p>
<p>&#8220;F.B.I. managers around the country received a written notice informing them of the change on Thursday&#8230;The same day, some ICE agents around the country were notified by their F.B.I. counterparts,&#8221; Aleaziz and Barrett wrote&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/utterly-lawless-nyt-report-on-new-fbi-directive-stuns-nation/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56670 -->

				
					
	<article id="post-56668" class="post-56668 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/" rel="bookmark">We have more to fear from stupid people than evil&nbsp;ones</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/" title="2.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-19T14:23:38-05:00">19 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/#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_!nuDp!,w_1200,h_600,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-video.s3.amazonaws.com%2Fvideo_upload%2Fpost%2F207318120%2Ff14b219a-f031-4e2a-b890-1fd81b914294%2Ftranscoded-00200.png" width="600" /></p>
<p>Via <b><a href="https://bigthinkmedia.substack.com/p/we-have-more-to-fear-from-stupid">Big Think</a></b>:</p>
<blockquote><p>
&#8216;Evil is easy to identify and fight against; not so with stupidity. Philosopher Jonny Thomson walks through Dietrich Bonhoeffer&#8217;s 3 conditions for the kind of stupidity that destroys societies: outsourcing your thinking to an authority, willful ignorance, and conformity&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/19/we-have-more-to-fear-from-stupid-people-than-evil-ones/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56668 -->

				
					
	<article id="post-56666" class="post-56666 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/" rel="bookmark">The New ‘DJT’ Airport Code Is Sparking Traveler Boycotts—and Airlines Are Caught in the&nbsp;Middle</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/" title="8.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T20:05:53-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/#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-cdn.inc.com/image/upload/f_webp,q_auto,c_fit/vip/2026/07/new-djt-airport-name-inc.jpg" width="600" /></p>
<p>Moses Jeanfrancois via <b><a href="https://www.inc.com/moses-jeanfrancois/new-djt-airport-code-sparking-traveler-boycotts-airlines-caught-in-middle/91375963">Inc</a></b>:</p>
<blockquote><p>
&#8216;[A]n internal memo from United Airlines &#8230; told reservation agents, “If a customer does not want to fly to the airport, use your empowerment to offer acceptable alternatives such as Fort Lauderdale Airport (FLL) or Miami International Airport (MIA).”</p>
<p>In a statement to Inc., United confirmed that the report was not accurate. “United customers are able to make changes to a ticket without a fee for many reasons. However, our policy doesn’t allow for changes because of an airport’s name or three letter code,” a spokesperson said&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/the-new-djt-airport-code-is-sparking-traveler-boycotts-and-airlines-are-caught-in-the-middle/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56666 -->

				
					
	<article id="post-56664" class="post-56664 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/" rel="bookmark">1,578-Foot Wave: Alaska&#8217;s Mega-Tsunami&nbsp;Aftermath</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/" title="8.01 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T20:01:05-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/#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.surfer.com/.image/MjowMDAwMDAwMDAwMTU4MTE3/landslide-tsunami-alaska.png?profile=share16-9" width="600" /></p>
<p>Dashel Pierson via <b><a href="https://www.surfer.com/news/alaska-1578-foot-mega-tsunami-footage-video?utm_source=flipboard&amp;utm_content=topic%2Fclimatechange">Surfer</a></b>:</p>
<blockquote><p>
&#8216;It’s tough to comprehend a wave taller than the Empire State Building.</p>
<p>Yet that’s exactly what scientists believe thundered through Alaska’s Tracy Arm in August of 2025.</p>
<p>Newly released helicopter footage offers one of the clearest looks yet at the aftermath of the massive landslide-triggered mega-tsunami, revealing a landscape permanently reshaped by one of the largest waves ever documented&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/1578-foot-wave-alaskas-mega-tsunami-aftermath/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56664 -->

				
					
	<article id="post-56662" class="post-56662 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/" rel="bookmark">The Perseid meteor shower is here! How to see the best shooting stars this&nbsp;summer</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/" title="7.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T19:55:43-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/#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/eQH2PsaQkMrkhPRqrhcmtS-2560-80.jpg" width="600" /></p>
<p>Anthony Wood via <b><a href="https://www.space.com/stargazing/meteor-showers/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer?utm_source=flipboard&amp;utm_content=topic/science">Space</a></b>:</p>
<blockquote><p>
&#8216;The 2026 Perseid meteor shower is active from tonight and peaks alongside a dramatic total solar eclipse on Aug. 12-13&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/17/the-perseid-meteor-shower-is-here-how-to-see-the-best-shooting-stars-this-summer/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56662 -->

				
					
	<article id="post-56653" class="post-56653 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/" rel="bookmark">Drive Faster Than the Speed Limit? You&#8217;ll Want to Read&nbsp;This</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/" title="4.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T16:03:40-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><a href="https://gizmodo.com/drive-faster-than-the-speed-limit-youll-want-to-read-this-2000786993"><img class="alignnone size-full" src="https://followmehere.com/wp-content/uploads/2026/07/chicago-highway-1200x675-1.jpg" alt="" /></a></p>
<p><span style="color: #404040;font-style: normal">Via </span><a style="color: #00a0d2;font-style: normal" href="https://gizmodo.com/drive-faster-than-the-speed-limit-youll-want-to-read-this-2000786993">Gizmodo:</a></p>
<blockquote><p>
&#8216;If only there were a simple way for drivers of gas-powered cars to cut down their fuel costs while also reducing planet-warming carbon emissions.</p>
<p>A new study says there is. The findings, published Thursday in the journal Communications Sustainability, show that if U.S. drivers of gas-powered passenger vehicles actually drove the speed limit, it could save an average of 6.7 million gallons of gas, 57,000 tons of carbon dioxide (CO2) emissions, and $22 million per day, based on fuel costs during the study period. That’s equivalent to taking about 5.5 million cars off the road, according to the researchers.</p>
<p>While it may feel like speeding shaves a significant amount of time off your commute, the study suggests that driving at or below the speed limit lengthens commute times by just 54 seconds per day, or 6.3 minutes per week, based on the average daily driving distance of 28.6 miles (46.03 kilometers).&#8217;
</p></blockquote>
					</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/07/17/drive-faster-than-the-speed-limit-youll-want-to-read-this/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56653 -->

				
					
	<article id="post-56650" class="post-56650 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/" rel="bookmark">The Fermi Paradox, Percolation, and&nbsp;Inbreeding</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/" title="3.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-17T15:59:47-05:00">17 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<figure style="text-align: center">
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://p.kagi.com/proxy/images?c=_m3km2RjA3G0qleowsZXHZb9NEn0fSsEYIHbKzMDyAFb4nUPIanknmQV_g0rmdCIPZrzreLhSXFgXN2QaUe2l62SFDb3VfuGufCS8IGACKPdaEUqYew5eCwY-iMHg8GROWqKQ-k1xUjejc9vb5d3CqVXhm9q1wblOahnaPuf9ys%3D" width="599" border="0" /><br />
</figure>
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<p><img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" width="599" border="0" /><br />
</figure>
<p>Via <a href="https://reactormag.com/the-fermi-paradox-percolation-and-inbreeding/">Reactor:</a></p>
<p class="isSelectedEnd">The Fermi Paradox asks, “Where is everybody?” Even with modest propulsion, a technological civilization could spread across much of the galaxy in a geological instant, yet we see no evidence that this has occurred.</p>
<p class="isSelectedEnd">One proposed solution, Geoffrey Landis’s “percolation model,” emphasizes the geometry and probability of settlement spreading through a network of stars. Each colony has some probability of founding additional colonies, and spacecraft have a limited effective range. Below a critical propagation probability, colonized systems form finite clusters rather than a galaxy-spanning network. Expansion therefore leaves persistent voids, potentially including our region. Cultural divergence and declining expansionist motivation could further increase this unevenness.</p>
<p class="isSelectedEnd">This essay proposes a biological mechanism that might lower the probability of successful propagation. If each colony is founded by a subset of the population of its parent colony, genetic diversity may decline at each successive step. After several iterations, distant colonies could become sufficiently homogeneous that reduced genetic resilience would leave them vulnerable to environmental catastrophe or disease. Repeated local extinctions could further reduce the species’ total genetic diversity, producing a self-limiting cycle of expansion and collapse. Large regions of the galaxy might therefore remain uncolonized, and our apparent isolation could reflect our location within one such void.</p>
<p>The hypothesis faces substantial objections. Reduced genetic diversity does not necessarily entail a proportionate loss of fitness or resilience. Founding populations could be selected specifically to preserve diversity, while cryopreserved gametes, embryos, genetic material, or digital genome sequences could carry far more variation than the living crew alone (as in Nolan&#8217;s <em>Interstellar,</em> for example). This assumes, moreover, that extraterrestrial reproduction depends on genetic mechanisms broadly analogous to ours. Expansion might also proceed in parallel rather than as a single serial chain, allowing multiple lineages to preserve or recombine diversity. Sufficiently advanced biotechnology may largely decouple an interstellar civilization from the reproductive bottlenecks that constrain the dispersal of terrestrial species upon which this essay is based.</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/07/17/the-fermi-paradox-percolation-and-inbreeding-reactor/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56650 -->

				
					
	<article id="post-56647" class="post-56647 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/" rel="bookmark">Giant participation trophy appears on the National Mall for Trump’s Iran War&nbsp;“effort”</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/" title="3.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-15T15:15:43-05:00">15 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><a href="https://premium.boingboing.net/p/giant-participation-trophy-appears"><img class="alignnone size-full" src="https://followmehere.com/wp-content/uploads/2026/07/https3a2f2fsubstack-post-media.s3.amazonaws.com2fpublic2fimages2fffaa82c9-4ec4-46ef-bb61-d177f176ed91_955x1200.jpeg" alt="" /></a></p>
<p><span style="color: #404040;font-style: normal">Via </span><a style="font-style: normal" href="https://premium.boingboing.net/p/giant-participation-trophy-appears">Boing Boing:</a></p>
<blockquote><p>
:&#8217;Guerrilla artists Secret Handshake have installed a giant gold participation trophy for Trump on the National Mall, hoping that if the president receives enough shiny objects, he may stop trying to collect wars&#8230;&#8217;
</p></blockquote>
					</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/07/15/giant-participation-trophy-appears-on-the-national-mall-for-trumps-iran-war-effort/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56647 -->

				
					
	<article id="post-56645" class="post-56645 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/" rel="bookmark">The US Approves Launch of Mirror Satellite That Can Reflect Sunlight and Illuminate the Earth at&nbsp;Night</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/" title="2.55 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-15T14:55:18-05:00">15 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/#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/reflectOrbital.jpg?c=aQpSIsKjtXVPkIvJPfIGXuumfOhve-oWyjbP6U3TpEIWQhrWDmQqWbmAYxchhQ4MXiDq79TUyO5mMO-rpWTCfLIObNeB4wveQnkQDG2sy2MaIM5XuP9-PEotDDF9cU_QyRfsbDLKMpNvzKyRzRopBgDKDuRy2jdTzg__vAX30Ew%3D" width="599" border="0" /><br />
</figure>
<p><span style="color: #404040;font-style: normal">Via </span><a style="font-style: normal" href="https://www.wired.com/story/reflect-orbital-earendil-mirror-satellite-fcc/">WIRED:</a></p>
<blockquote><p>
The FCC authorized Reflect Orbital to launch the mirror satellite Eärendil-1. “For optical astronomy, this poses an existential threat,” the European Southern Observatory said.
</p></blockquote>
					</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/07/15/the-us-approves-launch-of-mirror-satellite-that-can-reflect-sunlight-and-illuminate-the-earth-at-night/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56645 -->

				
					
	<article id="post-56643" class="post-56643 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/" rel="bookmark">Opinion : The Zombification of&nbsp;America</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/" title="9.05 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-13T21:05:59-05:00">13 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://static01.nyt.com/images/2026/07/11/opinion/03marche/03marche-facebookJumbo-v2.jpg" width="600" /></p>
<p>Stephen Marche via <b><a href="https://www.nytimes.com/2026/07/09/opinion/america-world-us-isolation.html?unlocked_article_code=1.wVA.oYtX.0gnc9drPLPGF&amp;smid=url-share">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;As a geopolitical actor, the United States has become a kind of lumbering zombie—a beast that can be startled into reflexive actions but lacks higher functions… The rupture of the world order is going much better than expected&#8230;.&#8217;”
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/13/opinion-the-zombification-of-america/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56643 -->

				
					
	<article id="post-56641" class="post-56641 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/" rel="bookmark">The End of Reading Is&nbsp;Here</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/" title="8.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-13T20:48:48-05:00">13 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/#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/TaSgM_kXEyiXXBzlvXfpi1XeN5c=/0x43:2000x1085/1200x625/media/img/2026/07/WEL_HorowitchOpenerHP-1/original.png" width="600" /></p>
<p>Rose Horowitch via <b><a href="https://www.theatlantic.com/magazine/2026/08/reading-crisis-postliterate-age/687618/?utm_medium=cr&amp;utm_source=email&amp;utm_campaign=07_12_2026_cover_story_promo_august_cover_rose_horowitch_note_engagement_all_actives_large&amp;utm_term=ALL%20Active%20Subscribers%20%28Stripe%2BCDS%2BiTunes%29">The Atlantic</a>:</b></p>
<blockquote><p>
&#8216;Optimists once believed that universal literacy was inevitable. Now it seems that the age of reading might be a short anomaly in human history&#8230;.&#8217; 
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/13/the-end-of-reading-is-here/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56641 -->

				
					
	<article id="post-56639" class="post-56639 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/" rel="bookmark">The Most Famous AI Writing Tic Is Also the Most&nbsp;Mysterious</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/" title="9.43 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-12T21:43:28-05:00">12 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/#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/7KfgfRMyDesBiZt6Xq8UaNlXo30=/0x43:2000x1085/1200x625/media/img/mt/2026/07/2026_07_09_AIs_Favorite_Writing_Tic/original.jpg" width="600" /></p>
<p>Will Oremus via <b><a href="https://www.theatlantic.com/technology/2026/07/ai-chatbot-writing-tic-negative-parallelism/687892/">The Atlantic</a></b>:</p>
<blockquote><p>
&#8216;Researchers at Pangram, which makes an AI-detection tool, estimate that Not just X but Y sentences appear three times as often in AI writing as they do in human writing. Elyas Masrour, a founding engineer at Pangram, told me that all of the major chatbots—including ChatGPT, Claude, Gemini, and various open-source models—rely on it to varying degrees.</p>
<p>Many other well-known chatbot tells—such as the usage of delve—have come and gone as AI companies honed their models and worked out kinks. Last fall, ChatGPT became obsessed with goblins and gremlins, prompting another intervention: OpenAI retired ChatGPT’s “nerdy” personality, whose affinity for mythical creatures had apparently infected its other models. Yet It’s not X; it’s Y has shown no signs of abating&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/12/the-most-famous-ai-writing-tic-is-also-the-most-mysterious/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56639 -->

				
					
	<article id="post-56635" class="post-56635 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/" rel="bookmark">What is the&nbsp;Monkeysphere?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/" title="9.59 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:59:21-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/#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://animalfeasance.com/wp-content/uploads/2011/08/chimps.jpg" width="599" border="0" /><br />
</figure>
<p>Jason Pargin via <b><a href="https://www.cracked.com/article_14990_what-monkeysphere.html">Cracked.com</a></b>:</p>
<blockquote><p>
&#8216;picture a monkey. A monkey dressed like a little pirate, if that helps you. We&#8217;ll call him Slappy.</p>
<p>Imagine you have Slappy as a pet. Imagine a personality for him. Maybe you and he have little pirate monkey adventures and maybe even join up to fight crime. Think how sad you&#8217;d be if Slappy died.</p>
<p>Now, imagine you get four more monkeys. We&#8217;ll call them Tito, Bubbles, Marcel and ShitTosser. Imagine personalities for each of them now. Maybe one is aggressive, one is affectionate, one is quiet, the other just throws shit all the time. But they&#8217;re all your personal monkey friends.</p>
<p>Now imagine a hundred monkeys.</p>
<p>Not so easy now, is it? So how many monkeys would you have to own before you couldn&#8217;t remember their names? At what point, in your mind, do your beloved pets become just a faceless sea of monkey? Even though each one is every bit the monkey Slappy was, there&#8217;s a certain point where you will no longer really care if one of them dies.</p>
<p>So how many monkeys would it take before you stopped caring?</p>
<p>That&#8217;s not a rhetorical question. We actually know the number.</p>
<p>You see, monkey experts performed a monkey study a while back, and discovered that the size of the monkey&#8217;s monkey brain determined the size of the monkey groups the monkeys formed. The bigger the brain, the bigger the little societies they built&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/what-is-the-monkeysphere/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56635 -->

				
					
	<article id="post-56633" class="post-56633 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/" rel="bookmark">A new way to quote takes the internet by storm. Linguists are like, ‘Get used to&nbsp;it!’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/" title="9.53 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:53:31-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-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://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5FCRSLFDCEI6JFOT2S7WAIOUGA.jpg?auth=91b3728bea68c5064746a43921e3697699bd9c310e89f1eb18f91962125692db&amp;width=1440" width="600" /></p>
<p>Britt Peterson via <b><a href="https://www.bostonglobe.com/ideas/2015/01/25/linguists-are-like-get-used/ruUQoV0XUTLDjx72JojnBI/story.html">BostonGlobe.com </a></b> from 2015:</p>
<blockquote><p>
&#8216;IN RECENT MONTHS, Senator Kirsten Gillibrand has used it; musician Buddy Guy has used it; Ferguson police officer Darren Wilson used it in grand jury testimony, as did his victim Michael Brown’s friend Dorian Johnson. A friend used it in an instant message chat to me, describing her attitude toward her sick boyfriend: “i’m like STAY OVER THERE.” It’s called the “quotative like,” and over the last 25 years, it’s become one of our language’s most popular methods of talking about talking. The use of “I’m like” or “he was like” to introduce a quote, a thought, or a feeling has spread through English worldwide, from Jamaica to New Zealand.</p>
<p>One American dialect has rapidly adopted an even less by-the-book variation. In African American English, or AAE, a grammatically distinct variety, you can say not just “she was like,” but “she be like”—a version of “quotative like” with special powers of its own. At the Linguistic Society of America’s annual meeting this month, researchers Janneke Van Hofwegen of Stanford and Charlie Farrington of the University of Oregon presented a paper that found that “be like” is now so widely used it accounted for 20 percent of similar uses of the verb “be” among a group of young AAE speakers in North Carolina. An analogous group studied in the 1980s didn’t use the term at all&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/a-new-way-to-quote-takes-the-internet-by-storm-linguists-are-like-get-used-to-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56633 -->

				
					
	<article id="post-56631" class="post-56631 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/" rel="bookmark">Ten Minutes in Lituya&nbsp;Bay</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/" title="9.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:35:57-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://damn-8791.kxcdn.com/wp-content/uploads/2016/09/003-1.jpg" width="600" /></p>
<p>Alan Bellows via <b><a href="https://www.damninteresting.com/ten-minutes-in-lituya-bay/">Damn Interesting</a></b>:</p>
<blockquote><p>
&#8216;The 1958 Lituya Bay megatsunami remains the highest such wave in recorded history. As of 2016, no subsequent megatsunamis have been observed in that location. But evidence for multiple prior events in Lituya Bay suggests that giant waves occur there every 30-40 years on average, so the 1958 event is quite unlikely to be the last. The area remains sparsely populated, but trollers and adventurers pass through frequently. Anyone planning a visit to this remote hydraulic oddity ought to consider: if the gulls of Cenotaph take suddenly to the air, or a roar akin to 100 airplanes rises in the distance&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/ten-minutes-in-lituya-bay/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56631 -->

				
					
	<article id="post-56629" class="post-56629 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/" rel="bookmark">The Problem With Google’s A.I.&nbsp;Overview</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/" title="9.30 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T21:30:49-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/the-problem-with-googles-a-i-overview/#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/07/12/multimedia/08lecunff-image/08lecunff-image-facebookJumbo-v2.jpg" width="600" /></p>
<h2>We Are Losing the Ability to Discover What We Didn’t Know to Ask, writes Anne-Laure Le Cunff via <b><a href="https://www.nytimes.com/2026/07/08/opinion/ai-google-gemini-search-questions.html?unlocked_article_code=1.wVA.qILX.iUyEMLpcU7mL&amp;smid=url-share&amp;utm_source=DamnInteresting">The New York Times</a></b>:</h2>
<blockquote><p>&#8216;By shortening the time between asking a question and getting an answer, these tools are actually undermining curiosity — and paradoxically threatening our ability to understand the world&#8230;.&#8217;</p></blockquote>
					</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/07/11/the-problem-with-googles-a-i-overview/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56629 -->

				
					
	<article id="post-56627" class="post-56627 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/" rel="bookmark">Court rejects Trump’s claim that The Kennedy Center needs his name to&nbsp;survive</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/" title="8.58 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:58:15-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/#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_!K2TG!,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%2Fdaff722e-4639-4868-95f1-a37ad1e9bf13_1080x720.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/court-rejects-trumps-claim-that-the">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Not every surface in America is waiting to become a Trump product&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/court-rejects-trumps-claim-that-the-kennedy-center-needs-his-name-to-survive/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56627 -->

				
					
	<article id="post-56625" class="post-56625 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/" rel="bookmark">Diarrhea outbreak: What is cyclosporiasis, why is it suddenly everywhere, and what preventive steps can you&nbsp;take?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/" title="8.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:23:21-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/#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/07/Vox_Bathroom.png?quality=90&amp;strip=all&amp;crop=22.944439822727,22.650444989034,54.147565969997,28.349510979056" width="600" /></p>
<p>Dylan Scott via <b><a href="https://www.vox.com/health/494977/explosive-diarrhea-parasite-outbreak-cyclosporiasis-michigan-ohio">Vox</a></b>:</p>
<blockquote><p>
&#8216;…[C]ook the produce that you can — heat is the absolute best option for eliminating cyclosporiasis — and to clean your raw fruits, vegetables and herbs as thoroughly as possible.</p>
<p>Wash everything with running water before eating or preparing it. Scrub the firmer fruits, like melons and cucumbers, with a produce brush if you have one. If you see damaged or bruised areas on your fruit or lettuce, cut them away. Even if a food’s package says it’s prewashed, Linder said she advises people to rewash it just to be sure.</p>
<p>Previous outbreaks have specifically been linked to bagged lettuce and salads, so you might consider buying whole heads of lettuce instead. If you do that, cut away the outer layers and then separate the inner leaves to wash them. For green onions, you should cut away the bulby root and the outer layer and then wash them thoroughly. Raspberries were associated with one of the first US outbreaks in the 1990s, and they are particularly tricky to clean given their bumpy surfaces; you may want to consider eating them only after cooking (to prepare a jam or compote, for example) or opt for frozen raspberries for the time being. (Freezing is believed to reduce, if not completely eliminate, the parasite.) And be careful with leftovers: You should refrigerate any unused foods that you plan to eat later within two hours.</p>
<p>You could also consider buying locally sourced foods, Linder said, because cyclosporiasis is more common in food sourced from other parts of the world.</p>
<p>If you do start to experience extreme diarrhea, make sure to hydrate very well to avoid dehydration. Linder told me that if somebody experiences dizziness, they can’t keep fluids down, or they have very dark urine, then they should seek immediate medical attention. And anybody experiencing those symptoms should get in touch with their health care providers and their local health department&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/diarrhea-outbreak-what-is-cyclosporiasis-why-is-it-suddenly-everywhere-and-what-preventive-steps-can-you-take/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56625 -->

				
					
	<article id="post-56622" class="post-56622 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/" rel="bookmark">2028 Democratic presidential primary: Does Kamala Harris really have a&nbsp;shot?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/" title="8.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:16:59-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/#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/07/gettyimages-2281634960.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<p>Astead Herndon <b><a href="https://www.vox.com/america-actually/494810/kamala-harris-2028-presidential-primary-democratic-party-south-carolina">notes on Vox </a></b>that Kamala Harris is quietly laying groundwork for a possible 2028 presidential run, including touring early-primary states, meeting key Democratic figures, and sounding out progressive and pro-Palestinian constituencies. She leads many early polls but remains publicly noncommittal and has avoided taking clear positions in the party’s major ideological disputes.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Her allies portray the 2024 defeat as an exceptional circumstance rather than a rejection of her candidacy: Biden withdrew late, leaving her only 107 days to campaign, and Trump benefited politically from assassination attempts. This explanation minimizes her own weaknesses and ignores her failed 2020 primary campaign.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Major donors may be reluctant to support another run. Some want the party to move beyond the Biden administration and believe Harris and Gavin Newsom would compete for the same California donor base. There is also a perception that private doubts about Harris are often muted because donors fear being accused of racism.</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">Harris nevertheless retains significant support among Black voters and women but that coalition is becoming less cohesive. Younger Black voters criticize her prosecutorial record and Gaza stance, while some men prefer a conventional male candidate and many women remain committed to electing a woman. Across factions, voters repeatedly express a desire for “freshness”  —  reinvented Harris or someone entirely new?</p>
<p class="p1" style="color: #000000;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;word-spacing: 0px">So Harris has not been displaced, but neither has she secured a clear lane. The Black electorate that traditionally consolidates Democratic primaries appears divided by age and gender, suggesting a fragmented and unpredictable 2028 contest.</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/07/11/2028-democratic-presidential-primary-does-kamala-harris-really-have-a-shot-vox/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56622 -->

				
					
	<article id="post-56620" class="post-56620 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/" rel="bookmark">What the 250th Anniversary Means&nbsp;for…</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/" title="8.06 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T20:06:50-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://d181q449nqu6en.cloudfront.net/content/craft/website-assets/GettyImages-2189801696.jpg" width="600" /></p>
<p>Samuel Moyn via <b><a href="https://yalereview.org/article/samuel-moyn-america-at-250">The Yale Review</a></b>:</p>
<blockquote><p>
&#8216;Why Americans aren&#8217;t celebrating the semiquincentennial&#8230;&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/what-the-250th-anniversary-means-for/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56620 -->

				
					
	<article id="post-56618" class="post-56618 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/" rel="bookmark">How to Use AI Browsers Without Getting&nbsp;Hacked</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/" title="12.27 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-11T12:27:39-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://lifehacker.com/imagery/articles/01KWYRVXGTNG163H86EDRE685D/hero-image.fill.size_1200x675.jpg" width="600" /></p>
<p>Ritoban Mukherjee via <b><a href="https://lifehacker.com/tech/how-to-use-ai-browsers-without-getting-hacked">Lifehacker</a></b>:</p>
<blockquote><p>
&#8216;As I&#8217;ve explored these browsers, I&#8217;ve been mindful of the many security risks to contend with: Prompt injection, where malicious AI prompts are hidden in a website or browser extension’s HTML source code, is the most obvious threat. But there are also cases of AI agents acting without a user’s permission to access your logged-in accounts. Moreover, AI browsers can leak data between browser tabs and hand over user credentials on clever prompting without even using any malicious code.</p>
<p>But despite the risks, there are legitimate ways to experiment with AI browsers without compromising your privacy. In fact, most of these browsers have optional features you can enable to both beef up your security and keep the apps from having more access than they need. If you&#8217;re going to use an AI browser on your device, here&#8217;s what you need to know to protect yourself&#8230;.&#8217;
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/how-to-use-ai-browsers-without-getting-hacked/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56618 -->

				
					
	<article id="post-56616" class="post-56616 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/" rel="bookmark">Our Plastic-Surgery Nightmare</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/" title="10.38 am" rel="bookmark"><time class="entry-date" datetime="2026-07-11T10:38:01-05:00">11 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/#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.newyorker.com/photos/6a4fb34a8918333338913709/16:9/w_1280,c_limit/PlasticSurgery-Tolentino-Ohni%20Lisle.jpeg" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;To borrow a phrase from Simone de Beauvoir, the face is not a thing but a situation—one that is, increasingly, more technically beautiful but more spiritually unattractive, replete with new information but devoid of human meaning. Today, the young inject their faces and look old; the old inject their faces and look uncanny; a twenty-year-old got famous for hitting himself in the jaw with a hammer to become hotter; teen-agers ask strangers on the internet if a facelift is their only hope. The internet casually scrambles basic ideas of personhood, reframing people as commodities and stripping us for parts. But only recently has this process been encoded so specifically onto the face, traditionally thought of as a portal to our humanity. The face is separating from the person, and the person is separating from the soul, and this is happening in front of us, on our phones, in the most banal fashion, every day.…&#8217;  (Jia Tolentino via <strong><a href="https://www.newyorker.com/culture/the-weekend-essay/our-plastic-surgery-nightmare?utm_source=nl&amp;utm_brand=tny&amp;utm_mailing=TNY_Daily_071126&amp;utm_campaign=aud-dev&amp;utm_medium=email&amp;utm_term=tny_daily_digest&amp;bxid=5be9da4a3f92a40469e81169&amp;cndid=8225112&amp;hasha=846fd7c9a41dd1b76ba7ea1aadb1667c&amp;hashb=6b772e9a444c8f6e0c64516ca65e53c9cbe87157&amp;hashc=788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c&amp;esrc=MARTECH_ORDERFORM&amp;mbid=CRMNYR012019">The New Yorker</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/11/our-plastic-surgery-nightmare/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56616 -->

				
					
	<article id="post-56615" class="post-56615 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/" rel="bookmark">90 percent of U.S. adults have this syndrome — but most have never heard of&nbsp;it</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/" title="10.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-09T22:16:17-05:00">9 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https://cloudfront-us-east-1.images.arcpublishing.com/wapo/2IF2RTA753SEXSIXPZCAQXQFHE.jpg&amp;w=1440" width="600" />
</div>

<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;New guidelines may soon make the disorder known as CKM syndrome a common diagnosis.…&#8217;  ( via <strong><a href="https://www.washingtonpost.com/wellness/2026/07/09/90-percent-us-adults-have-this-syndrome-most-have-never-heard-it/?utm_campaign=wp_post_most&amp;utm_medium=email&amp;utm_source=newsletter">The Washington Post</a></strong>)</p>
</blockquote>



					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/09/90-percent-of-us-adults-have-this-syndrome-but-most-have-never-heard-of-it/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56615 -->

				
					
	<article id="post-56612" class="post-56612 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/" rel="bookmark">The First Reactions to &#8216;The Odyssey&#8217; Are&nbsp;Here</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/" title="9.31 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-07T21:31:39-05:00">7 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/07/the-first-reactions-to-the-odyssey-are-here/#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/Odyssey-Matt-Damon-hill-side-1200x675.jpg" width="600" /></p>
<blockquote><p>
&#8216;It’s a pretty standard pattern. The first reactions come out and are ecstatic, sending expectations and hype to peak levels. Then, more people see it with those thoughts in their heads, and, more often than not, the film doesn’t live up to them. Could The Odyssey buck that trend?&#8230;&#8217; (Germain Lussier via <b><a href="https://gizmodo.com/the-first-reactions-to-the-odyssey-are-here-2000781855">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/07/07/the-first-reactions-to-the-odyssey-are-here/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56612 -->

				
					
	<article id="post-56609" class="post-56609 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/06/the-brand-ledger/" rel="bookmark">The Brand Ledger</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/06/the-brand-ledger/" title="11.51 am" rel="bookmark"><time class="entry-date" datetime="2026-07-06T11:51:38-05:00">6 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/06/the-brand-ledger/#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://ledger.worseonpurpose.com/og-default.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;Tracking the brands that got worse on purpose — and the ones that didn&#8217;t.</p>



<p class="wp-block-paragraph">The Brand Ledger tracks 215 brands across tools, bags, apparel, eyewear, and footwear. Who owns them, what they used to be, whether they&#8217;re still worth buying. Updated as things change.…&#8217;  ( via <strong><a href="https://ledger.worseonpurpose.com/">Worse on Purpose</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/07/06/the-brand-ledger/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56609 -->

				
					
	<article id="post-56607" class="post-56607 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/" rel="bookmark">Schadenfreude Dept.</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/" title="9.17 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T21:17:50-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/schadenfreude-dept-9/#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.thedailybeast.com/resizer/v2/IHXQFY33SBHXTGDYYBETFRBGTE.gif?smart=true&amp;auth=33a0697e00cddbc636b8c3b8f0c3e2684e43846caa9e306b6c2687461879c9d4&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;MAGA Rages as Trump’s Fireworks Fiasco Descends Into Chaos</p>
<p>A lightning evacuation sparked bedlam on the National Mall, leaving fans locked out as the president’s long-hyped patriotic celebration unraveled&#8230;.&#8217; (Farrah Tomazin via <b><a href="https://www.thedailybeast.com/maga-rages-as-trumps-fireworks-fiasco-descends-into-chaos/?utm_source=flipboard&amp;utm_content=topic%2Fhomelandsecurity">The Daily Beast</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/07/05/schadenfreude-dept-9/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56607 -->

				
					
	<article id="post-56603" class="post-56603 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/" rel="bookmark">FIFA Is So Shamelessly Corrupt, They’ll Change Their Own Rules at Trump’s&nbsp;Command</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/" title="9.16 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T21:16:10-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/#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://img.pastemagazine.com/wp-content/juploads/2026/07/fifa-world-cup-trophy-trump-main.jpg" width="600" /></p>
<blockquote><p>
&#8216;Whether or not Folarin Balogun should have gotten a red card in the first place, FIFA has demonstrated it will do anything to appease Trump&#8230;.&#8217; (Jim Vorel via <b><a href="https://www.jezebel.com/fifa-world-cup-trump-folarin-balogun-suspension-red-card-reversed-corruption-peace-prize?utm_source=flipboard&amp;utm_content=user%2FJezebel">Jezebel</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/07/05/fifa-is-so-shamelessly-corrupt-theyll-change-their-own-rules-at-trumps-command/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56603 -->

				
					
	<article id="post-56601" class="post-56601 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/" rel="bookmark">Scientists may have finally found how Alzheimer&#8217;s kills brain&nbsp;cells</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/" title="8.37 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T20:37:34-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.sciencedaily.com/images/1920/aging-brain-neurons-cell-death-proteins.webp" width="600" /></p>
<blockquote><p>
&#8216;Scientists have identified evidence of a previously unknown process that may explain how brain cells die in Alzheimer&#8217;s disease and frontotemporal dementia (FTD). The discovery, centered on a mechanism known as karyoptosis, could point researchers toward new ways to slow the progression of these devastating conditions&#8230;</p>
<p>Karyoptosis refers to a series of chemical reactions set in motion when toxic proteins accumulate inside a cell. As the process unfolds, the cell&#8217;s nucleus, which contains its genetic material, gradually shrivels before ultimately breaking apart&#8230;.&#8217; (via <b><a href="https://www.sciencedaily.com/releases/2026/06/260626124701.htm?utm_source=flipboard&amp;utm_content=topic/brain">ScienceDaily</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/05/scientists-may-have-finally-found-how-alzheimers-kills-brain-cells/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56601 -->

				
					
	<article id="post-56600" class="post-56600 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/turkish-proverb/" rel="bookmark">Turkish proverb:</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/turkish-proverb/" title="5.38 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-05T17:38:04-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/turkish-proverb/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			
<p class="wp-block-paragraph">‘When a clown moves into a palace he doesn’t become a king, the palace becomes a circus.’</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/07/05/turkish-proverb/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56600 -->

				
					
	<article id="post-56598" class="post-56598 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/" rel="bookmark">Laura Ingraham Says Trump’s Bathing Suit Remark Was&nbsp;‘Uncomfortable’</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/" title="8.54 am" rel="bookmark"><time class="entry-date" datetime="2026-07-05T08:54:34-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://s.yimg.com/ny/api/res/1.2/mYdJPPmIEFwaqxQ4FTx76Q--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/thedailybeast.com/fef5bf57e405ffc64bcdd13101a45e33" width="600" /></p>
<blockquote><p>
&#8216;Even a Fox News star was weirded out by President Donald Trump’s recent quip about bathing suits.</p>
<p>Laura Ingraham, 63, couldn’t hide her cringe after the 80-year-old president wondered aloud how he would look in a bathing suit.</p>
<p>Trump made the bizarre remark on Storytime with the Second Lady, an online series where Vice President JD Vance’s wife, Usha, welcomes guests to read children’s books&#8230;.&#8217; (Julia Ornedo via <b><a href="https://www.yahoo.com/entertainment/celebrity/articles/laura-ingraham-says-trump-bathing-183628129.html?utm_source=flipboard&amp;utm_content=topic%2Fculture">Yahoo Entertainment</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/07/05/laura-ingraham-says-trumps-bathing-suit-remark-was-uncomfortable/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56598 -->

				
					
	<article id="post-56596" class="post-56596 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/" rel="bookmark">Trump, 80, Goes Off Script With Bizarre D-Day&nbsp;Analogy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/" title="8.40 am" rel="bookmark"><time class="entry-date" datetime="2026-07-05T08:40:52-05:00">5 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/#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.thedailybeast.com/resizer/v2/MSP5J4TDKRFBJBANST2KDDG64M.JPG?smart=true&amp;auth=3eb761dbec416cf5aaffa9bef4d464d69d072f2ff7bd9830b90d4ad388e86c5f&amp;width=1200&amp;height=630" width="600" /></p>
<blockquote><p>
&#8216;President Donald Trump compared his determination to deliver a July Fourth speech after the National Mall was evacuated due to severe weather to U.S. soldiers storming the beaches of Normandy during World War II&#8230;.&#8217; (Mary Papenfuss via <b><a href="https://www.thedailybeast.com/trump-80-goes-off-script-with-bizarre-d-day-analogy/?utm_source=flipboard&amp;utm_content=topic%2Fculture">The Daily Beast</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/07/05/trump-80-goes-off-script-with-bizarre-d-day-analogy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56596 -->

				
					
	<article id="post-56594" class="post-56594 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/" rel="bookmark">Every Act Which May Define a&nbsp;Tyrant</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/" title="12.49 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:49:59-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/every-act-which-may-define-a-tyrant/#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://storage.ghost.io/c/b6/39/b6398cfc-5fe8-43f9-bf18-c8ef836a8846/content/images/size/w1200/2026/07/Trump_-_Long_Live_the_King-1--1.jpg" width="600" /></p>
<blockquote><p>
&#8216;Most of the Declaration of Independence is a list of twenty-seven complaints and accusations levied at the British Crown, “a history of repeated injuries and usurpations, all having in direct object the establishment of an absolute Tyranny over these States.”</p>
<p>By my count President Trump has hit at least twelve so far&#8230;.&#8217; (Cameron Cummins-Smith via <b><a href="https://www.liberalcurrents.com/every-act-which-may-define-a-tyrant/?utm_source=flipboard&amp;utm_content=topic%2Fsocialsciences">Liberal Currents</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/07/04/every-act-which-may-define-a-tyrant/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56594 -->

				
					
	<article id="post-56592" class="post-56592 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/" rel="bookmark">Aliens May Not Even Have Bodies, New Theory&nbsp;Says</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/" title="12.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:48:47-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/aliens-may-not-even-have-bodies-new-theory-says/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<p style="text-align: center"><img src="https://www.vice.com/wp-content/uploads/sites/2/2026/07/aliens-may-not-even-have-bodies-new-theory-says.png?w=2000" width="600" /></p>
<blockquote><p>
&#8216;There is an arrogance to assuming that if conscious, sentient beings exist somewhere else in the universe, they’d probably look a lot like us. According to a new paper by philosophers Eric Schwitzgebel of the University of California, Riverside, and Jeremy Pober of the University of Lisbon, if consciousness exists beyond Earth, it could take forms we can’t even imagine, and it might not even inhabit anything we’d recognize as a body&#8230;.&#8217; (via <b><a href="https://www.vice.com/en/article/aliens-may-not-even-have-bodies-new-theory-says/?utm_source=flipboard&amp;utm_content=topic/culture">VICE</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/07/04/aliens-may-not-even-have-bodies-new-theory-says/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56592 -->

				
					
	<article id="post-56590" class="post-56590 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/" rel="bookmark">The Spectacular Regrowth of New England’s&nbsp;Forests</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/" title="12.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-04T12:48:05-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/the-spectacular-regrowth-of-new-englands-forests/#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://insideclimatenews.org/wp-content/uploads/2026/07/GettyImages-2167427078-1024x683.jpg" width="600" /></p>
<blockquote><p>
&#8216;The rebound of forests in the northeast U.S. is the “greatest forest recovery in the history of the world.” This is how it happened&#8230;.&#8217; (Derek Harrison via <b><a href="https://insideclimatenews.org/news/04072026/new-england-reforestation/?utm_source=flipboard&amp;utm_content=topic/environment">Inside Climate 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/07/04/the-spectacular-regrowth-of-new-englands-forests/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56590 -->

				
					
	<article id="post-56588" class="post-56588 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/" rel="bookmark">Donald Trump Attempts to Read a Book Written for Second&nbsp;Graders</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/" title="10.04 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T10:04:33-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/#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://consequence.net/wp-content/uploads/2026/07/Donald-Trump-reading.jpeg" width="600" /></p>
<blockquote><p>
&#8216;I say this with some sincerity: I am not actually sure if Donald Trump knows how to read. Sure, he can read a chyron on Fox News, or a mean tweet posted about him by Chuck Schumer, but when it comes to an actual, physical book, the extent of his literacy is up for debate. As evidence, look no further than the latest installment of the YouTube video series Storytime with the Second Lady, in which Usha Vance welcomes guests to read books to children. A seemingly simple enough task that past guest readers — from Danica Patrick to Cheryl Hines to Vice President JD Vance — have handled without much of an issue. As for Donald Trump, he doesn’t so much read as he observes and, at various points, describes the pictures featured in the book in question, Presidents Play! by Jonathan Pliska&#8230;.&#8217; (Alex Young via <b><a href="https://consequence.net/2026/07/donald-trump-attempts-to-reads-a-book-written-for-second-graders/?utm_source=flipboard&amp;utm_content=Consequence/magazine/Consequence">Consequence</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/07/04/donald-trump-attempts-to-read-a-book-written-for-second-graders/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56588 -->

				
					
	<article id="post-56586" class="post-56586 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/" rel="bookmark">A man was tracked down by DHS agents after he sent a harsh&nbsp;email</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/" title="9.38 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T09:38:39-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/#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://npr.brightspotcdn.com/dims3/default/strip/false/crop/2048x1152+0+0/resize/1400/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2Fd9%2F40%2Fc0a5347f4a63bb9eb267ac2267b5%2Fstreeter-daughter-vacation.jpg" width="600" /></p>
<blockquote><p>
&#8216;&#8221;One powerless citizen yelled into the void with a stern email to the former director of this agency six months ago,&#8221; Streever told NPR. &#8220;And now there&#8217;s agents at his door.&#8221;&#8230;&#8217; (Jude Joffe-Block via <b><a href="https://www.npr.org/2026/07/01/nx-s1-5874124/dhs-tracks-ice-critic?utm_source=DamnInteresting">NPR</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/07/04/a-man-was-tracked-down-by-dhs-agents-after-he-sent-a-harsh-email/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56586 -->

				
					
	<article id="post-56584" class="post-56584 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/" rel="bookmark">What is alpha-gal&nbsp;syndrome?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/" title="9.35 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T09:35:52-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/#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://dims.apnews.com/dims4/default/6ae4485/2147483647/strip/true/crop/3599x2398+1+0/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Fce%2F34%2F7834be086b014328774e62422940%2F3dadcbcf3e3645f683fe00b248ad285a" width="600" /></p>
<blockquote><p>
&#8216;It’s common knowledge that ticks can spread infections that cause serious illnesses, including Lyme disease. Now health officials are trying to raise awareness of a lesser-known problem: a life-threatening allergy to meat triggered by tick bites.</p>
<p>The problem, known as alpha-gal syndrome, was first linked to a particular species of ticks about 15 years ago. But cases are on the rise as more people report symptoms such as hives, diarrhea and itchiness after eating as little as a mouthful of meat and — in some cases — dairy. The allergy doesn’t impact consumption of seafood or poultry. Chicken, turkey and eggs are all OK to eat.</p>
<p>For years, the standard treatment has involved avoiding foods that come from cows, pigs and lambs while carrying an epinephrine injector in case of medical emergency. But regulators recently approved the first drug for the condition, and more therapies may be on the way.</p>
<p>Here’s what to know about alpha-gal syndrome&#8230;&#8217; (Matthew Perrone via <b><a href="https://apnews.com/article/alphagal-syndrome-tick-bite-meat-allergy-d604cb9e6a1ae9673085cc4efe7178b2?utm_source=DamnInteresting">AP News</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/04/what-is-alpha-gal-syndrome/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56584 -->

				
					
	<article id="post-56582" class="post-56582 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/" rel="bookmark">Where NASA Posts Its Best Space Photos, and How to Find&nbsp;Them</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/" title="8.29 am" rel="bookmark"><time class="entry-date" datetime="2026-07-04T08:29:21-05:00">4 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-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://media.wired.com/photos/6a453f6f8f445966503e6c40/191:100/w_1280,c_limit/GettyImages-458097145.jpg" width="600" /></p>
<blockquote><p>
&#8216;Explore decades of incredible images and videos of stars, planets, moons, and galaxies—most of which are free to use and share&#8230;.&#8217; (David Nield via <b><a href="https://www.wired.com/story/where-nasa-posts-its-best-space-photos/">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/07/04/where-nasa-posts-its-best-space-photos-and-how-to-find-them/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56582 -->

				
					
	<article id="post-56577" class="post-56577 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/" rel="bookmark">Dictionary of the&nbsp;Illegible</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/" title="10.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-07-03T22:19:50-05:00">3 Jul 26</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://followmehere.com/author/egelwan/" title="View all posts by FmH" rel="author">FmH</a></span></span>			</div><!-- .entry-meta -->
			
						<div class="comments-link">
				<a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<h3> </h3>
<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://draw-down.com/cdn/shop/files/DictionaryoftheIllegible.jpg?v=1781292208" width="599" border="0" /><br />
</figure>
<blockquote><p>
&#8216;Dictionary of the Illegible explores the limits of language—its beginnings and its ends—from humanity’s earliest marks to the dissolution of modern alphabets before our eyes. Mapping more than 400 examples of illegibility drawn from Indigenous cultures to imagined future civilizations, the book spans contemporary art, science fiction, politics, architecture, and technology. Dictionary of the Illegible proposes illegibility as a strategy for navigating a world increasingly governed by visibility, efficiency, and total surveillance&#8230;.&#8217; (via <b><a href="https://www.sourcetype.com/store/51534/dictionary-of-the-illegible">Source Type</a></b>)
</p></blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/07/03/dictionary-of-the-illegible/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56577 -->

				
							<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="97f8bd6039" />					<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>August 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="6" class="pad">&nbsp;</td><td>1</td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/08/02/" aria-label="Posts published on August 2, 2026">2</a></td><td><a href="https://followmehere.com/2026/08/03/" aria-label="Posts published on August 3, 2026">3</a></td><td><a href="https://followmehere.com/2026/08/04/" aria-label="Posts published on August 4, 2026">4</a></td><td><a href="https://followmehere.com/2026/08/05/" aria-label="Posts published on August 5, 2026">5</a></td><td><a href="https://followmehere.com/2026/08/06/" aria-label="Posts published on August 6, 2026">6</a></td><td>7</td><td>8</td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/08/09/" aria-label="Posts published on August 9, 2026">9</a></td><td>10</td><td id="today">11</td><td>12</td><td>13</td><td>14</td><td>15</td>
	</tr>
	<tr>
		<td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>
	</tr>
	<tr>
		<td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td>
	</tr>
	<tr>
		<td>30</td><td>31</td>
		<td class="pad" colspan="5">&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/07/">&laquo; Jul</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></aside><aside id="recent-comments-4" class="widget widget_recent_comments"><h3 class="widget-title">Recent Comments</h3>				<table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0">
					<tr><td title="Ryan" class="recentcommentsavatartop" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Ryan&#039;s avatar' src='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstexttop" style="">Ryan on <a href="https://followmehere.com/2026/04/21/trump-wanted-nuclear-codes-but-was-blocked-from-situation-room-says-cia-analyst/#comment-26292">Trump Wanted Nuclear Codes But&hellip;</a></td></tr><tr><td title="Disordered Thinking - Technology as Nature" class="recentcommentsavatarend" style="height:48px; width:48px;"><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow"></a></td><td class="recentcommentstextend" style=""><a href="https://www.technologyasnature.com/2026/03/22/disordered-thinking/" rel="nofollow">Disordered Thinking&hellip;</a> on <a href="https://followmehere.com/2026/03/21/america-and-public-disorder-2/#comment-26291">America and Public&nbsp;Disord&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/11/26/another-trip-around-the-sun/#comment-26290">Another Trip Around the&nbsp;S&hellip;</a></td></tr><tr><td title="SJ" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='SJ&#039;s avatar' src='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">SJ on <a href="https://followmehere.com/2025/06/28/my-paris-delta/#comment-26289">My Paris delta</a></td></tr><tr><td title="fearlessdaea9251dc" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">fearlessdaea9251dc on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26288">Searching for ‘Gelwan’s</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/06/02/searching-for-gelwans-2/#comment-26287">Searching for ‘Gelwan’s</a></td></tr><tr><td title="Matthew Currie" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Matthew Currie&#039;s avatar' src='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3e9be0b1f256d3d887f7e965f5a2eed63c302f131ce4bb0452a4f172553bfe4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Matthew Currie on <a href="https://followmehere.com/2025/04/14/the-constitutional-crisis-is-here/#comment-26286">The Constitutional Crisis Is&hellip;</a></td></tr><tr><td title="RayL" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='RayL&#039;s avatar' src='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">RayL on <a href="https://followmehere.com/2025/04/11/john-lithgow-reads-historian-timothy-snyders-20-lessons-on-tyranny/#comment-26285">John Lithgow Reads Historian T&hellip;</a></td></tr><tr><td title="casuallygenerous0e9ad1b9db" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='casuallygenerous0e9ad1b9db&#039;s avatar' src='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/fffb143cdaedda7704b5445758e6607d8ae50ff3d86c4e10924082732481a863?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">casuallygenerous0e9a&hellip; on <a href="https://followmehere.com/2025/03/27/kavanaugh-and-barrett-appear-likely-to-break-with-the-supreme-courts-maga-wing/#comment-26284">Kavanaugh and Barrett appear l&hellip;</a></td></tr><tr><td title="Antonio Castellano" class="recentcommentsavatarend" style="height:48px; width:48px;"><img referrerpolicy="no-referrer" alt='Antonio Castellano&#039;s avatar' src='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></td><td class="recentcommentstextend" style="">Antonio Castellano on <a href="https://followmehere.com/2025/02/18/they-are-a-minority/#comment-26283">They Are a&nbsp;Minority</a></td></tr>				</table>
				</aside><aside id="top-clicks-2" class="widget widget_top-clicks"><h3 class="widget-title">Top Clicks</h3><ul><li><a href='https://www.damninteresting.com/eyewitnesses-to-hiroshima-and-nagasaki/' target='_blank' rel='nofollow'>damninteresting.com/eyewi&#8230;</a></li><li><a href='https://www.npr.org/2026/08/05/nx-s1-5913357/today-is-the-day-after-ray-bradburys-post-apocalyptic-world?utm_source=flipboard&amp;utm_content=topic%2Fculture' target='_blank' rel='nofollow'>npr.org/2026/08/05/nx-s1-&#8230;</a></li><li><a href='https://www.outsideonline.com/health/wellness/most-common-bug-bites-rashes-pictures/?utm_term=ool&amp;utm_campaign=ool-bodywork&amp;utm_medium=email&amp;_hsmi=426345663&amp;utm_source=newsletter' target='_blank' rel='nofollow'>outsideonline.com/health/&#8230;</a></li><li><a href='https://aeon.co/essays/humans-did-not-invent-art-it-was-the-other-way-around?utm_source=DamnInteresting' target='_blank' rel='nofollow'>aeon.co/essays/humans-did&#8230;</a></li><li><a href='https://www.theatlantic.com/technology/2026/07/ai-chatbot-writing-tic-negative-parallelism/687892/' target='_blank' rel='nofollow'>theatlantic.com/technolog&#8230;</a></li><li><a href='http://www.strangehorizons.com/2004/20041025/pumpkin-f.shtml' target='_blank' rel='nofollow'>strangehorizons.com/2004/&#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/2009/01/08/framing-the-gaza-conflict-five-questions/" class="bump-view" data-bump-view="tp">Framing the Gaza Conflict: Five Questions</a></li><li><a href="https://followmehere.com/2008/12/03/housekeeping-17/" class="bump-view" data-bump-view="tp">Housekeeping</a></li><li><a href="https://followmehere.com/about/" class="bump-view" data-bump-view="tp">About FmH</a></li><li><a href="https://followmehere.com/2009/09/14/readership/" class="bump-view" data-bump-view="tp">Readership?</a></li><li><a href="https://followmehere.com/2026/07/06/the-brand-ledger/" class="bump-view" data-bump-view="tp">The Brand Ledger</a></li><li><a href="https://followmehere.com/2023/04/28/happy-beltane-3/" class="bump-view" data-bump-view="tp">Happy Beltane!</a></li><li><a href="https://followmehere.com/eliot-gelwan/" class="bump-view" data-bump-view="tp">Eliot Gelwan</a></li><li><a href="https://followmehere.com/2009/05/18/the-13-people-who-made-torture-possible/" class="bump-view" data-bump-view="tp">The 13 people who made torture possible</a></li><li><a href="https://followmehere.com/2011/01/10/feeling-the-future-experimental-evidence-for-anomalous-retroactive-influences-on-cognition-and-affect/" class="bump-view" data-bump-view="tp">Feeling the Future: Experimental Evidence for Anomalous Retroactive Influences on Cognition and Affect</a></li><li><a href="https://followmehere.com/2025/12/06/the-supreme-court-just-made-gerrymandering-nearly-untouchable-in-abbott-v-lulac/" class="bump-view" data-bump-view="tp">The Supreme Court just made gerrymandering nearly untouchable, in Abbott v. LULAC</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/08/'> August 2026 &nbsp;(19)</option>
	<option value='https://followmehere.com/2026/07/'> July 2026 &nbsp;(98)</option>
	<option value='https://followmehere.com/2026/06/'> June 2026 &nbsp;(100)</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/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='adelaidetexas&#039;s avatar' src='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53c911d47aae233f2a2c9d5d9b965b9bc629e6e9a97068fa2b3e37848ec0b5b8?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://luispalacio0909.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a05673a2f8b06a29026201bdfaebeb7efb29eec6f8320495442b25502e0b40a3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4d5c315170fab2880d440dd107b60e34c1fbdca374ce97e55f3cf80954f18c1a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='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://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://paulgreer.net"><img referrerpolicy="no-referrer" alt='Paul Greer&#039;s avatar' src='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://www.criminalwisdom.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/cb52497fc1c719ca5403e6b0eefb12716f232bf7950fa30ca8815a6572a7a07a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://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='https://netmag.pk/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/3c265dc7e4916e512237f674482476788562b50bde3cbfd7c8044ecaac3e16ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://halrager.org/WordPress"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f6c643bca82fb2a9d8bb9c7dc064cb02ad950ac65593d73bd7b94c57a22280a5?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/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=''><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://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c4ace5e3be019a8adcf2159cb31e736488bb1621d0956eb8e66f21e9546fd4c2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4a1bd0ea757cbd6e0e16def20258a514209af0e9337ad4dc81accaa7e5dc48ed?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://www.humansinshadow.wordpress.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7fb6554d085f73288048d6f74ceb390406221129dbfb12db0c3ff2ae8a2dacd2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/284d494eb76df3aff2adff163255bae2dba489bf5edbe046ba0469403e701301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5f4146655bc775846ecc85529f1785ad9a0229de9795d11d2ffef3e2e39da3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://helpwomen.net/im-feeling-curious/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='https://flotillaiot.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a363c4776e7fcff131d40250abbbe16c38296e5eb382a5798d9d3b73f6f51354?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://mongolamerican.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/79c5d412c694aa084a3d78f990aa05fe4b254f738275e62456dee2415e34ecf0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/2d342c46f4a9e09b51c4b16af823103bd7f1eae26f2a9e87749352a53123421a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://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://salonduthe.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b238e483be05d6cf82766b553fbb3da8e253b58a161e7e3b34383663edf93cc2?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Triponus&#039;s avatar' src='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0debc39da2e0c71a58bb7d14ad0dc486dfd7435c3b15aa5e30ba8cc5298fba4f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://Follow%20Me%20Here'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/ae73f05d4d589e862cfe6525e72b43ec4143fc09d76d04c43e5c186bbcaaf979?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/908a139b7f04824a6cdd41a2b00b31b1a148fb56d06c4354e2667fcab3a6be33?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chewiesays.com/"><img referrerpolicy="no-referrer" alt='PC&#039;s avatar' src='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='The Cooking Archive&#039;s avatar' src='https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b6d5ae3e7595dfa648cf1f2f234f001caf6450ea2a73c0e2fc249a5d67a8340a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://born2addiction.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff054b4d052c56a505149ea9ae4fff47bd013d1a22d7b305a672c5b47453e5aa?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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='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://hoomahmoos.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b74c21bc04662ebe404f013f45dd8c8a68c6747b5f397b0bb59d05eded60802f?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a5f0f2c10cf3611bd84eb166714a151c40f4f49b4690dd083e6f8d5349bcc832?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d9ac5e76c25cc881908ce5018a03cd7e229834ae587f12a96ea89216076725b4?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Rocking Dogs&#039;s avatar' src='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/4e5c1fe8afd206fcb74b1ae67062f2a2ca7948d8aa57d45e97f8e21da4684ed7?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://bestpokerbonus123.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ea21b99ab3abe7ac435802580e8cd3a3aed4fc66cbe76b51af106f4983cfb2ef?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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='https://tomalciere.us'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/41784c04bc5f2b9bc980fa7b7ee87afd821d76e3c3cfa7a648c913ab1b6cde36?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="https://www.reinholdgraf.de"><img referrerpolicy="no-referrer" alt='Reinhold Graf&#039;s avatar' src='https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/84ede8a89faa9e17a89400e9174e70f96ebe82d242051c25555346bdfca916da?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://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></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":"03.07.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-08-11 06:10:42","last_post_date":"2026-07-03 22:19:50","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="97f8bd6039" /><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=202633d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></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">
						<div class="jp-carousel-photo-caption"></div>
					</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">
							<div class="jp-carousel-photo-title"></div>
						</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">
									<div class="jp-carousel-caption" itemprop="caption description"></div>
								</div>

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

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

				toggle_reblog_box_flair: function (obj_id, post_id) {

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

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

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

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

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script id="google-translate-init-js-extra">
var _wp_google_translate_widget = {"lang":"en","layout":"0"};
//# sourceURL=google-translate-init-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/_static/??-eJydjTEOwjAMAD9EaujQdkE8BYXURA6OHdWOKn7PUiY2xrvhDvYWkoqjONQeGvdMYlDQW0yvg6GqCtxJEjw68QokTxJyDJY2Zf7ye6gkQ7ET/FXdac3oBlk1MwbfohhHxx9xbG71epmXcZnm6TyWD4ITS0s='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=16.2-a.0"></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":"1f4c67618d","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%2F07%2F03%2Fdictionary-of-the-illegible%2F","blog_id":"5350761","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=5350761&v=wpcom&tz=-5&user_id=0&arch_home=1&subd=egelwan","is_public":"1"};
//# sourceURL=jetpack-carousel-js-extra
</script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/carousel/jetpack-carousel.min.js?m=1785223318i'></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.2-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.7.1/build/scripts/dom-ready/index.min.js?m=1786118922i&#038;ver=a06281ae5cf5500e9317"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1786440387i'></script>
<script data-wp-strategy="defer" defer id="jetpack-block-subscriptions-js" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/subscriptions/view.js?m=1782389597i&#038;minify=false&#038;ver=16.2-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=1783090810i&ver=7.1-beta3-62847"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,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 r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[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,r){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!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));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(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=/wp-includes/js/wp-emoji-loader.min.js
</script>
		<script type="text/javascript">
			(function() {
				var extend = function(out) {
					out = out || {};

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

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

					return out;
				};
				extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","grofiles-cards","wpgroho","the-neverending-homepage","google-translate-init","google-translate","jetpack-carousel","tiled-gallery","jetpack-blocks-assets-base-url","wp-dom-ready","wp-polyfill","jetpack-block-subscriptions","carousel-wpcom"] );
				extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","subscribe-floating-button-css","twentyeleven-block-style","twentyeleven-wpcom-style","reblogging","geo-location-flair","infinity-twentyeleven","h4-global","widget-grid-and-list","wp-img-auto-sizes-contain","wp-emoji-styles","wp-block-library","classic-theme-styles","wp-block-styles-placeholder","coblocks-inline-format","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-top-posts-widget","jetpack-swiper-library","jetpack-carousel","tiled-gallery","jetpack-block-subscriptions","jetpack-subscriptions","core-block-supports-duotone"] );
			})();
		</script>
				<span id="infinite-aria" aria-live="polite"></span>
		<script src="//stats.wp.com/w.js?69" 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/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTa2hseXRhX0lOSXlzZEdbRSZYTjJRZ3xSR2UyRVNqZEgvQTgraDh1Nzd4RltrOSZsejJUektffiV1QjdtOU44fFQyUnF3PXk9c1hUUDMmSjZONFtdbF12Ly9sUU5sY2pPMlZ6Z3UzRjJzMUJxfmF6UG14LkFrP3RJUU9+WklDNXxSfGNYM35kSUFaeDkrZHc4Ym5RJXQ9UmJ8QVlqVS5Oai16SHVqV3Q/SUQ0MTVsTWNlUlguLm1iLmlPWENGeCt2R0pvUEJ8Nlg9RU83SldNVjFvUkd1SGp1SytLMzZD'}]);
_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=202633"></script> 	
</body>
</html>