August 5, 2021 at 3:35:42 AM UTC
VERIFY
Websites
Websites
Runtime: 4.1s
Share on Facebook or Twitter
On August 5, 2021 at 3:35:42 AM UTC, https://devilsexcrement.com/ was accessible when tested on AS264731 in Venezuela.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
190.121.224.21
Query:
IN A devilsexcrement.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
192.0.78.25
AS2635 (Automattic, Inc)
@
IN
A
192.0.78.24
AS2635 (Automattic, Inc)

TCP Connections

192.0.78.24:443: succeeded
192.0.78.25:443: succeeded

HTTP Requests

URL
GET https://devilexcrement.com/
Response Headers
Content-Type:
text/html; charset=UTF-8
Date:
Thu, 05 Aug 2021 03:35:46 GMT
Host-Header:
WordPress.com
Link:
<https://wp.me/pwPU>; rel=shortlink
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Accept-Encoding
X-Ac:
3.mia _dca
X-Hacker:
If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
Response Body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Devil&#039;s Excrement | Observations focused on the problems of an underdeveloped country, Venezuela, with some serendipity about the world (orchids, techs, science, investments, politics) at large. A famous Venezuelan, Juan Pablo Perez Alfonzo, referred to oil as the devil&#039;s excrement. For countries, easy wealth appears indeed to be the sure path to failure. Venezuela might be a clear example of that.</title>
<link rel="pingback" href="https://devilexcrement.com/xmlrpc.php" />
<meta name='robots' content='max-image-preview:large' />

<!-- 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;
				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=aHR0cHM6Ly9kZXZpbGV4Y3JlbWVudC5jb20%3D"
		+ "&wpcomid=6084426"
		+ "&time=1628134545";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//devilsexcrement.wordpress.com' />
<link rel='dns-prefetch' href='//s.pubmine.com' />
<link rel='dns-prefetch' href='//x.bidswitch.net' />
<link rel='dns-prefetch' href='//static.criteo.net' />
<link rel='dns-prefetch' href='//ib.adnxs.com' />
<link rel='dns-prefetch' href='//aax.amazon-adsystem.com' />
<link rel='dns-prefetch' href='//bidder.criteo.com' />
<link rel='dns-prefetch' href='//cas.criteo.com' />
<link rel='dns-prefetch' href='//gum.criteo.com' />
<link rel='dns-prefetch' href='//ads.pubmatic.com' />
<link rel='dns-prefetch' href='//gads.pubmatic.com' />
<link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
<link rel='dns-prefetch' href='//ad.doubleclick.net' />
<link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//www.googletagservices.com' />
<link rel='dns-prefetch' href='//cdn.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.g.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' />
<link rel='dns-prefetch' href='//a.teads.tv' />
<link rel='dns-prefetch' href='//prebid.media.net' />
<link rel='dns-prefetch' href='//adserver-us.adtech.advertising.com' />
<link rel='dns-prefetch' href='//fastlane.rubiconproject.com' />
<link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' />
<link rel='dns-prefetch' href='//hb-api.omnitagjs.com' />
<link rel='dns-prefetch' href='//mtrx.go.sonobi.com' />
<link rel='dns-prefetch' href='//apex.go.sonobi.com' />
<link rel='dns-prefetch' href='//u.openx.net' />
<link rel="alternate" type="application/rss+xml" title="The Devil&#039;s Excrement &raquo; Feed" href="https://devilexcrement.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="The Devil&#039;s Excrement &raquo; Comments Feed" href="https://devilexcrement.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>
			<script type="text/javascript">
			window._wpemojiSettings = {"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":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1625065786h&ver=5.8-RC4-51463"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??-eJyNktlywyAMRX+oWHGaZvrS6bewqEQJGIYlrv++stskzt4XD1dwxPVF0EehQ1ewK+CriK5a6jL0UQcvsieHw4VqdM4vMMOUC/YEhmSkyWBdUNJdnT0cs5WlwmR5JyHs27ZpmwWoSs6MDfVOOFJJpgFyGRweG1GnXTWYYZvBoyGJDv1kfiaikwMm4dBKPTSeuuc47831GXTf/OSUm2GJcrQsh1CLsInMhe1/t0iyUGfzE1yHP2zZtIumBUO5HIviNjt73TFzrvsor3/8AdaTsVgYz4e1KPj9GJkmR6mYMGfBX0/Vi7Lhu64H6bcMsSroN1RQjhO3uxPFDV9YeTfsCPkheijoeQ4K3sty1sBiEBwdRx+6MyG+nKT0CE04jj8v7RTLSY7Qp/9o18v1++r1bbXa/gAblkmW?cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
	text-align:justify;
}
</style>
<link rel='stylesheet' id='print-css-1-1' href='https://s0.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print' />
<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;}
</style>
<link rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&cssminify=yes' type='text/css' media='all' />
<script id='wpcom-actionbar-placeholder-js-extra'>
var actionbardata = {"siteID":"6084426","siteName":"The Devil's Excrement","siteURL":"https:\/\/devilexcrement.com","icon":"<img alt='' src='https:\/\/secure.gravatar.com\/blavatar\/c3fd0253e031d57fbd72eae9ea48260c?s=50&d=https%3A%2F%2Fs0.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/whiteasmilk","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fdevilexcrement.com%252F2018%252F03%252F08%252Fhyper-inflated-arepa-index-reaches-all-time-high-again%252F","themeURL":"","xhrURL":"https:\/\/devilexcrement.com\/wp-admin\/admin-ajax.php","nonce":"6b1e77325a","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"abb2d6ad96\" \/>","referer":"https:\/\/devilexcrement.com\/","canFollow":"1","feedID":"34636756","statusMessage":"","customizeLink":"https:\/\/devilsexcrement.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fdevilsexcrement.wordpress.com%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: White as Milk","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 14,023 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fdevilexcrement.com%252F2018%252F03%252F08%252Fhyper-inflated-arepa-index-reaches-all-time-high-again%252F\">Log in now.<\/a>","stats":"Stats"}};
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJyFykEKwkAMQNELmQ4qtboQz1LbWDJMknGSQXt7K9SFILj6i//CI8Og4igeooWs5oxm/YRNtE34vqxXSgjVsCxAHEhu+sOV5JCLPufPIxlSHdHeM94rlnlNwyR/ETBNpXdc8YXP28OuOx3brt3HF3swRvU='></script>
<script type='text/javascript'>
	window.addEventListener( 'DOMContentLoaded', function() {
		rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
	} );
</script>
<link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1625210320h&cssminify=yes' type='text/css' media='all' />
<!--[if lt IE 8]>
<link rel='stylesheet' id='highlander-comments-ie7-css'  href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' media='all' />
<![endif]-->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://devilsexcrement.wordpress.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s0.wp.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/pwPU' />

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="The Devil&#039;s Excrement" />
<meta property="og:description" content="Observations focused on the problems of an underdeveloped country, Venezuela, with some serendipity about the world (orchids, techs, science, investments, politics) at large. A famous Venezuelan, J…" />
<meta property="og:url" content="https://devilexcrement.com/" />
<meta property="og:site_name" content="The Devil&#039;s Excrement" />
<meta property="og:image" content="https://secure.gravatar.com/blavatar/c3fd0253e031d57fbd72eae9ea48260c?s=200&amp;ts=1628134545" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:creator" content="@moctavio" />
<meta name="twitter:site" content="@moctavio" />

<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/c3fd0253e031d57fbd72eae9ea48260c?s=32" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/c3fd0253e031d57fbd72eae9ea48260c?s=32" sizes="16x16" />
<link rel="apple-touch-icon" href="https://secure.gravatar.com/blavatar/c3fd0253e031d57fbd72eae9ea48260c?s=114" />
<link rel='openid.server' href='https://devilexcrement.com/?openidserver=1' />
<link rel='openid.delegate' href='https://devilexcrement.com/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://devilexcrement.com/osd.xml" title="The Devil&#039;s Excrement" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<meta name="application-name" content="The Devil&#039;s Excrement" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Observations focused on the problems of an underdeveloped country, Venezuela, with some serendipity about the world (orchids, techs, science, investments, politics) at large. A famous Venezuelan, Juan Pablo Perez Alfonzo, referred to oil as the devil&#039;s excrement. For countries, easy wealth appears indeed to be the sure path to failure. Venezuela might be a clear example of that." /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://devilexcrement.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/c3fd0253e031d57fbd72eae9ea48260c?s=16" /><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s0.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s0.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s0.wp.com/i/favicon.ico" /><meta name="description" content="Observations focused on the problems of an underdeveloped country, Venezuela, with some serendipity about the world (orchids, techs, science, investments, politics) at large. A famous Venezuelan, Juan Pablo Perez Alfonzo, referred to oil as the devil&#039;s excrement. For countries, easy wealth appears indeed to be the sure path to failure. Venezuela might be a clear example of that." />
		<script type="text/javascript">

			window.doNotSellCallback = function() {

				var linkElements = [
					'a[href="https://wordpress.com/?ref=footer_blog"]',
					'a[href="https://wordpress.com/?ref=footer_website"]',
					'a[href="https://wordpress.com/?ref=vertical_footer"]',
					'a[href^="https://wordpress.com/?ref=footer_segment_"]',
				].join(',');

				var dnsLink = document.createElement( 'a' );
				dnsLink.href = 'https://wordpress.com/advertising-program-optout/';
				dnsLink.classList.add( 'do-not-sell-link' );
				dnsLink.rel = 'nofollow';
				dnsLink.style.marginLeft = '0.5em';
				dnsLink.textContent = 'Do Not Sell My Personal Information';

				var creditLinks = document.querySelectorAll( linkElements );

				if ( 0 === creditLinks.length ) {
					return false;
				}

				Array.prototype.forEach.call( creditLinks, function( el ) {
					el.insertAdjacentElement( 'afterend', dnsLink );
				});

				return true;
			};

		</script>
				<script type="text/javascript">
		function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
		var __ATA_PP = { 'pt': 0, 'ht': 0, 'tn': 'whiteasmilk', 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Advertisements' }, 'reportAd': { 'text': 'Report this ad' } }, 'siteid': 8982, 'blogid': 6084426 };
		var __ATA = __ATA || {};
		__ATA.cmd = __ATA.cmd || [];
		__ATA.criteo = __ATA.criteo || {};
		__ATA.criteo.cmd = __ATA.criteo.cmd || [];
		</script>
		<script type="text/javascript">
		(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
		function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
		w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
		(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
		</script><!-- There is no amphtml version available for this URL. --><script type="text/javascript">
	window.google_analytics_uacct = "UA-52447-2";
</script>

<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-52447-2']);
	_gaq.push(['_gat._anonymizeIp']);
	_gaq.push(['_setDomainName', 'none']);
	_gaq.push(['_setAllowLinker', true]);
	_gaq.push(['_initData']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
	})();
</script>
</head>
<body class="home blog customizer-styles-applied highlander-enabled highlander-light">

<div id="page">
<div id="header">

	<h1><a href="https://devilexcrement.com/">The Devil&#039;s Excrement</a></h1>
	<p id="blog_description">Observations focused on the problems of an underdeveloped country, Venezuela, with some serendipity about the world (orchids, techs, science, investments, politics) at large. A famous Venezuelan, Juan Pablo Perez Alfonzo, referred to oil as the devil&#039;s excrement. For countries, easy wealth appears indeed to be the sure path to failure. Venezuela might be a clear example of that.</p>

</div>
<hr class="hrhide" />

	<div id="content" class="narrowcolumn">

	
		
			<div class="post-22176 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22176"><a href="https://devilexcrement.com/2018/03/08/hyper-inflated-arepa-index-reaches-all-time-high-again/" rel="bookmark">Hyper-inflated arepa index reaches all time high&nbsp;(again)</a></h2>
				<small>March 8, 2018 <!-- by moctavio --></small>

				<div class="entry">
					<p>My only remaining connection to Venezuela is the arepa index, also called the hyper-inflated arepa index, which was created as a way of keeping tabs on inflation. Boy, little did I know how it would grow!<br />
The arepa cost 385,000 Bs on February 27. This gives a new all time high for the inflation rate since the cost was 225,000 Bs last month, which translates to a 73% per month increase. The previous record was 29% per month calculated at the end of January, which actually was an average over the previous two months. I thank my friend for sending the numbers to me. While he ate the arepa, I did not, we are using the same calculation methodology as before. God save the country with that inflation! But it seems that unless Maduro leaves and the economy is fixed, there can be no saving the country!!</p>
<p>That´s my opinion!</p>
			<div id="atatags-26942-610b5c91ee56d"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-26942-610b5c91ee56d',
						location: 120,
						formFactor: '001',
						label: {
							text: 'Advertisements',
						},
						creative: {
							reportAd: {
								text: 'Report this ad',
							},
							privacySettings: {
								text: 'Privacy',
								
							}
						}
					});
				});
			</script>				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2018/03/08/hyper-inflated-arepa-index-reaches-all-time-high-again/#comments">9 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22174 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22174"><a href="https://devilexcrement.com/2018/01/31/hyper-inflated-arepa-index-hits-an-all-time-high/" rel="bookmark">Hyper inflated arepa index hits an all time&nbsp;high</a></h2>
				<small>January 31, 2018 <!-- by moctavio --></small>

				<div class="entry">
					<p>A good friend just reported back to me that on Jan 27 the price of my usual queso de mano arepa bought at my favorite arepera was 225,000 Bs., up from essentially two months earlier when it was 35.000 bolivars, for a rise of roughly 270% a month!</p>
<p>Although some months I did not measure it because of my accident, the hyper inflated arepa index hit an all time high. It is a record which is indicative of prices in my country, Venezuela. Inflation is running at an all time high as measured by this index and is a reflection of the bad economic policies.</p>
<p>The timing of this report coincides with progress in my recovery: I am feeling somewhat better.</p>
<p>The friend reported the arepa was as good as ever!</p>
<div id="atatags-370373-610b5c91ef771">
        <script type="text/javascript">
            __ATA.cmd.push(function() {
                __ATA.initVideoSlot('atatags-370373-610b5c91ef771', {
                    sectionId: '370373',
                    format: 'inread'
                });
            });
        </script>
    </div>				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2018/01/31/hyper-inflated-arepa-index-hits-an-all-time-high/#comments">11 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22171 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22171"><a href="https://devilexcrement.com/2017/11/25/the-devil-is-back-with-uii/" rel="bookmark">The devil is back with&nbsp;UII</a></h2>
				<small>November 25, 2017 <!-- by moctavio --></small>

				<div class="entry">
					<p>A friend, LFU, came to visit and asked me “Do you want me to get you the price of the arepa?”. I said yes, but you have to find the same arepa and arepera. It is queso de mano at GHA. He went on Nov 20th and found the price to be “only” Bs. 35,000 a full 2100 times that last time on July 20th. 2016, before my accident. Little did I know that statistics would be ruined by the accident. (Of which I am better).  That is a full 29% per month roughly.</p>
<p>This agrees with what people feel and with estimates of Torino capital of inflation.</p>
<p>Of course, I don’t know whether the arepas were similar or not, but I thougt the record needed to be completed.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2017/11/25/the-devil-is-back-with-uii/#comments">19 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22162 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22162"><a href="https://devilexcrement.com/2017/04/17/why-doesnt-the-government-change-course/" rel="bookmark">Why doesn&#8217;t the government change&nbsp;course?</a></h2>
				<small>April 17, 2017 <!-- by moctavio --></small>

				<div class="entry">
					<p>Do you ever wonder why Maduro does not give up?</p>
<p>He could do so many things. But he is not wired that way. He. wants power.</p>
<p>Not since the Ukraine has there been a case like Venezuela and it is evident the government knows history.</p>
<p>A change in style? Regime change.</p>
<p>Change in terms of the debt? Regime change.</p>
<p>Devaluation? Regime change.</p>
<p>The only path that does not lead to regime change is if the price of oil goes back up. And they know it.<br />
When Chavez got to power debt was $22 billion. It rose supported by higher oil prices. That Is all. Chavizmo borrowed right and left as oil prices rose. Debt went from $20 some billion to $70.1 billion while Chavizmo was in power. And with oil at $150 a barrel, it was not only payable, they could skim a little. And they did.</p>
<p>But now with oil back at $50 or less, there is not enough money. So unless oil goes up, Venezuela can&#8217;t survive unless there is change, from the top.</p>
<p>But change implies a different model, a devaluation, but it all leads to regime change if you read history. So, they stay the course. Worse case, oil stay at its current level and there is regime change. And unhappy Venezuelans.</p>
<p>Earlier, there was the possibility of an economic stabilization fund but money, which would now be over $200 billion, was not saved. So another opportunity was lost.</p>
<p>Yes, we could default. But guess what: it would lead to regime change. That is history again.</p>
<p>There you have it. Most roads lead to regime change. And with collective clauses on the PDVSA debt, it would be messy for this government to swing a default.</p>
<p>So, they are personally rich, beyond your imagination. And they wait. That is the plan!</p>
<p>If all else fails there is always the money they stole. Just in case!</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2017/04/17/why-doesnt-the-government-change-course/#comments">20 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22153 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22153"><a href="https://devilexcrement.com/2017/04/01/something-has-to-give/" rel="bookmark">Something Has To&nbsp;Give</a></h2>
				<small>April 1, 2017 <!-- by moctavio --></small>

				<div class="entry">
					<p>(I wrote this post a week ago, but had no Internet)</p>
<p>&nbsp;</p>
<p>It’s really a tragedy. The price of oil shot up and Chavez took advantage of it. He also produced more and took advantage of it again, producing heavy crudes. And sent lots to China in exchange for cash. He got more of the oil. And he bartered it, sold it and played with it and the oil companies. He toyed with the exchange rate, making it unsustainably low. He allowed the government to sell US dollars cheap. The government used one rate. Everyone else had to use a different one.</p>
<p>But then he died. And the oil price went down.</p>
<p>Nobody would lend Venezuela money. And everyone seemed against it.</p>
<p>And then Fidel died.</p>
<p>And then Trump won.</p>
<p>Everything changed&#8230;</p>
<p>For how long..?</p>
<p>That is the question. Maduro does not have it easy.</p>
<p>His front man got caught. Chavez got away with many, many front men. And he played with the debt, which Maduro can&#8217;t.</p>
<p>When will things change?</p>
<p>I don&#8217;t know, but they will.</p>
<p>Not enough oil. Not enough money. Just wait. It is a matter of time.</p>
<p>Nobody is Chavista just because. There is money to be made, but it is getting harder. You need know-how, which they don’t have. They had it easy for a while.</p>
<p>So, they start again. Except it is harder this time.</p>
<p>Something has to give.</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2017/04/01/something-has-to-give/#comments">19 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22128 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22128"><a href="https://devilexcrement.com/2017/03/08/a-letter-from-my-sister/" rel="bookmark">A letter from my&nbsp;sister</a></h2>
				<small>March 8, 2017 <!-- by moctavio --></small>

				<div class="entry">
					<p>I dont&#8217;t want to make this blog about me. But my country is falling apart and I haven&#8217;t lived there since my accident so what special knowledge do I have?</p>
<p>But I have had wonderful experiences in having people show their appreciation and they have moved me. They really liked me!</p>
<p>I have mentioned some of them. Like waking up and noticing that people are surprised I was alive. Or my Santiago de Leon classmates whom I left many decades ago, getting together, and sending a picture hoping that I would wake up.</p>
<p>But nothing beats this letter from my sister, my little sister Beatriz. She wrote it while I was in coma and gave it to me last week. She shows she loves me and the letter is superb. I am Mickey in it, a nickname she uses sometimes. The  letter is amazing and you can imagine how I felt reading it! I love her!</p>
<p><em>&#8220;My beloved brother. My Mickey.</em></p>
<p><em>I can&#8217;t believe what is happening. I feel trapped in a nightmare! I have felt the most profound sadness!. My heart hurts. I beg God and life, that you wake up and that one day you are able to read these lines.</em></p>
<p><em>I know you know that I love you with all my heart. I have no regrets with you. We have given each other only beautiful things. I tell you that I love you deeply, every time I see you. I always find you terribly handsome and I have always let you know. I have caressed you&#8217;re thin grey hair a thousand times. I have the prettiest memories with you. Always laughing. So many good times. Travels. Dinners. Wine and more wine. The best conversations.</em></p>
<p><em>I remember that January, our traditional New Year&#8217;s barbecue. I called you to ask if I could bring Fran. You answered: your happiness is my happiness. I love you brother.</em></p>
<p><em>Doctors don&#8217;t know your head! It is not any brain. It is the most extraordinary brain I have met. I dream about you every night. And it is recurrent the dream where we talk about what happened. You tell me the few things that you remember. I tell you that Andres was the one who called me with the news. That we were having dinner with Ariadna. With Ari, with whom we used to go to Atlantic City together. I tell you that we took the first plane to Fort Lauderdale. That we left José alone in NY. I tell you about Kathy. How sweet it was to see her love for you. The hope we felt when we talked to you and you moved your hand. I kissed you so much in that intensive care bed. I kissed your hands. I kissed your feet. I begged you to open your eyes. We laughed about the fact that you had spent three months without drinking wine. In my dreams, I see you opening a magnum of Pesquera. Celebrating the miracle that you are.</em></p>
<p><em>I love you Mickey.</em></p>
<p><em>I feel thankful for every instant that we have shared! For every visit when I lived in NY. For your red with purple dots underwear. For each vacation in Turks. For each Saturday that you visited us in Tente-allá. For doing the monkey for me. For each barbecue! For the time we spent on the jacuzzi. For each wine. For each dinner. For the &#8220;Abadía de la retuerta&#8221;. For Venice. For biking in Italy. For your generosity. For your intelligence. For every laugh. For X and Y&#8217;s </em>(names redacted here for privacy)<em> story! ! For everything. For so much. For your example.</em></p>
<p><em>This has been a very painful process. The idea of loosing you is unbearable. I have felt infinite sadness. I can&#8217;t loose you. I don&#8217;t accept it.</em></p>
<p><em>Open your eyes, brother, we have so much life to share still. Open your eyes, brother, there are still many elections ahead and they all remind me of you. Open your eyes, Migue, we are going to Croatia. Open your eyes, because I need you. Because I can&#8217;t imagine being without you. Open your eyes, because I am on your team for whatever is to come. Because you are going to have so much love and support. Open your eyes. Together we can handle anything. Open your eyes, please, Mickey.</em></p>
<p><em>I love you</em></p>
<p><em>Bea&#8221;</em></p>
<p>That&#8217;s it, lovely isn&#8217;t it? I cried when I read it!</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2017/03/08/a-letter-from-my-sister/#comments">28 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22115 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22115"><a href="https://devilexcrement.com/2017/02/26/the-devil-thought-he-was-immortal/" rel="bookmark">The Devil thought he was&nbsp;immortal</a></h2>
				<small>February 26, 2017 <!-- by moctavio --></small>

				<div class="entry">
					<p>Up to August 6th, The Devil thought he was immortal. No more. That day he was on a bicycle in boca raton, and was hit by a car. My wife was biking with me, but she was ahead and wondered where I was. By the time she found me, I was unconscious and a long recovery began. I was with no consciousness for almost a month. I went to two additional hospitals and lived with tubes for a while.</p>
<p>It has been six months&#8230;</p>
<p>I spent time in an inpatient rehabilitation hospital.  I first remember waking up and noticed that people were very happy I was there. That is how close I came.</p>
<p>Since then it has been a fight to recover. I am better but not fine. And I have discovered I am not immortal but mortal.</p>
<p>Whether I want it or not.</p>
<p>People have been amazing. Truly amazing!</p>
<p>I have heard from so many people! Some I had fogotten about!</p>
<p>Classmates of mine from elementary school got together and took a picture of themselves with a sign wishing me a speedy recovery. It has been remarkable!</p>
<p>I must say I never heard biking was so dangerous, not one of the trips I took said it. I thought it was safe! I went down a volcano in Hawaii at 65 mph!</p>
<p>But The Devil is better. Not perfect, but recovering! Slowly, but surely!</p>
<p>It has been six moths, but I am improving, albeit slowly!</p>
<p>Will I ever be the same? I don&#8217;t know, but I will work hard. For my family, my friends and co workers. For my wife. They believed in me, I will show them.</p>
<p>I may never get back to performing the same. But people have shown they liked me. My life was not a waste. I will bring this blog back! And the orchid blog too! My country is no longer viable. I wonder what would have happened if it had happened there! But it would have made me not functional, so I try not to think about that.</p>
<p>So your Devil is back! Reduced but I will try to improve.</p>
<p>Thanks to the people at Healthsouth Rehab, Sunrise, Fl who took me in so warmly and without knowing me have brought me back! I will make them proud!</p>
<p>&nbsp;</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2017/02/26/the-devil-thought-he-was-immortal/#comments">85 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22113 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22113"><a href="https://devilexcrement.com/2016/10/04/we-shall-return/" rel="bookmark">We shall return</a></h2>
				<small>October 4, 2016 <!-- by moctavio --></small>

				<div class="entry">
					<p>The Devil has been silent for the last few months. Last summer, he was struck by a car while riding his bicycle and suffered a traumatic brain injury. He was in critical condition for several weeks and continued in acute care for another month but is now medically stable enough to have started physical and cognitive in-patient rehabilitation treatment. Please keep him in your thoughts and prayers.</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2016/10/04/we-shall-return/#comments">75 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-22111 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-22111"><a href="https://devilexcrement.com/2016/07/31/dedicated-to-venezuelas-political-prisoners-those-persecuted-and-those-in-exile/" rel="bookmark">Dedicated To Venezuela&#8217;s Political Prisoners, Those Persecuted and Those In&nbsp;Exile</a></h2>
				<small>July 31, 2016 <!-- by moctavio --></small>

				<div class="entry">
					<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe class='youtube-player' width='380' height='214' src='https://www.youtube.com/embed/iM-4cBTWNVY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent' allowfullscreen='true' style='border:0;' sandbox='allow-scripts allow-same-origin allow-popups allow-presentation'></iframe></span></p>
<p>My good friend Maruja dedicates this video to Venezuela&#8217;s Political prisoners, those persecuted and those in exile</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2016/07/31/dedicated-to-venezuelas-political-prisoners-those-persecuted-and-those-in-exile/#comments">8 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
			<div class="post-21969 post type-post status-publish format-standard hentry category-uncategorized">
				<h2 id="post-21969"><a href="https://devilexcrement.com/2016/07/19/thoughts-on-the-venezuelacolombia-border/" rel="bookmark">Thoughts On The Venezuela-Colombia Border</a></h2>
				<small>July 19, 2016 <!-- by moctavio --></small>

				<div class="entry">
					<p><img loading="lazy" data-attachment-id="21970" data-permalink="https://devilexcrement.com/2016/07/19/thoughts-on-the-venezuelacolombia-border/frontera1-2/" data-orig-file="https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg" data-orig-size="1391,776" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Frontera1" data-image-description="" data-image-caption="" data-medium-file="https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=300" data-large-file="https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=380" class="  wp-image-21970 aligncenter" src="https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=517&#038;h=288" alt="Frontera1" width="517" height="288" srcset="https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=517&amp;h=288 517w, https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=1032&amp;h=576 1032w, https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=128&amp;h=71 128w, https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=300&amp;h=167 300w, https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=768&amp;h=428 768w, https://devilsexcrement.files.wordpress.com/2016/07/frontera1.jpg?w=538&amp;h=300 538w" sizes="(max-width: 517px) 100vw, 517px" /></p>
<p style="text-align:center;"><strong>Venezuelans crowd the Simon Bolivar bridge in the border with Colombia waiting for its opening to go buy food and supplies there. </strong></p>
<p>I have been fascinated by the events at the Venezuela-Colombia border for the last two weekends, as the Government decided to open a relief valve and let Venezuelans go over to Colombia for the day to shop. The scenes have been fascinating, but more importantly, the political, social and most of all, economic significance of what we have seen is simply riveting.</p>
<p>Start with the fact that the Government shut down the border a year ago in order to supposedly stop contraband from Venezuela to Colombia. An explanation which was simply grandstanding, as the contraband flows through the hundreds of unpaved paths (trochas) that criss-cross the  border under the watchful eye (and sponsorship) of the Venezuelan military. Thus it was simply a remarkably sight, as well as lesson to the Government, to see an estimated 135,000 Venezuelans cross the border this weekend alone, in order to purchase the food, medicines and supplies that they can no longer buy in their own country.</p>
<p>This is exactly the opposite of what the Government had shut down the border for.</p>
<p>But the more important lesson is how Colombia´s distribution system is so much more superior to the Venezuelan one by allowing markets to run things. Not only can Colombia feed Colombians, but border supermarkets did quite a good job in providing food for 135,000 Venezuelans overnight. Yes, they did run out of some stuff, which was not unexpected, but there was also a transportation strike which influenced the fact that some supermarkets actually run out.</p>
<p>And imagine how many Venezuelans had to feel to have to go to Colombia to buy that very Venezuelan product Harina Pan, which was not only fully stocked on the other side, but to the surprise of many that were not aware of it, <a href="http://www.el-nacional.com/economia/Harina-Pan-Colombia-Zulia-bolivares_0_867513356.html">it was actually made in Colombia</a> and was made there by the Venezuelan company that the Chavista Government has demonized so much: Industrias Polar. Not only do markets work, but companies can move from one country to another looking for the best conditions to operate in. A lesson Maduro and his cronies simply will not understand.</p>
<p><img loading="lazy" data-attachment-id="21971" data-permalink="https://devilexcrement.com/2016/07/19/thoughts-on-the-venezuelacolombia-border/harina/" data-orig-file="https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg" data-orig-size="1048,785" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Harina" data-image-description="" data-image-caption="" data-medium-file="https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=300" data-large-file="https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=380" class="  wp-image-21971 aligncenter" src="https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=517&#038;h=387" alt="Harina" width="517" height="387" srcset="https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=517&amp;h=387 517w, https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=1034&amp;h=774 1034w, https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=128&amp;h=96 128w, https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=300&amp;h=225 300w, https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=768&amp;h=575 768w, https://devilsexcrement.files.wordpress.com/2016/07/harina.jpg?w=401&amp;h=300 401w" sizes="(max-width: 517px) 100vw, 517px" /></p>
<p style="text-align:center;"><strong>Venezuelans buy Colombian&#8217;made Harina Pan in Colombia at roughly a dollar a package</strong></p>
<p style="text-align:left;">And Colombia´s distribution system is better because it is orders of magnitude more efficient than Venezuela´s. Whether a product is imported or made there, companies can buy foreign currency and then proceed to deal with the their processes to deliver the product to the consumer. In contrast, the Venezuelan manufacturer has to deal with a supply chain, a control chain and a corruption chain.</p>
<p style="text-align:left;">Because at every step in Venezuela, from the request for foreign currency, to the request for certificates of having paid taxes, to a certificate of non-production in Venezuela, to requesting the foreign currency, to receiving approval, to having the stuff arrive, to have the stuff be brought out of the port, to have the stuff trucked to the factory of distribution point, etc, etc, etc.; at each of these steps there will be an official to get through, an office to stamp a seal or give approval, an official asking for money, a <em>gestor (agent)</em> that needs to be paid, a <em>peaje (toll)</em> to be complied with.</p>
<p style="text-align:left;">And each step adds costs and time to the process to the delivery of goods.</p>
<p style="text-align:left;">And it is not much different for the Government. Each ship of meat, grains or whatever needs to be accompanied by the approval of the appropriate General that decides how many Tons of each should be bought, which then jumps to the next step so that another General approves the payment. and once the boat arrives, it takes days to unload, to truck it out of the port and begin a distribution chain that has all of the same problems that the private one has, as stuff is deviated, stolen, smuggled out of the country and given to those that can pay money to to those in charge of the distribution system</p>
<p style="text-align:left;">But Chavismo refuses to see reality. Each time their Rube Goldbergeresque distribution and supply system fails to deliver, they decide to add a layer, assign a General to the new position and simply ignore economic reality and their own failure.</p>
<p style="text-align:left;">And the crowds going across the bridge were politically charged. An image for the rest of Venezuela and Venezuelans of over a hundred thousand people voting with their feet, taking their hard earned savings to buy their food in Colombia, food that not only they can´t buy in Venezuela, but that many were surprised as to how many items were actually cheaper on the other side of the border.</p>
<p style="text-align:left;">How can any Government use this image for its advantage? How can it possible erase it from people´minds come election time?</p>
<p style="text-align:left;">And at the same time, the images were broadcast around the world, clearly demonstrating the opposite of what the Government contends: There is indeed a crisis in Venezuela and Venezuelans are not being fed by a fairly wealthy but inefficient and corrupt Government.</p>
<p style="text-align:left;">And as I watched the scenes, I could not help but wonder about the economic implications of the shopping spree outside the country. How much did each person spend? How did they pay? How much was it for personal consumption, how much for bachaqueo? How do the merchants turn the Bolivars into pesos or dollars?</p>
<p style="text-align:left;">I confess I don´t have all the answers. I do know that people paid largely in Bolivars. I also know human nature. I am sure that people that waited hours to cross that bridge did not do so just to spend Bs. 10,000 (US$10 at the parallel rate) or to find a single item like toilet paper or toothpaste.</p>
<p style="text-align:left;">Look at this man for example:</p>
<p><img loading="lazy" data-attachment-id="21973" data-permalink="https://devilexcrement.com/2016/07/19/thoughts-on-the-venezuelacolombia-border/guy/" data-orig-file="https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg" data-orig-size="775,791" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="guy" data-image-description="" data-image-caption="" data-medium-file="https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=294" data-large-file="https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=294" class="  wp-image-21973 aligncenter" src="https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=514&#038;h=524" alt="guy" width="514" height="524" srcset="https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=514&amp;h=524 514w, https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=94&amp;h=96 94w, https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=294&amp;h=300 294w, https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg?w=768&amp;h=784 768w, https://devilsexcrement.files.wordpress.com/2016/07/guy.jpg 775w" sizes="(max-width: 514px) 100vw, 514px" /></p>
<p style="text-align:center;"><strong>Man crosses back into Venezuela with a bike full of goods</strong></p>
<p>The man may be an outlier (or a bachaquero), but he is certainly carrying a lot of goods in that bike. My guess is a few hundred dollars. But let´s assume it is much less on average. Let´s say the average Venezuelan carried US$100 in Bolivars across the border. This turns out to be US$ 13.5 million. Believe it or not, this is a large amount in Venezuela these days for the black market. Thus, I have no idea how the Colombian merchants could possible hope to convert this money back into Pesos or US$ swiftly. Moreover, I don´t see how they could have done so without the paralell rate of exchange increasing significantly.</p>
<p>But there has been little movement on the black market rate so far.</p>
<p>So, what gives? How did they do it? Because these border people are sophisticated when it comes to taking currency risks. They just don´t do it!</p>
<p>My guess at this time, absent any other theory, is that it may have been the Venezuelan Government that provided the hard currency. Since the Government planned the opening, prepared this sort of relief valve, it must have been aware of the possible pressure on the black market and excess liquidity and provided funds to the money exchangers at the border. This not only make sense, but lest you think that they are too dumb for that, remember that when it comes to guisos and graft, these guys are the best there is. I welcome any other alternate explanation.</p>
<p>Meanwhile, while this scenes were visibly reported, it is less well known that in Zulia State, just north of the pictures above, the Governor has promoted contraband from Colombia to Venezuela, purposedly looking the other way as the stuff is smuggled. Maracaibo and Zulia supermarkets are full of Colombian products at Colombian prices, a clear indication that at least some in Government have realized that allowing markets to work may be the best thing for Chavismo at this time.</p>
<p>Meanwhile, the Governor of Tachira State said that he would not open the border this week, giving him arbitrary power over the border, arguing he does not want to disturb the effort by both Governments to have a peaceful border. The reality is that the Colombian Foreign Minister said that the border will not be opened until it this becomes a permanent status. Nothing could be more logical than that.</p>
<p>For now, reopening the border will likely lead to much better supplies in Venezuela, but will certainly put pressure on the black market rate. As soon as the reopening is formally announced, many new businesses will set up on the other side of the border, where markets function and there is the rule of law.</p>
<p>Meanwhile, Maduro and his Government have been completely exposed as a total farce and failure. It is Colombia that can provide us with food and supplies. And Venezuelans are desperate enough to wait for hours to get to the other side&#8230;</p>
<p>&nbsp;</p>
				</div>

				<p class="postmetadata">Posted in <a href="https://devilexcrement.com/category/uncategorized/" rel="category tag">Uncategorized</a> <strong>|</strong> <!---->  <a href="https://devilexcrement.com/2016/07/19/thoughts-on-the-venezuelacolombia-border/#comments">27 Comments &#187;</a><br /></p>
				<hr />
			</div>

		
		<div class="navigation">
			<div class="alignleft"><a href="https://devilexcrement.com/page/2/" >&laquo; Older posts</a></div>
			<div class="alignright"></div>
		</div>

	
	</div>

	<div id="sidebar">
		<ul>
<li id="text-353584101" class="widget widget_text">			<div class="textwidget"><a href="http://weblogawards.org/"><img style="border:0 none;" alt="The 2005 Weblog Awards" src="https://devilsexcrement.files.wordpress.com/2009/02/award.jpg" /></a></div>
		</li>
<li id="calendar-2" class="widget widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
	<caption>August 2021</caption>
	<thead>
	<tr>
		<th scope="col" title="Monday">M</th>
		<th scope="col" title="Tuesday">T</th>
		<th scope="col" title="Wednesday">W</th>
		<th scope="col" title="Thursday">T</th>
		<th scope="col" title="Friday">F</th>
		<th scope="col" title="Saturday">S</th>
		<th scope="col" title="Sunday">S</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td colspan="6" class="pad">&nbsp;</td><td>1</td>
	</tr>
	<tr>
		<td>2</td><td>3</td><td id="today">4</td><td>5</td><td>6</td><td>7</td><td>8</td>
	</tr>
	<tr>
		<td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>
	</tr>
	<tr>
		<td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>
	</tr>
	<tr>
		<td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td>
	</tr>
	<tr>
		<td>30</td><td>31</td>
		<td class="pad" colspan="5">&nbsp;</td>
	</tr>
	</tbody>
	</table><nav aria-label="Previous and next months" class="wp-calendar-nav">
		<span class="wp-calendar-nav-prev"><a href="https://devilexcrement.com/2018/03/">&laquo; Mar</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></li>
<li id="search-2" class="widget widget_search"><form method="get" id="searchform" action="https://devilexcrement.com/">
<div><input type="text" value="" name="s" id="s" /><br />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form></li>
<li id="rss-321981502" class="widget widget_rss"><h2 class="widgettitle"><a class="rsswidget" href="https://devilexcrement.com/feed/" title="Syndicate this content"><img style="background: orange; color: white; border: none;" width="14" height="14" src="https://s-ssl.wordpress.com/wp-includes/images/rss.png?m=1354137473h" alt="RSS" /></a> <a class="rsswidget" href="" title="">Unknown Feed</a></h2>
<ul><li>An error has occurred; the feed is probably down. Try again later.</li></ul></li>
<li id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget"><h2 class="widgettitle"><label for="subscribe-field">Subscribe to Blog via Email</label></h2>

			<form
				action="https://subscribe.wordpress.com"
				method="post"
				accept-charset="utf-8"
				id=""
			>
				<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
					<div class="jetpack-subscribe-count">
						<p>
						Join 14,023 other followers						</p>
					</div>
									<p id="subscribe-email">
					<label
						id="subscribe-field-label"
						for="subscribe-field"
						class="screen-reader-text"
					>
						Email Address:					</label>

					<input
							type="email"
							name="email"
							
							style="width: 95%; padding: 1px 10px"
							placeholder="Enter your email address"
							value=""
							id="subscribe-field"
						/>				</p>

				<p id="subscribe-submit"
									>
                    <input type="hidden" name="action" value="subscribe"/>
                    <input type="hidden" name="blog_id" value="6084426"/>
                    <input type="hidden" name="source" value="https://devilexcrement.com/"/>
                    <input type="hidden" name="sub-type" value="widget"/>
                    <input type="hidden" name="redirect_fragment" value="blog_subscription-2"/>
					<input type="hidden" id="_wpnonce" name="_wpnonce" value="abb2d6ad96" />                    <button type="submit"
	                    		                	                >
	                    Subscribe                    </button>
                </p>
            </form>
			
</li>
<li id="categories-321981501" class="widget widget_categories"><h2 class="widgettitle">Categories</h2>

			<ul>
					<li class="cat-item cat-item-181595"><a href="https://devilexcrement.com/category/digressions/">Digressions</a>
</li>
	<li class="cat-item cat-item-16058401"><a href="https://devilexcrement.com/category/dissidentmilitary/">DissidentMilitary</a>
</li>
	<li class="cat-item cat-item-15412772"><a href="https://devilexcrement.com/category/el-excremento-del-diablo/" title="Juan Pablo Perez Alfonso invento el termino &quot;Excremento del Diablo&quot; para referirse al petroleo y al efecto que este tiene sobre el manejo de las economias de paises que poseen este recurso natural como Venezuela. En esta seccion traduzco algunos escritos de mi bitacora &quot;The Devil&#039;s Excrement&quot;. ">El Excremento del Diablo</a>
</li>
	<li class="cat-item cat-item-16058106"><a href="https://devilexcrement.com/category/granmalies/">GranmaLies</a>
</li>
	<li class="cat-item cat-item-211644"><a href="https://devilexcrement.com/category/latinamerica/">LatinAmerica</a>
</li>
	<li class="cat-item cat-item-16089964"><a href="https://devilexcrement.com/category/maletagatetrial/">MaletagateTrial</a>
</li>
	<li class="cat-item cat-item-39140"><a href="https://devilexcrement.com/category/orchids/">Orchids</a>
</li>
	<li class="cat-item cat-item-835"><a href="https://devilexcrement.com/category/pictures/">Pictures</a>
</li>
	<li class="cat-item cat-item-3154"><a href="https://devilexcrement.com/category/posters/">Posters</a>
</li>
	<li class="cat-item cat-item-16058398"><a href="https://devilexcrement.com/category/requena-files/">Requena Files</a>
</li>
	<li class="cat-item cat-item-16058873"><a href="https://devilexcrement.com/category/rr-models/">RR Models</a>
</li>
	<li class="cat-item cat-item-11997059"><a href="https://devilexcrement.com/category/stanford-bank/">Stanford Bank</a>
</li>
	<li class="cat-item cat-item-16068891"><a href="https://devilexcrement.com/category/tascons-fascist-list/">Tascon&#039;s Fascist list</a>
</li>
	<li class="cat-item cat-item-6"><a href="https://devilexcrement.com/category/technology/">Technology</a>
</li>
	<li class="cat-item cat-item-16058076"><a href="https://devilexcrement.com/category/the-fable/">The Fable</a>
</li>
	<li class="cat-item cat-item-67600190"><a href="https://devilexcrement.com/category/the-fonden-papers/" title="Thanks to Congressman Ramos, we managed to obtain much more information on Fonden and its lack of Transparency. ">The Fonden Papers</a>
</li>
	<li class="cat-item cat-item-16088943"><a href="https://devilexcrement.com/category/the-opposition-candidates/">The Opposition Candidates</a>
</li>
	<li class="cat-item cat-item-1"><a href="https://devilexcrement.com/category/uncategorized/">Uncategorized</a>
</li>
	<li class="cat-item cat-item-17923"><a href="https://devilexcrement.com/category/venezuela/" title="For those that just want to know about the bizarre, wonderful country of Venezuela and its even more bizarre current Government">Venezuela</a>
</li>
			</ul>

			</li>
<li id="linkcat-87474933" class="widget widget_links"><h2 class="widgettitle">All Blogs by Miguel Octavio</h2>

	<ul class='xoxo blogroll'>
<li><a href="http://www.exdiablo.com" rel="me" title="A failed attempt to translate what I wrote in the Devil. Essentially inactive now.">El Excremento del Diablo</a></li>
<li><a href="http://miguelcharts.wordpress.com/" title="A blog to show interesting stock technical charts. Updated infrqeuently, but trying to do it regularly.">Miguel&#039;s Charts</a></li>
<li><a href="http://miguelorchids.wordpress.com" title="Where I show pictures of my plants regularly, except I moved and they did not like it. Picking up!">Miguel&#039;s Orchids</a></li>
<li><a href="http://www.devilexcrement.com" rel="me" title="My main blog, the one in which I ever put my thoughts and opinions on Venezuela. The only one!" target="_blank">The Devil&#039;s Excrement</a></li>

	</ul>
</li>

<li id="linkcat-1356" class="widget widget_links"><h2 class="widgettitle">Blogroll</h2>

	<ul class='xoxo blogroll'>
<li><a href="http://alfredo.octavio.net">Alfredo</a></li>
<li><a href="http://caracasgringo.wordpress.com/">Caracas Gringo</a></li>
<li><a href="http://daniel-venezuela.blogspot.com/">Daniel</a></li>
<li><a href="http://www.exdiablo.com" title="The Devil&#8217;s Excrement in Spanish">Excremento del Diablo</a></li>
<li><a href="http://www.lasarmasdecoronel.blogspot.com/">Gustavo Coronel</a></li>
<li><a href="http://www.notiven.com">Javier</a></li>
<li><a href="http://pliniocabrera.blogspot.com/">Letter from Venezuela</a></li>
<li><a href="http://liberal-venezolano.net/blog/en/">Liberal Venezolano</a></li>
<li><a href="http://www.megaresistencia.com/portada/">Megaresistencia</a></li>
<li><a href="http://mivenezuela.blogspot.com/">Mi Venezuela</a></li>
<li><a href="http://PMBcomments.blogspot.com/">Pedro Mario</a></li>
<li><a href="http://www.caracaschronicles.com/">Quico y Juan</a></li>
<li><a href="http://sm2.sitemeter.com/stats.asp?site=sm2devilsexcrement"><img src="http://sm2.sitemeter.com/meter.asp?site=sm2devilsexcrement"  alt="Site Meter"  /></a></li>
<li><a href="http://www.urru.org/">urru</a></li>
<li><a href="http://www.veneconomia.com">Veneconomia</a></li>

	</ul>
</li>

<li id="linkcat-15520285" class="widget widget_links"><h2 class="widgettitle">Blogs by Venezuelans</h2>

	<ul class='xoxo blogroll'>
<li><a href="http://cuentosintrascendentes.blogspot.com/">Bruni</a></li>
<li><a href="http://liberal-venezolano.net/blog/en/">The Venezuelan Libertarian</a></li>

	</ul>
</li>


		<li id="recent-posts-2" class="widget widget_recent_entries">
		<h2 class="widgettitle">Recent Posts</h2>

		<ul>
											<li>
					<a href="https://devilexcrement.com/2018/03/08/hyper-inflated-arepa-index-reaches-all-time-high-again/">Hyper-inflated arepa index reaches all time high&nbsp;(again)</a>
									</li>
											<li>
					<a href="https://devilexcrement.com/2018/01/31/hyper-inflated-arepa-index-hits-an-all-time-high/">Hyper inflated arepa index hits an all time&nbsp;high</a>
									</li>
											<li>
					<a href="https://devilexcrement.com/2017/11/25/the-devil-is-back-with-uii/">The devil is back with&nbsp;UII</a>
									</li>
											<li>
					<a href="https://devilexcrement.com/2017/04/17/why-doesnt-the-government-change-course/">Why doesn&#8217;t the government change&nbsp;course?</a>
									</li>
											<li>
					<a href="https://devilexcrement.com/2017/04/01/something-has-to-give/">Something Has To&nbsp;Give</a>
									</li>
					</ul>

		</li>
<li id="archives-2" class="widget widget_archive"><h2 class="widgettitle">Archives</h2>

			<ul>
					<li><a href='https://devilexcrement.com/2018/03/'>March 2018</a></li>
	<li><a href='https://devilexcrement.com/2018/01/'>January 2018</a></li>
	<li><a href='https://devilexcrement.com/2017/11/'>November 2017</a></li>
	<li><a href='https://devilexcrement.com/2017/04/'>April 2017</a></li>
	<li><a href='https://devilexcrement.com/2017/03/'>March 2017</a></li>
	<li><a href='https://devilexcrement.com/2017/02/'>February 2017</a></li>
	<li><a href='https://devilexcrement.com/2016/10/'>October 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/07/'>July 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/06/'>June 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/05/'>May 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/04/'>April 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/03/'>March 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/02/'>February 2016</a></li>
	<li><a href='https://devilexcrement.com/2016/01/'>January 2016</a></li>
	<li><a href='https://devilexcrement.com/2015/12/'>December 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/11/'>November 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/10/'>October 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/09/'>September 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/08/'>August 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/07/'>July 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/06/'>June 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/05/'>May 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/04/'>April 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/03/'>March 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/02/'>February 2015</a></li>
	<li><a href='https://devilexcrement.com/2015/01/'>January 2015</a></li>
	<li><a href='https://devilexcrement.com/2014/12/'>December 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/11/'>November 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/10/'>October 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/09/'>September 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/08/'>August 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/07/'>July 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/06/'>June 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/05/'>May 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/04/'>April 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/03/'>March 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/02/'>February 2014</a></li>
	<li><a href='https://devilexcrement.com/2014/01/'>January 2014</a></li>
	<li><a href='https://devilexcrement.com/2013/12/'>December 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/11/'>November 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/10/'>October 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/09/'>September 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/08/'>August 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/07/'>July 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/06/'>June 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/05/'>May 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/04/'>April 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/03/'>March 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/02/'>February 2013</a></li>
	<li><a href='https://devilexcrement.com/2013/01/'>January 2013</a></li>
	<li><a href='https://devilexcrement.com/2012/12/'>December 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/11/'>November 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/10/'>October 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/09/'>September 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/08/'>August 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/07/'>July 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/06/'>June 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/05/'>May 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/04/'>April 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/03/'>March 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/02/'>February 2012</a></li>
	<li><a href='https://devilexcrement.com/2012/01/'>January 2012</a></li>
	<li><a href='https://devilexcrement.com/2011/12/'>December 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/11/'>November 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/10/'>October 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/09/'>September 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/08/'>August 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/07/'>July 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/06/'>June 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/05/'>May 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/04/'>April 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/03/'>March 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/02/'>February 2011</a></li>
	<li><a href='https://devilexcrement.com/2011/01/'>January 2011</a></li>
	<li><a href='https://devilexcrement.com/2010/12/'>December 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/11/'>November 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/10/'>October 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/09/'>September 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/08/'>August 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/07/'>July 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/06/'>June 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/05/'>May 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/04/'>April 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/03/'>March 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/02/'>February 2010</a></li>
	<li><a href='https://devilexcrement.com/2010/01/'>January 2010</a></li>
	<li><a href='https://devilexcrement.com/2009/12/'>December 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/11/'>November 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/10/'>October 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/09/'>September 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/08/'>August 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/07/'>July 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/06/'>June 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/05/'>May 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/04/'>April 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/03/'>March 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/02/'>February 2009</a></li>
	<li><a href='https://devilexcrement.com/2009/01/'>January 2009</a></li>
	<li><a href='https://devilexcrement.com/2008/12/'>December 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/11/'>November 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/10/'>October 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/09/'>September 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/08/'>August 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/07/'>July 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/06/'>June 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/05/'>May 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/04/'>April 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/03/'>March 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/02/'>February 2008</a></li>
	<li><a href='https://devilexcrement.com/2008/01/'>January 2008</a></li>
	<li><a href='https://devilexcrement.com/2007/12/'>December 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/11/'>November 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/10/'>October 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/09/'>September 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/08/'>August 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/07/'>July 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/06/'>June 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/05/'>May 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/04/'>April 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/03/'>March 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/02/'>February 2007</a></li>
	<li><a href='https://devilexcrement.com/2007/01/'>January 2007</a></li>
	<li><a href='https://devilexcrement.com/2006/12/'>December 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/11/'>November 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/10/'>October 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/09/'>September 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/08/'>August 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/07/'>July 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/06/'>June 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/05/'>May 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/04/'>April 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/03/'>March 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/02/'>February 2006</a></li>
	<li><a href='https://devilexcrement.com/2006/01/'>January 2006</a></li>
	<li><a href='https://devilexcrement.com/2005/12/'>December 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/11/'>November 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/10/'>October 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/09/'>September 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/08/'>August 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/07/'>July 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/06/'>June 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/05/'>May 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/04/'>April 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/03/'>March 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/02/'>February 2005</a></li>
	<li><a href='https://devilexcrement.com/2005/01/'>January 2005</a></li>
	<li><a href='https://devilexcrement.com/2004/12/'>December 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/11/'>November 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/10/'>October 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/09/'>September 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/08/'>August 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/07/'>July 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/06/'>June 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/05/'>May 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/04/'>April 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/03/'>March 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/02/'>February 2004</a></li>
	<li><a href='https://devilexcrement.com/2004/01/'>January 2004</a></li>
	<li><a href='https://devilexcrement.com/2003/12/'>December 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/11/'>November 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/10/'>October 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/09/'>September 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/08/'>August 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/07/'>July 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/06/'>June 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/05/'>May 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/04/'>April 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/03/'>March 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/02/'>February 2003</a></li>
	<li><a href='https://devilexcrement.com/2003/01/'>January 2003</a></li>
	<li><a href='https://devilexcrement.com/2002/12/'>December 2002</a></li>
	<li><a href='https://devilexcrement.com/2002/11/'>November 2002</a></li>
	<li><a href='https://devilexcrement.com/2002/10/'>October 2002</a></li>
	<li><a href='https://devilexcrement.com/2002/09/'>September 2002</a></li>
	<li><a href='https://devilexcrement.com/2002/08/'>August 2002</a></li>
			</ul>

			</li>
<li id="pages-2" class="widget widget_pages"><h2 class="widgettitle">Pages</h2>

			<ul>
				<li class="page_item page-item-2"><a href="https://devilexcrement.com/about/">About</a></li>
<li class="page_item page-item-93"><a href="https://devilexcrement.com/another-proof-of-institutional-control-as-chavez-shows-his-intolerance/">Another proof of institutional control as Chavez shows his&nbsp;intolerance</a></li>
			</ul>

			</li>
<li id="meta-2" class="widget widget_meta"><h2 class="widgettitle">Meta</h2>

		<ul>
			<li><a href="https://wordpress.com/start?ref=wplogin">Register</a></li>			<li><a href="https://devilsexcrement.wordpress.com/wp-login.php">Log in</a></li>
			<li><a href="https://devilexcrement.com/feed/">Entries feed</a></li>
			<li><a href="https://devilexcrement.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>

		</li>
<li id="blog-stats-2" class="widget widget_blog-stats"><h2 class="widgettitle">Blog Stats</h2>
		<ul>
			<li>4,658,692 hits</li>
		</ul>
		</li>
<li id="text-353584102" class="widget widget_text">			<div class="textwidget"><div id="statcounter_image" style="display:inline;"><a title="stats for wordpress" href="http://statcounter.com/wordpress.org/" class="statcounter"><img src="http://c.statcounter.com/8385182/0/de8a6814/1/" alt="stats for wordpress" style="border:none;" /></a></div></div>
		</li>
		</ul>
	</div>


<div id="footer">
<a href="https://wordpress.com/?ref=footer_website" rel="nofollow">Create a free website or blog at WordPress.com.</a>
<br />

<a href="https://devilexcrement.com/feed/">Entries</a> and <a href="https://devilexcrement.com/comments/feed/">comments</a> feeds.Valid <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.

</div>
</div>

		<!--  -->
	<div style="display:none">
	</div>
<script id='highlander-comments-js-extra'>
var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/devilsexcrement.wordpress.com\/public.api\/connect\/?action=request&domain=devilexcrement.com","logoutURL":"https:\/\/devilsexcrement.wordpress.com\/wp-login.php?action=logout&_wpnonce=02904f951c","homeURL":"https:\/\/devilexcrement.com\/","postID":"22176","gravDefault":"mystery","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"};
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1626677336j'></script>
		<!-- CCPA [start] -->
		<script type="text/javascript">
			( function () {

				var setupPrivacy = function() {

					// Minimal Mozilla Cookie library
					// https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework
					var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}};

					// Implement IAB USP API.
					window.__uspapi = function( command, version, callback ) {

						if ( typeof callback !== 'function' ) {
							return;
						}

						if ( command !== 'getUSPData' || version !== 1 ) {
							callback( null, false );
							return;
						}

						// Check for GPC.
						if ( navigator.globalPrivacyControl ) {
							callback( { version: 1, uspString: '1YYN' }, true );
							return;
						}

						// Check for cookie.
						var consent = cookieLib.getItem( 'usprivacy' );

						if ( null === consent ) {
							callback( null, false );
							return;
						}

						callback( { version: 1, uspString: consent }, true );
					};

					// Initialization.
					document.addEventListener( 'DOMContentLoaded', function() {

						var setDefaultOptInCookie = function() {
							var value = '1YNN';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain );
						};

						var setCcpaAppliesCookie = function( value ) {
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'ccpa_applies', value, 24 * 60 * 60, '/', domain );
						}

						var maybeCallDoNotSellCallback = function() {
							if ( 'function' === typeof window.doNotSellCallback ) {
								return window.doNotSellCallback();
							}

							return false;
						}

						var usprivacyCookie = cookieLib.getItem( 'usprivacy' );

						if ( null !== usprivacyCookie ) {
							maybeCallDoNotSellCallback();
							return;
						}

						var ccpaCookie = cookieLib.getItem( 'ccpa_applies' );

						if ( null === ccpaCookie ) {

							var request = new XMLHttpRequest();
							request.open( 'GET', 'https://public-api.wordpress.com/geo/', true );

							request.onreadystatechange = function () {
								if ( 4 === this.readyState ) {
									if ( 200 === this.status ) {

										var data = JSON.parse( this.response );
										var ccpa_applies = data['region'] && data['region'].toLowerCase() === 'california';

										setCcpaAppliesCookie( ccpa_applies );

										if ( ccpa_applies ) {
											if ( maybeCallDoNotSellCallback() ) {
												setDefaultOptInCookie();
											}
										}
									} else {
										setCcpaAppliesCookie( true );
										if ( maybeCallDoNotSellCallback() ) {
											setDefaultOptInCookie();
										}
									}
								}
							};

							request.send();
						} else {
							if ( ccpaCookie === 'true' ) {
								if ( maybeCallDoNotSellCallback() ) {
									setDefaultOptInCookie();
								}
							}
						}
					} );
				};

				if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
					defQueue.items.push( setupPrivacy );
				} else {
					setupPrivacy();
				}

			} )();
		</script>

		<!-- CCPA [end] -->
		
<script>
window.addEventListener( "load", function( event ) {
	var link = document.createElement( "link" );
	link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20201002";
	link.type = "text/css";
	link.rel = "stylesheet";
	document.head.appendChild( link );

	var script = document.createElement( "script" );
	script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20210707";
	script.defer = true;
	document.body.appendChild( script );
} );
</script>

			<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

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

								<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Loading Comments...</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
												<textarea
													name="comment"
													class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea"
													id="jp-carousel-comment-form-comment-field"
													placeholder="Write a Comment..."
												></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Website</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" />
															</fieldset>
																											</div>
													<input
														type="submit"
														name="submit"
														class="jp-carousel-comment-form-button"
														id="jp-carousel-comment-form-button-submit"
														value="Post Comment" />
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" 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>
		<div class="widget widget_eu_cookie_law_widget">
<div
	class="hide-on-button ads-active"
	data-hide-timeout="30"
	data-consent-expiration="180"
	id="eu-cookie-law"
>
	<form method="post">
		<input type="submit" value="Close and accept" class="accept" />

		Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br />
To find out more, including how to control cookies, see here:
				<a href="https://automattic.com/cookies/" rel="nofollow">
			Cookie Policy		</a>
 </form>
</div>
</div><link rel='stylesheet' id='all-css-0-3' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/swiper-bundle.css,/wp-content/mu-plugins/carousel/jetpack-carousel.css?m=1628116241j&cssminify=yes' type='text/css' media='all' />
<script id='jetpack-carousel-js-extra'>
var jetpackSwiperLibraryPath = {"url":"\/wp-content\/mu-plugins\/carousel\/swiper-bundle.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/devilexcrement.com\/wp-admin\/admin-ajax.php","nonce":"bc2de56ada","display_exif":"1","display_comments":"1","display_geo":"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...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","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:\/\/devilsexcrement.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fdevilexcrement.com%2F2016%2F07%2F19%2Fthoughts-on-the-venezuelacolombia-border%2F","blog_id":"6084426","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=6084426&v=wpcom&tz=-5&user_id=0&subd=devilsexcrement","is_public":"1"};
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJyNjkEOwyAMBD9U4qaK0l6qvoWAFUEwIDClz68vkaocot68u5qRoWdlUmSMDL6CxbczmD+Drxf4maipHNrqYoXu7IpcAZusaXOogu7ASDloxkN/4tGWXFSLLkC6Mha5FBdttrpDLprQrCjlMYlIC9pBoBOp0SW1igE8chaX2os/GNWzSXSIwr3oOc63x3W6T/Pov2lCcSg='></script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
  if ( window.external &&'msIsSiteMode' in window.external) {
    if (window.external.msIsSiteMode()) {
      var jl = document.createElement('script');
      jl.type='text/javascript';
      jl.async=true;
      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(jl, s);
    }
  }
}catch(e){}
})();
// ]]>
</script><script src="//stats.wp.com/w.js?61" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'6084426','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'6084426','v':'wpcom','tz':'-5','user_id':'0','subd':'devilsexcrement'}]);
_stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3BBcjZZeTE5ZSxINU10NWduYXBrZ2hTSFg5P1JNV3R+ZEp+SHNVVFJUW1J6LHNHeDMxZ1ExP1RCeldSZHptK01Oc3dKLE04ZnNaOV9vWENNeHBOUDddcnZJb3dBLnVsPTBLV21uNjluX21mLzRCb0UsP3l4RmFDNGFmNy5FQ3A/WGFSRERINUo0X21rZV1OK2M4UEgtPWdnSGg4fC9vRUhuM1R2WissX3AyX3RPNz8rdlB6TEwvLWd4Z1RDT2dBMW9NK2dSR2IwWzY1TWliYVVJZHdWbnBGWy5+eG1JLmxYZmIlSUM3NEV6UmJHSzI='}]);
_stq.push([ 'clickTrackerInit', '6084426', '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>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {

	wpcom_mobile_user_agent_info.init();
	var mobileStatsQueryString = "";
	
	if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
		mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
	
	if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
		mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
	
	if( wpcom_mobile_user_agent_info.isIPad() )
		mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';

	if( "" != mobileStatsQueryString ) {
		new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
	}
	
}
</script>
</body>
</html>
URL
GET http://devilexcrement.com/
Response Headers
Connection:
keep-alive
Content-Length:
162
Content-Type:
text/html
Date:
Thu, 05 Aug 2021 03:35:45 GMT
Location:
https://devilexcrement.com/
Server:
nginx
X-Ac:
3.mia _dca
Response Body
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
URL
GET https://devilsexcrement.com/
Response Headers
Content-Type:
text/html; charset=utf-8
Date:
Thu, 05 Aug 2021 03:35:45 GMT
Location:
http://devilexcrement.com/
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Cookie
X-Ac:
3.mia _dca
Response Body

Empty body

Resolver

Resolver ASN
AS27717
Resolver IP
190.121.224.21
Resolver Network Name
<unknown>
Measurement UID
20210805033547.810485_VE_webconnectivity_74ebe3f46189af45
Report ID
20210805T030029Z_webconnectivity_VE_264731_n1_2xmDESyAxK1nQ3O6
Platform
linux
Software Name
miniooni (3.9.0-alpha)
Measurement Engine
ooniprobe-engine (3.9.0-alpha)

Raw Measurement Data

Loading…