RJRuthika Jinruthika.hashnode.dev·Jan 31 · 4 min readCommon Causes of Memory Leaks (In Depth)1. Memory Allocated but Not Released (malloc/new without free/delete) What happens When a program allocates memory dynamically, that memory lives on the heap.If the program finishes using it but does not explicitly release it, the OS still thinks the...00
RJRuthika Jinruthika.hashnode.dev·Jan 1 · 3 min readNeurallinkBuilding a Bridge Between Neurons and Code: How Brain–Computer Interfaces Reached Today’s Reality Every meaningful healthcare innovation begins with frustration. Not with technology—but with limits. Limits of the human body, limits of rehabilitation...00
RJRuthika Jinruthika.hashnode.dev·May 20, 2025 · 3 min read⚙️ Windows Boot ProcessBooting is the process of loading the operating system into the system memory (RAM) after the system is powered on. Understanding it helps in diagnosing boot failures or optimizing startup. 🧩 1. BIOS/UEFI Initialization 🔌 Triggered When: You powe...00
RJRuthika Jinruthika.hashnode.dev·Apr 21, 2025 · 2 min readhow Chrome (or any browser) knows how to reach Facebook when you type https://www.facebook.com.🌐 Step-by-Step: How Chrome Reaches Facebook 🔍 1. You type a URL (like facebook.com) in Chrome This is the starting point. Chrome doesn't know the IP address yet—it only has the domain name. 🧠 2. Chrome checks its DNS Cache Chrome first checks if ...00
RJRuthika Jinruthika.hashnode.dev·Jan 20, 2025 · 8 min readRandom Forest: The Optimal Choice For Developers?With an increase in new and unique Datasets Availability to developers these days( thanks to Kaggle), machine learning developers are looking for new and modern solutions to get answers for their model developments. And the first answer they ask them...00