Skip to main content

Which came first?

It is early Christmas morning and I am up early. Santa did not bring me anything. He never does. Does that mean I was naughty? Santa goes "ho ho ho" or rather "no no no" as in no gifts for you. I then reply, "ha ha ha, I am on the laughty list this year". How did I get here? Here as in this blog post. I went to search for something on Google and I mispelled Google and ended up with Goohle instead. Found out that Goohle is a mountain peak in Somalia. My interest peaked and I began on an adventure of learning. Goohle in reverse is elhoog and there was nothing interesting to me to find there. I then realised that Google in reverse is elgoog which led me to elgoog.im. A website that documents Google Easter eggs. It is Christmas morning and I am playing with Easter eggs. Go figure.

Then I noticed that if I rearrange the letters of google I can get "egg" and "ool" and "ool" is the abbreviation for origin of life as I found through Wikipedia. I then came across LUCA - the Last Universal Common Ancestor. According to wikipedia, "While no fossil evidence of the LUCA exists, the detailed biochemical similarity of all current life (divided into the three domains) makes it plausible." This lead me to the name Luca which possibly derives from Lucas with one possible origin meaning of "bringer of light". I then came across this video on youtube - How Did Life Begin? Neil deGrasse Tyson on Life on Earth & Beyond - https://youtu.be/KziWbJWwntg. Just before the 2:42 mark in the video, "tree of life" was mentioned and my interest was piqued.

The context from the video was, "By studying the basic biochemistry shared by many organisms we can begin to piece together how biochemical systems evolved near the roots of the tree of life." According to wikipedia, "The tree of life is a fundamental archetype in many of the world's mythological, religious, and philosophical traditions." I then learnt about the Baobab tree in Africa nicknamed the "Tree of life" or upside-down tree. Its branches resemble roots. According to my friend Bard, "The word "baobab" is ultimately believed to come from Arabic, specifically the phrase "bu hibab," which translates to "fruit with many seeds." This accurately describes the baobab's characteristic large, pulpy fruit filled with numerous seeds."

All this has me thinking: If we can talk about tree of life then we can talk about seed of life. Sol for short. Sol is also used to refer to the sun. Which has me asking, is the sun the seed of life? Which has me thinking back to Luca as noted before as "the bringer of light". What a journey I have been on. The sun is out and it is time for me to get to the mini mart to get a few items. I can't think of an interesting way to end this blog post. I am even wondering if I should even publish this blog post. Maybe I can end like I started by talking about eggs. Today is a good day for some non alcoholic ponche de creme (Trinidad's eggnog). After sitting on my thoughts I was able to hatch an ending that I find engaging or should I say egg-aging?

Want to hear a yolk? Why did the chicken cross the road? To get to the other side... before the egg did! That is one way to answer the question, which came first, the chicken or the egg? According to wikipedia, "The question represents an ancient folk paradox addressing the problem of origins and first cause. Aristotle, writing in the fourth century BCE, concluded that this was an infinite sequence, with no true origin." I like that joke, yolk and folk all rhyme. No origin is something I did not consider when I started this blog post. Maybe, there is no origin of life. What does that even mean and how does that fit with my understanding of God and creation?

Comments

Popular posts from this blog

Mental health matters

It is 547am and I have decided to write. I have been living with a mental health diagnosis for more than 23 years. I am differently abled. Mental illness sometimes presents itself as a non-visible disability. A person with mental illness may look and function normally. Added to that we do not get to see the struggles happening internally. After 23 years I could say that I have much experience with my condition and may be able to offer words that may help others. There is plenty of stigma associated with mental illness. People think that the mentally ill are bad people, weak, or somehow less deserving of dignity and the treatment of the illness sometimes feels like punishment and is dehumanizing at times. There is plenty of good intentions and well meaning as well (do not get me wrong) but things could be better. And it happens at the highest level. A leader once said, "Whom the gods would destroy, they first make mad." As the saying goes, who knows it feels it. I started a pr...

Motivation

It is 150pm and I have decided to write. I have no topic to start but I feel like writing. While trying to decide what to write I saw this question that had my interest, what motivates you to keep going even when life is difficult? The first thing that popped in my mind was God. But I do not think the answer is simple or singular. I also think I need to put some thought into this. Also what is the relationship between motivation and discipline? Motivation is easy but discipline is hard. I think for me motivation comes from the joy of success. But God was my first answer. Now that God is the focus of my life, the joy of success becomes being a success in the eyes of God. But I said the answer was not singular. So different things motivate us at different times but they all lead to wanting to succeed. This reminds me of the Muslim call to prayer that says come to success. If motivation is what calls you then success calls you and success gives you joy. My friend Chatty says that what I h...

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...