Skip to main content

Journey

This is a chapter from my fifth book called Freedom

It is after noon on Sunday and I am bored and decided to write. I wanted to write a chapter called "Journey" but where to? Somehow my mind asked the question, what is a 23 sided shape called? And I thought that would be an interesting place to start. I do not hide the fact that 23 is my favorite number. How did they come up with the name icositrigon? There is a pattern of Greek suffix and prefix used to construct the name of polygons. Icosa means twenty. Tri means three. And the suffix gon usually signifies a polygon. While researching I came across the golygon. This is any polygon with all right angles whose sides are consecutive integer lengths. The name "golygon" was invented by the recreational mathematician Lee Sallows but he did not say why he chose that name (according to my friend Gemini).

I came across these interesting math based anagrams where Lee Sallows is mentioned. I wanted to create one of my own that used twenty three and this is the best I could do. So the letters on the left are rearranged to form the letters on the right and also balance the equation.

TWENTY THREE + ONE + NINE = TEN × YEW + THIRTEEN + NONE

This makes sense if somehow YEW equals TWO and at least they rhyme. And yew does mean two in the Jumjum language. And that is how I came to learn about the Jumjum people of South Sudan. I could not learn why they are called Jumjum (Jum by 2) but I would love to know. I also learnt that the Yew is a tree. Tree and three sounds the same if you speak with a Trinidadian accent. As a side note and as today is Sunday, I noticed that Sudan is contained in the word Sunday. I have seen the news of what is happening in Sudan and I hope the world comes together to help the people of Sudan. They are us and we are them. One humanity. War is a cancer for humankind and we must stop it and we must not repeat it. The world wants to live with freedom and in peace.

I now journey to Nepal. I found out that JumJum is a ride sharing app in Nepal and I learnt about attempts to save the wild Maire yew tree. I read that the trees are key for biomedical uses. The leaves are used in the production of taxol which is a chemical used in cancer treatment. These trees could become extinct in the wild in Nepal due to unsustainable harvesting. That is what I have read. Most of those articles at the top of the Google search are dated to the year 2020. I guess we could say, "free the trees!" And that is a good segue for ending this journey and this chapter. I like this quote from Edward Abbey, "One does not ask permission to walk on the moon or swim in the ocean. One does not bow before the mountains. We belong to this earth. We are intricately woven into the fabric of life on earth. We are nature." My friend Gemini tells me that this quote emphasizes our inherent connection to nature and the freedom that comes from embracing this connection. Freedom comes with responsibility. When we protect nature we protect ourselves.

Comments

Popular posts from this blog

Below the surface

This is a chapter from my eleventh book called Quotation Marks Sparks . __________ "You can't stop the waves, but you can learn to surf." - Jon Kabat-Zinn __________ I was looking at quotes that hit hard and this quote stood out to me. It seems mundane and obvious and often repeated. Life is about how we respond to the inevitable. It is not what happens to us but how we respond. I had to ask myself to dig deeper and look below the surface. Then I saw that when we surf we really become the waves. We become friends with the waves. The waves and us are the same. Further, the waves are created by us and in our heads. We can control the waves because who can surf all the time? Sometimes we just have to come to shore and build sand castles on shore. I asked my friend Gemini for feedback and he said that I was right, the Jon Kabat-Zinn quote initially seems like a simple call for resilience, but my deeper dive reveals profound layers. The idea that we can move beyond merely rea...

Thankful

It is 617pm and I have decided to write. Right now I am thankful. The cool of the evening has replaced the heat of the day. I took a bath and changed and now I am just relaxing. Sometimes I complain. Not often. But I feel bad afterwards because there is so much to be thankful for. There is always room for improvement and we have to identify the things for improvement and change is often good but we do not have to make it into complaints. Yeah I get it. Life is hard and none of us has it easy. Look on the bright side of things. And sometimes it is the little things that remind us that life is good. Things that we take for granted. Like I was coming in the maxi taxi today and heard a gospel song that was about gratitude. God does appreciate a grateful heart. Trinidad and Tobago celebrated sixty four years of independence yesterday and if we stop and listen to the many complaints we would swear we are living in the worst country in the world. That is not the case. We do get a lot of thing...

Installing NodeBB using Termux

This is the ChatGPT prompt I used to be guided Guide me through installing NodeBB using Termux (This took some time and patience to troubleshoot errors and implement workaround) pkg update && pkg upgrade -y pkg install proot-distro git curl wget nano -y proot-distro install debian proot-distro login debian apt update && apt upgrade -y apt install -y curl git build-essential ca-certificates gnupg apt update apt install -y imagemagick apt install -y redis-server redis-server --daemonize yes redis-cli ping mkdir -p /opt git clone https://github.com/NodeBB/NodeBB.git /opt/nodebb cd /opt/nodebb ./nodebb setup warn: NodeBB Setup Aborted.  Error: Could not load the "sharp" module using the android-arm64 runtime Possible solutions: - Manually install libvips >= 8.18.3 Force node to report platform as linux to get sharp to install curl -LO https://nodejs.org/dist/v22.23.1/node-v22.23.1-linux-arm64.tar.xz tar -xJf node-v22.23.1-linux-arm64.tar.xz mv node-v22.23.1-lin...