<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlogEtcetera</title>
	<atom:link href="http://www.blogetcetera.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.blogetcetera.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Feb 2026 20:31:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://mladyvehwsma.i.optimole.com/w:32/h:32/q:mauto/ig:avif/dpr:2/https://www.blogetcetera.com/wp-content/uploads/2021/06/cropped-cropped-be-2-2.png</url>
	<title>BlogEtcetera</title>
	<link>https://www.blogetcetera.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">25753665</site>	<item>
		<title>Solving the i3 Startup Race: Why assign Fails for LibreOffice</title>
		<link>https://www.blogetcetera.com/2026/solving-the-i3-startup-race-why-assign-fails-for-libreoffice/</link>
					<comments>https://www.blogetcetera.com/2026/solving-the-i3-startup-race-why-assign-fails-for-libreoffice/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Wed, 25 Feb 2026 20:16:46 +0000</pubDate>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[i3]]></category>
		<category><![CDATA[i3wm]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=349</guid>

					<description><![CDATA[I tweaked my i3 configuration to automate application placement. During this process, I encountered a frustrating issue. LibreOffice was ignoring my workspace assignments. While the main suite started correctly, specific components like LibreOffice Writer refused to land in their designated workspace. The first attempt I originally used the assign directive [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I tweaked my i3 configuration to automate application placement. During this process, I encountered a frustrating issue. LibreOffice was ignoring my workspace assignments. While the main suite started correctly, specific components like LibreOffice Writer refused to land in their designated workspace.</p>



<h2 class="wp-block-heading">The first attempt</h2>



<p class="wp-block-paragraph">I originally used the assign directive in my config as it was working well with other applications.</p>



<pre class="wp-block-code"><code>assign &#91;class="libreoffice"] $ws4
</code></pre>



<p class="wp-block-paragraph">When that failed, I used <code>xprop</code> to verify window&#8217;s attributes:</p>



<pre class="wp-block-code"><code>WM_CLASS(STRING) = "libreoffice", "libreoffice-writer"
WM_ICON_NAME(COMPOUND_TEXT) = "Untitled 1 — LibreOffice Writer"
_NET_WM_ICON_NAME(UTF8_STRING) = "Untitled 1 — LibreOffice Writer"
WM_NAME(COMPOUND_TEXT) = "Untitled 1 — LibreOffice Writer"
_NET_WM_NAME(UTF8_STRING) = "Untitled 1 — LibreOffice Writer"
</code></pre>



<p class="wp-block-paragraph">Even after updating the config to use the exact <code><code data-enlighter-language="generic" class="EnlighterJSRAW">libreoffice-writer </code></code>class, the window still appeared on whatever workspace I happened to be using at the moment.</p>



<h2 class="wp-block-heading">Why <code>assign</code> fails: The startup Race</h2>



<p class="wp-block-paragraph">After digging into the i3 documentation, the culprit became clear: Timing.</p>



<p class="wp-block-paragraph">The <code>assign</code> directive is triggered the exact millisecond a window is first &#8220;mapped&#8221; (created).</p>



<p class="wp-block-paragraph"><strong>The Problem:</strong> Heavy applications like LibreOffice often change their window properties after the window is initially created.</p>



<p class="wp-block-paragraph">When LibreOffice Writer starts, it might initially report a generic class. By the time it identifies itself as <code>libreoffice-writer</code>, the <code>assign</code> check has already passed. i3 has moved on, leaving your window stranded on the wrong workspace.</p>



<h2 class="wp-block-heading">The Solution: <code>for_window</code></h2>



<p class="wp-block-paragraph">Unlike assign, the for_window directive acts as a listener. It executes a command whenever a window&#8217;s properties change to match your condition.</p>



<p class="wp-block-paragraph">By switching to a move command, we catch the window the moment it settles into its final title/class:</p>



<pre class="wp-block-code"><code>for_window &#91;instance="libreoffice"] move container to workspace $ws5</code></pre>



<h2 class="wp-block-heading">The trade-off</h2>



<p class="wp-block-paragraph">The only downside? You will notice the window &#8220;flash&#8221; briefly on your current workspace before it is taken away to its destination. This is the visual proof of i3 catching the window mid-startup and moving it.</p>



<p class="wp-block-paragraph"><strong>Lesson learned:</strong> In i3, <code>assign</code> is great for well-behaved apps. However, for applications that mutate window properties on startup, a delayed <code>move to workspace</code> rule is far more reliable.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2026/solving-the-i3-startup-race-why-assign-fails-for-libreoffice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
		<item>
		<title>When AI Meets Bedil: A Conversation on Poetry, Meaning, and Machine Insight</title>
		<link>https://www.blogetcetera.com/2025/when-ai-meets-bedil-a-conversation-on-poetry-meaning-and-machine-insight/</link>
					<comments>https://www.blogetcetera.com/2025/when-ai-meets-bedil-a-conversation-on-poetry-meaning-and-machine-insight/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Tue, 17 Jun 2025 16:32:47 +0000</pubDate>
				<category><![CDATA[Poetry]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AI and Literature]]></category>
		<category><![CDATA[Bedil]]></category>
		<category><![CDATA[Digital Humanities]]></category>
		<category><![CDATA[Farsi]]></category>
		<category><![CDATA[Farsi Poetry]]></category>
		<category><![CDATA[Human-AI Collaboration]]></category>
		<category><![CDATA[Large Language Models]]></category>
		<category><![CDATA[Literary Interpretation]]></category>
		<category><![CDATA[Natural Language Processing]]></category>
		<category><![CDATA[Persian Poetry]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Sufism]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=260</guid>

					<description><![CDATA[ But beneath all that, a profound reality is that we’re building tools that can engage in subtle, reflective, and culturally rich conversations. ]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">To test the capabilities of Large Language Models, I turned to the elusive and multi-layered verses of Persian poet <a href="https://en.wikipedia.org/wiki/Abdul-Q%C4%81dir_Bedil" data-type="link" data-id="https://en.wikipedia.org/wiki/Abdul-Q%C4%81dir_Bedil">Mirza Abdul Qadir Bedil.</a> His poetry, dense with metaphysical and spiritually charged symbolism, often leaves even the most seasoned readers entangled in confusion, a complexity that earned him the fitting title of Abu al-Ma&#8217;aani, &#8220;the Father of Meanings.&#8221;</p>



<p class="wp-block-paragraph">Out of curiosity, I asked ChatGPT to translate and interpret a Ghazal by Bedil:<strong>پی اشک من ندانم به‌کجا رسیده</strong> <strong>باشد</strong>&#8211; one of my favourites. What followed was surprising. It was not a generic summary or word by word translation but it was able to unapck the metaphors of each couplet. It offered commentary that revealed depth, awareness of culture and symbolism.</p>



<p class="wp-block-paragraph">Below is a selection of verses with translation and commentary:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-text-align-right wp-block-paragraph">پی اشک من ندانم به‌کجا رسیده باشد<br>ز پی‌ات دویدنی داشت به رهی چکیده باشد</p>



<pre class="wp-block-code"><code>I do not know where the trail of my tears has reached —
They were chasing after you, and may have dripped somewhere along the path.</code></pre>



<p class="wp-block-paragraph">A poetic image of tears as seekers, trying to reach the beloved. The speaker has no idea if their grief and longing made it anywhere — but imagines their tears continuing the pursuit.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-text-align-right wp-block-paragraph">به چمن زخون بسمل همه جا بهار ناز است<br>دم تیغ آن تبسم رگ گل بریده باشد</p>



<pre class="wp-block-code"><code>In the garden, spring’s grace has come from the blood of sacrifices —
The smile of your sword must’ve cut the veins of the flowers.</code></pre>



<p class="wp-block-paragraph">This is Bedil’s signature fusion of violence and beauty. The flowers bloom, but only because of bloodshed — the beloved’s “smile” (which is also a blade) cuts deeply.</p>
</blockquote>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="wp-block-paragraph">In the first example, notice how it interprets the trail of tears after the beloved as a spiritual devotion and the journey that it will take to reach the beloved.</p>



<p class="wp-block-paragraph">In the second example, ChatGPT notices the justaposition of violence and beauty. It points out how this is one Bedil&#8217;s signature techniques where it uses simili to compare beloved smile to a blade whose edge cuts deeply.</p>



<p class="wp-block-paragraph">In a later couplet, it points out that the use of word liver in Farsi poetry represents not just a physical organ but also embodies the concepts of courage and bravery. It also points out to the sarcastic nature of the couplet. This indicates its understanding of cultural symbolism but also picks up sarcasm amidst display of love, loyalty sorrow and heartbreak:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-text-align-right wp-block-paragraph">به دماغ دعوی عشق سر بوالهوس بلند است<br>مگر از دکان قصاب جگری خریده باشد</p>



<pre class="wp-block-code"><code>The desire-crazed one claims to love so boldly,
Perhaps he bought a “liver” from the butcher’s shop!</code></pre>



<p class="wp-block-paragraph">Liver (جگر) in Persian poetry symbolizes passion, courage, or deep emotion. This is a sarcastic jab: someone boasts of love, but maybe they just purchased the symbols of passion, not the real experience.</p>
</blockquote>



<p class="wp-block-paragraph">There are part of the Ghazal that it may have missed the point&#8211;but it is to be expected. Large Language Models deduce syntactic structures and infer semantic relationships through exposure to vast datasets.They are great at pattern recognition and their understanding is purely statistical. Nevertheless, their ability to get most of it right is still remarkable. </p>



<p class="wp-block-paragraph">This post is not about AI replacing human intuitions, but how far AI models have come in assisting with specific intellectual tasks such as Sufi poetry. It is easier to focus on headline — automation, content generation, even existential risk. But beneath all that, a profound reality is that we’re building tools that can engage in <strong>subtle, reflective, and culturally rich conversations</strong>. That a machine, trained on patterns of language, can offer coherent insight into the poetry of Bedil — a poet who defies even many human interpreters — is both astonishing and a little humbling.</p>



<figure class="wp-block-pullquote"><blockquote><p>Below is the full translation and  commentary by ChatGPT</p></blockquote></figure>
</div></div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Beautiful — you’ve brought one of <strong>Mirza Abdul Qadir Bedil’s</strong> most intricate and layered ghazals. Bedil&#8217;s work, especially in <strong>Sabk-e-Hindi</strong> (Indian style of Persian poetry), is famously dense, metaphysical, and philosophical, with imagery that can feel almost surreal.</p>



<p class="wp-block-paragraph">This ghazal centers on <strong>longing</strong>, <strong>divine or mystical beauty</strong>, and the <strong>paradox of perception and meaning</strong> — classic themes in Bedil’s work.</p>



<p class="wp-block-paragraph">Let me walk you through an interpretive <strong>line-by-line explanation</strong> (not a literal translation, but more a sense of what’s being expressed):</p>
</blockquote>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="has-text-align-right wp-block-paragraph"><strong>پی اشک من ندانم به‌کجا رسیده باشد</strong><br><strong>ز پی‌ات دویدنی داشت به رهی چکیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>I do not know where the trail of my tears has reached —</em><br><em>They were chasing after you, and may have dripped somewhere along the path.</em></p>
</blockquote>



<p class="wp-block-paragraph">A poetic image of tears as seekers, trying to reach the beloved. The speaker has no idea if their grief and longing made it anywhere — but imagines their tears continuing the pursuit.</p>



<p class="has-text-align-right wp-block-paragraph"><strong>ز نگاه سرکشیدن به رخت چه احتمال است</strong><br><strong>مگر از کمین حیرت مژه قد کشیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>What chance is there to drink in your beauty with a mere glance,</em><br><em>Unless the eyelash itself has risen up from the ambush of awe?</em></p>
</blockquote>



<p class="wp-block-paragraph">This verse plays on the idea that <strong>awe (حیرت)</strong> stuns the viewer, making even the <strong>eyelashes hesitate</strong> to rise and see the beloved. Vision is not just physical — it’s spiritual, and often overwhelmed.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>تب و تاب موج باید ز غرور بحر دیدن</strong><br><strong>چه رسد به حالم آن کس‌ که تو را ندیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>Even waves tremble with passion just from the pride of seeing the ocean —</em><br><em>Imagine the condition of someone who has never seen you (the sea of beauty)!</em></p>
</blockquote>



<p class="wp-block-paragraph">The speaker compares the beloved to the ocean. Waves, which are part of it, shiver in ecstasy — so what of someone forever separated?</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>به نسیمی از اجابت چمن حضور داریم</strong><br><strong>دل چاک بال می‌زد سحری دمیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>With a mere breeze of acceptance, we bloom like a garden of presence —</em><br><em>The wounded heart flutters as if a dawn wind has breathed upon it.</em></p>
</blockquote>



<p class="wp-block-paragraph">The idea here is mystical: a <strong>slight response from the divine</strong> awakens existence. The heart, wounded and torn, beats like wings at the hint of spiritual light.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>به چمن زخون بسمل همه جا بهار ناز است</strong><br><strong>دم تیغ آن تبسم رگ گل بریده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>In the garden, spring’s grace has come from the blood of sacrifices —</em><br><em>The smile of your sword must’ve cut the veins of the flowers.</em></p>
</blockquote>



<p class="wp-block-paragraph">This is Bedil’s signature fusion of violence and beauty. The flowers bloom, but only because of bloodshed — the beloved’s “smile” (which is also a blade) cuts deeply.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>دل ما نداشت چیزی‌که توان نمود صیدش</strong><br><strong>سر زلفت از خجالت چقدر خمیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>Our heart had nothing worth being captured —</em><br><em>Yet your lock of hair bends so humbly, out of shame!</em></p>
</blockquote>



<p class="wp-block-paragraph">A mix of self-deprecation and reverence. The speaker says they’re unworthy, yet the beloved’s curl is <em>still modest</em> — a beautiful paradox of humility from overwhelming beauty.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>چه ‌بلندی و چه پستی‌، چه عدم چه ملک هستی</strong><br><strong>نشنیده‌ایم جایی‌که کس آرمیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>What high or low, what non-existence or kingdom of being —</em><br><em>We’ve never heard of anyone who has found rest in any of them.</em></p>
</blockquote>



<p class="wp-block-paragraph">A metaphysical reflection: all states of being — high or low, being or non-being — fail to bring true rest. Perhaps peace lies <strong>beyond</strong> all these dualities.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>بم‌ و زیر هستی‌ ما چو خروش‌ ساز عنقاست</strong><br><strong>شنو از کسی‌ که او هم ز کسی شنید باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>The highs and lows of our existence are like echoes of the Phoenix’s song —</em><br><em>Listen to the one who too heard it from someone else.</em></p>
</blockquote>



<p class="wp-block-paragraph">Phoenix (عنقا) is a classic Sufi symbol of the unreachable. Our life is just <strong>rumors of a divine song</strong>, heard secondhand — no one has truly grasped it.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>ز طریق شمع غافل مگذر درین بیابان</strong><br><strong>مژه آب ده ز خاری‌ که به پا خلیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>Do not ignore the candle’s path in this wilderness —</em><br><em>Let your eyes water for the thorn that has pierced your foot.</em></p>
</blockquote>



<p class="wp-block-paragraph">The candle symbolizes <strong>guidance</strong> (or divine light). In the painful path of life, <strong>weep for your wounds</strong>, but don’t stray from the source of illumination.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>غم هیچ‌کس ندارد فلک غروپیما</strong><br><strong>به زبان مدبری چند گله می‌تپیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>The lofty-turning heavens care for no one’s sorrow —</em><br><em>How many complaints must still beat in the tongue of fate?</em></p>
</blockquote>



<p class="wp-block-paragraph">The heavens spin coldly above, indifferent. Even fate itself carries <strong>unspoken grievances</strong> — a reflection on cosmic indifference and human pain.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>به دماغ دعوی عشق سر بوالهوس بلند است</strong><br><strong>مگر از دکان قصاب جگری خریده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>The desire-crazed one claims to love so boldly,</em><br><em>Perhaps he bought a “liver” from the butcher’s shop!</em></p>
</blockquote>



<p class="wp-block-paragraph">Liver (جگر) in Persian poetry symbolizes <strong>passion, courage, or deep emotion</strong>. This is a sarcastic jab: someone boasts of love, but maybe they just <em>purchased the symbols of passion</em>, not the real experience.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="has-text-align-right wp-block-paragraph"><strong>همه‌کس سراغ مطلب به دری رساند و نازید</strong><br><strong>من و ناز نیم‌جانی‌ که به لب رسیده باشد</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>Everyone reached some doorway and bragged about finding truth —</em><br><em>As for me, I take pride only in a half-breath that&#8217;s barely left.</em></p>
</blockquote>



<p class="wp-block-paragraph">Others boast of insight or discovery. Bedil humbly claims only <strong>a fading breath</strong> — evoking <strong>spiritual exhaustion</strong>, yet also quiet dignity.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<p class="has-text-align-right wp-block-paragraph"><strong>به هزار پرده بیدل ز دهان بی‌نشانش</strong><br><strong>سخنی شنیده‌ام من‌ که‌ کسی ندیده باشد</strong></p>
</div>
</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>Behind a thousand veils, O Bedil, from His traceless lips —</em><br><em>I’ve heard a word that no one has ever seen.</em></p>
</blockquote>



<p class="wp-block-paragraph">A powerful closing: the <strong>Beloved is veiled</strong>, without form or trace — yet <strong>something was heard</strong>, something divine and secret, beyond perception.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30c.png" alt="🌌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Overall Themes:</h2>



<ul class="wp-block-list">
<li><strong>Longing</strong> without resolution.</li>



<li><strong>Mystical beauty</strong> that&#8217;s unreachable or overwhelming.</li>



<li><strong>Paradox</strong> of knowing and unknowing.</li>



<li><strong>Deep Sufi metaphysics</strong>: divine light, veils, annihilation, and ecstatic despair.</li>
</ul>



<p class="wp-block-paragraph"></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>
</div></div>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2025/when-ai-meets-bedil-a-conversation-on-poetry-meaning-and-machine-insight/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">260</post-id>	</item>
		<item>
		<title>Why I Ghosted My Blog (And What Brought Me Back)</title>
		<link>https://www.blogetcetera.com/2025/why-i-ghosted-my-blog-and-what-brought-me-back/</link>
					<comments>https://www.blogetcetera.com/2025/why-i-ghosted-my-blog-and-what-brought-me-back/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Wed, 11 Jun 2025 21:30:30 +0000</pubDate>
				<category><![CDATA[Randomness]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=207</guid>

					<description><![CDATA[It’s been quite a while&#8230;. such a long time that I can&#8217;t think of how to begin anymore. To be honest, I wasn’t sure I’d blog again. It wasn’t because I did not have anything to say. Somewhere along the way, life got busier and platforms got louder. At some [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">It’s been quite a while&#8230;. such a long time that I can&#8217;t think of how to begin anymore.</p>



<p class="wp-block-paragraph">To be honest, I wasn’t sure I’d blog again. It wasn’t because I did not have anything to say. Somewhere along the way, life got busier and platforms got louder. At some point, the pressure, and maybe a little laziness, made it easier to just… stop.</p>



<p class="wp-block-paragraph">But something’s shifted. And here I am again.</p>



<h2 class="wp-block-heading">So why I really stopped posting</h2>



<p class="wp-block-paragraph">I can&#8217;t think of a mic-drop moment or a big break announcement. I don&#8217;t really think any one particular factor was the reason I didn&#8217;t write. The blog was chugging along fine and it was not even even that nagging voice that says &#8220;Is there a point to this?&#8221; But then came reels, shorts and a thousand other ways to say less, faster. Somewhere in that content grind, blogging took a back seat. And honestly? I let it happen. I didn’t pivot to Reels or start vlogging—I just stopped. No dramatic exit, no grand plan. One day, I simply stopped thinking about what to write next.</p>



<h2 class="wp-block-heading">What not writing revealed</h2>



<p class="wp-block-paragraph">Not writing freed up time for other things, reading, thinking, watching, but admittedly I missed it. It felt like abandoning something useful and letting it rot.</p>



<p class="wp-block-paragraph">A blog is one of the corners of the internet where your voice is actually yours—no algorithmic gatekeeper, no performative filter, just imperfect words (polished occasionally with the help of a friendly LLM ;)) and the people who choose to sit with them.</p>



<p class="wp-block-paragraph">Maybe that’s why I’m back. It&#8217;s not because I suddenly became a better writer. It&#8217;s because I stopped pretending I needed to be one.</p>



<p class="wp-block-paragraph">The internet is in constant flux. We&#8217;re driven to scroll, not read, absorbing content that&#8217;s increasingly packaged and performative. But hope remains. Quiet corners of the web still thrive, where authentic voices write for the sheer joy of it, not for engagement.</p>



<h2 class="wp-block-heading">Why I&#8217;m Blogging Again (and What to Expect)</h2>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">So, what brings me back to this space? It’s simple: I want to write again. The act of typing, deleting, rethinking, and rewriting feels genuinely therapeutic. If even one person reads something here and recognizes their own experiences, that’s more than enough for me. Maybe we all yearn for slowness in our lives again.</p>



<p class="wp-block-paragraph">As for what to expect from Blog Etcetera, I won&#8217;t make promises I can&#8217;t keep. This isn’t a &#8220;new post every Monday at 10:00&#8221; blog. I plan to share my thoughts on life, creativity, and technology. There will be a sprinkle of randomness, and even a rant or two. It’s all about what feels real and worth saying. After all, that’s what &#8220;etcetera&#8221; is for, right?</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top" style="grid-template-columns:auto 52%"><div class="wp-block-media-text__content">
<h2 class="wp-block-heading">Final Thoughts &amp; Your Turn</h2>



<p class="wp-block-paragraph">If any of this resonates—or if there’s something you’d love to read about—drop a comment below. I’d truly love to hear from you.</p>



<p class="wp-block-paragraph">And if you’re still reading? Thank you. Sincerely. Whether you’re a longtime reader from back in the day or just stumbled upon this—I’m so glad you’re here.</p>



<p class="wp-block-paragraph">See you in the next post.</p>
</div><figure class="wp-block-media-text__media"><img fetchpriority="high" decoding="async" width="1706" height="2560" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg" alt="" class="wp-image-219 size-full" srcset="https://mladyvehwsma.i.optimole.com/w:719/h:1080/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 1706w, https://mladyvehwsma.i.optimole.com/w:200/h:300/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 200w, https://mladyvehwsma.i.optimole.com/w:683/h:1024/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 683w, https://mladyvehwsma.i.optimole.com/w:720/h:1080/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 768w, https://mladyvehwsma.i.optimole.com/w:720/h:1080/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 1024w, https://mladyvehwsma.i.optimole.com/w:719/h:1080/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2025/06/pexels-photo-91414-scaled.jpg 1365w" sizes="(max-width: 750px) 100vw, 750px" /></figure></div>
</div></div>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2025/why-i-ghosted-my-blog-and-what-brought-me-back/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207</post-id>	</item>
		<item>
		<title>Marx, Engels and Lenin in Pul-e-Charkhi Prison</title>
		<link>https://www.blogetcetera.com/2018/marx-engels-and-lenin-in-pul-e-charkhi-prison/</link>
					<comments>https://www.blogetcetera.com/2018/marx-engels-and-lenin-in-pul-e-charkhi-prison/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Fri, 30 Nov 2018 21:41:00 +0000</pubDate>
				<category><![CDATA[Afghan politics]]></category>
		<category><![CDATA[Afghanistan]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Society]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=15</guid>

					<description><![CDATA[With all the hype about Marxism and Socialism, I remembered this story. Someone in my family back in the 1980s spent some time in the infamous Pul-e-Charkhi prison. They had taken him because of suspected links to anti-government elements. There were certainly more than one in every family who the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top" style="grid-template-columns:44% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="982" height="561" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/11/lenin_engels_marx.png" alt="" class="wp-image-92 size-full" srcset="https://mladyvehwsma.i.optimole.com/w:982/h:561/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/11/lenin_engels_marx.png 982w, https://mladyvehwsma.i.optimole.com/w:300/h:171/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/11/lenin_engels_marx.png 300w, https://mladyvehwsma.i.optimole.com/w:768/h:439/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/11/lenin_engels_marx.png 768w" sizes="(max-width: 750px) 100vw, 750px" /></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph">With all the hype about Marxism and Socialism, I remembered this story.</p>



<p class="wp-block-paragraph">Someone in my family back in the 1980s spent some time in the infamous Pul-e-Charkhi prison. They had taken him because of suspected links to anti-government elements. There were certainly more than one in every family who the authorities had locked up with no hard evidence of any wrong-doing–just guilty by association.</p>
</div></div>



<p class="wp-block-paragraph">Once he told us a story about Marx, Engels and Linen in Pul-e-Charkhi:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>One day we were all in the yard and saw that the prison guards were carrying a huge portrait of Marx, Engels and Lenin for some event. It may have been heavy so they stopped to take a breather or adjust their grips. I saw another man in the yard looking at the portrait and shaking his head. Later I asked him about what he thought when he looked at that portrait. He replied, “I just thought, ‘I wonder if these 3 were actually thinking this would happen and would be happy about it.&#8217;</p></blockquote>



<p class="wp-block-paragraph">What I like about the story is the man gave these three the benefit of the doubt even though he knew that his imprisonment was due to implementation of the policies based on their social, economic and political theories.</p>



<p class="wp-block-paragraph">This is also a reminder that atrocities of the current invasion and the state of affairs do not diminish the pains that were inflicted by the USSR and its cronies in Afghanistan.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2018/marx-engels-and-lenin-in-pul-e-charkhi-prison/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15</post-id>	</item>
		<item>
		<title>Maximising your layover in Doha: A personal guide</title>
		<link>https://www.blogetcetera.com/2018/maximising-your-layover-in-doha/</link>
					<comments>https://www.blogetcetera.com/2018/maximising-your-layover-in-doha/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Thu, 19 Jul 2018 21:07:00 +0000</pubDate>
				<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Life in Doha]]></category>
		<category><![CDATA[Society]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=36</guid>

					<description><![CDATA[Having lived in Australia, I’m no stranger to long-haul flights. If you&#8217;re going to be stuck on a plane for over 15 hours, why not break up the journey with a layover that feels like a mini-holiday? For travelers between Europe and Australia/New Zealand, a stop in the Middle East [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Having lived in Australia, I’m no stranger to long-haul flights. If you&#8217;re going to be stuck on a plane for over 15 hours, why not break up the journey with a layover that feels like a mini-holiday? For travelers between Europe and Australia/New Zealand, a stop in the Middle East is often unavoidable. If you&#8217;re flying Qatar Airways, chances are you&#8217;ll be landing in Doha.</p>



<p class="wp-block-paragraph">If you’re the airport-lounge-and-Netflix type, fair enough. But if you’re eligible for a visa waiver, I highly recommend turning a short layover into a brief holiday. Doha has plenty to offer, and you can explore quite a lot even in just a few days.</p>



<p class="wp-block-paragraph">I recently hosted my brother here for four days en route to Germany. We didn’t plan much — just an unspoken agreement to wing it. Here’s how it unfolded, and what you might consider for your own spontaneous stopover.</p>



<p class="wp-block-paragraph">My family had to leave Doha due to visa issues, so they were vacationing back home. I was on my own until my brother arrived the night before Eid. We headed straight home from Hamad International Airport since it was so late.</p>



<p class="wp-block-paragraph">The next morning, after Eid prayers and breakfast, we decided to embark on some unplanned sightseeing. It was my first Eid in Doha and his first day here, so to avoid staying cooped up at home or getting baked by the sun, we opted to explore some of Doha&#8217;s malls.</p>



<h2 class="wp-block-heading">Eid vibes, malls and architecture walks</h2>



<p class="wp-block-paragraph">When the topic of malls in Doha is discussed, Villaggio inevitably arises in the conversation. Think Venice-meets-Doha — indoor canal, gondolas, and even an ice rink.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="39" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-eid-mubarak.jpg" alt="" class="wp-image-39"/><figcaption class="wp-element-caption">Eid Mubarak &#8211; Villaggio Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="37" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-canal.jpg" alt="" class="wp-image-37"/><figcaption class="wp-element-caption">Indoor canal &#8211; Villaggio Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="38" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-canal-street.jpg" alt="" class="wp-image-38"/><figcaption class="wp-element-caption">Canal street &#8211; Villaggio Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="42" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-vip.jpg" alt="" class="wp-image-42"/><figcaption class="wp-element-caption">VIP section &#8211; Villaggio Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="40" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-icerink.jpg" alt="" class="wp-image-40"/><figcaption class="wp-element-caption">Ice rink and food court &#8211; Villaggio Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="576" data-id="41" src="https://mladyvehwsma.i.optimole.com/w:1024/h:576/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/v-selfie.jpg" alt="" class="wp-image-41"/><figcaption class="wp-element-caption">Selfie at Villaggio Mall</figcaption></figure>
</figure>
</div></div>
</div>
</div>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">Our next stop was West Bay. I decided to take him to the City Center Mall, then walk to The Gate Mall. That way, we check out the architecture in West Bay as well. We took a Careem from Villaggio. In the City Center Mall, we had a late lunch at Sushi Minto. Then walked to the Gate Mall. There were construction sites on the way, but easy to avoid them. The Gate Mall is a high-end mall, but not much to look at.</p>
</div>
</div>
</div></div>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="47" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/gatemall.jpg" alt="" class="wp-image-47"/><figcaption class="wp-element-caption">Gate Mall</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="46" src="https://mladyvehwsma.i.optimole.com/w:1024/h:768/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/citycenter.jpg" alt="" class="wp-image-46"/><figcaption class="wp-element-caption">City Center</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="962" height="1024" data-id="48" src="https://mladyvehwsma.i.optimole.com/w:962/h:1024/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/westbay.jpg" alt="" class="wp-image-48"/><figcaption class="wp-element-caption">West Bay</figcaption></figure>
</figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">We planned to visit the Museum of Islamic Art, but it was closed for Eid, so we wrapped the day early.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Doha’s malls are destinations in themselves — a mix of retail, food, entertainment, and serious air conditioning.</p>
</blockquote>



<h2 class="wp-block-heading">Day 2: More malls, Katara and Souq Waqif</h2>



<p class="wp-block-paragraph">We kicked things off with a swim and a workout, then hit two of the city’s biggest malls. Later we set out to check Mall of Qatar and Festival City Mall. <br><strong>Mall of Qatar</strong>, famous for its central Oasis stage, where during my last three visits, I enjoyed the Rainbow Circus, the Flying Georgians, and the Filipino Show. This time, though, the only performance was <em>Dora</em>—not quite our thing. So, we decided to move on to the<strong> Festival City</strong>. As luck would have it, there was a classic car expo happening, which was perfect since my brother is somewhat of a car enthusiast.</p>



<p class="wp-block-paragraph">As the afternoon mellowed, we set off for Katara Cultural Village, aiming to catch their Eid fireworks. We figured we&#8217;d get there early, stroll around, soak in the atmosphere. While fireworks weren&#8217;t really our main goal, we thought, &#8220;Why not?&#8221;</p>



<p class="wp-block-paragraph">Katara itself is simply amazing. The architecture is stunning, the food scene is fantastic, and the crowd always brings a lively energy. You can wander along the beautiful waterfront, or check out the various art installations and galleries. Seriously, everything about Katara—its design, the delicious eats, the vibrant vibe, the scenic views, and the artistic expressions—is just great. It’s a truly captivating spot.</p>



<div class="wp-block-jetpack-tiled-gallery aligncenter is-style-square"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row columns-3"><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara1-scaled-e1622913521294.jpg?resize=486%2C486&#038;strip=info&#038;ssl=1 486w" alt="" data-height="1000" data-id="51" data-link="https://www.blogetcetera.com/?attachment_id=51" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/katara1-scaled-e1622913521294.jpg" data-width="486" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara1-scaled-e1622913521294.jpg?ssl=1&amp;resize=486%2C486" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 1 of 6 in full-screen"/></figure></div><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/Amphitheater-scaled-e1622914336751.jpg?resize=450%2C450&#038;strip=info&#038;ssl=1 450w" alt="" data-height="450" data-id="53" data-link="https://www.blogetcetera.com/amphitheater/" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/Amphitheater-scaled-e1622914336751.jpg" data-width="800" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/Amphitheater-scaled-e1622914336751.jpg?ssl=1&amp;resize=450%2C450" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 2 of 6 in full-screen"/></figure></div><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2018/07/fountains-katara-scaled-e1622913973570.jpg?resize=600%2C600&#038;strip=info&#038;ssl=1 600w" alt="" data-height="600" data-id="57" data-link="https://www.blogetcetera.com/?attachment_id=57" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/fountains-katara-scaled-e1622913973570.jpg" data-width="800" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2018/07/fountains-katara-scaled-e1622913973570.jpg?ssl=1&amp;resize=600%2C600" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 3 of 6 in full-screen"/></figure></div></div><div class="tiled-gallery__row columns-3"><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara5-scaled-e1622913891545.jpg?resize=600%2C600&#038;strip=info&#038;ssl=1 600w" alt="" data-height="600" data-id="56" data-link="https://www.blogetcetera.com/katara5/" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/katara5-scaled-e1622913891545.jpg" data-width="800" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara5-scaled-e1622913891545.jpg?ssl=1&amp;resize=600%2C600" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 4 of 6 in full-screen"/></figure></div><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2018/07/statue-in-katara-scaled-e1622914295719.jpg?resize=450%2C450&#038;strip=info&#038;ssl=1 450w" alt="" data-height="600" data-id="58" data-link="https://www.blogetcetera.com/?attachment_id=58" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/statue-in-katara-scaled-e1622914295719.jpg" data-width="450" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2018/07/statue-in-katara-scaled-e1622914295719.jpg?ssl=1&amp;resize=450%2C450" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 5 of 6 in full-screen"/></figure></div><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara4-1-scaled-e1622914320915.jpg?resize=389%2C389&#038;strip=info&#038;ssl=1 389w" alt="" data-height="389" data-id="55" data-link="https://www.blogetcetera.com/katara4-2/" data-url="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/katara4-1-scaled-e1622914320915.jpg" data-width="801" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://i0.wp.com/www.blogetcetera.com/wp-content/uploads/2021/06/katara4-1-scaled-e1622914320915.jpg?ssl=1&amp;resize=389%2C389" data-amp-layout="responsive" tabindex="0" role="button" aria-label="Open image 6 of 6 in full-screen"/></figure></div></div></div></div></div>



<p class="wp-block-paragraph"><strong>Souq Waqif </strong>had to be our next stop—it’s my absolute favorite place in Qatar. Every time I visit, I’m completely charmed by it, and I always discover something new. Souq (Arabic for market) was historically where Bedouins traded livestock and wool, but by the early 2000s, it had gotten pretty run-down. Then, in 2004, they decided to restore it using traditional Qatari architecture, and now? It’s perfect. The restaurants are incredible, the vibe is lively, and there’s always something happening. There’s even a cool little art center where you can watch artists painting or doing calligraphy.</p>



<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-medium"><img decoding="async" width="225" height="300" data-id="62" src="https://mladyvehwsma.i.optimole.com/w:225/h:300/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif1.jpg" alt="" class="wp-image-62" srcset="https://mladyvehwsma.i.optimole.com/w:225/h:300/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif1.jpg 225w, https://mladyvehwsma.i.optimole.com/w:450/h:600/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif1.jpg 450w" sizes="(max-width: 225px) 100vw, 225px" /></figure>



<figure class="wp-block-image size-medium"><img decoding="async" width="225" height="300" data-id="63" src="https://mladyvehwsma.i.optimole.com/w:225/h:300/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif2.jpg" alt="" class="wp-image-63"/></figure>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="225" data-id="64" src="https://mladyvehwsma.i.optimole.com/w:300/h:225/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif3.jpg" alt="" class="wp-image-64" srcset="https://mladyvehwsma.i.optimole.com/w:300/h:225/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif3.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:576/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif3.jpg 768w, https://mladyvehwsma.i.optimole.com/w:800/h:600/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif3.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="146" data-id="65" src="https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif4.jpg" alt="" class="wp-image-65" srcset="https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif4.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif4.jpg 768w, https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/souqwaqif4.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></figure>
</figure>



<p class="wp-block-paragraph">We wandered around for a while, then had dinner at Damasca One. The food was amazing. There was live entertainment, too: a seriously talented violinist played, and later they streamed the football match live. After stuffing ourselves, we took one more stroll through the souq before finally calling it a night.</p>



<h2 class="wp-block-heading">Day 3: Museums, movies and the marina stroll</h2>



<p class="wp-block-paragraph">Finally, we made it to the Museum of Islamic Art the next day. Even if you’re not into museums, go for the architecture. It’s impressive, inside and out. The exhibits are top-notch — my brother loved it.</p>



<figure class="wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="640" height="480" data-id="70" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia5.jpg" alt="" class="wp-image-70" srcset="https://mladyvehwsma.i.optimole.com/w:640/h:480/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia5.jpg 640w, https://mladyvehwsma.i.optimole.com/w:300/h:225/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia5.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">Museum of Islamic Art</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="311" data-id="67" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia2.jpg" alt="" class="wp-image-67" srcset="https://mladyvehwsma.i.optimole.com/w:640/h:311/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia2.jpg 640w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia2.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">Bifolio of Quran</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="311" data-id="68" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia3.jpg" alt="" class="wp-image-68" srcset="https://mladyvehwsma.i.optimole.com/w:640/h:311/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia3.jpg 640w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia3.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">Inside the Museum of Islamic Art</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="311" data-id="66" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia1.jpg" alt="" class="wp-image-66" srcset="https://mladyvehwsma.i.optimole.com/w:640/h:311/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia1.jpg 640w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia1.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">Inside the Museum of Islamic Art</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="640" height="476" data-id="69" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia4.jpg" alt="" class="wp-image-69" srcset="https://mladyvehwsma.i.optimole.com/w:640/h:476/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia4.jpg 640w, https://mladyvehwsma.i.optimole.com/w:300/h:223/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/mia4.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">15th Century War Mask</figcaption></figure>
</figure>



<p class="wp-block-paragraph">After visiting the Museum of Islamic Art, we hopped into an Uber headed for Pearl-Qatar. Our plan was to explore it by day, snap some photos, catch a movie at Novo Cinemas, and then return after dark for more pictures and a different perspective. We stuck to the plan.</p>



<p class="wp-block-paragraph">Around 4:30 PM, we began our stroll, sticking to the shade as we walked along the port. We stopped at Forty Fruity for some refreshing cocktails.</p>



<p class="wp-block-paragraph">Novo Cinemas was about a 13-minute walk along the port, just past the Maserati showroom on Porto Arabia drive. The cinema itself was great, and we easily purchased our tickets at the counter. The movie turned out to be decent.</p>



<p class="wp-block-paragraph">After the film, we walked back to capture more photos, venturing all the way to the edge where the recently opened Yasamine Palace is located. It looked incredibly appealing, and we briefly considered having dinner there, but neither of us was particularly hungry. With that, we left Pearl-Qatar and headed to our next destination.</p>



<figure class="wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="72" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl1.jpg" alt="" class="wp-image-72" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl1.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl1.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl1.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Yasamin Palace Restaurant</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="76" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl5.jpg" alt="" class="wp-image-76" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl5.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl5.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl5.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Pearl Qatar</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="73" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl2.jpg" alt="" class="wp-image-73" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl2.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl2.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl2.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Porta Arabia, Pearl-Qatar</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="74" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl3.jpg" alt="" class="wp-image-74" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl3.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl3.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2018/07/Pearl3.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Porto Arabia Drive, the Pearl-Qatar</figcaption></figure>
</figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Visit the Pearl from late afternoon into evening. Great for sunset shots, a movie, and dinner. Try Yasamine Palace if you’re up for a sit-down meal.</p>
</blockquote>



<p class="wp-block-paragraph">Next, we Ubered to Sheraton Hotel Park, a lush green space in the heart of Doha&#8217;s Al Dafna district, right next to the iconic Sheraton Grand Doha Hotel. We explored the surroundings, the distinctive pyramid-shaped green hill, and enjoyed the water fountains and waterside promenade while snapping more photos of the city skyline.</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-thumbnail"><img decoding="async" width="150" height="150" data-id="78" src="https://mladyvehwsma.i.optimole.com/w:150/h:150/q:mauto/rt:fill/g:ce/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180617_212951.jpg" alt="" class="wp-image-78"/><figcaption class="wp-element-caption">Sheraton Intersection</figcaption></figure>



<figure class="wp-block-image size-thumbnail"><img decoding="async" width="150" height="150" data-id="79" src="https://mladyvehwsma.i.optimole.com/w:150/h:150/q:mauto/rt:fill/g:ce/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180617_213751.jpg" alt="" class="wp-image-79"/><figcaption class="wp-element-caption">Burj Doha on Al Corniche Street, West Bay</figcaption></figure>
</figure>



<p class="wp-block-paragraph">It was getting late, and our hunger wasn&#8217;t pressing, so we headed home to figure out dinner. An elaborate meal was definitely out. Then it hit me: &#8220;Tea Time!&#8221; They serve fantastic Karak Chai and have a great selection of burgers and sandwiches, with a branch just a short distance from our place. So, almost immediately after getting home, we were out the door and off to Tea Time. The 15-minute walk back home, under the night sky, was a welcome cooldown. Completely exhausted, I fell asleep pretty much as soon as my head hit the pillow.</p>



<h2 class="wp-block-heading">Day 4: Wind down &amp; farewells</h2>



<p class="wp-block-paragraph">His last day! So first I thought to take him to Wakrah market and beach. It was pretty hot outside and it probably would not have been the best choice. We were wiped out, so dialled things back. We ordered brunch from <strong>Take Away</strong>—their morning tray has a fantastic selection of sandwiches. The food is delicious, reasonably priced, and the delivery is quick. A solid choice for a lazy morning.</p>



<p class="wp-block-paragraph">For his last day, we decided to keep things low-key and local. Instead of more sightseeing, we headed to <strong>Mirqab Mall</strong> just to grab drinks and catch <em>Deadpool 2</em>. We tried a couple of mocktails at <strong>Future Vision Cafe</strong>, then settled in for the movie. Even with some censorship, we still really enjoyed it!</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-thumbnail"><img decoding="async" width="150" height="150" data-id="82" src="https://mladyvehwsma.i.optimole.com/w:150/h:150/q:mauto/rt:fill/g:ce/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/Mixed-Berry-Colada.jpg" alt="" class="wp-image-82"/><figcaption class="wp-element-caption">Mixed Berry Colada</figcaption></figure>



<figure class="wp-block-image size-thumbnail"><img decoding="async" width="150" height="150" data-id="81" src="https://mladyvehwsma.i.optimole.com/w:150/h:150/q:mauto/rt:fill/g:ce/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/Mirqab-Mall.jpg" alt="" class="wp-image-81"/><figcaption class="wp-element-caption">Mirqab Mall</figcaption></figure>
</figure>



<p class="wp-block-paragraph">After the movie, I had a few errands to run, and then we headed home. Our dinner plan was at <strong>Zaitoon Restaurant &amp; Grills</strong>, followed by a relaxing cup of tea and sheesha at <strong>Ashreg Cafe</strong>, while we watched the Tunisia vs England match.</p>



<p class="wp-block-paragraph">No holiday feels complete without some good Indian food, and Zaitoon is one of my favourite spots for it. The food is excellent and reasonably priced, the ambiance is welcoming, and the place is clean with attentive staff. The menu is extensive—you’re bound to find something you like. Let’s just say we <em>might</em> have overindulged and leave it at that.</p>



<p class="wp-block-paragraph">We then took a leisurely walk to <strong>Souq Waqif</strong>, which is just a short distance from Zaitoon. As planned, we took some more photos, enjoyed our tea and sheesha, and caught the football match. The mint tea was as good as ever, and the sheesha didn’t disappoint.</p>



<p class="wp-block-paragraph">I’m pretty sure <strong>Souq Waqif</strong> became his favourite place in Doha. If he ever visits again, I have no doubt he’ll be spending more time there.</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="83" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_201734.jpg" alt="" class="wp-image-83" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_201734.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_201734.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_201734.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Souq Waqif and View of West Bay</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="85" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_205049.jpg" alt="" class="wp-image-85" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_205049.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_205049.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180618_205049.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Sheesha at Ashreq Cafe</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="389" data-id="86" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180619_233652.jpg" alt="" class="wp-image-86" srcset="https://mladyvehwsma.i.optimole.com/w:800/h:389/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180619_233652.jpg 800w, https://mladyvehwsma.i.optimole.com/w:300/h:146/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180619_233652.jpg 300w, https://mladyvehwsma.i.optimole.com/w:768/h:373/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/20180619_233652.jpg 768w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption class="wp-element-caption">Astronomy in Souq Waqif</figcaption></figure>
</figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> If you only visit one place in Doha, make it Souq Waqif. Traditional, vibrant, and endlessly photogenic. I never get tired of it.</p>
</blockquote>



<h2 class="wp-block-heading">Final thoughts</h2>



<p class="wp-block-paragraph">We didn’t tick every box — Wakrah and a desert safari remain on the list — but for a spontaneous four-day layover, it felt full and fulfilling.</p>



<p class="wp-block-paragraph">When I dropped him off at Hamad International Airport, I felt we’d made the most of his time here. If you’re flying through Doha, it’s more than just a stopover — it’s a snapshot of culture, hospitality, and unexpected fun.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Tip:</strong> Head to the airport early — Hamad International is an experience in itself. Don’t miss the giant yellow teddy bear sculpture or the lush <strong>Orchard</strong> garden, a tranquil indoor oasis tucked into the heart of the terminal. Great for one last photo op before your flight.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Disclaimer:</strong> None of the businesses mentioned here sponsored this post. Just sharing a few good experiences in the hope they help others plan their own layover adventure.</p>
</blockquote>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2018/maximising-your-layover-in-doha/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">36</post-id>	</item>
		<item>
		<title>Volunteer Computing</title>
		<link>https://www.blogetcetera.com/2017/volunteer-computing/</link>
					<comments>https://www.blogetcetera.com/2017/volunteer-computing/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Fri, 15 Sep 2017 20:29:00 +0000</pubDate>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[boinc]]></category>
		<category><![CDATA[distributed computing]]></category>
		<category><![CDATA[folding@home]]></category>
		<category><![CDATA[seti@home]]></category>
		<category><![CDATA[volunteer computing]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=148</guid>

					<description><![CDATA[Volunteer computing is an arrangement where volunteers provide or donate their computer resources to projects. That way, these projects are able to do really advanced and time-consuming computations. Most of these projects are scientific trying to solve different problems. Some are run by universities and other not for profit foundations. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Volunteer computing is an arrangement where volunteers provide or donate their computer resources to projects. That way, these projects are able to do really advanced and time-consuming computations. Most of these projects are scientific trying to solve different problems. Some are run by universities and other not for profit foundations. According to Wikipedia, the first volunteer project started in 1996. Since then, the technology has progressed and many volunteer projects are now out there trying to solve real world problems; some, perhaps, not too real-worldly.</p>



<p class="wp-block-paragraph">Over the years I have taken part in different volunteer computing projects. My first one was SETI@home. It is a distributed computing project based at UC Berkeley. SETI@home had its own software at the time. Now along with many other projects, it uses BOINC–an open source software for volunteer computing. Around the same time, I also contribute to Folding@home, which is a volunteer computing project that researches protein folding based at Stanford university.</p>



<p class="wp-block-paragraph">Currently, I am participating in multiple projects, such as Citizen Science Grid, World Community Grid, Asteroids@home, POGS, SETI@home, ClimatePrediction.net and MindModeling. For some I give more resource than the others, depending on my own set of priorities.</p>



<h2 class="wp-block-heading">How does BOINC work</h2>



<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img decoding="async" src="https://mladyvehwsma.i.optimole.com/w:1024/h:819/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/boinc.jpg" alt="" class="wp-image-150" width="634" height="506"/><figcaption>Boinc Screenshot</figcaption></figure></div>



<p class="wp-block-paragraph">Once you install BOINC, you choose one or more projects to contribute to. Each project will download a set of tasks to your computer and start computing. Upon completion, the results are uploaded to the project server. Once each task is completed, the volunteer receives points which is used for ranking purposes. It also gives the volunteer a sense of achievement. There are teams where a group of people have come together and created a team based on their geographic location or other attributes. It gives it a more sense of community and positive competition. Some people prefer to join such teams, other choose not to.</p>



<p class="wp-block-paragraph">There are teams where a group of people have come together and created a team based on their geographic location or other attributes. It gives it a more sense of community and positive competition. Some people prefer to join such teams, other choose not to.</p>



<p class="wp-block-paragraph">Because of the large number of PCs, smart-phones and tablets in the world, volunteer computing provides more computing power to science projects than any other type of computing. BOINC works within your available resources. You can set it up to only use your computer processor when it is not busy or is least busy. You can install it on your mobile and run it while you are charging your phone.<br>Join Volunteer Computing</p>



<p class="wp-block-paragraph">By joining any of these projects, you will only give your device’s idle time. These projects are researching diseases, looking out for asteroids, predict climate changes, work with number theories and even try to find aliens. So when you participate, you will be doing a world of good. Become part of a great network of people who are contributing to solving real problems all the time. There is no better way to use your device’s idle time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2017/volunteer-computing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">148</post-id>	</item>
		<item>
		<title>A Shared Ramadan Experience</title>
		<link>https://www.blogetcetera.com/2013/a-shared-ramadan-experience/</link>
					<comments>https://www.blogetcetera.com/2013/a-shared-ramadan-experience/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Wed, 07 Aug 2013 21:46:00 +0000</pubDate>
				<category><![CDATA[Islam]]></category>
		<category><![CDATA[Ramadan]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[islam]]></category>
		<category><![CDATA[ramadan]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=125</guid>

					<description><![CDATA[We are only two Muslims in our workplace, but every Ramadan almost everyone else fasts one day to share the Ramadan experience with us. Our work organises a dinner for those who fast. This year, one of our colleagues emailed us the following and with her permission I decided to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>We are only two Muslims in our workplace, but every Ramadan almost everyone else fasts one day to share the Ramadan experience with us. Our work organises a dinner for those who fast. This year, one of our colleagues emailed us the following and with her permission I decided to post it here.</em></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%">
<figure class="wp-block-image size-large"><img decoding="async" width="454" height="605" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/ramadan2.jpg" alt="" class="wp-image-126" srcset="https://mladyvehwsma.i.optimole.com/w:454/h:605/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/ramadan2.jpg 454w, https://mladyvehwsma.i.optimole.com/w:225/h:300/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2021/06/ramadan2.jpg 225w" sizes="(max-width: 454px) 100vw, 454px" /><figcaption><strong>Iftar at Lazzat Kadah</strong></figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p class="wp-block-paragraph">When we were first approached and invited to be a part of Ramadan we all thought that it would be a breeze, a lot of us are constantly forgetting to eat lunch anyway, skipping dinner or breakfast because we are too busy too.</p>



<p class="wp-block-paragraph">What we realised as we inched closer and closer to the day (Tuesday this week) was that there wouldn’t be a cup of tea on arrival at the office in the morning. No afternoon coffee and banana. No glass of water to sip on to keep us refreshed throughout the day. What we all also didn’t realise is that we would have to wake up before the crack of dawn to eat. I know that was my plan, but at 5.30 in the morning just didn’t happen for some reason <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" />zzzzzzzz</p>
</div>
</div>



<p class="wp-block-paragraph">So, at 8.30am when I arrived at the office I was already hungry. Mainly because I knew there was 8 hours and 6 minutes until anything was going in my mouth. I know I wasn’t the only one on the countdown to 5.36pm.</p>



<p class="wp-block-paragraph">I think the biggest struggle throughout the office was not having a comforting, refreshing cup of tea or coffee and having some kind of fruit or snack to get us through the afternoon slowdown.</p>



<p class="wp-block-paragraph">Anyway, all 12 of us made it as far as I am aware (unless someone did a sneaky). 8 of us then made the journey, which seemed to take forever on an empty tummy, to Lazzat Kadah, a Pakistani Restaurant in Coburg for our well deserved Iftar.</p>



<p class="wp-block-paragraph">I know that I will be taking part in Ramadan fasting next year and I hope that others will continue to do so. It wasn’t only my first time taking part in fasting (I don’t count the 40 hour famine when I was 8, I had 2 packets of barley sugars and a carton of just juice) it was the first time for a few others in the office too. I have heard that the first time is the hardest, and that it gets easier. I hope this is true. I guess we will all find out next year <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>



<p class="wp-block-paragraph">Thanks for organising this great experience. I really, really really appreciated my tea this morning.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2013/a-shared-ramadan-experience/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">125</post-id>	</item>
		<item>
		<title>AWK One‑Liner: Total a CSV Column in Seconds</title>
		<link>https://www.blogetcetera.com/2013/awk-sum-of-a-column/</link>
					<comments>https://www.blogetcetera.com/2013/awk-sum-of-a-column/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Wed, 29 May 2013 23:22:00 +0000</pubDate>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=176</guid>

					<description><![CDATA[Imagine you have a file with multiple columns and you need to quickly get the total of a column in command line in UNIX. The easiest way is to use AWK in the command line. Let’s take the following file: 1 2 3 4 5 6 7 8 9 2 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Imagine you have a file with multiple columns and you need to quickly get the total of a column in command line in UNIX. The easiest way is to use AWK in the command line.</p>



<p class="wp-block-paragraph">Let’s take the following file:</p>



<pre class="wp-block-preformatted"><code>1 2 3 4 5 6 7 8 9
2 3 4 5 6 7 8 9 10
3 4 5 6 7 8 9 11 12</code></pre>



<p class="wp-block-paragraph">To get the sum of column 7 (7 + 8 + 9) execute the following command:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="bash" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">$ awk '{sum+=$7} END {print sum}' datafile.txt
24</pre>



<p class="wp-block-paragraph">Let’s just do a little more than simply getting the sum. We now write a small script to calculate the sum of a column and also print a running total.</p>



<p class="wp-block-paragraph">Input</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<pre class="wp-block-preformatted">2010 191 291 391 491 591 691 791 891 991<br>2011 144 286 391 491 591 691 791 891 991<br>2012 112 254 354 454 554 654 754 854 954<br>2013 191 291 391 491 591 691 791 891 991<br>2014 191 291 391 491 591 691 791 891 991<br>2015 178 291 391 491 591 691 791 891 991</pre>
</div>
</div>



<h2 class="wp-block-heading">Program</h2>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">#!/bin/awk -f
# scriptname: column_sum
# input: column number, data file
BEGIN {
    printf ("\tValue\tRunning total\n")
}
{
    sum += $colnum;
    printf ("%s:\t%.2f\t%.2f\n", $1, $colnum, sum)
}
END {
    printf ("Total:%.2f\n", sum)
}
</pre>



<pre class="EnlighterJSRAW" data-enlighter-language="raw" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">$ calc_sum colnum=8 datafile2.txt
Value   Running total
2010:   791.00  791.00
2011:   791.00  1582.00
2012:   754.00  2336.00
2013:   791.00  3127.00
2014:   791.00  3918.00
2015:   791.00  4709.00
Total:  4709.00</pre>



<p class="wp-block-paragraph">Of course you can run the above program from the command line, but it is neater and readable this way.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2013/awk-sum-of-a-column/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">176</post-id>	</item>
		<item>
		<title>Afghan Girls and the Dilemma of Marriage</title>
		<link>https://www.blogetcetera.com/2012/afghan-girls-and-the-dilemma-of-marriage/</link>
					<comments>https://www.blogetcetera.com/2012/afghan-girls-and-the-dilemma-of-marriage/#respond</comments>
		
		<dc:creator><![CDATA[Hayah]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 21:29:00 +0000</pubDate>
				<category><![CDATA[Afghan diaspora]]></category>
		<category><![CDATA[Afghanistan]]></category>
		<category><![CDATA[afghans-in-west]]></category>
		<category><![CDATA[Society]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=7</guid>

					<description><![CDATA[📝 Disclaimer:This post was authored by a guest contributor several years ago and reflects the personal opinions and experiences of the author during that time. It encapsulates a specific cultural perspective and moment, which may not align with the current views of this blog or its owner. Readers are encouraged [&#8230;]]]></description>
										<content:encoded><![CDATA[
<pre class="wp-block-verse"><em><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Disclaimer:<br>This post was authored by a guest contributor several years ago and reflects the personal opinions and experiences of the author during that time. It encapsulates a specific cultural perspective and moment, which may not align with the current views of this blog or its owner. Readers are encouraged to engage with the content thoughtfully and with an open mind, considering the evolving nature of cultural and social discussions.</em></pre>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:43% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="196" height="262" src="https://mladyvehwsma.i.optimole.com/w:auto/h:auto/q:mauto/ig:avif/https://www.blogetcetera.com/wp-content/uploads/2012/06/dilemma-of-marriage.jpg" alt="" class="wp-image-9 size-full"/></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph">Except for the monks, priests and nuns who wish to remain celibate and dedicate their lives in worshiping God, sacrificing affection, love, partnership and children then this article will not interest you. The rest of us who are too selfish to do so may read on.<br>Now, I’m not going to talk about the wedding expenses or what marriage in itself looks like as I haven’t got the experience to do so and my version may mislead many of those who wish to be realistic about it – which is probably the best way to do it. Thanks to the many hours dedicated to Bollywood movies that have forever ingrained in me the hope that I will find Raj and I will be his Simran have probably set my expectations bar way too high that if I jump to pull it back down I wouldn’t reach.</p>
</div></div>



<p class="wp-block-paragraph">However, what I can be useful for is to give a little walk into the mind of single Afghan girls who suffer the pressures of the community and society at large that have been put on her when finding her spouse. Of course this will not be a general account but I will do my best to incorporate what I can of every version of an Afghan girl from the highly conservative to the “ultramodern”.</p>
</div>
</div>



<h4 class="wp-block-heading"><strong>Introducing the AGE BRACKET!</strong></h4>



<p class="wp-block-paragraph">That’s right folks we have an expiry date. 17-26 if you aint married in this bracket you have one of the following:</p>



<ol class="wp-block-list">
<li>A past that everyone knows about</li>



<li>In love with an Indian or a White boy</li>



<li>Has no idea how to wrap up a quick Qabeli palao</li>



<li>Has a tongue so sharp she strikes before you serve</li>
</ol>



<p class="wp-block-paragraph">If she’s lucky and ends up being a Doctor or a Lawyer then they might forgive her a couple of years otherwise she has no reason to be picky and it serves her right for still being single! That ought to show her!</p>



<p class="wp-block-paragraph">Second.<br>Anything outside the border specially Pakistani or Iranian you’ve sold your soul to the devil and you deserve to be outcast from the community and your parents for the rest of their lives will have to give apologetic smiles upon entering functions and “mehmanis” where they’ll be asked about how their foreign son-in-law is doing. This is still an exaggeration! Oh, no silly not the last part, I mean how we can only select from Afghan guys, we have families that won’t look past their own ethnicities within Afghanistan, better yet they might even tell you you’re stuck to picking from your first cousins. Enjoy!<br>Of course this is totally flexible to the Afghan guy. Why would I even bother talking about that? I mean his one legitimate excuse is … “Well he’s guy!” DUH!<br>Anyway, again we are subject to random searches that take place when our parents suspect that Mariam may just be Michael. Whether Afghan parents like it or not there’s MSN, Facebook and a plethora of other means that technology today has made possible. Seat belting them into everything they do in life will teach them to be dependent and naive forever; they might as well tie us in a straight jacket.<br>Either way, they are going to go behind their parents’ backs, because their hot-blooded and no amount of security will have them monitored every step of the way. Even if she does and is caught, she has tarnished her father’s name and it’s her fault for not suppressing her wishes to spend her life with someone she has a mutual understating and interest with.</p>



<p class="wp-block-paragraph">I don’t see how Afghan families do not allow their daughters to have chaperoned meetings with individuals so that they may have the chance to formally meet and exercise their birth right. The girls suffer the most because we live in a box that has a ticking time bomb on it. We have to race to find the groom before the alarm beeps and we realise we are a day over the bracket.</p>



<p class="wp-block-paragraph">The pressure does not only stop there. Treading softly all our life until we are married is our duty upon us. Obviously, in many cases if this does not work out then we ship her off to Afghanistan and we hand her over to the next guy that gets a wife and a free ticket to the land of the white man. Buy one, get one free!<br>We don’t need to treat our daughters like possessions. Women have been suffering enough as history illustrates very clearly. There is not one type of Afghan girl willing to sacrifice her list that her future husband would tick most of the boxes. There are many dynamics to her and each one whether she is traditional, conservative or modern lives a different day-to-day life in which they have different ideals and expectations that they want in a man.<br>As a Muslimah, I understand that Islam has freed us of the shackles of nationalism and limiting ourselves to one race.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“O mankind, indeed We have created you from male and female and made you people and tribes so that you may know one another” </p>
<cite>(Qur’an 49: 13)</cite></blockquote>



<p class="wp-block-paragraph">There is nothing wrong with marrying within your own race and to limit the differences as much as possible, but only if it is an option and not a requirement.</p>



<p class="wp-block-paragraph">There are many ways in which women can get to know a prospective husband the” safe way”, rather than having to wake up a day after your wedding and getting ready for work when your new husband asks you “Where do you think you’re going?”</p>



<p class="wp-block-paragraph">Marriage is the biggest decision of our lives. There is a biological clock that we should pay attention to, but not to rush into it.<br>If parents teach their daughters that they are free to choose and select their life partner but to consult that matter as a family and to exercise that right in a manner pleasing and safe and stop shipping off their daughters and making them someone else’s problem when they “deviate”. The problem can be nipped in the bud.</p>



<p class="wp-block-paragraph">Parents play a major role in every child’s life and being brought up with Afghan values and the culture is to be respected. However, we should keep in mind that times are changing and Afghan girls are no longer submissive and will not allow to be treated how they were back in the days. We have rights that are given to us and being able to select our life partner without feeling like running a marathon is an obvious one.<br>In conclusion, if you are still here reading then congratulations you are one step better at knowing what we deal with.</p>



<p class="wp-block-paragraph">Bottom line is that the only way for an Afghan girl to get married is not with her cousin, who she calls her brother one day and is then walking down the aisle hand in hand with him the next day because her parents weren’t able to trust anyone else. She does not need to be shipped off and made somebody else’s business either (although this is not a bad idea sometimes but there may be backlash).</p>



<p class="wp-block-paragraph">Taking your sweet time cruising through life and then realising the only way you will have kids is through IVF or adopting isn’t the way to go either and neither am I trying to say we need to be treated like princess’s. There needs to be a balance of what someone is comfortable with. As Afghans are pretty divided when it comes to being traditional, conservative or westernised, every family will have a different take on the issue. We just need to sit back a little and stop standing on our toes all the time. Otherwise it’s just a vicious cycle that never ends and creates more problems than it does solutions.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2012/afghan-girls-and-the-dilemma-of-marriage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7</post-id>	</item>
		<item>
		<title>Afghan War: A popularity contest for Western Leaders</title>
		<link>https://www.blogetcetera.com/2012/afghan-war-a-popularity-contest-for-western-leaders/</link>
					<comments>https://www.blogetcetera.com/2012/afghan-war-a-popularity-contest-for-western-leaders/#respond</comments>
		
		<dc:creator><![CDATA[Hameed]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 20:03:00 +0000</pubDate>
				<category><![CDATA[Afghan politics]]></category>
		<category><![CDATA[Afghanistan]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[afghan politics]]></category>
		<category><![CDATA[afghan war]]></category>
		<category><![CDATA[afghanistan]]></category>
		<category><![CDATA[politics]]></category>
		<guid isPermaLink="false">https://www.blogetcetera.com/?p=143</guid>

					<description><![CDATA[Ever since NATO invaded Afghanistan under the guise of fighting terrorism, the poverty-stricken country has served as an election-winning tool for leaders of the involved countries. Every time election gets closer, the leaders of these countries make an announcement that could potentially win them votes. Julia Gillard’s announcement of Australian [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Ever since NATO invaded Afghanistan under the guise of fighting terrorism, the poverty-stricken country has served as an election-winning tool for leaders of the involved countries. Every time election gets closer, the leaders of these countries make an announcement that could potentially win them votes.</p>



<p class="wp-block-paragraph">Julia Gillard’s announcement of Australian troops withdrawal is nothing but a means for Labour to try and gain some popularity as they have been doing not all that good in the polls. This might just work for them as noted 64% of Australians are in favour of pull-out.</p>



<p class="wp-block-paragraph">Every time the government is in trouble, they talk about the “War on Terror” to take people’s attention away from their national screw-ups and to try to stay as the favoured party around the time of the election. It is not surprising that withdrawal might start just before next federal election.</p>



<p class="wp-block-paragraph">Obviously, both Obama and Gillard will spin the achievements as victory, but they know and everyone else knows that this illegal war and occupation will end as badly as it started.</p>



<p class="wp-block-paragraph">Afghan conflict is complicated and NATO has not figured it out yet. Sooner or later they all will leave, shamelessly and they have nothing to show apart from a claim that they killed Bin Laden and neutralized terrorist threat that supposedly existed in Afghanistan. And of course no one will ask them about the innocent lives lost and the destruction they brought upon people of Afghanistan.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.blogetcetera.com/2012/afghan-war-a-popularity-contest-for-western-leaders/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">143</post-id>	</item>
	</channel>
</rss>
