OK
https://endalk.blog/
Ethiopia
Country
Network
September 19, 2024, 02:24 PM UTC
Date & Time
Websites
Websites
Runtime: 6.2s
On September 19, 2024, 02:24 PM UTC, https://endalk.blog/ was accessible when tested on AS24757 in Ethiopia.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
213.55.125.27
Query:
IN A endalk.blog
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
192.0.78.25
@
IN
A
192.0.78.24

TCP Connections

Connection to 192.0.78.25:443 succeeded.
Connection to 192.0.78.24:443 succeeded.

HTTP Requests

URL
GET https://endalk.blog/
Response Headers
Alt-Svc:
h3=":443"; ma=86400
Cache-Control:
max-age=300, must-revalidate
Content-Type:
text/html; charset=UTF-8
Date:
Thu, 19 Sep 2024 14:24:16 GMT
Host-Header:
WordPress.com
Last-Modified:
Wed, 18 Sep 2024 23:00:31 GMT
Link:
<https://wp.me/10V54>; rel=shortlink
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Accept-Encoding
X-Ac:
3.mxp _dca STALE
X-Hacker:
Want root? Visit join.a8c.com/hacker and mention this header.
X-Nananana:
Batcache-Set
Response Body
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">

<title>Endalk Chala &#8211; Resources and Reflections. </title>
<meta name='robots' content='max-image-preview:large' />
<meta name="google-site-verification" content="07lW8iW61aqCZ-ZKYdbcol5Nzw4MUNRo5I84BfEaBCc" />

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}

		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src = '/remote-login.php?wpcom_remote_login=validate'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=706'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

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

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

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

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

			return;
		}

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

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

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

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

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

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

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

			document.body.appendChild( iframe );
		}

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

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9lbmRhbGsuYmxvZw%3D%3D"
		+ "&wpcomid=14995758"
		+ "&time=1726700431";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel="alternate" type="application/rss+xml" title="Endalk Chala &raquo; Feed" href="https://endalk.blog/feed/" />
<link rel="alternate" type="application/rss+xml" title="Endalk Chala &raquo; Comments Feed" href="https://endalk.blog/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">
/* <![CDATA[ */
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=1719498190i&ver=6.7-alpha-59037"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/modules/infinite-scroll/infinity.css?m=1685115060i&cssminify=yes' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJylzFsKgCAQQNENlVMJhh/RWtIGs0YNH4W7L9pCn5cLB+6z1cFn9BlOKsb6BKa8qTCa90SEq5dsYB2oYmkFRUEfLVkVl1gh5UrIdEoN/IPyhu6DZjf14yCE4FzK/QEljDhi&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
	text-align:justify;
}
.has-text-align-justify{text-align:justify;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s0.wp.com/_static/??-eJyVjEEOwiAQAD/ksgGN4sH4Fko3hJYCYZea/r49mF6Nx0lmBj8VfMlCWbCmHmJmDP3AgVqAIRU/M04k1fkZkttKFwgtjsiyJVKe+YL/LJqTmAP/yH35ZkZpqzRwXGoiaLSqG46R5TTgHL2Xl75bba/GPB/TDthVT3U=&cssminify=yes' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--medium-blue: #0087be;--wp--preset--color--bright-blue: #00aadc;--wp--preset--color--dark-gray: #4d4d4b;--wp--preset--color--light-gray: #b3b3b1;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/_static/??-eJydUMtOAzEM/CGMxULVE+JTUGrcrNu8FDtU/H3dFYJFVD30Enkiz4xn8NSAajEuhnlASyNKUTywtUDHb4w6Cr5LIYxcuIsT9Pr4SKoPuNK0mTMrtrFDKR/c2J9i4DiJztxhQrWvxPcQnYK7VOl4l+0lzmINp0Y1/5O40oZ/LbvrWj5dunYMw2oOZkI/25SCqhAst8DMqXFH7e5aSUKCzGWs51sXdPag0ce4pP6Ft0iRK3g9waSWPwD2KUi/UN/y69N2etk+T9NmczgDGpXFkg==&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='print-css-11-1' href='https://s0.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&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 crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="media-video-jwt-bridge-js-extra">
/* <![CDATA[ */
var videopressAjax = {"ajaxUrl":"https:\/\/endalk.wordpress.com\/wp-admin\/admin-ajax.php","bridgeUrl":"\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-videopress\/build\/lib\/token-bridge.js","post_id":"706"};
/* ]]> */
</script>
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"14995758","postID":"0","siteURL":"https:\/\/endalk.blog","xhrURL":"https:\/\/endalk.blog\/wp-admin\/admin-ajax.php","nonce":"0531e12272","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"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"}};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s0.wp.com/_static/??-eJxdjUEOwjAMBD9EsAoFekE8BSWNqZwmdpQ4BX5PD4AEx50daeCezSisyAqhQhJHEU2rWOy0MkN8k22oG/j1SlSTizye/19qJsc2EVcIqNmO83tDbfxB1wXZSwHbVJJVpfErL+RRcsFawTWKHiI5UJmRjSvkJ1yDl3TuTrt+OBy7/RBe/+1IIg=='></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
	rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://endalk.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/10V54' />

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Endalk Chala" />
<meta property="og:description" content="Resources and Reflections. " />
<meta property="og:url" content="https://endalk.blog/" />
<meta property="og:site_name" content="Endalk Chala" />
<meta property="og:image" content="https://secure.gravatar.com/blavatar/1f5228c2c6e7752e1f1500fb9f9faba86aa39e07a99a8f2084044167362b88b0?s=200&#038;ts=1726700431" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:creator" content="@endalk2006" />

<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/1f5228c2c6e7752e1f1500fb9f9faba86aa39e07a99a8f2084044167362b88b0?s=32" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/1f5228c2c6e7752e1f1500fb9f9faba86aa39e07a99a8f2084044167362b88b0?s=32" sizes="16x16" />
<link rel="apple-touch-icon" href="https://secure.gravatar.com/blavatar/1f5228c2c6e7752e1f1500fb9f9faba86aa39e07a99a8f2084044167362b88b0?s=114" />
<link rel='openid.server' href='https://endalk.blog/?openidserver=1' />
<link rel='openid.delegate' href='https://endalk.blog/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://endalk.blog/osd.xml" title="Endalk Chala" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<meta name="theme-color" content="#ffffff" />
		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="application-name" content="Endalk Chala" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Resources and Reflections. " /><meta name="description" content="Resources and Reflections." />
</head>

<body class="home blog wp-embed-responsive customizer-styles-applied has-sidebar jetpack-reblog-enabled">

<div id="page" class="hfeed site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

	<div id="hero-header" class="site-hero-section">
		<header id="masthead" class="site-header" role="banner">
			<div class="inner">
				<div class="site-branding">
					
											<a class="site-logo-link" href="https://endalk.blog/">
							<img alt='' src='https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=80&#038;d=identicon&#038;r=G' srcset='https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=80&#038;d=identicon&#038;r=G 1x, https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=120&#038;d=identicon&#038;r=G 1.5x, https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=160&#038;d=identicon&#038;r=G 2x, https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=240&#038;d=identicon&#038;r=G 3x, https://2.gravatar.com/avatar/25565518ed9137312ad46449b96cba84bb243fe6f005191c108aee10589a5f84?s=320&#038;d=identicon&#038;r=G 4x' class='avatar avatar-80 site-logo-image' height='80' width='80' loading='eager' decoding='async' />						</a><!-- .site-logo-link -->
													<h1 class="site-title"><a href="https://endalk.blog/" rel="home">Endalk Chala</a></h1>
													<p class="site-description">Resources and Reflections. </p>
									</div><!-- .site-branding -->

							<nav class="jetpack-social-navigation jetpack-social-navigation-svg" aria-label="Social Links Menu">
				<div class="menu-about-me-container"><ul id="menu-about-me" class="menu"><li id="menu-item-848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848"><a href="https://endalk.blog/about-2/"><span class="screen-reader-text">About me</span><svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg></a></li>
<li id="menu-item-849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-849"><a href="https://endalk.blog/twitter/"><span class="screen-reader-text">Research review</span><svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg></a></li>
<li id="menu-item-850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-850"><a href="https://endalk.blog/thesis/"><span class="screen-reader-text">Best of Readings</span><svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg></a></li>
<li id="menu-item-851" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-851"><a href="https://endalk.blog/teaching/"><span class="screen-reader-text">Teaching</span><svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg></a></li>
<li id="menu-item-852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-852"><a href="https://endalk.blog/films/"><span class="screen-reader-text">Journalism</span><svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg></a></li>
</ul></div>			</nav><!-- .jetpack-social-navigation -->
			
									<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false" id="primary-menu-button">
						Menu					</button><!-- .menu-toggle -->
				
			</div><!-- .inner -->
		</header><!-- #masthead -->
	</div>

				<nav id="site-navigation" class="main-navigation" role="navigation">
			<div class="menu-about-me-container"><ul id="primary-menu" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848"><a href="https://endalk.blog/about-2/">About me</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-849"><a href="https://endalk.blog/twitter/">Research review</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-850"><a href="https://endalk.blog/thesis/">Best of Readings</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-851"><a href="https://endalk.blog/teaching/">Teaching</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-852"><a href="https://endalk.blog/films/">Journalism</a></li>
</ul></div>		</nav><!-- .main-navigation -->
	
	
	
	<div id="content-wrapper" class="content-wrapper">
		<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

		
			
						
				
<article id="post-706" class="post-706 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2013/03/24/from-supreme-court-to-council-of-ministers/" rel="bookmark">From Supreme Court to Council of&nbsp;Ministers</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p><strong>A note on my absence </strong><br />
I have not been blogging on my personal blog since last August but not without excuses. Over this period a lot have been happening- I have been searching for a new job, traveling a lot and looking a place to reside in Addis, hence I have averaged an article per month in all of the blogs I have been writing on frequently &#8211; a significant drop-off. But I will come stronger than before soon. For now I have decided to translate Temesegen’s note on the upcoming appeal trial of Eskinder Nega! </p>
<p><a href="https://www.facebook.com/temesgen.desalegn.58/posts/396203263810615">By Temesgen Desalegn </a></p>
<p>For Eskender Nega &amp; others Wednesday March 22 2013 will supposedly be their last appointment to get the judgment for their appeal to the Supreme Court. Indictees on this lawsuit have appealed but their pleas have been pending for the last five months with the intent why? Follow these conversations …</p>
<p>One of the reasons which delayed the appeal process is the predicament the government faces regarding the journalist and political analyst Eskinder Nega. The reason is obvious Eskinder’s indictment is bogus. Actually it is not me (the writer) who claimed about the hollowness of Eskinder’s charges. The person who claimed it is &#8211; Ato Amare Amogne; the middle judge of the Supreme Court. Last month Ato Amare convened the prosecutors and spoke with them. Ato Amare said to the prosecutors “When you prosecute this man as a terrorist your proofs of the charges were only the articles he has written on various occasions, his interviews and his speech you claimed he made on a certain political party discussion forum. In any case you have never shown the calamity he brought otherwise it can be considered he has never brought any harm.  Apparently this does not allow me to hand dawn a sentence on him. For this reason if you have any evidence which can confirm his transgression present it otherwise I will pronounce him acquittal when he appears before the court.”</p>
<p>As the prosecutors have never had any evidence they reflected their opinion in a very blind manner they said “Since the man is a terrorist decline his appeal and uphold the ruling of the High Court” But the judge kept on his ground and acted in response and he said “I will never function dishonestly and I have a clear conscious”   I really cannot express what kind sacred power was hovering around this judge.  This infuriate one of the prosecutors and he went on to say to the judge” You said you send Eskinder acquittal it is because you guys are from the same place –Gonder” But this even has driven the judge mad and made him react “I have been serving my country for my entire life not my locality; besides I never have nepotism. </p>
<p>Since this frenzied disagreement could not be handled in their level they took the matter to the Council of Ministers. </p>
<p>Demeke Mekonen; the Deputy Prime Minster was the chair of the meeting which was held in the Council of Ministers.  Judge Amare was also attending the meeting.</p>
<p> Ato Demeke has requested the judge to give a brief explanation about the issue. The judge went on and gave a concise explanation about the charges and concluded as follows: “Since I could not find any proof which persuades me to sentence Eskinder as a terrorist I will pronounce him acquittal. But if you deny me not to exercise my duty I kindly tell you that I am not willing to preside on the day’s court hearing. And I hope you will understand my positions”. Afterward the ministers discussed and argued over the issue in detail and towards the end of the dialogue; Ato Demeke said: “I have the same opinion with Judge Amare; because of this man (Eskinder) we are under extreme international pressure so if we release him the profit is our own.” Another minster continued<br />
“I agree in principle. But if we leave him free after we kept him for this long it might cost us a political defeat so let’s try to lessen the lengthy sentence and made him ask for a pardon” One more minister continued “I know Eskinder very well; he is a well-off person and he has an American residence permit I don’t think he will be willing to request for forgiveness given the fact that he knew all the consequences” Another minister went on with the following opinion “ In any case Meles knew  Eskinder’s imprisonment would bring an international pressure but he did it for benefit of our party; so why do we succumb to an international pressure? Is it because Meles passed away? I strongly believe that Meles deemed this man as hazardous and threw him into gulag so let’s put up with this decision. Let him spend his entire life in the gulag” </p>
<p>The Council of Ministers could not reach a consensus on the matter. They wanted further explanation from the President of the Supreme Court Ato Tegene. They scheduled time for that and end their meeting. My endeavor to get further leaks about the latest development particularly after explanation from the President of the Supreme Court on the issue was not successful. I decided to write this because Eskinder’s next appointment for the hearing is fast approaching. So I presume one of the following would happen on Wednesday’s appeal trial of Eskinder </p>
<blockquote><p>1.The Council of Ministers would be forced to exonerate Eskinder because of the international pressure<br />
2.They may uphold the Sentence given by the High Court! They might be abided by the “vision” of Meles<br />
3.They might trim down his lengthy prison sentences(18 years)  and bargain with Eskinder to force him ask for pardon<br />
4.Another last appointment  will be given again if the judge –Ato Amare might not preside as he gave an ultimatum in their meeting </p></blockquote>
<p>Finally I say our “leaders” are being trembling with fear because of the civil hero Eskinder Nega. This glaring reality is printed on their face. Mark my words Eskinder’s unjust incarceration will never stop by trembling you with fear! Victory for Ethiopians! Down with dictators!</p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_706" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_706&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-706\&quot;,\&quot;title\&quot;:\&quot;From%20Supreme%20Court%20to%20Council%20of%26nbsp%3BMinisters\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2013\\\/03\\\/24\\\/from-supreme-court-to-council-of-ministers\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_706\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2013/03/24/from-supreme-court-to-council-of-ministers/#respond">Leave a comment</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2013/03/24/from-supreme-court-to-council-of-ministers/" rel="bookmark"><time class="entry-date published" datetime="2013-03-24T21:40:15+03:00">March 24, 2013</time><time class="updated" datetime="2013-03-25T11:38:49+03:00">March 25, 2013</time></a>
							</span>

			<span class="word-count">4 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-642" class="post-642 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/08/14/an-initiative-of-ethiopian-media-council-a-media-regulatory-body-without-the-existence-of-media-is-a-joke/" rel="bookmark">An Initiative of Ethiopian Media Council: A Media Regulatory Body without the Existence of Media is a&nbsp;Joke</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>Last week <a href="http://www.capitalethiopia.com/index.php?option=com_content&amp;view=article&amp;id=1509:ethiopian-media-set-up-media-council-code-of-conduct&amp;catid=35:capital&amp;Itemid=27">“The Capital”</a>, one of the three weekly English newspapers ran an article about “Members of Ethiopian Media decision to set up media council and enact code of conduct” where they describe the council as a self-regulatory body which set to examine complaints submitted to the media council by the public or any concerned individuals and encourages the conduct of professional journalism. </p>
<p>I would say this initiative is a laughable yet a superior cause! You might question why a superior cause is a ridiculous one. Here is why…</p>
<p>In a country where every private journalist and independent newspapers are shuttered by the government the idea of establishing media council and enacting code of conduct is pathetic, meaningless, sickening and denigrating. Looking the rough media landscape in which Ethiopian journalists are forced to operate it might help you understand my claims. </p>
<p>According to CPJ<a href="http://cpj.org/2012/02/attacks-on-the-press-in-2011-ethiopia.php"> research</a> Ethiopia is a country which has driven more journalists into exile over the past decade than any other nation in the world; harassment and constant threat of imprisonment being major reasons of journalists to flee. Besides Ethiopia is a country where mere news coverage of rebel and opposition groups is criminalized under controversial 2009 anti-terrorism law. State media and pro-government journalists are consistently accusing exiled journalists for having hidden political agenda and or sometimes pro-government journalists describe exiled journalists as terrorism supporters. </p>
<p>So I want to challenge the <a href="http://www.capitalethiopia.com/index.php?option=com_content&amp;view=article&amp;id=1509:ethiopian-media-set-up-media-council-code-of-conduct&amp;catid=35:capital&amp;Itemid=27">organizers of the initiative</a> in public how can one establish a media council where seventy nine journalists exiled just in a decade 2001-11 and eleven journalists imprisoned on terrorism related charges? Depressingly despite the frozen Ethiopian media environment the government is still poignant for a stronger clampdown on private media. With authorities tormenting journalists and shuttering, Feteh, a pitiable weekly Amharic newspaper left right and centre, Ethiopian journalists now faced another loss of a democratic right, their right to freedom of speech and information. How can you institute an independent media council which is essential to journalistic alliance? </p>
<p>I would suggest you to cancel the complete idea of establishing a media council! It&#8217;s no more than a particularly self-righteous and hypocritical group which shouts to give the impression of “We are striving for a professional journalism even in a destitute situation”  I see the  purpose of the media council is to self –regulate to  help keep at a distance government’s interference with the media content, ? Ooh, journalists even blogger are getting abused, they put up with the brunt of unconstitutional media laws:<strong>Help them fight to take back their basic human right before you start to regulate yourselves!</strong></p>
<p><strong>Exiled/Diasporic Media Regulatory Body A Possibility?</strong></p>
<p>Ethiopian journalists who are  exiled to America/Europe have taken the internet as an opportunity  to set up  an online media that not only serve as important sources of information for many ordinary Ethiopians and traditional journalists back home but that also reveal sensitive  government information. It is the diaspora media that first broke the ongoing where is Prime Minster Meles Zenawi saga. This indicates the influence of the Ethiopian diasporic/exiled media on Ethiopian politics. What is missing, however, —is recognition the role which the Ethiopian diaspora media can play in showing how self-regulation of media protects the right of journalists to be independent, and to be judged for professional mistakes not by those in politics but by their colleagues. Consequently it is not uncommon these days to see people blame the Ethiopian diasporic media for their continuous shabby and low standards journalism: inaccurate, unfair and irresponsible reporting lack/ inadequate media code and code in respect of being unaligned to the internationally agreed press/media protocols and independent appeal mechanism, among others.</p>
<p>Hence I wonder if they consider grabbing hold the of idea of establishing a media council from pro-government group of people and take the initiative to get rid of the political riff-raff from media control and work with the sole purpose as an objective diaspora media monitoring body. </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_642" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_642&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-642\&quot;,\&quot;title\&quot;:\&quot;An%20Initiative%20of%20Ethiopian%20Media%20Council%3A%20A%20Media%20Regulatory%20Body%20without%20the%20Existence%20of%20Media%20is%20a%26nbsp%3BJoke\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/08\\\/14\\\/an-initiative-of-ethiopian-media-council-a-media-regulatory-body-without-the-existence-of-media-is-a-joke\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_642\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/08/14/an-initiative-of-ethiopian-media-council-a-media-regulatory-body-without-the-existence-of-media-is-a-joke/#respond">Leave a comment</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/08/14/an-initiative-of-ethiopian-media-council-a-media-regulatory-body-without-the-existence-of-media-is-a-joke/" rel="bookmark"><time class="entry-date published updated" datetime="2012-08-14T12:19:05+03:00">August 14, 2012</time></a>
							</span>

			<span class="word-count">3 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-627" class="post-627 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/08/02/how-and-who-to-follow-on-the-whereabouts-of-meles-zenawi/" rel="bookmark">How and who to follow on the whereabouts of Meles&nbsp;Zenawi</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p><strong>Introduction </strong><br />
Forty-one days passed since Prime Minster Meles Zenawi was seen on public. In the days after his last appearance on Ethiopian State Television ETV, social media particularly Facebook and Twitter was used to give sensitive information about Meles Zenawi’s health, the hospital where he is being treated, the kind and the cause of his ailment, his being deceased  are among other emerging topics related to Meles Zenawi. Had twitter have a feature for trending-topics of East Africa, I am sure Meles Zenawi would have reached the level of trending-topic; despite his name high on twitter Ethiopians do not yet know where Meles Zenawi is, what happened to him whether he is dead or alive.</p>
<p>Yesterday many had hoped<a href="http://www.bbc.co.uk/news/world-africa-19078358"> Bereket Simon</a>, a government spokesman would give a hint about the whereabouts of the head of the government but he refused to give any details about Prime Minister Meles&#8217; whereabouts or the cause his ailment. This definitely would set other speculations in motion as people already start to say if Prime Minster Meles Zenawi is in a good condition and recuperating bring him on television. So who shall we follow for trustworthiness on PM Meles Zenawi government media? Exile Media or Diaspora Media depending on the tag you wish to bestow or the social media? </p>
<p>A deliberately deprived Ethiopian local news media have generated cascade of news on the whereabouts of PM Meles Zenawi that are becoming increasingly tough to be trusted or not to be trusted depending on the news you lean to trust. Before the dust settles on the whereabouts of Meles Zenawi’s I find it enthusing to reflect on the wider significance of the where is Meles Zenawi saga because as the particles do come down to rest, they will surly cover up some real and possibly endemic problems of Ethiopia journalism. I have found no better summary of the present limbo than this <a href="https://twitter.com/mesfinnegash/status/230062797772451841">Mesfen Negash</a>’e tweet.</p>
<p>Mesfin listed all major media that are involved in major twists of Meles Zenawi saga and <a href="//twitter.com/mesfinnegash/status/230062797772451841)">tweeted</a></p>
<blockquote><p>The fate of Meles Zenawi carries a heavy price for [Ethiopian] media asserting his status, credibility on balance
</p></blockquote>
<p><strong>Yet again who shall we trust then and how</strong></p>
<p>Well let’s start with theoretical foundations for a trustworthiness system Scholar &amp; practitioner <a href="http://irevolution.net/2012/03/03/trails-of-trustworthiness-in-real-time-streams/">Patrick</a> has quoted from Panagiotis Metaxas &amp; Eni Mustafaraj research document and wrote:</p>
<p>Our concept of trustworthiness comes from the epistemology of knowledge. When we believe that some piece of information is trustworthy (e.g., true, or mostly true), we do so for intrinsic and/or extrinsic reasons. Intrinsic reasons are those that we acknowledge because they agree with our own prior experience or belief. Extrinsic reasons are those that we accept because we trust the conveyor of the information. If we have limited information about the conveyor of information, we look for a combination of independent sources that may support the information we receive (e.g., we employ “triangulation” of the information paths). In the design of our system we aim to automatize as much as possible the process of determining the reasons that support the information we receive. We define as trustworthy, information that is deemed reliable enough (i.e., with some probability) to justify action by the receiver in the future. In other words, trustworthiness is observable through actions.</p>
<p>It looks the Prime Minister will not come and disprove all the speculations about his whereabouts and his wellbeing anytime soon. If trustworthiness cannot be observable through actions according to the above theory of Extrinsic reasons  you can  look for a combination of independent sources that may support the information you receive (e.g., you employ “triangulation” of the information paths). Hence in my opinion it is sensible to hunt for rumors on Twitter and Facebook but make sure to pay attention to the following list of social media pages and mainstream media outlets.</p>
<p>There is a general belief that “Truthiness” has some natural buoyancy on social media particularly on twitter  truth “floats to the top”  hence  I will start  with twitter pages:<br />
<a href="https://twitter.com/OPride">Mohammed Ademo  </a><br />
<a href="https://twitter.com/Tingert">Tamrat G. Giorgis </a><br />
<a href="https://twitter.com/abiyetk">Abiye Teklemariam </a><br />
<a href="https://twitter.com/getbaby">Getachew T. Alemu </a><br />
<a href="https://twitter.com/EliasKifle"> Elies Kifle    </a><br />
<a href="https://twitter.com/bruhym">Bruh Yihunbelay </a><br />
<a href="https://twitter.com/ESATtv">ESAT </a><br />
<a href="https://twitter.com/tesfalemw">Tesfalem Waldyes  </a><br />
<a href="https://twitter.com/DeBirhaner">DeBirhaner </a><br />
<a href="https://twitter.com/Daniel_">Daniel Berhane  </a><br />
<a href="https://twitter.com/Ethiosolidarity">SM 4 New Ethiopia </a><br />
On Facebook pay attention to the posts of <a href="https://www.www.facebook.com/profile.php?id=215693">Jawar Mohammed </a></p>
<p>To have a perspective on the matter you must give a due attention for the following mainstream media </p>
<p><a href="http://www.ethsat.com/">ESAT </a><br />
<a href="www.ertagov.com/am">Ethiopian Television </a><br />
<a href="http://www.addisfortune.net/">Addis Fortune </a>with particular spotlight on <a href="http://www.addisfortune.net/fine_line.htm">Fine Line</a><br />
<a href="www.debirhan.com">De Birahan</a><br />
<a href="http://www.ethiopianreporter.com/news/293-news/7286-2012-08-01-06-17-23.html">The Ethiopian Reporter </a><br />
<a href="http://www.opride.com/">OPride.com</a><br />
<a href="http://globalvoicesonline.org/">Global Voices </a><br />
<a href="http://www.cpj.org/blog/2012/07/ethiopians-still-looking-for-answers-on-meles.php">CPJ</a></p>
<p>Finally use your head!</p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_627" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_627&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-627\&quot;,\&quot;title\&quot;:\&quot;How%20and%20who%20to%20follow%20on%20the%20whereabouts%20of%20Meles%26nbsp%3BZenawi\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/08\\\/02\\\/how-and-who-to-follow-on-the-whereabouts-of-meles-zenawi\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_627\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/08/02/how-and-who-to-follow-on-the-whereabouts-of-meles-zenawi/#comments">5 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/08/02/how-and-who-to-follow-on-the-whereabouts-of-meles-zenawi/" rel="bookmark"><time class="entry-date published updated" datetime="2012-08-02T10:50:05+03:00">August 2, 2012</time></a>
							</span>

			<span class="word-count">3 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-558" class="post-558 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/07/28/unpacking-the-rumor-dynamics-about-the-whereabouts-of-meles-zenawi/" rel="bookmark">Unpacking the rumor dynamics about the whereabouts of Meles&nbsp;Zenawi</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>Prime Minster Meles Zenawi has always been a man of mysteries and at this time he kept being conspicuously a mystery for Ethiopians as he has not been seen in public since the last G20-Meeting. His disappearance has touched off a blaze of rumors on twitter and Facebook. Meanwhile Ethiopia’s pitiable media which is forced to operate under thorny anti-terrorism charges is filled with contradictory accounts, with some saying Meles Zenawi, is on the mend and will be back soon, while others say he lies in a hospital in somewhere in Europe. International media say they don&#8217;t know what to believe but already started to write his legacy and still others started to report concerns that Ethiopia and Horn could tumble down into chaos if the mystery of the whereabouts of Prime Minster Meles Zenawi is not solved soon. To understand the dynamics of flurry of rumors Ethiopians are experiencing, it is imperative to take on Ethiopia’s government dominated media and ruling party’s habit of media management and its internal components</p>
<p><strong>Government Media</strong></p>
<p>As it is true in many undemocratic systems, the most notable feature of Ethiopia‘s state media institutions is their relative lack of credibility compared to the informal institutions in this case is social media such as facebook and twitter. Neither news nor feature programs are generated or transmitted predominantly through the state’s formal media institutions particularly by the infamous Ethiopian State Television. The power of Ethiopia’s state media to quash rumors far less than it appears on its façade, and they are broadly obedient to the interests of the regime, particularly the executives. The recent presser did not help that much to clear confusion about the whereabouts of Prime Minster Meles Zenawi.   </p>
<p><strong>Rivalry </strong></p>
<p>Internal palace-Arat-Killo &#8211; politics are the source of continual debate and rumor within Ethiopian digital public. Though these debates and rumors tend not to be based on verifiable evidence they are obviously are indications of rivalry. It has been extensively reported the Prime Minster Meles Zenawi’s ruling circle is intact and cohesive and operate within an extremely complex, and calculatedly opaque system but rivalry amongst themselves cannot be entirely ignored. For example during his high time Prime Minster Meles Zenawi allegedly prevented members of the TPLF elite specifically Arkeb Ekubay, from appearing in the public. The awash of rumors and claims which ranges from the death of the Prime Minster himself to Junedi Saddo’s involvement in a car accident might be a signal of internal power rivalries. With all news claims attributed insiders or trusted sources cannot be all wrong unless officials who are rumored to be involved in the matter come out and falsify rumors in undisputable fashion. But officials cannot do that since they are caught up in an ill-fated competition of bargaining for a better position. Therefore their likely alternative is to seep out entirely wrong or information with slight fact in it given that sharing information on public is dangerous. Obviously secrecy is an asset in the EPRDF system which Bereket Simon himself, Government Minster for Communication Affairs, admitted in a recent presser that secrecy is decade’s long organizational culture of the ruling party.</p>
<p><strong>The Rise of Facebook and Twitter as Alternative Public Space </strong></p>
<p>Facebook is the most widespread social networking media in Ethiopia but its level of influence as alternative citizen media at countrywide level is yet to grow at full swing and greatly depending on the regime’s response to its tiny influence to date. For the last three weeks however Facebook and Twitter broke sensitive health stories of Prime Mister Meles Zenawi that not only made it to the pages of a newspaper but that also caused federal  government to react officially and ban one of the newspapers –Feteh- of last Friday’s edition. </p>
<p><strong>The Influence of Ethiopian Diaspora </strong></p>
<p>The Ethiopian Diasporas have more influence in Ethiopian political information than people living in Addis Ababa. Critics might have put blame on diaspora media as hostile and highly polarized entities but on the case of Prime Minster Meles Zenawi’s health the plethora of exilic online citizen journalists increasingly seem to be building their legitimacy on the strength of their capacity to undermine the trustworthiness of journalists in Ethiopia both government and independent journalists.</p>
<p>Whatever the outcome of these rumors, it is clear that the Ethiopia’s independent media optimism depends on the new media as struggle of the traditional media will continue far beyond Prime Minster Meles Zenawi and his regime. It seems Meles himself understand this fact and created a twitter account    to engage with the digital community.</p>
<p>The following tweet analysis of Prime Minster Meles Zenawi is found with a written permission from <a href="http://twiplomacy.com/info/africa/ethiopia/" target="_blank">twiplomacy</a> an organization which analyze world leaders tweet culture. </p>
<div class="section-wrap tw-account-head row">
<div class="tw-account-banner col-5 fll"><a title="@meleszenawi on Twitter" href="https://twitter.com/#!/meleszenawi" target="_blank"><img src="https://i0.wp.com/twiplomacy.com/wp-content/uploads/2012/07/banners_meleszenawi.png" alt="Banner" /></a></div>
<div class="col-5 flr">
<h2>Peer connections <span class="small">(as of 1 July 2012)</span></h2>
<ul class="connections-list">
<li>follows unilaterally (2)</li>
<li>followed unilaterally by (6)</li>
<li>follows mutually (0)</li>
</ul>
</div>
</div>
<p><!-- country-connections-wrap end --></p>
<div class="row cf">
<div class="col-5 tw-description fll">
<p>His tweets have recently become more popular with each of his last four tweets being re-tweeted 10-16 times. However, the Prime Minster has only posted on Twitter a total of 56 times. There are many opinions of Zenawi’s leadership but nevertheless his tweets seem very personal and engaging. “I wanted to upload photos of this moments day but the twitter app on this iPhone is not letting me do it, maybe its the network” (later that day he managed to upload the photos). Meles Zenawi is highly conversational with 37% of his tweets being @replies and mentions other Twitter users in every single tweet. There was a spike in tweets around Ginbot Day on 28 May 2011. The Prime Minister frequently uses the hashtag #Ethiopia, however he only tweeted three times in 2012; the last post being a re-tweet of Bill Gates on 14 May 2012.</p>
</div>
</div>
<div class="row tw-analytics-row cf">
<div class="col-5 fll">
<h2>Tweet analytics <span class="small">(as of 1 July 2012)</span></h2>
<table class="country-tw-analytics">
<tbody>
<tr>
<td class="stats-attr">Tweets:</td>
<td class="stats-value">56</td>
</tr>
<tr>
<td class="stats-attr">Following:</td>
<td class="stats-value">7</td>
</tr>
<tr>
<td class="stats-attr">Followers:</td>
<td class="stats-value">13,699</td>
</tr>
<tr>
<td class="stats-attr">Joined Twitter:</td>
<td class="stats-value">04/30/2009</td>
</tr>
<tr>
<td class="stats-attr">Language:</td>
<td class="stats-value">English</td>
</tr>
<tr>
<td class="stats-attr">Status:</td>
<td class="stats-value">Active</td>
</tr>
<tr>
<td class="stats-attr">Tweets/day:</td>
<td class="stats-value">0.05</td>
</tr>
<tr>
<td class="stats-attr">% Retweets:</td>
<td class="stats-value">4%</td>
</tr>
<tr>
<td class="stats-attr">Mentions/Tweet:</td>
<td class="stats-value">1.11</td>
</tr>
<tr>
<td class="stats-attr">Replies/Tweet:</td>
<td class="stats-value">37%</td>
</tr>
<tr>
<td class="stats-attr">% Tweets retweeted:</td>
<td class="stats-value">56%</td>
</tr>
<tr>
<td class="stats-attr">Total of retweets:</td>
<td class="stats-value">95</td>
</tr>
<tr>
<td class="stats-attr" colspan="3">Most mentioned</td>
</tr>
<tr>
<td class="stats-value" colspan="3">@MelesZenawi (10), @Natberh (7), @EPRDF (6), @oromosalafi (6), @tekeste (5).</td>
</tr>
</tbody>
</table>
</div>
</div>
<p><!-- row end --></p>
<div class="section-wrap embeded-tweets row">
<div class="col-4 fll first-tweet">
<h2>First tweet</h2>
<blockquote class="twitter-tweet"><p>Just had some of my favorite Shiro. Thank you Chef.</p>
<p>— Meles Zenawi(@MelesZenawi) <a href="https://twitter.com/MelesZenawi/status/1659168462">April 30, 2009</a></p></blockquote>
</div>
<div class="col-4 fll popular-tweet">
<h2>Most popular tweet</h2>
<blockquote class="twitter-tweet"><p>@<a href="https://twitter.com/ahmedwardigley">ahmedwardigley</a>I am not angered but pleased that neighboring brothers have decided to takeaction against al-Shabab; we will support them</p>
<p>— Meles Zenawi(@MelesZenawi) <a href="https://twitter.com/MelesZenawi/status/137470262617714689">November 18, 2011</a></p></blockquote>
</div>
</div>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_558" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_558&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-558\&quot;,\&quot;title\&quot;:\&quot;Unpacking%20the%20rumor%20dynamics%20about%20the%20whereabouts%20of%20Meles%26nbsp%3BZenawi\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/07\\\/28\\\/unpacking-the-rumor-dynamics-about-the-whereabouts-of-meles-zenawi\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_558\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/07/28/unpacking-the-rumor-dynamics-about-the-whereabouts-of-meles-zenawi/#respond">Leave a comment</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/07/28/unpacking-the-rumor-dynamics-about-the-whereabouts-of-meles-zenawi/" rel="bookmark"><time class="entry-date published updated" datetime="2012-07-28T11:16:10+03:00">July 28, 2012</time></a>
							</span>

			<span class="word-count">4 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-555" class="post-555 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/06/18/a-perspective-on-the-new-ethiopian-telecom-bill/" rel="bookmark">A Perspective on the New Ethiopian Telecom&nbsp;Bill</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>Well we Ethiopians have never had dragons in our mythology and folklore like Chinese but so far there has been attempt by Ethiopians to bring on dragons to our culture in the most nauseating manner – internet censorship. Comparatively internet has been the last remaining source of relatively free information for tech-savvy Ethiopians which are mainly concentrated in Addis Ababa in a massively controlled media landscape.</p>
<p>Ethiopian authorities have to endure a persistent censure from the international community for keeping an iron fist on local media. However as Prime Minister Meles Zenawi  claimed at  a recent World Economic Forum in Addis when the going gets tough the tough gets going and he consistently ensures that most media organizations are government  mouthpieces , and  he keeps critics off the airwaves either by jailing them or by coercing them into exile </p>
<p>Ethiopian authorities deny over and over again the accusations of implementing Chinese style internet censorships but recently there are signs that the government has reached the level that they could not even disagree with allegations. Recently a website of the ruling party EPRDF has reported that Ethiopian leaders attended a workshop with Chinese officials on June 2-3 to discuss China’s experience regarding mass media capacity building, mass media institution management and Internet management. This could be taken as a new trend and can be implied that government is reconsidering its denial policy. No need to show a bogus existence of freedom of expression in Ethiopia to foster a good relationship with western donor countries as Ethiopia has an alternative in China with similar if not identical media policy. </p>
<p>More to the point very recently Ethiopian parliament has passed a first legislation step in legalizing a new telecom fraud offense proclamation. I have given a brief analysis on this proclamation right away its announcement three weeks ago though the international media picked the story only recently. This proclamation provides broad and ambiguous definitions particularly for telecommunication services and equipment which might be used to include blogging and possessing social media pages such as facebook and twitter.</p>
<p>The draft Proclamation defines telecommunication services as anything designated as telecommunication service by Ministry of Information Technology (MIT) with the exception of broadcasting and intercom connections and listed more than ten services that are considered as telecom services. Furthermore the proclamation enlarges the definition of telecommunication equipment in considerable ways to include any apparatus intended to use for telecommunication services and it includes its accessory and software. While governments have a right to oversee internet communications within their borders by enacting laws such as this but it should not be at the expense of freedom of expression and international standard of freedom of information.</p>
<p>The overly broad definitions of telecommunication services and equipment have implications for other parts of the Proclamation. For instance in part two article 2 sub (2) of the proclamation, the bill provides whoever uses or holds any telecommunication equipment without obtaining prior permit from the Ministry (MIT) commits an offense and shall unless it entails a more severe penalty under any other law be punishable with rigorous imprisonment from 1 to 4 years and with 10,000 birr (US$ 600) to 40,000 Birr (US$2400) . Together with the broad and vague definition of telecommunication services and equipment, this provision alone can show the way for a wider range of allegations in which individuals seeking to express political dissent online could find themselves prosecuted for acts of telecom service fraud and imprisoned for 5 to 8 years</p>
<p>Overall the Ethiopian media situation is fairly dismal but the hilarious part is government of Ethiopia look forward to to move toward a more vibrant economy with such kind of media policy. I do not think they will realize their dreams of becoming a vibrant economy without opening critical lines of communication between the government, media, and citizens. Internet has grown to be way to achieve an accountable and transparent government free from corruption and tyranny.   </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_555" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_555&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-555\&quot;,\&quot;title\&quot;:\&quot;A%20Perspective%20on%20the%20New%20Ethiopian%20Telecom%26nbsp%3BBill\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/06\\\/18\\\/a-perspective-on-the-new-ethiopian-telecom-bill\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_555\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/06/18/a-perspective-on-the-new-ethiopian-telecom-bill/#comments">3 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/06/18/a-perspective-on-the-new-ethiopian-telecom-bill/" rel="bookmark"><time class="entry-date published updated" datetime="2012-06-18T18:45:59+03:00">June 18, 2012</time></a>
							</span>

			<span class="word-count">3 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-551" class="post-551 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/06/09/%e1%89%a0%e1%8b%9a%e1%88%85-%e1%88%b3%e1%88%9d%e1%8a%95%e1%89%b5%e1%8a%a8-june-2-9-%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%89%a5%e1%88%8e%e1%8c%8e%e1%89%bd-%e1%88%9d%e1%8a%95/" rel="bookmark">በዚህ ሳምንት(ከ June 2-9) የኢትዮጵያ ብሎጎች ምን&nbsp;ጻፉ?</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>አንዳንድ ጋዜጠኞች “አማረ አረጋዊ አሁንም ከወያኔ ስርአት ጋር ይሰራል” ሲሉ ይፅፋሉ። ሌሎች ደግሞ፣ ‘በቂ ገንዘብና ጠንካራ መንፈስ ስላለው ተቋቁሞአቸው እንጂ፣ እንደማንኛውም የግል ጋዜጣ ተፅእኖ እየተደረገበት ነው። መንግስት ከሰጠው የመኖሪያ ኪራይ ቤት አስወጥተውታል። የግል ቤት ተከራይቶ እንዳይኖርም በተለያየ ዘዴ ያሳድዱታል። ከዚያም አልፈው የሚስቱ ወላጆች ላይ ጭምር ችግር ፈጥረውበታል’ ሲሉ በተለየ ያዩታል። በዚህም ተባለ በዚያ አማረ ዝምተኛ አይደለም። አከራካሪ እንደሆነ ቆጥሎአል። ይህ ብርቱ ጎኑ ነው። ይለናል ተስፋዬ ገ/አብ በቅዳሜ ማስታወሻ ብሎጉ[scrubbed] ሙሉውን ጽሁፍ<span style="text-decoration:underline;"> </span><a href="http://tgindex.blogspot.ca/2012/06/blog-post_09.html?spref=fb">ይህችን</a> ጠቅ በማድረግ ያንብቡት[scrubbed]</p>
<p>በፍቃዱ ዘ ሃይሉ ደግሞ በርካታ ጋዜጦች ታገዱ፣ ሰላማዊ ሰልፍ ታገደ፣ በመንግስት ያልተወደዱ ዘፈኖች በመንግስት ይዞታ ስር ባሉ ሬዲዮ ጣቢያዎች እንዳይተላለፉ ታገዱ፣ አንዳንድ መጽሃፍቶች ሜጋ መጽሃፍት ማከፋፈያ ውስጥ እንዳይገቡ ታገዱ፣ የተቃዋሚ ድረገጾችና ጦማሮች ኢትዮጵያ ውስጥ እንዳይነበቡ ታገዱ፣ የጀርመንና የአሜሪካ ድምጽ ሬዲዮዎች ኢትዮጵያ ውስጥ እንዳይሰሙ ታገዱ፣ …. ታገዱ፣ ታገዱ፡፡ ይላል <a href="http://befeqe.blogspot.ca/2012/06/blog-post.html">ዘ ዲክታተርን </a>ኢድና ሞል እንዳይታይ መታገዱን በማስመልከት የጻፍው ብሎግ[scrubbed] </p>
<p><a href="http://zonenine.wordpress.com/2012/06/08/%E1%8B%A8%E1%88%81%E1%88%88%E1%89%B5-%E1%88%9A%E1%8A%92%E1%88%B5%E1%89%B5%E1%88%AE%E1%89%BD-%E1%8B%88%E1%8C%8D/">ዞን ናይን</a> የተሰኝ በአስር ጀማሪ ጦማሪያን የተጀመረ አዲስ ብሎግ በዚህ ሳምንት በርካታ ጽሁፎች አስነብቦናል[scrubbed] ሁሉንም ጽሁፎች ወድጃቸዋለሁ መምርጥ ስላለብኝ ግን ሁለቱን ጀባ ልበል[scrubbed] ዘላለም ማልኮም የሁለት ‘ሚኒስትሮች’ ወግ እና “የቃሊቲው መንግስት” እኔ እንዳነበብኩት በሚል  ርእስ የጻፉትን[scrubbed] በመጀመሪያ  <a href="http://zonenine.wordpress.com/2012/06/08/%E1%8B%A8%E1%88%81%E1%88%88%E1%89%B5-%E1%88%9A%E1%8A%92%E1%88%B5%E1%89%B5%E1%88%AE%E1%89%BD-%E1%8B%88%E1%8C%8D/">ከዘላለም</a> ጽሁፍ አንድ አንቀጽ እንካችሁ:</p>
<p>የነTwtter ሚና ከፍተኛ እንደነበር የታየበት የአረቡ አለም ፀደይ (The Arab Spring)  ፍሬ ካፈራና ሁሉም በየጓዳው መደንገጥ በያዘበት ሰሞን ጠቅላይ ሚኒስትሩ ብቅ ብለው ጥቅም ላይ ስላልዋለው 3 ሚሊየን ሄክታር መሬታችን፣ ስለ ህዳሴው ግድብ ተስፋና መከራ፣ ስለ የተለያዩ እርዳታዎች፣ ስለውጭ ምንዛሬ እጥረት፣ የግንቦት 20 እንኳን አደረሳችሁ መልእክት ወዘተ tweet ያደርጉና ‘የሆሊውድ’ መንፈሳቸው እንደገና ሲቆሰቆስ፡<br />
“I wanted to upload photos of this moments but the twitter app on this iphone is not letting me do it, maybe its [it’s] the network” እንዲሁም “here are some photos I promised…” ብለው ጥያቄ ያጭሩብናል፣ ይሄ ነገር እንዴት ነው? ያስብሉናል፡፡<br />
&#8211; የApple ምርት የሆነውን iphone መጠቀማቸው ጠዋት ማታ ከሚከሱት ኒዮ ሊበራሊዝም አቀንቃኞች ጋር የጓዳ ግንኙነት አላቸው እንዴ? ሲያስብለን፣<br />
&#8211; “…maybe its [It’s] the network” ሲሉ ደግሞ ‹‹ለካ ቴሌ ቤተሰቦቹንም አሰመርሯል እያልን ብለው ብለው “Ethio Telecom SUCKS” እንዳይሉ እንፈራለን፡፡››ሙሉውን ጽሁፍ ለማንበብ <a href="http://zonenine.wordpress.com/2012/06/08/%E1%8B%A8%E1%88%81%E1%88%88%E1%89%B5-%E1%88%9A%E1%8A%92%E1%88%B5%E1%89%B5%E1%88%AE%E1%89%BD-%E1%8B%88%E1%8C%8D/">እዚህ </a>ላይ ጠቅ ያድርጉ[scrubbed]</p>
<p>አቤል ደግሞ ሰሞኑን በጋዜጠኛ ሲሳይ አጌና የተጻፈውን መጻሀፍ እኔ እንዳነበብኩት በሚል ርእስ አስቃኝቶናል[scrubbed] አንድ አንቀጽ እንካችሁ<br />
የመጽሐፉ ይዘት መንግስት እሰረኞቹን መያዝ ከተጀመረበት ከጥቅምት 22 1998 ዓ.ም. ጀምሮ የመሰረተ ዐሳቡ ክቡድነት ያህል ለሀገሪቱ መጻዒ ጊዜ አንዳች ነገር ባላበረከተ  ይቅርታ ከእስር  እስከተፈቱበት ሐምሌ 13 1999 ዓ.ም. ድረስ ጥቃቅን ነገሮች ሳይቀር እየዘረዘረ ያስቃኘናል፡፡ጥቅምት 22 ከምሽቱ ሶስት ሰዓት አከባቢ ይጀምርና ራሱ በተባራሪ  የሚያገኛቸውን መረጃዎች ሲጠቃቅስ ይቆይና በቁጥጥር ስር ሲውል ደግሞ  ወደ ወህኒ ቤት ይዞን ወርዶ በትዝታዎቹ ተመስጦ ውስጥ ይከተናል፡፡ በተደደጋጋሚ በመታሰሩ፣ ብዙ ጊዜ ቃሉን ስለሰጠና በሌሎች ተጨማሪ ምክንያቶች በሸገር ያሉ ወህኒ ቤቶችን ከነመንገዶቻቸውን ፣ ከነመርማሪዎቻቸው እና ዘቦቻቸው ጥንቅቆ ያውቃቸዋል፡፡ከቃሊቲ በተጨማሪ እንደ ዓለም በቃኝ እና ማዕከላዊ ያሉ ዝነኛ እስር ቤቶችን በነዋሪነት ስለሚያውቃቸው እያንዳንዷን ኮሽታ በጥንቃቄ እንዲያስተውል ረድተውታል፡፡ስለወንጀል ምርመራ ቆይታው ካሰፈረውና ፈገግ ያሰኘኝን ተረክ ላቀብላችኹ፡፡ ሙሉውን ጽሁፍ ለማንበብ <a href="http://zonenine.wordpress.com/2012/06/09/%E1%8B%A8%E1%89%83%E1%88%8A%E1%89%B2%E1%8B%8D-%E1%88%98%E1%8A%95%E1%8C%8D%E1%88%B5%E1%89%B5-%E1%8A%A5%E1%8A%94-%E1%8A%A5%E1%8A%95%E1%8B%B3%E1%8A%90%E1%89%A0%E1%89%A5%E1%8A%A9/">እዚህ </a>ላይ ጠቅ ያድርጉ[scrubbed]</p>
<p>አቤ ቶኪቻው <a href="http://abetokichaw.wordpress.com/2012/06/08/%E1%8A%91-%E1%8D%8C%E1%88%B5-%E1%89%A1%E1%8A%AD-%E1%88%B0%E1%8D%88%E1%88%AD-%E1%8A%A0%E1%8A%95%E1%88%B0%E1%89%A3%E1%88%B0%E1%89%A5-%E1%8A%A0%E1%89%A4-%E1%89%B6%E1%8A%AA%E1%89%BB%E1%8B%8D/">ኑ… ፌስ ቡክ ሰፈር እንሰባሰብ!</a> ይላችኋል[scrubbed] ለምን ብትሉ አንድ አንቀጽ እንካችሁ:</p>
<p>እውነቴን ነው የምልዎ እንደኔ ጨዋታ ወዳድ እና ወሬ ለምን ያምልጠኝ ያሉ ከሆኑ፤ ወይም በዘመናዊ አጠራር መረጃ ምግቤ ነው የሚሉ ከሆነ፤ ያለ ምንም ጥርጥር ፌስ ቡክን የመሰለ ምርጫ የለም። ጨዋታ ቢልዎትስ ጨዋታ ብቻ ነው እንዴ…!?  መንፈሳዊ ቢሉ፣ አለማዊ ቢፈልጉ፣ ፖለቲካዊ ቢሻዎ… በያይነቱ ጨዋታ የት ነው የሚገኘው? ምንም ጥርጥር የለውም ፌስ ቡክ ላይ ነው። ከቤተ መንግስት ጀምሮ እስከ ቤተ ግለሰብ ድረስ ያለው ቡጨቃ ቀላል ነው እንዴ…? የምሬን ነው የተተነፈሰችዋ ሳትቀር አንዲትም ጨዋታ አታመልጥዎትም…!</p>
<p>ሙሉውን ጽሁፍ ለማንበብ <a href="http://abetokichaw.wordpress.com/2012/06/08/%E1%8A%91-%E1%8D%8C%E1%88%B5-%E1%89%A1%E1%8A%AD-%E1%88%B0%E1%8D%88%E1%88%AD-%E1%8A%A0%E1%8A%95%E1%88%B0%E1%89%A3%E1%88%B0%E1%89%A5-%E1%8A%A0%E1%89%A4-%E1%89%B6%E1%8A%AA%E1%89%BB%E1%8B%8D/">እዚህ</a> ላይ ጠቅ ያድርጉ[scrubbed]</p>
<p>ሰሞኑን የአውሮፓ ዋንጫ በመሆኑ በተጨማሪም መጨው የለንደን ኦሎምፒክ በመሆኑ <a href="http://www.total433.com/2012/06/08/%E1%89%80%E1%8A%90%E1%8A%92%E1%88%B3-%E1%89%A0%E1%89%80%E1%88%88-%E1%8B%AD%E1%89%B3%E1%8B%88%E1%89%85%E1%89%A0%E1%89%B5-%E1%8B%A8%E1%8A%90%E1%89%A0%E1%88%A8%E1%8B%8D-%E1%8A%A0%E1%88%B5%E1%8B%B0/">የፍሰሀ ተገኘን </a>ብሎግ መጎብኝት ግድ ይሎታል[scrubbed] በተለይ ደግም በአዲስ አበባ ኤፍሞች አታካች ስፖርታዊ “ትንተናዎች” የሰለቹ ከሆኑ የፍሰሀ ብሎግ ሁነኛ አማራጭ ነው[scrubbed] ፍስሀ በዚህ ሳምንት በርካታ ጽሁፎች አቅርቧል[scrubbed]  ከነዚህ ውስጥ ስለ ቀነኒሳ የጻፈው ስቦኛል[scrubbed] አንድ አንቀጽ፦</p>
<p>ታላቁ የረጅም ርቀት ሯጭ ቀነኒሳ በቀለ ኖርዌ ኦስሎ ከተማ ውስጥ በተካሄደው የዳይመንድ ሊግ 5 ሺህ ሜትር የሩጫ ውድድር ርቀቱን 13፡00.54 ደቂቃ በሆነ ጊዜ በማጠናቀቅ አምስተኛ ደረጃን አግኝቶ ካጠናቀቀ በኋላ የመወያያ ርእስ የሆነው “ኢትዮጵያዊው ድንቅ አትሌት ይታወቅበት የነበረው አስደናቂ የአጨራረስ ብቃት የት ሄደ?” የሚለው ነበር።</p>
<p>ቀነኒሳ የምወደው አትሌት ስለሆነ ስለሱ የተጻፍን ጽሁፍ እዚህ ለብሎግ ለክለሳዬ አዋልኩት እንጂ ሁሉም ጽሁፎቹ አንጀት አርስ ናቸው[scrubbed] ይህንን ጽሁፍ ጨምሮ ሁሉንም ጽሁች ለማንበብ <a href="http://www.total433.com/2012/06/08/%E1%89%80%E1%8A%90%E1%8A%92%E1%88%B3-%E1%89%A0%E1%89%80%E1%88%88-%E1%8B%AD%E1%89%B3%E1%8B%88%E1%89%85%E1%89%A0%E1%89%B5-%E1%8B%A8%E1%8A%90%E1%89%A0%E1%88%A8%E1%8B%8D-%E1%8A%A0%E1%88%B5%E1%8B%B0/">እዚህ</a> ላይ ጠቅ ያድርጉ[scrubbed]በነገራችን ላይ  ከሚቀጠለው ሳምንት ጀምሮ የኢትዮጵያ ብሎጎች ክለሳ ወደ ዞን ናይን ይዞራል[scrubbed] መልካም ንባብ  </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_551" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_551&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-551\&quot;,\&quot;title\&quot;:\&quot;%E1%89%A0%E1%8B%9A%E1%88%85%20%E1%88%B3%E1%88%9D%E1%8A%95%E1%89%B5%28%E1%8A%A8%20June%202-9%29%20%E1%8B%A8%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB%20%E1%89%A5%E1%88%8E%E1%8C%8E%E1%89%BD%20%E1%88%9D%E1%8A%95%26nbsp%3B%E1%8C%BB%E1%8D%89%3F\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/06\\\/09\\\/%e1%89%a0%e1%8b%9a%e1%88%85-%e1%88%b3%e1%88%9d%e1%8a%95%e1%89%b5%e1%8a%a8-june-2-9-%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%89%a5%e1%88%8e%e1%8c%8e%e1%89%bd-%e1%88%9d%e1%8a%95\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_551\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/06/09/%e1%89%a0%e1%8b%9a%e1%88%85-%e1%88%b3%e1%88%9d%e1%8a%95%e1%89%b5%e1%8a%a8-june-2-9-%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%89%a5%e1%88%8e%e1%8c%8e%e1%89%bd-%e1%88%9d%e1%8a%95/#respond">Leave a comment</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/06/09/%e1%89%a0%e1%8b%9a%e1%88%85-%e1%88%b3%e1%88%9d%e1%8a%95%e1%89%b5%e1%8a%a8-june-2-9-%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%89%a5%e1%88%8e%e1%8c%8e%e1%89%bd-%e1%88%9d%e1%8a%95/" rel="bookmark"><time class="entry-date published updated" datetime="2012-06-09T17:43:24+03:00">June 9, 2012</time></a>
							</span>

			<span class="word-count">1 Minute</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-517" class="post-517 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/05/28/the-new-ethiopian-telecom-service-infringements-law-is-it-the-most-creative-way-copying-sopa-and-pipa/" rel="bookmark">The New Ethiopian Telecom Service Infringements Law. Is it the most creative way of copying SOPA and&nbsp;PIPA?</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>The new Ethiopian Telecom Service Infringement Law was<a href="http://www.addisadmassnews.com/index.php?option=com_content&amp;view=article&amp;id=2328%3A2012-05-26-13-33-26&amp;catid=1%3Alatest-news&amp;Itemid=513"> ratified</a> last Thursday on May 24th 2012 .The new Telecom Law meant to impede internet telephony which is commonly referred as  communications services —voice and fax infringements.</p>
<p>This post is to highlight problems which could be caused because of provisions in broader context. The popularity of computer-to-telephone call services is expanding in Addis Ababa and some regional cities and the legislators argue that this trend has threatened the profits of Ethio-Telecom the solitary service provider in the country. Furthermore it was reported that the trend of using internet telephony in the country has posed a threat to a national security. The legislators argued that the new law will help in fighting threats which would use internet telephony to disrupt national security. To impede the growing trend of using    internet telephony the proclamation grants the <a href="http://www.mcit.gov.et/">Ministry of Communications and Information Technology</a>, the right to license private companies those engaged in producing importing and distributing any sort of information  communication technology apparatus which might include cell phones. </p>
<p>Thriving Ethiopian <a href="http://www.debirhan.com/">blogging</a> and social media culture in danger?</p>
<p>Now let me draw attention to the problems concerning the proclamations’ anti-terrorism and defamatory laws related provisions. I strongly believe these problems would make the heart provisions of the proclamation. They will be equally as controversial as the anti-terrorism law which was passed in 2009.While the proclamation would be taken as one positive step in having at least directives to use internet in Ethiopia—targeting particular individuals’ internet activities which could include blogging and posts on social networking sites such as facebook and twitter, the proclamation would defiantly further burden the already injured freedom of expression beyond telecom service infringements. </p>
<p>As an affiliate of a thriving Ethiopian blogging culture, whose life is strongly linked up well with internet, I strongly go up against this law which receives a scant media attention. I find this law to have straight and extensive blow to threaten thriving facebook culture of the Ethiopian online populace. To illustrate how its impact  here is an example: if one facebooker posted a status update on his page regarding his allegiance say for example peaceful Muslim protesters  and  his status update attracts a string of comments, this facebook user will be directly liable for disseminating offending information. These infringements risks up to 8 years imprisonment and heavy fines. </p>
<p>As Frank Nyakairu once highlighted on his blog- Is this a very fast and creative way of <a href="As Frank Nyakairu once highlighted on his blog- Is this a very fast and creative way of copying SOPA and PIPA proposed laws of United States?   ">copying SOPA and PIPA</a> proposed laws of United States? </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_517" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_517&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-517\&quot;,\&quot;title\&quot;:\&quot;The%20New%20Ethiopian%20Telecom%20Service%20Infringements%20Law.%20Is%20it%20the%20most%20creative%20way%20of%20copying%20SOPA%20and%26nbsp%3BPIPA%3F\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/05\\\/28\\\/the-new-ethiopian-telecom-service-infringements-law-is-it-the-most-creative-way-copying-sopa-and-pipa\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_517\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/05/28/the-new-ethiopian-telecom-service-infringements-law-is-it-the-most-creative-way-copying-sopa-and-pipa/#comments">6 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/05/28/the-new-ethiopian-telecom-service-infringements-law-is-it-the-most-creative-way-copying-sopa-and-pipa/" rel="bookmark"><time class="entry-date published" datetime="2012-05-28T12:43:48+03:00">May 28, 2012</time><time class="updated" datetime="2012-05-28T12:49:56+03:00">May 28, 2012</time></a>
							</span>

			<span class="word-count">2 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-512" class="post-512 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/05/24/ethiopia-free-press-situation-on-the-spotlight/" rel="bookmark">Ethiopia free press situation on the&nbsp;spotlight</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>A recent G-8 meeting brought Ethiopia free press situation on the spotlight again. The meeting caused gatherings of <a href="http://nazret.com/blog/index.php/2012/05/20/ethiopia-activists-protest-g8-summit" target="_blank">free press campaigners</a> who had much to say about the unfavorable media landscape of Ethiopia.</p>
<p>Just to run through the major ones  <a href="https://www.cpj.org/2012/05/obama-should-raise-press-freedom-in-africa-food-ta.php" target="_blank">CPJ</a> urge President Obama to emphasize the importance of free press in ensuring food security during G-8 meeting, on Huffington Post <a href="http://www.huffingtonpost.com/ben-rawlence/ethiopia-g-8-summit-obama-zenawi-_b_1524409.html" target="_blank">Ben Rawlence,</a> Senior Researcher at Human Rights Watch <a href="http://www.huffingtonpost.com/ben-rawlence/ethiopia-g-8-summit-obama-zenawi-_b_1524409.html" target="_blank">casted</a> an unflattering light on state of human rights in Ethiopia, <a href="http://www.voanews.com/section/straight-talk-africa/2200.html" target="_blank">Straight Talk Africa</a> VOA &#8211; an international call-in talk show hosted by Shaka Ssali discussed  sterner  issues of Press Freedom in Africa by inviting  <a href="http://en.wikipedia.org/wiki/Birtukan_Mideksa" target="_blank">Birtukan Midekssa,</a> well known opposition politician who is currently a<a href="http://www.ned.org/fellowships/reagan-fascell-democracy-fellows-program Reagan-" target="_blank"> Fascell Democracy Fellow</a>, <a href="http://cpj.org/blog/author/mohamed-keita/" target="_blank">Mohamed Keita,</a>Advocacy Coordinator for Africa Program ,Committee to Protect Journalists,  Karin Karlekar(PhD), Project Director of Freedom of the Press, <a href="http://www.freedomhouse.org" target="_blank">Freedom House</a>. Meanwhile on New York Times a blog post<a href="http://www.nytimes.com/2012/05/21/business/media/at-the-ethiopian-news-agency-hope-for-freer-journalism.html?_r=1" target="_blank"> Eennd Muchler</a>, prefers to be hopeful though the piece highlights on murkier sides of Ethiopian journalism.</p>
<p>The 2012 <a href="http://www.freedomhouse.org" target="_blank">Freedom House</a> press freedom indicator categorized Ethiopia as ‘Not Free’ zone and ranked it 176th out of 194 countries. This tied Ethiopia with the Gambia which left both at 43rd out of all African countries. The rankings are based on evaluation of the legal, political, and economic environments for media in each country with a scale representing 0 as “most free” to 100 as “least free. On the talk show Birtukan Midekssa reiterated that she was not surprised to see such terrible performance from Ethiopia. Furthermore she insisted that with such terrible track record of the past two decades for Ethiopia’s government it has no alternative but attempting to swing people’s attention to its economic development narratives, service delivery in Shaka Ssali’s terms.</p>
<p>Elsewhere it was reported that two members of the U.S. Congress, <a href="http://begich.senate.gov/public/" target="_blank">Mark Begich</a>, an Alaska Democrat and <a href="http://www.royce.house.gov/" target="_blank">Edward Royce</a> a Republican have openly expressed their concern at Ethiopia&#8217;s persecution of members of free press which are widely considered as proponents of democracy, with both equally asserting the fact that press freedom will boost stability and security that enhance the democratization process  contrary to Prime Minister Meles Zenawi’s claims that dismissed any direct relationship between economic growth and democracy at recent World Economic Forum <a href="http://globalvoicesonline.org/2012/05/15/africa-development-or-democracy-which-comes-first/" target="_blank">(WEF</a>) which took place in Addis Ababa from 9 to 11 May 2012.</p>
<p>In contrast, home based Ethiopia&#8217;s media outlets do reflect on the predicament of Ethiopia’s free press, but their focus was largely on a new directive that authorizes government printers to censor the content of newspapers and magazine that reject their publications.</p>
<p>&#8220;I am really surprised by the audacity of Berhanene Selam (Ethiopia&#8217;s main, state-owned printing company) to impose this kind of obligation in clear violation of abrogating the provision which is stated in the constitution. So the Ethiopian press is in a really grim situation created by the action from the printing house.&#8221; says Yakob Hailemariam (Ph.D.) in an interview with the <a href="http://www.thereporterethiopia.com/Interview/a-press-freedom-debacle.html" target="_blank">English Version of The Reporter</a>. On the Amharic version of the same newspaper “An Ethiopian free press faced with censorship” writes <a href="http://www.ethiopianreporter.com/component/content/article/303-commentary/6380-2012-05-19-10-07-17.html" target="_blank">Daniel Bekalu</a>. Amare Aregawi, General Manager of the private newspaper Reporter, argued that freedom of expression in Ethiopia is facing a more serious challenge than ever before during the World Press Freedom Day (WPFD) that was marked on Thursday, May 3, at the newly built African Union Hall writes <a href="http://www.capitalethiopia.com/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=41&amp;Itemid=59" target="_blank">Capital a weekly English newspaper</a> on its society section.  While <a href="http://www.addisfortune.net/fine_line.htm" target="_blank">Addis Fortune</a> in its typical fine line column choose to reveal US diplomats based in Addis Abeba were speeding up to include democratic deficits including space for dissent and the media as agenda for a discussion which was to be held during Prime Minister Meles Zenawi’s  G-8  Summit  attendance. <a href="//www.shegerfm.com/index.php?view=article&amp;catid=40%3Aarchived-gallery&amp;id=1496%3Asheger-cafe-march-20-2011-abdu-ali-jira&amp;option=com_content)" target="_blank">Sheger Café</a>, a talk show hosted by Meaza Birru discussed the impact of these new directives in broader, context with Abdu Ali Jira. Abdu stressed these new directives a copy of which have been circulating online after CPJ put the <a href="//www.cpj.org/Printing%20Works%20Standard%20Agreement.pdf)" target="_blank">copy online </a>allows printers to terminate any printing contract if the publisher repeatedly submits content the printer considers legally questionable. </p>
<p>On social media arena Ethiopian netzines often post their reaction to the stories those show the state of Ethiopia’s press freedom through their Facebook updates and tweets and despite the restrictions and a wide-ranging fear of being persecuted words spread quickly in Ethiopian social media sphere. For instance a <a href="//nazret.com/blog/index.php/2012/05/22/ethiopia-abebe-gelaw-shrinks-zenawi-with-a-heckle?blog=15)" target="_blank">recent footage</a> which shows an Ethiopian journalist speech interruptive objection targeted against Prime Minster Meles Zenawi at G8 Summit 2012 was shared extensively amongst netzines. Yet within hours of the news going up, most news sites, you tube channels and blogs those put out the video were blocked ; only Twitter, Facebook and  few blogs contained <a href="//www.youtube.com/results?search_query=Meles+Zenawi+speech+interrupted+by+Abebe+Gellaw+at+G8+summit+2012+)" target="_blank">information or footage </a>of the journalist’s protest at the G8 Summit. Later local media and few news websites ran sanitized versions of the story and, all state owned media and one local FM Radio Station focused on the ‘praise’ and ‘accolades’ Prime Minster Meles Zenawi received from the participants of the summit rather than the hype swirling around the protest video footage. </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_512" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_512&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-512\&quot;,\&quot;title\&quot;:\&quot;Ethiopia%20free%20press%20situation%20on%20the%26nbsp%3Bspotlight\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/05\\\/24\\\/ethiopia-free-press-situation-on-the-spotlight\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_512\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/05/24/ethiopia-free-press-situation-on-the-spotlight/#comments">3 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/05/24/ethiopia-free-press-situation-on-the-spotlight/" rel="bookmark"><time class="entry-date published" datetime="2012-05-24T22:26:32+03:00">May 24, 2012</time><time class="updated" datetime="2012-05-24T22:26:33+03:00">May 24, 2012</time></a>
							</span>

			<span class="word-count">3 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-508" class="post-508 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/05/20/ethiopia-english-blogs-roundup/" rel="bookmark">Ethiopia English Blogs&nbsp;Roundup</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>For my <a href="https://endalk.wordpress.com/2012/05/13/%E1%8B%A8%E1%8A%A2%E1%89%B5%E1%8B%AE%E1%8C%B5%E1%8B%AB-%E1%89%A5%E1%88%8E%E1%8C%8E%E1%89%BD-%E1%88%9D%E1%8A%95-%E1%8C%BB%E1%8D%89-%E1%8A%A8%E1%88%9A%E1%8B%AB%E1%8B%9A%E1%8B%AB-29-%E1%8A%A5%E1%88%B5/">Amharic blog</a> roundup followers I promise it is coming up but for now I decided to do English blogs round up as Ethiopia has been on spotlight on various international media blogs. I just want to update my readers and urge you to share your opinion in the comment thread below, or add perceptive to these compilations by tweeting at <a href="https://twitter.com/#!/endalk2006" target="_blank">@endalk2006 </a><strong></p>
<p>Guardian’s Poverty Matters Blog <a href="http://www.guardian.co.uk/global-development/poverty-matters/2012/may/15/developing-world-of-debt" target="_blank">wrote</a>:</p>
<blockquote><p>Years after debt campaigners succeeded in persuading the International Monetary Fund (IMF), World Bank and G8 to abolish debts worth billions of dollars owed by developing countries, figures show total external debts are once again on the increase</p></blockquote>
<p>The blog further situate the account by <a href="http://www.guardian.co.uk/profile/nickmead" target="_blank">highlighting</a> Ethiopia’s debt</p>
<blockquote><p>Ethiopia&#8217;s public sector debt is almost back at pre-MDRI levels, with China becoming Ethiopia&#8217;s third biggest lender (11% of new loans) behind the World Bank (34.3%) and IMF (11.5%), according to the AEO report.</p></blockquote>
<p>On <a href="http://www.huffingtonpost.co.uk/2012/05/17/britain-education-aid-has-failed-says-report_n_1524927.html" target="_blank">Huffington post</a> it was reported that a £1bn programme of British aid for education in three east African countries has failed to teach basic reading, writing and maths skills to most of the children involved. Ethiopia being one of the recipients of British aid for education the account might be interesting for you and you can click <a href="http://www.huffingtonpost.co.uk/2012/05/17/britain-education-aid-has-failed-says-report_n_1524927.html" target="_blank">here</a> to read the full report.</p>
<p>Again on <a href="http://www.huffingtonpost.com/ben-rawlence/ethiopia-g-8-summit-obama-zenawi-_b_1524409.html" target="_blank">Huffington post</a> Ben Rawlence, Senior Researcher, Africa Division, Human Rights Watch wrote a commentary titled <a href="http://www.huffingtonpost.com/ben-rawlence/ethiopia-g-8-summit-obama-zenawi-_b_1524409.html" target="_blank">“The Ethiopian Enigma”</a>. He claims:</p>
<blockquote><p>Ethiopia is a reliable partner on counter-terrorism and regional security and perceived to be an oasis of stability amid Eritrea, Sudan, and Somalia. Ethiopia has held terrorism suspects from Somalia and Kenya for interrogation and hosts a U.S. drone base for operations in Somalia. Ethiopia intervened in Somalia in 2006 to oust the militant Union of Islamic Courts and deployed peacekeepers in the contested region of Abyei between Sudan and South Sudan. </p></blockquote>
<p> On Guardian <a href="http://www.guardian.co.uk/world/2012/may/20/land-grab-ethiopia-saudi-agribusiness?CMP=twt_gu" target="_blank">Land grabbers: Africa&#8217;s hidden revolution</a> is one of the highly commented stories of the day so far. In a book review titled same as the title of the commentary <a href="http://www.guardian.co.uk/profile/fredpearce" target="_blank">Pearce</a>, the author of the book wrote: </p>
<blockquote><p>Gambella is the poorest province in one of the world&#8217;s poorest nations – a lowland appendix in the far south-west of Ethiopia. Geographically and ethnically, the hot, swampy province feels like part of the new neighbouring state of South Sudan, rather than the cool highlands of the rest of Ethiopia. Indeed, Gambella was effectively in Sudan when it was ruled by the British from Khartoum, until 1956. For the half-century since, the government in Addis Ababa has ruled here, but it has invested little and cared even less for its Nilotic tribal inhabitants, whose jet-black skin and tall, elegant physique mark them out from the highlanders. The livestock-herding Nuer, who frequently cross into South Sudan, and the Anuak, who are farmers and fishers, are peripheral to highland Ethiopia in every sense. </p></blockquote>
<p><a href="http://www.tadias.com/05/18/2012/how-ethiopian-music-went-global-interview-with-francis-falceto/" target="_blank">Tadias Magazine</a> interviewed Francis Falceto and wrote a feature on How Ethiopian Music Went Global. </p>
<p>Will bring to you my Amharic blog roundup soon! </p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_508" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_508&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-508\&quot;,\&quot;title\&quot;:\&quot;Ethiopia%20English%20Blogs%26nbsp%3BRoundup\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/05\\\/20\\\/ethiopia-english-blogs-roundup\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_508\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/05/20/ethiopia-english-blogs-roundup/#comments">4 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/05/20/ethiopia-english-blogs-roundup/" rel="bookmark"><time class="entry-date published updated" datetime="2012-05-20T18:47:02+03:00">May 20, 2012</time></a>
							</span>

			<span class="word-count">2 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
				
<article id="post-501" class="post-501 post type-post status-publish format-standard hentry category-politics-media-culture">
			<header class="entry-header">
			<h1 class="entry-title"><a href="https://endalk.blog/2012/05/17/ethiopias-free-press-and-food-security-comments-and-analysis-from-around-the-web/" rel="bookmark">Ethiopia’s Free Press and Food Security. Comments and analysis from around the&nbsp;web</a></h1>		</header><!-- .entry-header -->	
	<div class="entry-content">
		<p>A current collection of comments and analysis on function of free press in securing food security in Ethiopia</p>
<p>The campaign for press freedom has reached a critical stage in recent weeks. In this context it may be worth collecting commentary from those participating in an effort to regain freedom of the press in Ethiopia – from analysts to reporters to readers. You can also share your opinion on my blog, or throw in a perceptive from elsewhere to this collection.</p>
<p>On top of the countless list free press champions <a href="http://www.cpj.org/2012/05/obama-should-raise-press-freedom-in-africa-food-ta.php" target="_blank">CPJ</a> comes first. <a href="http://en.wikipedia.org/wiki/38th_G8_summit" target="_blank">Taking the 38th G8 Summit</a> on which Prime Minister Meles Zenawi is expected to take part as an opportunity <a href="http://cpj.org/blog/author/joel-simon/" target="_blank">Joel Simon</a> Executive Director of CPJ wrote a public letter to <a href="http://www.whitehouse.gov/contact" target="_blank">President Barack Obama.</a></p>
<p>President Obama has invited Prime Minister Meles Zenawi to attend the <a href="http://www.usaid.gov/press/mediaadvisories/2012/ma120509.html" target="_blank">G8 Summit</a> to have a discussion about food security on May 19 at Camp David. In the letter Joel Simon highlight the significance of free press in ensuring food security and urge President Obama to raise this issue as a topic of discussion during the summit. He<a href="http://allafrica.com/stories/201205170138.html" target="_blank"> wrote</a>:</p>
<p><strong></p>
<blockquote><p>Mr. President, we are deeply concerned that Ethiopia&#8217;s ongoing repression of investigative journalism fuels tensions that threaten the country&#8217;s relative stability and risk unraveling the economic and social progress registered in recent years. Since 2011, under the guise of a counterterrorism sweep, the government of Ethiopia has brought terrorism and anti-state charges against 11 independent journalists, including blogger Eskinder Nega, who may face life in prison for his writing about the struggle for democracy. Such policies deter reporting on all sensitive topics, including food security</p></blockquote>
<p></strong></p>
<p>You can read the full letter by clicking <a href="http://allafrica.com/stories/201205170138.html" target="_blank">here</a> but for my readers in Ethiopia you must have a circumvention tool to read the letter on CPJ’s site as CPJ’s <a href="http://cpj.org" target="_blank">site </a>blocked in Ethiopia.</p>
<p><a href="http://cpj.org/blog/author/mohamed-keita" target="_blank">Mohamed Keita</a>/CPJ’s Africa Advocacy Coordinator <a href="http://www.huffingtonpost.com/committee-to-protect-journalists/food-security-talks-must_b_1522649.html" target="_blank">wrote</a> on <a href="http://www.huffingtonpost.com/committee-to-protect-journalists/food-security-talks-must_b_1522649.html" target="_blank">Huffingtonpost </a></p>
<p><strong></p>
<blockquote><p>Timely and accurate information about conditions of drought and famine in Africa&#8217;s Sahel could save lives. But if the press is unable to report freely, how does a country build consensus on tackling national food security and ensure that official policies are the result of broad consultation with all segments of society? What happens when leaders of a nation respond to this caprice of nature by deliberately downplaying the extent of the crisis, limiting journalists&#8217; access to sensitive areas, and censoring independent coverage of the problem, in the name of protecting the country&#8217;s image?
</p></blockquote>
<p></strong></p>
<p><a href="https://www.facebook.com/al.mariam" target="_blank">Alemayehu G. Mariam </a>an activist based in US wrote an opinion piece which later translated and published on various sites. He <a href="http://indepthafrica.com/news/east-africa/african-hunger-games-at-camp-david/" target="_blank">stated</a>:</p>
<p><strong></p>
<blockquote><p>On May 19, President Obama and the G8 leaders will have to face some tough questions: What is the moral hazard of endlessly supplying food relief to the Horn countries? Why should the world continue to help a country that leases millions of hectares of the most fertile land in the country and become the breadbasket for India and the Middle East while its people are starving? Why should the world provide food aid to a country when the ruling regime weaponizes the aid to decimate opposition, crush the democratic aspirations of the people and flagrantly violate human rights? Does aiding dictators who use food aid for political purposes end famine and food shortages in Africa?</p></blockquote>
<p></strong></p>
<p><a href="http://dissidentvoice.org/2012/05/unlawful-imprisonment-in-ethiopia-2/" target="_blank">Graham Peebles</a>, Director of the Create Trust, wrote on Dissident Voice highlighting how Ethiopia muffles critical voices</p>
<p><strong></p>
<blockquote><p>Journalists must be free to speak out against the government, to criticize policies of persecution, to highlight the suffering of the people and to draw attention to the multiple human rights abuses taking place within Ethiopia. </p></blockquote>
<p></strong></p>
<p>Charlayne Hunter-Gault wrote on <a href="http://www.theroot.com/views/fighting-freedom-speech-ethiopia?page=0%2C2&amp;wpisrc=root_lightbox" target="_blank">the Root</a> </p>
<p><strong></p>
<blockquote><p>It is time for me to return to Ethiopia and try to see the prime minister, to plead yet again for the journalists&#8217; freedom and for their right to free expression. And maybe, just maybe, in the interim, when Prime Minister Zenawi attends a G-8 Summit Food Security at Camp David on May 19, American officials can weigh in, too, on the importance not only of strategic partnerships but also of freedom of speech in a democracy.</p></blockquote>
<p></strong></p>
<p><a href="http://www.africa-confidential.com/article/id/4451/Development_over_democracy" target="_blank">African Confidential</a> reported that thought Ethiopia is deemed as the fastest growing economy its approach towards independent voices in a contentious way. You can find a series of reports and netzines campaign on <a href="http://globalvoicesonline.org/2012/05/15/africa-development-or-democracy-which-comes-first/" target="_blank">Global Voices.</a></p>
<div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_3367366_post_501" data-settings="{&quot;id&quot;:3367366,&quot;item_id&quot;:&quot;_post_501&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:3367366,\&quot;unique_id\&quot;:\&quot;wp-post-501\&quot;,\&quot;title\&quot;:\&quot;Ethiopia%E2%80%99s%20Free%20Press%20and%20Food%20Security.%20Comments%20and%20analysis%20from%20around%20the%26nbsp%3Bweb\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/endalk.blog\\\/2012\\\/05\\\/17\\\/ethiopias-free-press-and-food-security-comments-and-analysis-from-around-the-web\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_501\&quot;}&quot;}"></div></div></div>	</div><!-- .entry-content -->

	<footer class="entry-footer">
		
				<div class="entry-meta">
			<span class="byline">
				<a href="https://endalk.blog/author/endalk/" title="Posts by Endalk H Chala" rel="author">Endalk H Chala</a>			</span>
							<span class="cat-links">
					<a href="https://endalk.blog/category/politics-media-culture/" rel="category tag">Politics, Media &amp; Culture</a>				</span><!-- .cat-links -->
			
			<span class="comments-link"><a href="https://endalk.blog/2012/05/17/ethiopias-free-press-and-food-security-comments-and-analysis-from-around-the-web/#comments">3 Comments</a></span><!-- .comments-link -->
			<span class="published-on">
									<a href="https://endalk.blog/2012/05/17/ethiopias-free-press-and-food-security-comments-and-analysis-from-around-the-web/" rel="bookmark"><time class="entry-date published" datetime="2012-05-17T12:42:01+03:00">May 17, 2012</time><time class="updated" datetime="2012-05-17T12:45:21+03:00">May 17, 2012</time></a>
							</span>

			<span class="word-count">3 Minutes</span>		</div><!-- .entry-meta -->
		</footer><!-- .entry-footer -->
</article><!-- #post-## -->

			
			
	<nav class="navigation posts-navigation" aria-label="Posts">
		<h2 class="screen-reader-text">Posts navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="https://endalk.blog/page/2/" >Older posts</a></div></div>
	</nav>
		
		</main><!-- #main -->
	</div><!-- #primary -->

<div id="secondary" class="widget-area" role="complementary">
	<aside id="twitter-6" class="widget widget_twitter"><h1 class="widget-title"><a href='http://twitter.com/endalk2006'>Twitter </a></h1><a class="twitter-timeline" data-height="600" data-dnt="true" href="https://twitter.com/endalk2006">Tweets by endalk2006</a></aside><aside id="archives-7" class="widget widget_archive"><h1 class="widget-title">Archives</h1>
			<ul>
					<li><a href='https://endalk.blog/2013/03/'>March 2013</a></li>
	<li><a href='https://endalk.blog/2012/08/'>August 2012</a></li>
	<li><a href='https://endalk.blog/2012/07/'>July 2012</a></li>
	<li><a href='https://endalk.blog/2012/06/'>June 2012</a></li>
	<li><a href='https://endalk.blog/2012/05/'>May 2012</a></li>
	<li><a href='https://endalk.blog/2012/04/'>April 2012</a></li>
	<li><a href='https://endalk.blog/2012/03/'>March 2012</a></li>
	<li><a href='https://endalk.blog/2012/02/'>February 2012</a></li>
	<li><a href='https://endalk.blog/2012/01/'>January 2012</a></li>
	<li><a href='https://endalk.blog/2011/12/'>December 2011</a></li>
	<li><a href='https://endalk.blog/2011/11/'>November 2011</a></li>
	<li><a href='https://endalk.blog/2011/10/'>October 2011</a></li>
	<li><a href='https://endalk.blog/2011/09/'>September 2011</a></li>
	<li><a href='https://endalk.blog/2011/08/'>August 2011</a></li>
	<li><a href='https://endalk.blog/2011/07/'>July 2011</a></li>
	<li><a href='https://endalk.blog/2011/06/'>June 2011</a></li>
	<li><a href='https://endalk.blog/2011/05/'>May 2011</a></li>
	<li><a href='https://endalk.blog/2011/04/'>April 2011</a></li>
	<li><a href='https://endalk.blog/2011/03/'>March 2011</a></li>
	<li><a href='https://endalk.blog/2011/02/'>February 2011</a></li>
	<li><a href='https://endalk.blog/2011/01/'>January 2011</a></li>
	<li><a href='https://endalk.blog/2010/12/'>December 2010</a></li>
	<li><a href='https://endalk.blog/2010/10/'>October 2010</a></li>
	<li><a href='https://endalk.blog/2

Resolver

Resolver ASN
AS24757
Resolver IP
213.55.125.27
Resolver Network Name
Ethio Telecom
Report ID
20240919T141335Z_webconnectivity_ET_24757_n1_nr58T1HtJWy83KqA
Platform
android
Software Name
ooniprobe-android-unattended (3.9.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading