Category: Science & Technology
-
Chemicals in food and their effects
I recently very bad glucose spike after eating some foods. To investigate what is causing glucose spike, I went to fasting and start taking one type of food everyday using FreeStyle Libre CGM. After the end of trial, I found that there are following items which triggered high glucose. Bread, Chips and Khakra. Then, we… Read.
-
Mapping the Flames: Satellite Analysis of Fire Hotspots in Northern India
In the heart of India’s agricultural belt, an environmental challenge burns bright—literally. The annual practice of crop residue burning has transformed the Indo-Gangetic Plain into a critical hotspot of air quality degradation, threatening both human health and environmental sustainability. The Silent Environmental Crisis Every year, as the harvest season transitions from October to November, farmers… Read.
-
Can AI reduce overall Medicare Cost?
I was sick for the last few days, but I don’t want to go to a clinic as they usually prescribe similar medications. You have existing medicines in your cabinet, but you are not sure about them. Going to the doctor will take 3 hours of the day with appointment booking, driving, tests, and getting… Read.
-
From Vision to Reality: My Journey in Building an AI Team
As someone who’s led large-scale AI deployments at PETRONAS and spearheaded innovative initiatives at Astro, I’ve learned a thing or two about building and leading high-performing AI product teams. Today, I want to share my personal experiences and insights on how to assemble a world-class team, conquer new markets, and stay ahead in the ever-evolving… Read.
-
Context Encryption using Natural Language Processing
I’ve drafted a proposal for context encryption using NLP. It is a draft and might need a revision. Abstract: With the advancement in Natural Language processing, it is now possible to devise schemes to change the context of sentence, paragraph or article so that the original context is hidden. Such schemes would be required in… Read.
-
Can we predict earthquake?
Earthquake prediction at 1 May 2013 1o:20 AM Scientists since ages have said that earthquakes cannot be accurately predicted. I tried to develop a simple program which might tell where the next earthquake might happen in next 3 days. I used the following assumptions to draw the earthquake prediction map. Assumption 1: smaller earthquakes… Read.
-
Breaking myth about C and C++
Breaking Myths about C and C++ – Part 1 Myth C++ is a high level Language Reality The Answer is NO. Both C and C++ is middle level language. Though, C++ tends toward high –level languages but still it has some middle-level languages feature like pointers. If there are pointers, we can interact with address; we can… Read.
-
The ‘Maya’ of static
What if you want to implement main() function in the program. What should be the syntax? public static void main( string[] args) is the customary declaration of main() function followed by its definition. Why to declare main() function static? The reason is that there is only one main() method in a particular class and it… Read.
