<!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=56912'
					+ '&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/sun/modules/infinite-scroll/infinity.css?m=1777406400i&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.8.0/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.8.0/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.8.0/build/styles/block-library/quote/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.8.0/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.8.0/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+EG9pSwQZxliY1xRAnUe3wuT1BgsKGbqyxPW/G3BK4GBSDmuTzSEGMi9ZHdxHTVPWuqkGIk0eY8FptzECiswNEHx4rJ7IyP0Gc4Zs1Yblz6vXlYByoR49cbEvYjYYRteDy0aB4X0ZSqQFr04QiUCZTZtBT6ZIl7oyaend570ZyMByH7FGKtuImSkoxzJtFOPrYK4URbFaN4f/n1Xvgfb3t2mbdbrvm/AQ0mons&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+8KwjAMxF/IGvwzhx/EZ9lqVrulaVlSx97eCgoTYfgtv3B33MGUjI2syAp6x4ACKbegU3nMSPhAhpaiHWRrRTbwh1x0JjRTsjH8eEI2ibLzLDBiyXXldFBUC1wzOYymtGnUR/4C01HjxzVrj5oaO7wZJDOEeMtUJnjuPHtFI3aMRJ9ly1Wv5Gu47OrqsK/Pp2PVPwEJU3bA&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/sun/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/sun/_inc/build/subscriptions/subscriptions.min.css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-5' href='/_static/??-eJylj0sOwjAMRC9EMEV8ukEcBbWpVZm6cRQ7RL09RaIsEZ/dzGj85IESnZdgGAzG7CLnnoLCFS02fnh60BxglC4zKhTqejQFk+ii6KzUJsa1V13Bx7QLBQ8tix/m+0IR05eA5R3fJMmK/OoswY88I8bO9Q0zpumd+2dwbtUnikYyl2+E5QE7j6fqWO+31W5TH653g3Sa/g==&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-56912" class="post-56912 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/30/what-happens-to-you-6ft-from-an-exploding-atomic-bomb/" rel="bookmark">What Happens to You 6ft from an Exploding Atomic&nbsp;Bomb?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/30/what-happens-to-you-6ft-from-an-exploding-atomic-bomb/" title="12.52 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-30T12:52:52-05:00">30 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/30/what-happens-to-you-6ft-from-an-exploding-atomic-bomb/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://i.ytimg.com/vi/Q77sBy-RmbI/maxresdefault.jpg" width="600" /></p>
<p>Curious Droid via <b><a href="https://www.youtube.com/watch?v=Q77sBy-RmbI">YouTube</a></b>:</p>
<blockquote><p>
&#8216;To our knowledge, no one has been 2m/6ft from an exploding atomic bomb or nuclear weapon. The nearest anyone has been where the victims of the Hiroshima and Nagasaki bombings, but they were just over 500m away from the detonation point and the physics of what happens just at 2m is very different to 500m. But if some was unlucky enough to find themselves in such a position what would happen to them, the atoms that make up their body, would they just be erased from existence or would something else happen to them. In this video we look at what happens to the human body 6ft from an exploding atomic bomb&#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/30/what-happens-to-you-6ft-from-an-exploding-atomic-bomb/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56912 -->

				
					
	<article id="post-56910" class="post-56910 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/30/google-caves-to-trump-again-renames-lake-ontario/" rel="bookmark">Google Caves to Trump Again, Renames Lake&nbsp;Ontario</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/30/google-caves-to-trump-again-renames-lake-ontario/" title="12.48 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-30T12:48:31-05:00">30 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/30/google-caves-to-trump-again-renames-lake-ontario/#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/08/GettyImages-2292329062-1200x675.jpg" width="600" /></p>
<p>Ece Yildirim via <b><a href="https://gizmodo.com/google-caves-to-trump-again-renames-lake-ontario-2000804763">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;&#8221;Lake America&#8221; it is&#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/30/google-caves-to-trump-again-renames-lake-ontario/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56910 -->

				
					
	<article id="post-56908" class="post-56908 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/30/how-lizzo-became-one-of-pop-cultures-great-flops/" rel="bookmark">How Lizzo Became One of Pop Culture’s Great&nbsp;Flops</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/30/how-lizzo-became-one-of-pop-cultures-great-flops/" title="7.35 am" rel="bookmark"><time class="entry-date" datetime="2026-08-30T07:35:28-05:00">30 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/30/how-lizzo-became-one-of-pop-cultures-great-flops/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://cdn.theatlantic.com/thumbor/ZoaTc1IzCvkbaTwLzkYeMEKTBzw=/0x61:2876x1559/1200x625/media/img/mt/2026/07/2026_07_02_Lizzo/original.jpg" width="600" />
</div>


<p class="wp-block-paragraph">Spencer Kornhaber via <strong><a href="https://www.theatlantic.com/culture/2026/07/music-flop-era/687785/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260830&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 class="wp-block-paragraph">&#8216;A new nightmare of downward mobility is in the air: fear of betrayal by the attention economy.…&#8217; </p>
</blockquote>



<p class="wp-block-paragraph"></p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/30/how-lizzo-became-one-of-pop-cultures-great-flops/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56908 -->

				
					
	<article id="post-56906" class="post-56906 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/29/can-green-lasers-damage-flock-cameras-yes-but/" rel="bookmark">Can Green Lasers Damage Flock Cameras? Yes,&nbsp;But…</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/29/can-green-lasers-damage-flock-cameras-yes-but/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-29T20:28:09-05:00">29 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/29/can-green-lasers-damage-flock-cameras-yes-but/#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.slashgear.com/img/gallery/can-green-lasers-damage-flock-cameras-yes-but-its-more-complicated-than-you-think/l-intro-1787340563.jpg" width="600" /></p>
<p>Joe Oliveto via <b><a href="https://www.slashgear.com/2242539/green-lasers-can-damage-flock-cameras-complicated-process/?zsource=flipboard">SlashGear</a></b>:</p>
<blockquote><p>
&#8216;One popular claim is that pointing a green laser at a Flock camera could disable the device. While it&#8217;s technically true that some green lasers can seriously damage or even destroy certain internal components of Flock cameras, it&#8217;s important to understand that the types of laser pointers available to consumers aren&#8217;t typically strong enough to do permanent damage&#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/29/can-green-lasers-damage-flock-cameras-yes-but/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56906 -->

				
					
	<article id="post-56904" class="post-56904 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/29/the-way-melania-trump-walked-away-from-the-president-speaks-volumes-experts-say/" rel="bookmark">The Way Melania Trump Walked Away From The President Speaks Volumes, Experts&nbsp;Say</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/29/the-way-melania-trump-walked-away-from-the-president-speaks-volumes-experts-say/" title="8.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-29T20:22:57-05:00">29 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/29/the-way-melania-trump-walked-away-from-the-president-speaks-volumes-experts-say/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://img.huffingtonpost.com/asset/6a8cad3a19000033536bb29b.jpeg?cache=BkxuDVmllg&amp;ops=500_281%2Cscalefit_1200_630" width="600" /></p>
<p>Caroline Bologna via <b><a href="https://www.huffpost.com/entry/what-body-language-experts-say-about-melania-and-trump-at-the-freedom-250-grand-prix-g_l_6a8ef9bae4b02b26136e08b2">HuffPost</a></b>:</p>
<blockquote><p>
&#8216;Footage of President Donald Trump and first lady Melania Trump at the Freedom 250 Grand Prix in Washington, D.C. in August raised eyebrows online, with many social media users speculating about some seemingly tense moments between the couple.</p>
<p>The videos circulating show the Trumps sitting together in a suite at the race and exchanging some words, after which Melania gets up from her seat and walks away.</p>
<p>When compared to previous first ladies (and even her first four years in the role), Melania has been conspicuously absent from public life during Trump’s second term. But after more than a month with no appearances, she emerged again last week ― a return that seems to have attracted extra attention amid the growing interest in the president’s aide, Natalie Harp.</p>
<p>Of course, silent footage filmed through glass from a distance can only tell us so much. But body language experts who have observed the couple for many years now say the way they are engaging speaks volumes&#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/29/the-way-melania-trump-walked-away-from-the-president-speaks-volumes-experts-say/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56904 -->

				
					
	<article id="post-56901" class="post-56901 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/29/what-might-happen-to-trumps-ill-gotten-gains/" rel="bookmark">What Might Happen to Trump’s Ill-Gotten&nbsp;Gains</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/29/what-might-happen-to-trumps-ill-gotten-gains/" title="8.18 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-29T20:18:39-05:00">29 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/29/what-might-happen-to-trumps-ill-gotten-gains/#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/nCkJrguStmQLeuxXQPTPRTI9jcU=/0x43:2000x1085/1200x625/media/img/mt/2026/08/2026_08_27_Frum_Autocracy_final/original.png" width="600" /></p>
<p>David Frum via <b><a href="https://www.theatlantic.com/ideas/2026/08/reclaim-wealth-trump-corruption/688435/?utm_medium=offsite&amp;utm_source=flipboard&amp;utm_campaign=all">The Atlantic</a></b>:</p>
<blockquote><p>
&#8216;Lessons from fallen autocrats&#8230;</p>
<p>Americans are not accustomed to learning lessons about democracy from Nigeria, Peru, or the Philippines. That disregard may soon change. Those countries offer examples of what it looks like to reclaim stolen or swindled wealth from fallen authoritarian rulers. Done right, this work can deliver justice and strengthen democratic institutions for the long run. But cleaning up after a corrupt regime also comes with serious challenges and hazards&#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/29/what-might-happen-to-trumps-ill-gotten-gains/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56901 -->

				
					
	<article id="post-56899" class="post-56899 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/29/im-a-psychologist-donald-trump-is-showing-troubling-pattern-and-its-getting-worse/" rel="bookmark">&#8216;I&#8217;m a psychologist – Donald Trump is showing troubling pattern and it&#8217;s getting&nbsp;worse&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/29/im-a-psychologist-donald-trump-is-showing-troubling-pattern-and-its-getting-worse/" title="8.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-29T20:15:29-05:00">29 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/29/im-a-psychologist-donald-trump-is-showing-troubling-pattern-and-its-getting-worse/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://hermes.media.static.aol.com/media/2026/08/29/39ead8c5-2a5b-337b-8be2-b5bf1983336b/c1bbf9f7-3db9-44dd-9c99-cae28b22acb6.jpg" width="600" /></p>
<p>Matthew Davies via <b><a href="https://www.aol.com/articles/im-psychologist-donald-trump-showing-132342000.html?utm_source=flipboard&amp;utm_content=topic%2Fbrain">AOL.com</a></b>:</p>
<blockquote><p>
&#8216;Claiming that he was only expressing his opinion, he cited what he claims are Trump&#8217;s &#8220;spasms and verbal glitches” — which, as he put it in the title of a recent video on his YouTube channel, are &#8220;getting worse&#8221;.</p>
<p>He cited what he claims are Trump&#8217;s &#8220;spasms and verbal glitches” -Credit:Getty Images</p>
<p>He played a series of clips of Trump that he claims show &#8220;highly concerning behaviour&#8221;, saying Trump has exhibited &#8220;slurring&#8221;, &#8220;word-finding&#8221; issues and spasms, and other behaviors he says seem to point to &#8220;significant decline&#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/29/im-a-psychologist-donald-trump-is-showing-troubling-pattern-and-its-getting-worse/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56899 -->

				
					
	<article id="post-56897" class="post-56897 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/americans-are-cheering-for-vigilantes-who-take-down-flock-cameras/" rel="bookmark">Americans are cheering for vigilantes who take down Flock&nbsp;cameras</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/americans-are-cheering-for-vigilantes-who-take-down-flock-cameras/" title="9.44 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:44:11-05:00">28 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/28/americans-are-cheering-for-vigilantes-who-take-down-flock-cameras/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://platform.theverge.com/wp-content/uploads/sites/2/2026/08/268713_Americans_seem_to_agree_that_destroy_Flock_cameras_is_good_CVirginia.jpg?quality=90&amp;strip=all&amp;crop=0%2C10.732984293194%2C100%2C78.534031413613&amp;w=1200" width="600" /></p>
<p>Janus Rose via <b><a href="https://www.theverge.com/tech/985155/flock-camera-destruction-vigilantes">The Verge</a></b>:</p>
<blockquote><p>
&#8216;The surveillance cameras have become another flashpoint of growing bipartisan anger against tech industry excess&#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/28/americans-are-cheering-for-vigilantes-who-take-down-flock-cameras/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56897 -->

				
					
	<article id="post-56895" class="post-56895 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/fastest-star-yet-seen-orbits-black-hole-at-8-speed-of-light/" rel="bookmark">Fastest star yet seen orbits black hole at 8% speed of&nbsp;light</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/fastest-star-yet-seen-orbits-black-hole-at-8-speed-of-light/" title="9.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:35:16-05:00">28 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/28/fastest-star-yet-seen-orbits-black-hole-at-8-speed-of-light/#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_!W8TR!,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%2Fd323f434-7429-420c-bc56-991d3a2ca745_1410x917.jpeg" width="600" /></p>
<p>Rob Beschizza via <b><a href="https://premium.boingboing.net/p/fastest-star-yet-seen-orbits-black">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;S301 loops around Sagittarius A* every 8.7 years, hitting 25,000 kilometers per second at its closest approach&#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/28/fastest-star-yet-seen-orbits-black-hole-at-8-speed-of-light/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56895 -->

				
					
	<article id="post-56893" class="post-56893 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/jd-vance-brags-about-getting-his-wife-to-have-the-baby-she-didnt-want/" rel="bookmark">JD Vance brags about getting his wife to have the baby she didn&#8217;t&nbsp;want</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/jd-vance-brags-about-getting-his-wife-to-have-the-baby-she-didnt-want/" title="9.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:34:37-05:00">28 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/28/jd-vance-brags-about-getting-his-wife-to-have-the-baby-she-didnt-want/#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_!nBqX!,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%2F4f709bdd-90e8-40f0-803c-9d41315a1e7f_810x539.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/jd-vance-brags-about-getting-his">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Usha Vance told him he could be VP or have a fourth child, and he says he got both&#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/28/jd-vance-brags-about-getting-his-wife-to-have-the-baby-she-didnt-want/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56893 -->

				
					
	<article id="post-56891" class="post-56891 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/a-countercultural-film-playlist-for-1960s-obsessives/" rel="bookmark">A countercultural film playlist for 1960s&nbsp;obsessives</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/a-countercultural-film-playlist-for-1960s-obsessives/" title="9.34 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:34:06-05:00">28 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/28/a-countercultural-film-playlist-for-1960s-obsessives/#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_!uQCP!,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%2F2f6b6e2b-a6d0-44b6-ac4f-822294ad3ac6_1200x798.jpeg" width="600" /></p>
<p>Mark Frauenfelder via <b><a href="https://premium.boingboing.net/p/a-countercultural-film-playlist-for">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The Bureau of Lost Culture podcast curated a list of 1960s counterculture films, from The Graduate to Eraserhead, tied to an interview with The Bad Trip author James Riley&#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/28/a-countercultural-film-playlist-for-1960s-obsessives/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56891 -->

				
					
	<article id="post-56889" class="post-56889 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/apocalypse-early-warning-system-counts-the-private-planes-in-the-sky-right-now/" rel="bookmark">Apocalypse Early Warning System counts the private planes in the sky right&nbsp;now</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/apocalypse-early-warning-system-counts-the-private-planes-in-the-sky-right-now/" title="9.33 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:33:08-05:00">28 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/28/apocalypse-early-warning-system-counts-the-private-planes-in-the-sky-right-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://substackcdn.com/image/fetch/$s_!q-CQ!,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%2Fc31a9ab1-fe8b-406e-866b-39a093d4204c_1200x674.jpeg" width="600" /></p>
<p>Mark Frauenfelder via <b><a href="https://premium.boingboing.net/p/apocalypse-early-warning-system-counts">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The tracker rates the threat from 1 to 5, working on the theory that people with access to private jets will flee first&#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/28/apocalypse-early-warning-system-counts-the-private-planes-in-the-sky-right-now/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56889 -->

				
					
	<article id="post-56887" class="post-56887 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/why-jung-believed-your-complexes-lead-their-own-inner-lives/" rel="bookmark">Why Jung believed your “complexes” lead their own inner&nbsp;lives</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/why-jung-believed-your-complexes-lead-their-own-inner-lives/" title="9.29 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:29:49-05:00">28 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/28/why-jung-believed-your-complexes-lead-their-own-inner-lives/#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_!FBXJ!,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%2Fa4be98fd-fc09-40d6-adc4-0c0756117a55_1200x675.jpeg" width="600" /></p>
<p>Big Think via <b><a href="https://bigthinkmedia.substack.com/p/mini-personalities-why-carl-jung">Big Think</a></b>:</p>
<blockquote><p>
&#8216;Ryan Haule outlined what Jung believed were the key characteristics of a complex:</p>
<ol>
<li>It has a sort of body with its own physiology so that it can upset the stomach, breathing, heart</li>
<li>It has its own willpower and intentions so that it can disturb a train of thought or a course of action just as another human being can do</li>
<li>It is in principle no different from the ego which is itself a complex</li>
<li>It becomes dramatized in our dreams, poetry, and drama</li>
<li>It becomes visible and audible in hallucinations</li>
<li>It completely victimizes the personality in insanity</li>
</ol>
<p>Like much of Jung’s work, complexes have not been scientifically validated in the ways that other psychological concepts and tests have, like operant conditioning or the Wechsler Adult Intelligence Scale. One reason is that it would be impossible to study complexes directly. Jung believed, after all, that complexes primarily exist in the personal unconscious, a subdivision of the psyche we cannot access directly in everyday waking life&#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/28/why-jung-believed-your-complexes-lead-their-own-inner-lives/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56887 -->

				
					
	<article id="post-56885" class="post-56885 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/literary-fiction-has-lost-the-plot/" rel="bookmark">Literary Fiction Has Lost the&nbsp;Plot</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/literary-fiction-has-lost-the-plot/" title="9.26 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:26:50-05:00">28 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/28/literary-fiction-has-lost-the-plot/#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_!I-tg!,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%2F1593f06f-3fc4-4b8a-aa8b-540f77515893_1200x630.png" width="600" /></p>
<p>Devon Halliday via <b><a href="https://devonhalliday.substack.com/p/literary-fiction-has-lost-the-plot">Devon Halliday</a></b>:</p>
<blockquote><p>
&#8216;I am so frustrated with contemporary literary fiction. Everything I’ve tried lately has been, not just bad in the sense of “Oh, that book didn’t really come together in the end,” but bad in the sense of “I can’t imagine why anyone would give this book more than five minutes of their time.”&#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/28/literary-fiction-has-lost-the-plot/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56885 -->

				
					
	<article id="post-56883" class="post-56883 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/good-riddance-ratko-mladic-murderous-butcher-of-bosnia-dead-at-83/" rel="bookmark">Good Riddance, Ratko Mladic, Murderous ‘Butcher of Bosnia,’ Dead at&nbsp;83</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/good-riddance-ratko-mladic-murderous-butcher-of-bosnia-dead-at-83/" title="9.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:22:27-05:00">28 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/28/good-riddance-ratko-mladic-murderous-butcher-of-bosnia-dead-at-83/#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/2019/07/14/obituaries/Mladicobit2/Mladicobit2-facebookJumbo.jpg" width="600" /></p>
<p> </p>
<div style="border: 3px black solid;padding: 10px 10px 10px 10px">
Dan Bilefsky via <b><a href="https://www.nytimes.com/2026/08/27/world/europe/ratko-mladic-dead.html">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;A general during the Balkan wars of the 1990s, he was convicted in the killing of some 8,000 Muslims at Srebrenica, Europe’s deadliest massacre since World War II&#8230;.&#8217;
</p></blockquote>
</div>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep 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/28/good-riddance-ratko-mladic-murderous-butcher-of-bosnia-dead-at-83/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56883 -->

				
					
	<article id="post-56881" class="post-56881 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/28/is-mojtaba-khamenei-dead/" rel="bookmark">Is Mojtaba Khamenei&nbsp;Dead?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/28/is-mojtaba-khamenei-dead/" title="9.19 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-28T21:19:41-05:00">28 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/28/is-mojtaba-khamenei-dead/#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/8YIfaXLi-RK6rdSt5ZQaZ0CXqKM=/1x85:3994x2165/1200x625/media/img/mt/2026/08/2026_08_25_Is_Mojtaba_Khamenei_Dead_Arash_Azizi/original.jpg" width="600" /></p>
<p>Arash Azizi via <b><a href="https://www.theatlantic.com/international/2026/08/mojtaba-khamenei-dead-rumor-iran/688393/?utm_source=feed">The Atlantic</a></b>:</p>
<blockquote><p>
&#8216;The office of Iran’s supreme leader has fallen quiet, fueling uncertainty in a country with decisions to make&#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/28/is-mojtaba-khamenei-dead/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56881 -->

				
					
	<article id="post-56880" class="post-56880 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/24/how-bella-freud-sigmund-freuds-great-grandaughter-reinvented-psychoanalysis/" rel="bookmark">How Bella Freud, Sigmund Freud’s Great-Grandaughter, Reinvented&nbsp;Psychoanalysis</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/24/how-bella-freud-sigmund-freuds-great-grandaughter-reinvented-psychoanalysis/" title="8.24 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-24T20:24:00-05:00">24 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/24/how-bella-freud-sigmund-freuds-great-grandaughter-reinvented-psychoanalysis/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://culturedmag.nyc3.digitaloceanspaces.com/uploads/2026/08/21175947/Bella-Freud-by-Lynette-Garland-2025.jpg" width="600" />
</div>

<p class="wp-block-paragraph">Jamieson Webster via <strong><a href="https://www.culturedmag.com/article/2026/08/22/culture-bella-freud-fashion-neurosis-psychoanalysis/">Cultured</a></strong>:</p>




<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;The fashion designer and host of the cult Fashion Neurosis podcast sat down with Jamieson Webster to talk about unwittingly transforming the method her ancestor invented.…&#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/24/how-bella-freud-sigmund-freuds-great-grandaughter-reinvented-psychoanalysis/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56880 -->

				
					
	<article id="post-56879" class="post-56879 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/24/the-trump-comedians-are-tired/" rel="bookmark">The Trump Comedians Are&nbsp;Tired</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/24/the-trump-comedians-are-tired/" title="8.07 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-24T20:07:43-05:00">24 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/24/the-trump-comedians-are-tired/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://cdn.theatlantic.com/thumbor/LHBrFYLt1Rf4yIbsHwn_ZKhdgEo=/0x43:2000x1085/1200x625/media/img/mt/2026/08/2026_08_14_comedy_mpg/original.jpg" width="600" />
</div>

<p class="wp-block-paragraph">Will Gottsegen via <strong><a href="https://www.theatlantic.com/culture/2026/08/trump-comedians-satire/688379/?gift=ibIap80VMZ7Mj4cnUb2kHICozycvBZTiTJZCHhOGLew&amp;utm_source=copy-link&amp;utm_medium=social&amp;utm_campaign=share">The Atlantic</a></strong>:</p>




<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;Today, some of the comedians who rode the initial wave have come to feel a little …sick of the shtick—and they’re skeptical about the function of political comedy in a world that’s arguably beyond parody.…&#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/24/the-trump-comedians-are-tired/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56879 -->

				
					
	<article id="post-56872" class="post-56872 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/23/trump-laying-groundwork-to-impose-national-emergency-by-sowing-election-distrust/" rel="bookmark">Trump laying groundwork to impose national emergency by sowing election&nbsp;distrust</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/23/trump-laying-groundwork-to-impose-national-emergency-by-sowing-election-distrust/" title="3.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-23T15:28:18-05:00">23 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/23/trump-laying-groundwork-to-impose-national-emergency-by-sowing-election-distrust/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://i.guim.co.uk/img/media/73ea7457d977187bb862638d15771e1325c0d309/1002_563_5196_4157/master/5196.jpg?width=1200&amp;height=630&amp;quality=85&amp;auto=format&amp;fit=crop&amp;precrop=40:21,offset-x50,offset-y0&amp;overlay-align=bottom%2Cleft&amp;overlay-width=100p&amp;overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&amp;enable=upscale&amp;s=d5de6294b4b60deb951e0848bd30e0c9" width="600" />
</div>

<p class="wp-block-paragraph">George Chidi via <strong><a href="https://www.theguardian.com/us-news/2026/aug/23/trump-sowing-election-distrust?CMP=GTUS_email">The Guardian</a></strong>:</p>




<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;A series of moves by Donald Trump’s administration to sow doubt in the integrity of US elections have intensified concern among voting experts – and sparked hope among election deniers – that it could declare a national emergency.</p><p>The White House and US federal agencies have released a string of documents this summer – including disputed analyses of alleged voting by noncitzens and historical intelligence memos – stoking expectations that the US president could move to exert greater control over November’s US midterm elections.…&#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/23/trump-laying-groundwork-to-impose-national-emergency-by-sowing-election-distrust/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56872 -->

				
					
	<article id="post-56864" class="post-56864 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/23/nytimes-the-real-natalie-harp-scandal-is-the-presidents-information-diet/" rel="bookmark">The Real Natalie Harp Scandal Is the President’s Information&nbsp;Diet</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/23/nytimes-the-real-natalie-harp-scandal-is-the-presidents-information-diet/" title="4.56 am" rel="bookmark"><time class="entry-date" datetime="2026-08-23T04:56:01-05:00">23 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/23/nytimes-the-real-natalie-harp-scandal-is-the-presidents-information-diet/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/08/22/multimedia/22bouie-newsletter-tcqf/22bouie-newsletter-tcqf-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" width="599" border="0" /><br />
</figure>
<p>Jamelle Bouie via <a href="https://www.nytimes.com/2026/08/22/opinion/trump-natalie-harp-information-news.html?smid=nytcore-ios-share">New York Times</a>:</p>
<blockquote><p>
&#8216;If the presidency is a job of crisis management, in which the principal task is to deal with an endless number of fires of various sizes and scope, then the most important thing a president can have is good information, to help him know what to handle, what to delegate and what to delay.</p>
<p>If Harp has as much control over Trump’s information environment as she appears to hold — if she is the one shaping his sense of the outside world — then it is entirely reasonable to say that Natalie Harp is one of the most powerful people in the United States.</p>
<p>The reason the Harp story has caught fire is that it is salacious — the elderly president spends nearly all of his waking hours with a young, attractive aide — but the reason it matters is that it is further confirmation of one essential fact of the Trump White House: that the president exists in a degraded, chaotic information environment…&#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/08/23/nytimes-the-real-natalie-harp-scandal-is-the-presidents-information-diet/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56864 -->

				
					
	<article id="post-56862" class="post-56862 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/22/opinion-trumps-lust-for-vengeance-is-turning-into-a-farce/" rel="bookmark">Trump’s Lust for Vengeance Is Turning Into a&nbsp;Farce</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/22/opinion-trumps-lust-for-vengeance-is-turning-into-a-farce/" title="7.41 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-22T19:41:43-05:00">22 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/22/opinion-trumps-lust-for-vengeance-is-turning-into-a-farce/#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/08/19/multimedia/19bouie-qhkm/19bouie-qhkm-facebookJumbo.jpg" width="600" /></p>
<p>Jamelle Bouie via <b><a href="https://www.nytimes.com/2026/08/19/opinion/trumps-revenge.html?unlocked_article_code=1.7FA.IqdO.E17DAKIZ3saR&amp;smid=url-share">The New York Times</a></b>:</p>
<blockquote><p>&#8216;There are, to be sure, true believers within this administration, from the executive power fanatic Russell Vought to the far-right nativist Stephen Miller. But the man at the top has no such ambitions. He is there only for himself. The principal aim of his government as he sees it is his own glorification — a desperate quest to never lose face and to pursue vengeance against anyone who might undermine his sense of self&#8230;</p>
<p>With the terrible power of the United States at his fingertips, it is frightening to contemplate what he might do to save his fragile sense of self. He has already tried to wreck the country in pursuit of revenge against all those who challenge his ego and authority. There’s no reason to think that he won’t try to wreck the world in pursuit of the same&#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/08/22/opinion-trumps-lust-for-vengeance-is-turning-into-a-farce/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56862 -->

				
					
	<article id="post-56860" class="post-56860 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/22/this-companys-plans-to-deploy-space-mirrors-could-jeopardize-the-night-sky-for-many/" rel="bookmark">This company’s plans to deploy space mirrors could jeopardize the night sky for&nbsp;many</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/22/this-companys-plans-to-deploy-space-mirrors-could-jeopardize-the-night-sky-for-many/" title="3.37 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-22T15:37:17-05:00">22 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/22/this-companys-plans-to-deploy-space-mirrors-could-jeopardize-the-night-sky-for-many/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://wp.technologyreview.com/wp-content/uploads/2026/08/space-mirror3.jpg?resize=1200,600" width="600" /></p>
<p>Jonathan O&#8217;Callaghan via <b><a href="https://www.technologyreview.com/2026/08/21/1142755/space-mirrors-night-sky/">MIT Technology Review</a></b>:</p>
<blockquote><p>
&#8216;Reflect Orbital’s giant beams will shine as bright as 10,000 full moons and scatter light over tens of kilometers&#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/22/this-companys-plans-to-deploy-space-mirrors-could-jeopardize-the-night-sky-for-many/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56860 -->

				
					
	<article id="post-56858" class="post-56858 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/21/thank-you-for-your-inattention-to-this-matter-the-atlantic/" rel="bookmark">Thank You for Your Inattention to This&nbsp;Matter</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/21/thank-you-for-your-inattention-to-this-matter-the-atlantic/" title="9.03 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-21T21:03:49-05:00">21 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/21/thank-you-for-your-inattention-to-this-matter-the-atlantic/#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://cdn.theatlantic.com/thumbor/Y1WWfzafguHKMOVPKU5K2TFHlbg=/360x0:2520x1620/1200x900/media/newsletters/2026/08/2026_08_21_The_Daily_The_World_Isnt_Listening_to_Trump_Anymore_2224957287/original.jpg" width="599" border="0"/></p>
</figure>
<p>David A. Graham via <a href="https://www.theatlantic.com/newsletters/2026/08/trump-inattention-iran-war/688381/"><strong>The Atlantic</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;During his first term, Trump garnered outsized attention for outrageous statements. In August 2017, for example, he created an international incident by threatening North Korea with “fire, fury, and frankly power, the likes of which this world has never seen before.” Trump clearly delighted in how the press and global leaders would scramble to respond to these provocations, and some people argued that he was pursuing Richard Nixon’s “madman theory” of keeping adversaries off balance. One can draw a direct connection between the fire-and-fury threat in 2017 and Trump’s friendly statements about North Korea’s Kim Jong Un in the past week.</p>
<p>But over time, the world has grown jaundiced about Trump’s threats. The good news is that few world leaders and observers feel the need to take Trump’s outbursts seriously anymore. Fire drills driven by Trump’s idle talk fatigue the media, the public, and geopolitical systems, and they distract from more important stories.</p>
<p>But that’s also the bad news. First, some of the things that Trump says are very dangerous. His favoritism toward North Korea could destabilize the region and encourage South Korea and Japan—to say nothing of Iran and other rogue states—to pursue nuclear-weapons programs. Second, he does occasionally follow through; Venezuela’s Nicolás Maduro may have thought that Trump was bluffing before he was arrested during an American incursion in January.…&#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/08/21/thank-you-for-your-inattention-to-this-matter-the-atlantic/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56858 -->

				
					
	<article id="post-56856" class="post-56856 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/earths-organisms-developed-via-evolution-some-theorists-wonder-what-if-the-entire-cosmos-did-too/" rel="bookmark">Earth&#8217;s Organisms Developed Via Evolution. Some Theorists Wonder: What if the Entire Cosmos Did,&nbsp;Too?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/earths-organisms-developed-via-evolution-some-theorists-wonder-what-if-the-entire-cosmos-did-too/" title="10.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T22:47:06-05:00">20 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/20/earths-organisms-developed-via-evolution-some-theorists-wonder-what-if-the-entire-cosmos-did-too/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://th-thumbnailer.cdn-si-edu.com/caoAxlTOLyoIxtlGTD-YZkM3bpU=/fit-in/1600x0/filters:focal(521x516:522x517)/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer_public/11/48/11487635-0fac-4b64-baa7-f7f3cb941e79/image_1.png" width="600" />
</div>

<p class="wp-block-paragraph">Eli Stark-Elster via <strong><a href="https://www.smithsonianmag.com/science-nature/earths-organisms-developed-via-evolution-some-theorists-wonder-what-if-the-entire-cosmos-did-too-180989338/">Smithsonian</a></strong>:</p>




<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;The idea that universes evolve like organisms sat on the fringes of theoretical physics for decades. Then, a Substack post and a 2022 find by the James Webb Space Telescope boosted the concept…&#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/20/earths-organisms-developed-via-evolution-some-theorists-wonder-what-if-the-entire-cosmos-did-too/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56856 -->

				
					
	<article id="post-56854" class="post-56854 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/donald-trump-effectively-just-told-iran-to-get-a-nuclear-weapon/" rel="bookmark">Donald Trump Effectively Just Told Iran to Get a Nuclear&nbsp;Weapon</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/donald-trump-effectively-just-told-iran-to-get-a-nuclear-weapon/" title="10.35 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T22:35:32-05:00">20 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/20/donald-trump-effectively-just-told-iran-to-get-a-nuclear-weapon/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<div style="text-align:center">
<img src="https://cdn.theatlantic.com/thumbor/yEJVu7L7VeMU0nCGm21SPgqPkUI=/0x43:2000x1085/1200x625/media/img/mt/2026/08/2026_8_19_Trump_Iran/original.jpg" width="600" />
</div>


<p class="wp-block-paragraph">Tom Nichols via <strong><a href="https://www.theatlantic.com/ideas/2026/08/trump-north-korean-iran-nuclear-weapons/688339/?utm_campaign=one-story-to-read-today&amp;utm_content=20260820&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=One%20Story%20to%20Read%20Today">The Atlantic</a></strong>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">&#8216;President Trump’s bumbled comments on North Korea sent a clear message to Iran: Nuclear deterrence, even with only a few bombs, works… He may also have blurted out classified information about North Korea.…&#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/08/20/donald-trump-effectively-just-told-iran-to-get-a-nuclear-weapon/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56854 -->

				
					
	<article id="post-56852" class="post-56852 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/the-secret-lives-of-japanese-temple-frogs/" rel="bookmark">The Secret Lives of Japanese Temple&nbsp;Frogs</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/the-secret-lives-of-japanese-temple-frogs/" title="10.12 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T22:12:09-05:00">20 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/20/the-secret-lives-of-japanese-temple-frogs/#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/08/Currie_HERO_07c29f.png" width="600" /></p>
<p>Jake Currie via <b><a href="https://nautil.us/the-secret-lives-of-japanese-temple-frogs-1284039?utm_source=flipboard&amp;utm_content=topic/travel">Nautilus</a></b>:</p>
<blockquote><p>
&#8216;Japan is home to tons of Buddhist temples and Shinto shrines (which you should be sure to visit if you ever find yourself there). These picturesque locales—numbering in the hundreds in cities like Kyoto—offer serene oases in busy urban environments for both people and wildlife alike. According to a new study published in Urban Ecosystems, frogs in particular are drawn to their many water features, making the landmarks both culturally and ecologically important&#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/20/the-secret-lives-of-japanese-temple-frogs/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56852 -->

				
					
	<article id="post-56850" class="post-56850 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/navy-considers-replacing-a-black-pearl-harbor-hero-with-a-fat-fraudulent-loser/" rel="bookmark">Navy considers replacing a Black Pearl Harbor hero with a fat, fraudulent&nbsp;loser</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/navy-considers-replacing-a-black-pearl-harbor-hero-with-a-fat-fraudulent-loser/" title="9.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T21:11:02-05:00">20 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/20/navy-considers-replacing-a-black-pearl-harbor-hero-with-a-fat-fraudulent-loser/#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_!4WLW!,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%2Fa5120ffe-f198-4ee3-ae2f-ee819e1d390a_1200x800.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/navy-considers-replacing-a-black">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Suffering unprecedented embarrassment on the international stage, morale issues are so deep that sailors are reputedly jumping overboard, but never fear: the United States Navy has a plan. Reportedly, they are considering renaming an aircraft carrier after 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/08/20/navy-considers-replacing-a-black-pearl-harbor-hero-with-a-fat-fraudulent-loser/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56850 -->

				
					
	<article id="post-56848" class="post-56848 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/theres-life-before-watching-bone-tomahawk-and-then-theres-life-after-watching-bone-tomahawk/" rel="bookmark">There&#8217;s Life Before Watching &#8216;Bone Tomahawk,&#8217; and Then There&#8217;s Life After Watching &#8216;Bone&nbsp;Tomahawk&#8217;</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/theres-life-before-watching-bone-tomahawk-and-then-theres-life-after-watching-bone-tomahawk/" title="9.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T21:10:17-05:00">20 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/20/theres-life-before-watching-bone-tomahawk-and-then-theres-life-after-watching-bone-tomahawk/#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/08/Bonesaw-Tomahawk-1200x675.jpg" width="600" /></p>
<p>Isaiah Colbert via <b><a href="https://gizmodo.com/theres-life-before-watching-bone-tomahawk-and-then-theres-life-after-watching-bone-tomahawk-2000801193">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;Once Bone Tomahawk kicks into its third act, it morphs into one of the most stark, frightening strings of events committed to celluloid. Up to this point, the film’s depiction of violence is handled matter-of-factly, without any sense of spectacle. There’s no buildup of tension when shit hits the fan on their journey; like breathing, it simply happens nonchalantly, with little zhuzh in the camera work to accentuate it. When the movie shifts into its final act and encounters the mysterious tribe at the epicenter of our heroes’ discontent, it becomes full-on horror, with some of the most terrifying depictions of violence and brutality I’ve ever seen.</p>
<p>On top of its action-packed final act’s pacing and cinematography moving with surgical precision, Bone Tomahawk surprised the fuck out of me with some of the most grotesque “How the hell did they even do that?” practical effects once its antagonists entered the film. I’m talking a full-body horror experience that burns into your retinas and whose booming bellows ring in your ears like tinnitus long after credits roll. It’s rare for a film to earn the accolade of being the best movie in a genre you’ve ever seen—a real instant classic—while seriously making you consider never watching it again for your own well-being&#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/20/theres-life-before-watching-bone-tomahawk-and-then-theres-life-after-watching-bone-tomahawk/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56848 -->

				
					
	<article id="post-56846" class="post-56846 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/debates-over-ai-consciousness-are-a-trap/" rel="bookmark">Debates over AI consciousness are a&nbsp;trap</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/debates-over-ai-consciousness-are-a-trap/" title="8.50 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T20:50:56-05:00">20 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/20/debates-over-ai-consciousness-are-a-trap/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://wp.technologyreview.com/wp-content/uploads/2026/08/smokescreen.jpg?resize=1200,600" width="600" /></p>
<p>Rumman Chowdhury via <b><a href="https://www.technologyreview.com/2026/08/20/1142571/ai-consciousness-debate-trap/">MIT Technology Review</a></b>:</p>
<blockquote><p>
&#8216;If AI systems are viewed as too advanced to control, the companies that build them can’t held liable for the harms they cause&#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/20/debates-over-ai-consciousness-are-a-trap/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56846 -->

				
					
	<article id="post-56844" class="post-56844 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/trump-may-be-ready-to-claim-he-doesnt-know-pete-hegseth/" rel="bookmark">Trump may be ready to claim he doesn&#8217;t know Pete&nbsp;Hegseth</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/trump-may-be-ready-to-claim-he-doesnt-know-pete-hegseth/" title="8.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T20:47:37-05:00">20 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/20/trump-may-be-ready-to-claim-he-doesnt-know-pete-hegseth/#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_!LmWm!,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%2F06e105ca-bd23-40de-a340-8645e101f666_1080x575.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/trump-may-be-ready-to-claim-he-doesnt">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Sources say Hegseth&#8217;s job is in danger as the Iran war drags on and the Strait of Hormuz stays closed with gas near $4 a gallon&#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/20/trump-may-be-ready-to-claim-he-doesnt-know-pete-hegseth/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56844 -->

				
					
	<article id="post-56842" class="post-56842 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/white-house-furious-after-jon-ossoff-mentions-trumps-fawning-aide-natalie-harp/" rel="bookmark">White House furious after Jon Ossoff mentions Trump&#8217;s fawning aide Natalie&nbsp;Harp</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/white-house-furious-after-jon-ossoff-mentions-trumps-fawning-aide-natalie-harp/" title="8.47 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T20:47:13-05:00">20 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/20/white-house-furious-after-jon-ossoff-mentions-trumps-fawning-aide-natalie-harp/#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_!Mr_e!,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%2F10e8410b-5cd8-4541-b3b0-5fc9c89d454c_1280x720.jpeg" width="600" /></p>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/white-house-furious-after-jon-ossoff">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;Even Harp&#8217;s own brother Preston calls her relationship with the president unhealthy after becoming estranged over 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/08/20/white-house-furious-after-jon-ossoff-mentions-trumps-fawning-aide-natalie-harp/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56842 -->

				
					
	<article id="post-56840" class="post-56840 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/20/the-worlds-oldest-living-things-14-ancient-organisms/" rel="bookmark">The World’s Oldest Living Things: 14 Ancient&nbsp;Organisms</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/20/the-worlds-oldest-living-things-14-ancient-organisms/" title="8.46 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-20T20:46:38-05:00">20 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/20/the-worlds-oldest-living-things-14-ancient-organisms/#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/krIUiRgcRqyI5i4C_6dX3A-3slEe2OOCO_bDraqqp5Y/rt:fit/w:1200/q:81/sm:1/scp:1/ar:1/aHR0cHM6Ly9hdGxh/cy1kZXYuczMuYW1h/em9uYXdzLmNvbS91/cGxvYWRzL2Fzc2V0/cy84MWY5ZTBjNy03/NDFkLTQyNDAtYTFm/Yy05NGUzZjQ3MDhi/ZDM2ZTk1ZDZmOGM5/YmRkOWMzNTdfJ0xv/cmRfb2ZfdGhlX0Zv/cmVzdCdfVGFuZV9N/YWh1dGEuanBn.jpg" width="600" /></p>
<p>Holyn Thigpen via <b><a href="https://www.atlasobscura.com/articles/where-to-find-the-oldest-living-things-in-the-world">Atlas Obscura</a></b>:</p>
<blockquote><p>
&#8216;“Oldest” is not one definitive measurement but several, depending on what type of living thing you’re looking at. Some record-holders, like Utah’s Pando, are clonal colonies, while others, such as a spruce trunk, are individual, continuously growing organisms whose age is counted directly through rings, layers, or growth bands. Still others, like deep-sea sponges, grow so slowly that their age can only be estimated. Understanding which kind of “old” you’re looking at helps explain why the ages on this list vary so widely.</p>
<ul>
<li>Pando Clonal quaking aspen colony 1+ million years Utah, USA</li>
<li>Honey Mushrooms Fungal network 2,400 years Oregon, USA</li>
<li>Old Tjikko Norway spruce 9,550 years Sweden</li>
<li>King Clone Creosote colony 11,700 years California, USA</li>
<li>Methuselah Tree Bristlecone pine ~4,800 years California, USA</li>
<li>Prometheus Bristlecone pine ~5,000 years Nevada, USA</li>
<li>Li Jiawan Grand Ginkgo King Ginkgo ~4,000 years China</li>
<li>Fortingall Yew Yew 2,000–5,000 years Scotland</li>
<li>Llangernyw Yew Yew 4,000–5,000 years Wales</li>
<li>Volcano Sponge Sponge ~15,000 years Antarctica</li>
<li>Black coral Coral colony 4,000+ years New Zealand&#8230;&#8217;</li>
</ul>
</blockquote>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/20/the-worlds-oldest-living-things-14-ancient-organisms/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56840 -->

				
					
	<article id="post-56838" class="post-56838 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/19/the-blackout-that-could-devastate-america/" rel="bookmark">The Blackout That Could Devastate&nbsp;America</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/19/the-blackout-that-could-devastate-america/" title="3.15 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-19T15:15:03-05:00">19 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/19/the-blackout-that-could-devastate-america/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://static01.nyt.com/images/2026/08/23/magazine/23mag-blackouts-hero/23mag-blackouts-hero-superJumbo-v4.jpg" width="599" border="0" /><br />
</figure>
<p>Via <a href="https://www.nytimes.com/2026/08/18/magazine/national-blackout-power-electricity-outage.html?">New York Times Magazine</a>:</p>
<blockquote><p>
&#8216;The power grid relies on thousands of aging, hand-built transformers. If enough fail, the blackout could last 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> <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/08/19/the-blackout-that-could-devastate-america/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56838 -->

				
					
	<article id="post-56836" class="post-56836 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/19/a-trump-grift-too-far/" rel="bookmark">A Trump Grift Too&nbsp;Far?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/19/a-trump-grift-too-far/" title="3.13 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-19T15:13:29-05:00">19 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/19/a-trump-grift-too-far/#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://media.newyorker.com/photos/6a7f3da7fa2d55c6cbd25a53/master/w_2560%2Cc_limit/Cassidy_Truth-Social-Profiteering.jpg" width="599" border="0" /><br />
</figure>
<p>Via <a href="https://www.newyorker.com/news/the-financial-page/selling-fast-access-to-truth-social-posts-a-trump-grift-too-far">The New Yorker</a>:</p>
<blockquote><p>
&#8216;A scheme to charge Wall Street traders for an early look at the President’s comments on Truth Social has generated outrage and a lawsuit&#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/08/19/a-trump-grift-too-far/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56836 -->

				
					
	<article id="post-56833" class="post-56833 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/19/the-incoherence-of-trumps-past-week-of-foreign-policy/" rel="bookmark">The Incoherence of Trump’s Past Week of Foreign&nbsp;Policy</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/19/the-incoherence-of-trumps-past-week-of-foreign-policy/" title="3.11 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-19T15:11:04-05:00">19 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/19/the-incoherence-of-trumps-past-week-of-foreign-policy/#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.politico.com/dims4/default/fcde0c9/2147483647/resize/762x/quality/90/?url=https%3A%2F%2Fstatic.politico.com%2F06%2F46%2F606293b74883a0a2a19946aeecfb%2Funlimiteduse-01-09-2026-white-house-isp-0004.jpg" width="599" border="0" /><br />
</figure>
<p>Via <a href="https://www.theatlantic.com/newsletters/2026/08/trump-foreign-policy-incoherence-iran/688312/">The Atlantic:</a></p>
<blockquote><p>
&#8216;As the war with Iran drags on, the president is in disagreement with the vice president, military leaders, and long-standing American allies&#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/08/19/the-incoherence-of-trumps-past-week-of-foreign-policy/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56833 -->

				
					
	<article id="post-56830" class="post-56830 post type-post status-publish format-standard hentry category-link">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/18/judge-tosses-out-trump-administrations-antisemitism-lawsuit-against-harvard/" rel="bookmark">Judge Tosses Out Trump Administration’s Antisemitism Lawsuit Against&nbsp;Harvard</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/18/judge-tosses-out-trump-administrations-antisemitism-lawsuit-against-harvard/" title="3.20 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-18T15:20:58-05:00">18 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/18/judge-tosses-out-trump-administrations-antisemitism-lawsuit-against-harvard/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><a href="https://www.forbes.com/sites/michaeltnietzel/2026/08/13/judge-tosses-outtrump-administrations-antisemitism-lawsuit-against-harvard/"><img class="alignnone size-full" src="https://followmehere.com/wp-content/uploads/2026/08/0x0.jpg" alt="" /></a></p>
<p>A federal judge today dismissed the Trump administration’s antisemitism lawsuit against Harvard, ruling the incidents cited were &#8220;too isolated and episodic&#8221; to prove ongoing civil rights violations. U.S. District Court Judge Richard G. Stearns found the government&#8217;s complaint, focusing on three March 2025 incidents, failed to show institutionalized noncompliance with Title VI. The Justice Department had accused Harvard of &#8220;deliberate indifference&#8221; to antisemitism and discrimination against Jews and Israelis, particularly regarding anti-Israel protests post-2023 Gaza war. Harvard argued the claims were outdated and lacked evidence of a continuing violation. This dismissal is a significant setback for the administration&#8217;s broader pressure campaign against Harvard.</p>
<p>Source: <a href="https://www.forbes.com/sites/michaeltnietzel/2026/08/13/judge-tosses-outtrump-administrations-antisemitism-lawsuit-against-harvard/">Judge Tosses Out Trump Administration’s Antisemitism Lawsuit Against Harvard</a></p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://followmehere.com/category/link/" rel="category tag">Link</a>			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/18/judge-tosses-out-trump-administrations-antisemitism-lawsuit-against-harvard/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56830 -->

				
					
	<article id="post-56829" class="post-56829 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/17/delete-doordash-our-demands/" rel="bookmark">Delete DoorDash: our&nbsp;demands</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/17/delete-doordash-our-demands/" title="9.22 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-17T21:22:09-05:00">17 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/17/delete-doordash-our-demands/#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:ANd9GcTMtthqkXjGdoZ5rVfugHtO_6jqSkAB3RtvA-1q-Y9ko7mVyuP-ImEW7Q1c&amp;s=10" width="599" border="0"/></p>
</figure>
<p>Via <a href="https://deletedoordash.com/?ref=indivisible"><strong>Delete DoorDash</strong></a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8216;For the last year and a half, DoorDash has been silent as their delivery drivers have been hunted and even killed in the streets by ICE and other federal police. Now, the company has come out in vocal support of H.R. 9720, a blatant attack on communities here in Washington DC. This legislation would strip away basic power from DC’s local elected government. DoorDash is pushing for it because they don’t want to pay a 20-cent fee for food access programs for low-income families. All those things are not okay with us. DC communities are calling on all allies to #DeleteDoorDash until our demands are met.…&#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/17/delete-doordash-our-demands/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56829 -->

				
					
	<article id="post-56827" class="post-56827 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/16/why-arent-we-more-upset/" rel="bookmark">Why Aren&#8217;t We More&nbsp;Upset?</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/16/why-arent-we-more-upset/" title="8.35 am" rel="bookmark"><time class="entry-date" datetime="2026-08-16T08:35:16-05:00">16 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/16/why-arent-we-more-upset/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<figure style="text-align: center">
<img style="display: block;margin-left: auto;margin-right: auto;padding: 5px" src="https://i0.wp.com/post.healthline.com/wp-content/uploads/2020/09/crying-when-angry-1296x728-header.jpg?w=1155&amp;h=1528" width="599" border="0" /><br />
</figure>
<p>Henry Abraham via <a href="https://henryabrahammd.substack.com/p/anger-trump-crimes-catering-box-prerogative-state-fraenkel?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F669c75d3-02d8-4d95-9397-8acb02ce1d85_320x404.png&amp;open=false">Substack</a>:</p>
<blockquote><p>
&#8216;What remains a mystery to me, though, is why Americans aren’t angrier over Trump’s crimes and misdemeanors. Have we forgotten our values of honesty, compassion, and creativity? Hasn’t anyone noticed that a third of the White House has been demolished? For a ballroom-bunker? Is patriotism only for “suckers and losers”? Are we ready to throw in the towel defending the rights of women, immigrants, people of color, and gays? Have we forgotten that we are “created equal and endowed by our Creator with certain unalienable rights”? What’s wrong with this picture and how did it get that way?</p>
<p>In 1941 the jurist Ernst Fraenkel who had fled Nazi Germany wrote a seminal book, The Dual State, in which he described two forms of government that could exist side by side. The first he called “the prerogative state,” and the second, “the normative state.” The first was the government that did whatever it wanted. The second was bound by the rule of law. The first is Donald Trump ignoring the birthright decision of the Supreme Court, or ICE agent Jonathan Ross killing Renee Good in Minneapolis without accountability. The normative state does what the law directs. The prerogative state does what it wants.</p>
<p>Americans live in both states, but unless the prerogative one affects us, we go about our business living under the illusion that our state is entirely “normative.” The prerogative Trump incinerates 300 school children on the first day of the Iran war, and we go out that evening for ice cream. Our illusion of normality protects us from shame, guilt, and rage because Trump’s paranoia, sadism, and slipping cognition don’t affect us personally. It’s time to shatter that illusion&#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/16/why-arent-we-more-upset/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56827 -->

				
					
	<article id="post-56825" class="post-56825 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/15/seems-karoline-leavitt-doesnt-want-to-be-left-to-die/" rel="bookmark">Seems Karoline Leavitt doesn&#8217;t want to be left to&nbsp;die</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/15/seems-karoline-leavitt-doesnt-want-to-be-left-to-die/" title="11.42 am" rel="bookmark"><time class="entry-date" datetime="2026-08-15T11:42:45-05:00">15 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/15/seems-karoline-leavitt-doesnt-want-to-be-left-to-die/#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://followmehere.com/wp-content/uploads/2026/08/2e774515-c84f-4616-832e-d471129f4952.png?w=529&amp;h=423" width="599" border="0" /><br />
</figure>
<p>Jason Weisberger via <b><a href="https://premium.boingboing.net/p/seems-karoline-leavitt-doesnt-want">Boing Boing</a></b>:</p>
<blockquote><p>
&#8216;The press secretary announced her resignation on July 16th, days after Trump escaped a missile threat in a catering truck&#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/15/seems-karoline-leavitt-doesnt-want-to-be-left-to-die/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56825 -->

				
					
	<article id="post-56823" class="post-56823 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/15/new-findings-about-universality-of-ticklishness-offer-clues-about-its-evolutionary-origins/" rel="bookmark">New Findings About Universality of Ticklishness Offer Clues About Its Evolutionary&nbsp;Origins</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/15/new-findings-about-universality-of-ticklishness-offer-clues-about-its-evolutionary-origins/" title="11.39 am" rel="bookmark"><time class="entry-date" datetime="2026-08-15T11:39:55-05:00">15 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/15/new-findings-about-universality-of-ticklishness-offer-clues-about-its-evolutionary-origins/#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://th-thumbnailer.cdn-si-edu.com/P0SCNcpQKlY2UUCJNg9XOLHB5Dg=/1026x684/filters:focal(3360x2240:3361x2241)/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer_public/3f/61/3f61108c-f025-4342-8ea3-0016969651e7/pexels-karola-g-6274699.jpg" width="599" border="0" /><br />
</figure>
<p>Sarah Kuta via <b><a href="https://www.smithsonianmag.com/smart-news/from-armpits-to-feet-our-ticklish-hot-spots-are-surprisingly-universal-the-finding-offers-clues-about-the-sensations-evolutionary-origins-180989324/">Smithsonian Magazine</a></b>:</p>
<blockquote><p>
&#8216;Scientists have discovered that people from distinct cultural backgrounds are ticklish in many of the same spots on their bodies. In addition to the armpits and soles of the feet, the belly and the neck consistently rank as some of the most ticklish body parts across cultures, scientists report in a study published August 10 in the journal Nature Human Behaviour. The findings could help researchers unravel why this strange sensation evolved.</p>
<p>Ticklishness is a nearly universal human sensation—and one that we share with rats, meerkats and great apes—yet scientists know surprisingly little about it. Researchers recognize two types of tickling: knismesis, a light, feather-like sensation that usually doesn’t provoke laughter, and gargalesis, which is caused by firm, repetitive touches that typically elicit giggling and movement.</p>
<p>Until now, research on tickling has been largely focused on knismesis because of its similarity to itchiness, a symptom of many medical conditions. Gargalesis, meanwhile, has remained “really a very poorly understood sensation,” Michael Brecht, a neuroscientist at Humboldt University of Berlin who was not involved with the study, tells Nature’s Claire Ainsworth.</p>
<p>In the new study, a research duo set out to understand some of the basics about gargalesis. They recruited 448 participants divided equally among three cultural backgrounds: Chinese, Dutch and Greek. Each completed a survey about tickling and created a body map of their most ticklish spots, along with maps for other sensations, including pain, pleasure and touch sensitivity.</p>
<p>The data yielded “remarkably similar patterns regardless of where participants came from,” study co-author Konstantina Kilteni, a neuroscientist at Radboud University in the Netherlands, says in a statement&#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/15/new-findings-about-universality-of-ticklishness-offer-clues-about-its-evolutionary-origins/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56823 -->

				
					
	<article id="post-56821" class="post-56821 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/15/remarkable-discovery-upends-our-understanding-of-how-brains-store-memories/" rel="bookmark">&#8216;Remarkable&#8217; discovery upends our understanding of how brains store&nbsp;memories</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/15/remarkable-discovery-upends-our-understanding-of-how-brains-store-memories/" title="11.36 am" rel="bookmark"><time class="entry-date" datetime="2026-08-15T11:36:23-05:00">15 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/15/remarkable-discovery-upends-our-understanding-of-how-brains-store-memories/#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.newscientist.com/wp-content/uploads/2026/08/SEI_308195965.jpg" width="600" /></p>
<p>Via <b><a href="https://www.newscientist.com/article/2584638-remarkable-discovery-upends-our-understanding-of-how-brains-store-memories/">New Scientist</a></b>:</p>
<blockquote><p>
&#8216;Memories in mice persisted even after they lost the connections that we thought were needed for recall, expanding our knowledge of memory in the mammalian brain&#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/15/remarkable-discovery-upends-our-understanding-of-how-brains-store-memories/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56821 -->

				
					
	<article id="post-56819" class="post-56819 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/15/r-i-p-john-crowley-author-of-reality-blurring-fantasy-novels-like-little-big-83/" rel="bookmark">R.I.P. John Crowley, Author of Reality-Blurring Fantasy Novels Like ‘Little, Big,‘&nbsp;83</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/15/r-i-p-john-crowley-author-of-reality-blurring-fantasy-novels-like-little-big-83/" title="11.34 am" rel="bookmark"><time class="entry-date" datetime="2026-08-15T11:34:46-05:00">15 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/15/r-i-p-john-crowley-author-of-reality-blurring-fantasy-novels-like-little-big-83/#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/08/12/multimedia/00Crowley--04-fcwh/00Crowley--04-fcwh-facebookJumbo.jpg" width="600" /></p>
<p> </p>
<div style="border: 3px black solid;padding: 10px 10px 10px 10px">
Clay Risen via <b><a href="https://www.nytimes.com/2026/08/13/books/john-crowley-dead.html">The New York Times</a></b>:</p>
<blockquote><p>
&#8216;John Crowley, an author of sweeping fantastical narratives whose ability to blend such disparate material as American history, dreams of lost utopias and “Alice in Wonderland”-tinged occult allowed him to transcend the fantasy genre in novels like “Little, Big,” which the critic Harold Bloom called a “neglected masterpiece,” died on Sunday at his home in Conway, Mass. He was 83&#8230;</p>
<p>&#8230;His work drew comparisons to C.S. Lewis, J.R.R. Tolkien and Thomas Pynchon; reviewers recognized notes of Dante, Shakespeare and Lewis Carroll. Writing in The Washington Post in 2000, the critic Michael Dirda called Mr. Crowley “arguably the most original and accomplished American fantasy writer ever.”&#8230;&#8217;
</p></blockquote>
</div>
<p> </p>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
			
									<span class="cat-links">
					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Uncategorized			</span>
							
									
									<span class="sep"> | </span>
						<span class="comments-link"><a href="https://followmehere.com/2026/08/15/r-i-p-john-crowley-author-of-reality-blurring-fantasy-novels-like-little-big-83/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56819 -->

				
					
	<article id="post-56817" class="post-56817 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/15/heres-the-manual-for-ices-electric-shock-gloves/" rel="bookmark">Here&#8217;s the Manual for ICE&#8217;s Electric Shock&nbsp;Gloves</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/15/heres-the-manual-for-ices-electric-shock-gloves/" title="10.20 am" rel="bookmark"><time class="entry-date" datetime="2026-08-15T10:20:25-05:00">15 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/15/heres-the-manual-for-ices-electric-shock-gloves/#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/0f/76/0f76b548-bc58-4f25-abc3-3f5ebca07da4/content/images/size/w1200/2026/08/gloves.png" width="600" /></p>
<p>Joseph Cox via <b><a href="https://www.404media.co/heres-the-manual-for-ices-electric-shock-gloves/">404 Media</a></b>:</p>
<blockquote><p>
&#8216;ICE plans to spends tens of millions of dollars on the gloves, which are supposed to incapacitate people. A manual 404 Media found says the gloves may even contribute to “sudden death.”&#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/15/heres-the-manual-for-ices-electric-shock-gloves/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56817 -->

				
					
	<article id="post-56814" class="post-56814 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/13/a-small-plane-for-a-small-man/" rel="bookmark">Every man for himself, but especially the&nbsp;Clown-in-Chief</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/13/a-small-plane-for-a-small-man/" title="5.29 am" rel="bookmark"><time class="entry-date" datetime="2026-08-13T05:29:58-05:00">13 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/13/a-small-plane-for-a-small-man/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p><img style="display: block;margin-left: auto;margin-right: auto" title="2e774515-c84f-4616-832e-d471129f4952.png" src="https://followmehere.com/wp-content/uploads/2026/08/2e774515-c84f-4616-832e-d471129f4952.png" alt="2e774515 c84f 4616 832e d471129f4952." width="529" height="423" border="0" /></p>
<p>Via <a href="https://substack.com/@hrichardson">Heather Cox Richardson</a>:</p>
<blockquote><p>
&#8216;The scandal that Trump secretly used a small plane to leave Türkiye for Britain after credible Iranian threats of assassination, leaving journalists and White House staffers to act as a decoy, has provided a crystal clear view of the president. As writer and cartoonist Liza Donnelly summed it up in her Seeing Things: “To Save Himself, Trump Endangered Others.”</p>
<p>The choice of who left the decoy plane to travel with Trump also revealed that Trump opted to protect his loyal aides rather than any cabinet officials, prizing loyalists over members of the government. Dan Lamothe and Cat Zakrzewski of the Washington Post reported today that Trump left Secretary of State Marco Rubio behind on the decoy plane but took with him White House deputy chief of staff Dan Scavino, executive assistant Natalie Harp, and director of Oval Office operations Walt Nauta.</p>
<p>The journalists report that Scavino, Harp, and Nauta worked for Trump at Mar-a-Lago in between his presidencies after others distanced themselves. Nauta was indicted on six felony counts, including taking part in a conspiracy to obstruct justice, after allegedly helping Trump hide the classified documents he retained after leaving the White House.</p>
<p>Also traveling with the president was Defense Secretary Pete Hegseth, who cheered on Trump’s attack on Iran. Although Hegseth apparently retains Trump’s approval, Natalie Oliverio of Military Times reported yesterday that repeated extension of their tours of duty to more than 8 months while the condition of their ship has deteriorated, with broken showers and little food, has led sailors from the USS Abraham Lincoln to self-harm, including attempts to jump from the 60-foot-high deck. More than 200 family members have raised concerns about sailors’ mental health, exhaustion, and safety with Navy officials.</p>
<p>With Trump slipping both politically and personally, there is a frantic feeling in the air as members of the Trump administration and their allies appear to be trying to grab all they can before the midterm elections&#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/13/a-small-plane-for-a-small-man/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56814 -->

				
					
	<article id="post-56811" class="post-56811 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/12/deja-vu-a-window-on-the-past-and-a-key-to-human-survival/" rel="bookmark">Déjà vu – a window on the past and a key to human&nbsp;survival</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/12/deja-vu-a-window-on-the-past-and-a-key-to-human-survival/" title="9.23 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-12T21:23:38-05:00">12 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/12/deja-vu-a-window-on-the-past-and-a-key-to-human-survival/#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/bed33711-15d1-4efb-9558-a206aab8b454/test-nn11556269.jpg?width=1200&amp;quality=75&amp;format=jpeg" width="600" /></p>
<p>Anne Cleary via <b><a href="https://aeon.co/essays/deja-vu-a-window-on-the-past-and-a-key-to-human-survival?utm_source=downtherabbithole.beehiiv.com&amp;utm_medium=newsletter&amp;utm_campaign=307-deja-vu-spreading-goodwill-august-is-generous&amp;_bhlid=39f57b8bf05e659db75e42e8be8bc2a79d9e825f">Aeon</a></b>:</p>
<blockquote><p>
&#8216;Have you been here before? The eerie sensation is the shadow of your mind searching inward for clues to its own survival&#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/12/deja-vu-a-window-on-the-past-and-a-key-to-human-survival/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56811 -->

				
					
	<article id="post-56809" class="post-56809 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/11/looking-to-see-the-solar-eclipse-from-north-america-heres-where-and-when-to-catch-a-sliver/" rel="bookmark">Looking to see the solar eclipse from North America? Here&#8217;s where and when to catch a&nbsp;sliver</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/11/looking-to-see-the-solar-eclipse-from-north-america-heres-where-and-when-to-catch-a-sliver/" title="9.10 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-11T21:10:46-05:00">11 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/11/looking-to-see-the-solar-eclipse-from-north-america-heres-where-and-when-to-catch-a-sliver/#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/ae1f547/2147483647/strip/true/crop/3088x2058+0+129/resize/980x653!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2Ffc%2Fa8%2F2c3ae6a7a6bfaa311257ba3c803d%2Fa9a4bd169f75463996b39d23541b63e9" width="600" /></p>
<p>Marcia Dunn via <b><a href="https://apnews.com/article/total-solar-eclipse-nasa-partial-dce4e61ae5d359b659e00673ce82fea7">AP News</a></b>:</p>
<blockquote><p>
&#8216;Sorry, North America. After winning the cosmic lottery with a pair of coast-to-coast total solar eclipses, now it’s Europe’s turn.</p>
<p>But look skyward anyway Wednesday and, if you’re far enough north in the U.S. and Canada, you might savor a partial eclipse as the moon nibbles away at the sun&#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/11/looking-to-see-the-solar-eclipse-from-north-america-heres-where-and-when-to-catch-a-sliver/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56809 -->

				
					
	<article id="post-56807" class="post-56807 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/11/questions-i-have-after-learning-that-trump-was-allegedly-smuggled-out-of-air-force-one-in-a-catering-box/" rel="bookmark">Questions I Have After Learning That Trump Was Allegedly Smuggled Out of Air Force One in a Catering&nbsp;Box</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/11/questions-i-have-after-learning-that-trump-was-allegedly-smuggled-out-of-air-force-one-in-a-catering-box/" title="8.33 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-11T20:33:04-05:00">11 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/11/questions-i-have-after-learning-that-trump-was-allegedly-smuggled-out-of-air-force-one-in-a-catering-box/#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/06/GettyImages-2281806667-1200x675.jpg" width="600" /></p>
<p>Mike Pearl via <b><a href="https://gizmodo.com/questions-i-have-after-learning-that-trump-was-allegedly-smuggled-out-of-air-force-one-in-a-catering-box-2000797392">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;We already knew something weird happened with Donald Trump last month in Turkey, even by the already weird standards of this administration. He ordered new military strikes against Iran while in Turkey for a NATO summit—meaning he was unusually close to the fireworks he was creating. Then, when he left Turkey for the U.K., the official story was cagey and self-contradictory, and involved him supposedly flying on an older Air Force One-designated plane, instead of his brand new, more luxurious Air Force One.</p>
<p>However, it’s now being reported that the president flew to the U.K. not on the new Air Force One nor one of the Old Air Force Ones, but that he got on one of the old planes and posed for the press like everything was normal, and then slipped out a cargo door and into a catering box, which got carted off to a military plane, which he then flew aboard all the way to the U.K&#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/11/questions-i-have-after-learning-that-trump-was-allegedly-smuggled-out-of-air-force-one-in-a-catering-box/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56807 -->

				
					
	<article id="post-56805" class="post-56805 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/11/trumps-latest-attack-on-childhood-vaccines-is-the-worst-yet-heres-why/" rel="bookmark">Trump&#8217;s Latest Attack on Childhood Vaccines Is the Worst Yet—Here&#8217;s Why</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/11/trumps-latest-attack-on-childhood-vaccines-is-the-worst-yet-heres-why/" title="8.28 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-11T20:28:30-05:00">11 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/11/trumps-latest-attack-on-childhood-vaccines-is-the-worst-yet-heres-why/#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/08/Trump-and-RFK-Jr-1200x675.jpg" width="600" /></p>
<p>Ed Cara via <b><a href="https://gizmodo.com/trumps-latest-attack-on-childhood-vaccines-is-the-worst-yet-heres-why-2000797091">Gizmodo</a></b>:</p>
<blockquote><p>
&#8216;Trump&#8217;s latest executive order threatens to further unravel our progress against resurgent diseases like measles&#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/11/trumps-latest-attack-on-childhood-vaccines-is-the-worst-yet-heres-why/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56805 -->

				
					
	<article id="post-56803" class="post-56803 post type-post status-publish format-standard hentry">
		<header class="entry-header">
						<h1 class="entry-title"><a href="https://followmehere.com/2026/08/11/the-most-dramatic-meteor-shower-of-the-summer-peaks-the-day-of-a-solar-eclipse/" rel="bookmark">The most dramatic meteor shower of the summer peaks the day of a solar&nbsp;eclipse</a></h1>
			
						<div class="entry-meta">
				<span class="sep">Posted on </span><a href="https://followmehere.com/2026/08/11/the-most-dramatic-meteor-shower-of-the-summer-peaks-the-day-of-a-solar-eclipse/" title="7.45 pm" rel="bookmark"><time class="entry-date" datetime="2026-08-11T19:45:01-05:00">11 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/11/the-most-dramatic-meteor-shower-of-the-summer-peaks-the-day-of-a-solar-eclipse/#respond"><span class="leave-reply">Reply</span></a>			</div>
					</header><!-- .entry-header -->

				<div class="entry-content">
			<p style="text-align: center"><img src="https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/rockcms/2026-08/260811-perseid-meteor-shower-vl-1145a-d09dc2.jpg" width="600" /></p>
<p>Denise Chow via <b><a href="https://www.nbcnews.com/science/space/perseid-meteor-shower-solar-eclipse-time-watch-where-visible-rcna591924">NBC News</a></b>:</p>
<blockquote><p>
&#8216;A new moon will keep skies dark, making shooting star sightings more likely during the Perseids’ most active phase&#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/11/the-most-dramatic-meteor-shower-of-the-summer-peaks-the-day-of-a-solar-eclipse/#respond"><span class="leave-reply">Leave a reply</span></a></span>
			
					</footer><!-- .entry-meta -->
	</article><!-- #post-56803 -->

				
					
	<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 -->

				
							<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="482aa1d6de" />					<button type="submit"
													class="wp-block-button__link"
																	>
						Follow					</button>
				</p>
			</form>
							<div class="wp-block-jetpack-subscriptions__subscount">
					Join 83 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><a href="https://followmehere.com/2026/08/11/" aria-label="Posts published on August 11, 2026">11</a></td><td><a href="https://followmehere.com/2026/08/12/" aria-label="Posts published on August 12, 2026">12</a></td><td><a href="https://followmehere.com/2026/08/13/" aria-label="Posts published on August 13, 2026">13</a></td><td>14</td><td><a href="https://followmehere.com/2026/08/15/" aria-label="Posts published on August 15, 2026">15</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/08/16/" aria-label="Posts published on August 16, 2026">16</a></td><td><a href="https://followmehere.com/2026/08/17/" aria-label="Posts published on August 17, 2026">17</a></td><td><a href="https://followmehere.com/2026/08/18/" aria-label="Posts published on August 18, 2026">18</a></td><td><a href="https://followmehere.com/2026/08/19/" aria-label="Posts published on August 19, 2026">19</a></td><td><a href="https://followmehere.com/2026/08/20/" aria-label="Posts published on August 20, 2026">20</a></td><td><a href="https://followmehere.com/2026/08/21/" aria-label="Posts published on August 21, 2026">21</a></td><td><a href="https://followmehere.com/2026/08/22/" aria-label="Posts published on August 22, 2026">22</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/08/23/" aria-label="Posts published on August 23, 2026">23</a></td><td><a href="https://followmehere.com/2026/08/24/" aria-label="Posts published on August 24, 2026">24</a></td><td>25</td><td>26</td><td>27</td><td><a href="https://followmehere.com/2026/08/28/" aria-label="Posts published on August 28, 2026">28</a></td><td><a href="https://followmehere.com/2026/08/29/" aria-label="Posts published on August 29, 2026">29</a></td>
	</tr>
	<tr>
		<td><a href="https://followmehere.com/2026/08/30/" aria-label="Posts published on August 30, 2026">30</a></td><td id="today">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.theatlantic.com/culture/2026/07/music-flop-era/687785/?utm_campaign=atlantic-daily-newsletter&amp;utm_content=20260830&amp;utm_source=newsletter&amp;utm_medium=email&amp;lctg=6050e8354c8a1e4095fc2896&amp;utm_term=The%20Atlantic%20Daily' target='_blank' rel='nofollow'>theatlantic.com/culture/2&#8230;</a></li><li><a href='https://www.theatlantic.com/ideas/2026/08/reclaim-wealth-trump-corruption/688435/?utm_medium=offsite&amp;utm_source=flipboard&amp;utm_campaign=all' target='_blank' rel='nofollow'>theatlantic.com/ideas/202&#8230;</a></li><li><a href='https://premium.boingboing.net/p/a-countercultural-film-playlist-for' target='_blank' rel='nofollow'>premium.boingboing.net/p/&#8230;</a></li><li><a href='https://gizmodo.com/google-caves-to-trump-again-renames-lake-ontario-2000804763' target='_blank' rel='nofollow'>gizmodo.com/google-caves-&#8230;</a></li><li><a href='http://www.npr.org/blogs/codeswitch/2014/06/24/323665644/the-map-of-native-american-tribes-youve-never-seen-before?utm_source=npr_newsletter&amp;utm_medium=email&amp;utm_content=20140629&amp;utm_campaign=mostemailed&amp;utm_term=nprnews' target='_blank' rel='nofollow'>npr.org/blogs/codeswitch/&#8230;</a></li><li><a href='https://www.slashgear.com/2242539/green-lasers-can-damage-flock-cameras-complicated-process/?zsource=flipboard' target='_blank' rel='nofollow'>slashgear.com/2242539/gre&#8230;</a></li><li><a href='https://www.theverge.com/tech/985155/flock-camera-destruction-vigilantes' target='_blank' rel='nofollow'>theverge.com/tech/985155/&#8230;</a></li><li><a href='https://www.youtube.com/watch?v=Q77sBy-RmbI' target='_blank' rel='nofollow'>youtube.com/watch?v=Q77sB&#8230;</a></li><li><a href='https://www.aol.com/articles/im-psychologist-donald-trump-showing-132342000.html?utm_source=flipboard&amp;utm_content=topic%2Fbrain' target='_blank' rel='nofollow'>aol.com/articles/im-psych&#8230;</a></li></ul></aside><aside id="top-posts-2" class="widget widget_top-posts"><h3 class="widget-title">Top Recent Posts</h3><ul><li><a href="https://followmehere.com/2026/08/29/what-might-happen-to-trumps-ill-gotten-gains/" class="bump-view" data-bump-view="tp">What Might Happen to Trump’s Ill-Gotten Gains</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/2026/08/29/can-green-lasers-damage-flock-cameras-yes-but/" class="bump-view" data-bump-view="tp">Can Green Lasers Damage Flock Cameras? Yes, But…</a></li><li><a href="https://followmehere.com/2026/08/30/how-lizzo-became-one-of-pop-cultures-great-flops/" class="bump-view" data-bump-view="tp">How Lizzo Became One of Pop Culture’s Great Flops</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/2020/11/22/op-ed-impeach-the-president-again/" class="bump-view" data-bump-view="tp">Op-Ed: Impeach the president again</a></li><li><a href="https://followmehere.com/2010/11/16/happy-brithday/" class="bump-view" data-bump-view="tp">Happy Birthday</a></li><li><a href="https://followmehere.com/2008/11/13/sharing-their-demons-on-the-web/" class="bump-view" data-bump-view="tp">Sharing Their Demons on the Web</a></li><li><a href="https://followmehere.com/2013/01/14/anybody-know/" class="bump-view" data-bump-view="tp">Anybody know?</a></li><li><a href="https://followmehere.com/2009/02/18/rebecca-traister-on-bristol-palins-televised-interview-salon-life/" class="bump-view" data-bump-view="tp">Rebecca Traister on Bristol Palin&#039;s televised interview</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;(68)</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='https://helpwomen.net/im-feeling-curious/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/f7f041b503c44065638a496406f505102431acb7b2f25767def140f79f170582?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b578666c8c4674285212cad43bad0666b10093ff396b4d8d4ec67a71c84becdd?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/989d4166ff16fb879128081439a254450f186015a1d6793ad17159c08c6efcfc?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Triponus&#039;s avatar' src='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/ff039b67b90d84210770a72cbe9655e92daabf0f1175666171c3c838c4343631?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://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://angelicaochoa07.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/a348b60d41df389075f26cb15e179f5d07bd6961b350f849235316a28a61fe85?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><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=''><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=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9e8ff6d3b4b924cbf04db7ecc6680354772a9e5ac72ded17b4527afe69f41264?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://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='Discover and Explore&#039;s avatar' src='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5a9a757bff0cd8f00e68d2af4107ffd403929a41e753623f81dc14bda208b20c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.reneecarterhall.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/99b02d2caf6fa929c5345b4c8d0777bfd168053746b969fa1ccc45154d89b063?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://andiehannahweiner.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/6a2ebcf3c58983f4f4ef6ac9a791dc4fe62571b522d91c420dcb04c794564cd9?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='barneysday&#039;s avatar' src='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/53caa2c3b60538e0b35ce99844416f041a13f4df6d1e1aa21ec93a9091c7ba68?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><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='Epic Animal Photographs&#039;s avatar' src='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/186ac63444d5215ac7d492e5d6aa36381b974fe13eb4c9ee89782559c65b5fa6?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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="http://paulgreer.net"><img referrerpolicy="no-referrer" alt='Paul Greer&#039;s avatar' src='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/e1ebb95cb10a81f311b2470339c703b14a32070a79856f8a15fd6c4412b4f7de?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/b8386a8eda31ec7054a9137c6d861b9861a213047ed84df1da75a1dbd061a62a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://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://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="http://bryanconetta.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/9769dd99ef78362024631ec2006cd27e1f5b35c188ba0ccc82b503feb713761a?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://salonduthe.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/c67d0c6650d223b5504b3c0ff96ac377ec77f2d49e92f27ec30a0b3f13ad0301?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://bestpokerbonus123.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/313547c4edb80f8c9859c5577718d02164fac7f9560cf66b7487b9fa2f0886ac?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/7a4678cf124c6f5a77b120135d990d711f58ffaec56ee4490c2787cb6ba161ed?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://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='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.prophet666.com/'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d802137a10c820cb1bfb75ded8b95784d3ffb4cd396fb2d9437355ae8a04fcff?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><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='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/0b4e874ea1f67becbabbfaa87ceb21cd668b49a65924ba1c9c81d0b59d757832?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href='http://followmehere.com'><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/788a8caf99595f3956b747df5e17b18986d89ed5e3829500732c4921d8ff452c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://notes.kateva.org"><img referrerpolicy="no-referrer" alt='jgordon&#039;s avatar' src='https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54be8fb3c403377f5265caaf15d63b190309b3c115ef5901c3b90363b6247711?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://kshal.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/d6dcfe8ab5b95e6a43e12ebfd73b327921e17490d1f1762a54dad4c493f4c2b1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=""><img referrerpolicy="no-referrer" alt='Thomas George Lareau&#039;s avatar' src='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/046c888d97815a863819a82e9c454e2e83582a8b836c6f11b116632af63b1a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5599fa55e46d8bd0669474bc3e88ec5aa46955402a4f4cb26f0bfe70587105f1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://ichthusandouroboros.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1d65b8131ee24c728a8fecb9d0193cbfc081109ed48d47db52d294f24c99cff3?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://emergingthechrysalis.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/51f35510b7be75d3fe472e7a65dfdae7f98869c435fa4ee18bb6c69852ad321c?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://chillicon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/54620ab5295b3353bec525f97835069cfd134eb36d60ff2cdebf3afb2d2009ec?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://www.chewiesays.com/"><img referrerpolicy="no-referrer" alt='PC&#039;s avatar' src='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/be3ea7cbca278b0ff2005786896b85eee814d4717e8cfafbc7f651e91a49782e?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://bydesignsinccom.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/5629c34a142e8122c4f31481d3c62e759e1f21ac95dbba3272b7ecf7810600d0?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://mongolamerican.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/16fc32b774f6546ea31f2232365f9ddc12413a4bfadc6dc5611f8ad03f347a28?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href="http://milkroaddotorg.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=48&#038;d=identicon&#038;r=G' srcset='https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=48&#038;d=identicon&#038;r=G 1x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=72&#038;d=identicon&#038;r=G 1.5x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=96&#038;d=identicon&#038;r=G 2x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=144&#038;d=identicon&#038;r=G 3x, https://0.gravatar.com/avatar/95c7a385605b4eeded0486c5959bfcfe715ebb983f9d6f68ccdfca62fd9a8a43?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><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="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="http://hiitsmepam.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/8b1c3144add7dd52f9821386f1f6bbea21981994df6a440c5ae640307606ae00?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://thoughtuncommon.wordpress.com"><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=48&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=72&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=96&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=144&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/ebb1824aa1397204f0c448ed278f6cd733e6940b45073131147250994061d9c1?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><img referrerpolicy="no-referrer" alt='Unknown&#039;s avatar' src='https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G' srcset='https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=48&#038;d=identicon&#038;r=G 1x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=72&#038;d=identicon&#038;r=G 1.5x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=96&#038;d=identicon&#038;r=G 2x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=144&#038;d=identicon&#038;r=G 3x, https://1.gravatar.com/avatar/1908fafba017c0d6393b6ba1ce0c40b7d931c5496d1981d5cec62c9f547a562b?s=192&#038;d=identicon&#038;r=G 4x' class='avatar avatar-48' height='48' width='48' loading='lazy' decoding='async' /></a></li><li><a href=''><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='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></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":"21.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-31 23:43:14","last_post_date":"2026-07-21 22:08: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="482aa1d6de" /><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=202636d1133547e8a1f2801609f51cef12522abe7f6647d869e9fbc974fe356a37e613"></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" style="display: none;">
			<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/??-eJydjTEOwjAMAD9EaqhQyYJ4CkpTEzk4TlQ7qvg9S5m6Md4Nd7A1F6sYikHprnFPJAoZrYX43hm0CzxJIsydeAGSFwkZOo1rZf7xZygkQ9YT/BPdaEloCqnWxOhsDaIcDA9ivzzK/XLzo5/G69nnL+bpSoQ='></script>
<script id="google-translate-js" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#038;ver=16.2-a.4"></script>
<script id="jetpack-carousel-js-extra">
var jetpackSwiperLibraryPath = {"url":"/wp-content/mu-plugins/jetpack-plugin/sun/_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":"822281912a","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%2F21%2Fhow-leds-are-making-light-pollution-worse%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/sun/_inc/build/carousel/jetpack-carousel.min.js?m=1785214086i'></script>
<script data-wp-strategy="defer" defer id="tiled-gallery-js" src="/wp-content/mu-plugins/jetpack-plugin/sun/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?m=1755011788i&#038;ver=16.2-a.4"></script>
<script id="jetpack-blocks-assets-base-url-js-before">
var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/";
//# sourceURL=jetpack-blocks-assets-base-url-js-before
</script>
<script id="wp-dom-ready-js" src="/wp-content/plugins/gutenberg-core/v23.8.0/build/scripts/dom-ready/index.min.js?m=1787137145i&#038;ver=3fe927cab37bf38d6a23"></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/sun/_inc/blocks/subscriptions/view.js?m=1782393827i&#038;minify=false&#038;ver=16.2-a.4"></script>
<script crossorigin='anonymous' type='text/javascript'  src='/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1761899756i'></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/","ext":".png","svgUrl":"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/","svgExt":".svg","source":{"concatemoji":"/wp-includes/js/wp-emoji-release.min.js?m=1783090810i&ver=7.1-RC3-63319"}}
</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-quote","wp-block-quote-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/JUs1UEo3MlhbTHVDVTRvbmM3RjIzb05bci89VFVBXWJyUHxLW3UxSX56MnYtbG02L2cuPWpdMjI2eHFTT1ZmV2lvOHUvZnJpUCVPVy1fVltFNCZ4fFNoLkJhdXVsWkhsP0NDM3FBeCxqNyYsQWVhS249T2p4TzlGT0tZSUJONzV2ZXk9aksvWSsmUXlXZzRbcDdOSENkeV1Lfi8lWmVtZnVFQXdHST1VN2RsZFRheUtnZCtVaWp5ZS04S10zVExzRG5ac2hJQm9YanlnW2hEPVl+Ty5IWHhdT35zREVDbGxuXTMvYnRjS2g9bWVtWE5aQkdsW0F+OVNwU1FPMnF6blt6WWxbP0Y/LmN6MW5LJWJIKzkufnRHXVpVVQ=='}]);
_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=202636"></script> 	
</body>
</html>
<!--
	generated in 0.546 seconds
	460979 bytes batcached for 300 seconds
-->
