Skip to main content

Plantain

This is a chapter from my sixth book called Alphabet Soup - A different kind of cook book

Today I woke up with a plan to write about plantain. Plain and simple, everybody loves plantain. No one complains about plantains. Anything bad you hear about plantain is mischief or should I say mischef by chefs who do not know better. I read that the name plantain comes from the Spanish word "plántano" and that probably comes from the Carib word "palatana" meaning banana. What do you call a plantain that goes to Maracas beach? Plantan. We all love a plantain with a good tan that is ready for the pan and frying. And if you are vegan you will probably want a bake and plantain rather than the usual bake and shark from Maracas. Plantain is good in soup and even on pizza. Moko is a variety of plantain that we also have in Trinidad. To me this is fatter and sweeter than normal plantain. I came across plantain roti online and I want to try this. One of the top recipes that shows up for me in Google search is from Riaz Phillips and he makes it look so yummy. He is a food writer and author from London inspired by his Caribbean family roots.

I asked my mom what she knows about plantain and one of the things she told me about is tom tom that is made with cooked half ripe plantains and pounded until soft in a mortar and pestle and then seasoned. It is also known as pong plantain in Trinidad. I saw some recipes online describing tum tum as Haitian style fufu. You can even make tum tum with breadfruit or green fig. I learnt that basically this dish is variations on fufu made with plantain that spread to some parts of the world. I learnt that tum tum comes from the sound the mortar and pestle makes when making this dish. It is called differently in different places, for example it is mofongo in Puerto Rico.

In my research I found a medicinal herb that shares the name with plantain. In botanical terms, "plantain" refers to plants in the Plantago genus, which are different from the "plantains" commonly found in cooking. The dwarf plantain or plantago is herbal medicine. I find it sort of looks like culantro or what we call in Trinidad shadon beni. And now for a proverb. Proverbs being medicine for our minds and hearts, offering wisdom and guidance to navigate life's challenges. I found two versions of this Jamaican proverb that says the same thing. Plantain ripe, can't green again (and plantain whe ripe can't green again). The second version sounds more Jamaican to me. This is similar to saying you can't unscramble an egg or what's done is done. In Spanish they say, "Lo hecho, hecho está". The proverb is used to emphasize the finality of a situation. It suggests that certain actions or decisions have irreversible consequences. I guess you could say that plantain teaches us to plan ting. We should think before we say or do. A reminder to be planting seeds of love always.

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