The hardest things

Author image

After almost five years of writing a weekly column in The Jordan Times, only interrupted when I joined Dr Hani Mulki’s Cabinet, I say farewell. A Moira Rogers quote says, “the two hardest things to say in life are hello for the first time and goodbye for the last.”

I still believe that this may not be the last goodbye. As Robert Frost says in his famous poem “Stopping by Woods on a Snowy Evening”: But I have promises to keep, and miles to go before I sleep, and miles to go before I sleep.

The sleep here is not the big one, but rather a warrior’s rest. This warrier sticks to the Paulo Coelho quote, “If you’re brave enough to say goodbye, life will reward you with a new hello.”

My story began in the early days of The Jordan Times in the mid 1970s. I started a weekly column titled “Econoscope”. After four years, I became a minister for five-and-a-half years. Once free again to write, I started a new column called “Red and Black”. Then, I resumed writing in the early days of the new century.

It was fun writing my nameless 400-word columns. My target audience was foreign readers, diplomats and Arabs who are well-versed in English. The response of the readers and social media users to my writings was mostly favourable, or respectfully opposed to the ideas expounded in them.

I have been quoted by many media outlets in both Jordan and abroad. The Jordan Times has been part of my career life, and I am indebted to all its editors-in-chief, starting with Rami Khouri, Ayman Safadi, Samir Barhoum and last, but not least, Mohammed Ghazal. Other people who worked diligently to edit my writings and to whom I owe a debt of gratitude, I say thank you.

It is not goodbye. But I have a heap of fixed commitments to which I must give one hundred per cent effort. Thus, I say, “until we meet again”.

Until then, I will not be a stranger. I may write sporadically on issues on which I find my opinion to be relevant.

Thank you, readers. It has been a joyride.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });