<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About on shrusti-ghela</title><link>https://shrustighela.com/</link><description>Recent content in About on shrusti-ghela</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 29 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://shrustighela.com/index.xml" rel="self" type="application/rss+xml"/><item><title>HALoGEN: Fantastic LLM Hallucinations and Where to Find Them</title><link>https://shrustighela.com/publications/halogen-fantastic-llm-hallucinations-and-where-to-find-them/</link><pubDate>Mon, 29 Sep 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/publications/halogen-fantastic-llm-hallucinations-and-where-to-find-them/</guid><description/></item><item><title>Why Do Evaluations Matter</title><link>https://shrustighela.com/posts/why-do-evaluations-matter/</link><pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/why-do-evaluations-matter/</guid><description>&lt;p>Draft content.&lt;/p></description></item><item><title>Vienna</title><link>https://shrustighela.com/photos/vienna/</link><pubDate>Sat, 09 Aug 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/photos/vienna/</guid><description>&lt;div class="sg-gallery" data-alt='Vienna'>
 &lt;div class="sg-gallery-viewport">&lt;img src="https://shrustighela.com/photos/vienna/page0.jpg" alt="Vienna" class="sg-gallery-slide active">&lt;img src="https://shrustighela.com/photos/vienna/page1.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page10.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page3.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page4.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page5.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page6.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page7.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page8.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/vienna/page9.jpg" alt="Vienna" class="sg-gallery-slide ">&lt;/div>
 &lt;div class="sg-gallery-controls">
 &lt;button class="prev" aria-label="Previous image">◀&lt;/button>
 &lt;div class="dots">&lt;button class="dot active" data-index="0" aria-label="Go to image 1">&lt;/button>&lt;button class="dot " data-index="1" aria-label="Go to image 2">&lt;/button>&lt;button class="dot " data-index="2" aria-label="Go to image 3">&lt;/button>&lt;button class="dot " data-index="3" aria-label="Go to image 4">&lt;/button>&lt;button class="dot " data-index="4" aria-label="Go to image 5">&lt;/button>&lt;button class="dot " data-index="5" aria-label="Go to image 6">&lt;/button>&lt;button class="dot " data-index="6" aria-label="Go to image 7">&lt;/button>&lt;button class="dot " data-index="7" aria-label="Go to image 8">&lt;/button>&lt;button class="dot " data-index="8" aria-label="Go to image 9">&lt;/button>&lt;button class="dot " data-index="9" aria-label="Go to image 10">&lt;/button>&lt;/div>
 &lt;button class="next" aria-label="Next image">▶&lt;/button>
 &lt;/div>
&lt;/div>

&lt;style>
 .sg-gallery{margin:12px 0 24px}
 
 
 .sg-gallery-viewport{
 position:relative;
 width:100%;
 overflow:visible; 
 display:flex;
 justify-content:center;
 align-items:flex-start;
 }
 
 
 .sg-gallery-slide{
 display:none;
 width:auto; 
 height:auto; 
 max-width:100%; 
 max-height:80vh; 
 object-fit:contain; 
 }
 .sg-gallery-slide.active{ display:block; }
 
 
 
.sg-gallery-controls{
 display:flex;justify-content:space-between;align-items:center;margin-top:8px
}
.dot,.prev,.next{
 border:1px solid rgba(128,128,128,.35);
 padding:6px 10px;
 border-radius:999px;
 background:transparent;
 color:#e5e7eb; 
}
.dot.active{ background:rgba(128,128,128,.35) }
.prev:hover,.next:hover,.dot:hover{ filter:brightness(1.15); }
.prev:focus,.next:focus,.dot:focus{ outline:2px solid #e5e7eb33; outline-offset:2px; }

 &lt;/style>
 
 

&lt;script>
(function(){
 function setup(g){
 const slides=[...g.querySelectorAll('.sg-gallery-slide')];
 if(!slides.length) return;
 const prev=g.querySelector('.prev'), next=g.querySelector('.next');
 const dots=[...g.querySelectorAll('.dot')];
 let i=slides.findIndex(s=>s.classList.contains('active')); if(i&lt;0) i=0;

 function go(n){
 slides[i].classList.remove('active'); dots[i]?.classList.remove('active');
 i=(n+slides.length)%slides.length;
 slides[i].classList.add('active'); dots[i]?.classList.add('active');
 }

 prev?.addEventListener('click',()=>go(i-1));
 next?.addEventListener('click',()=>go(i+1));
 dots.forEach((d,idx)=>d.addEventListener('click',()=>go(idx)));

 
 let startX=0, vp=g.querySelector('.sg-gallery-viewport');
 vp?.addEventListener('touchstart',e=>{startX=e.touches[0].clientX},{passive:true});
 vp?.addEventListener('touchend',e=>{
 const dx=e.changedTouches[0].clientX-startX;
 if(Math.abs(dx)>40) go(i+(dx&lt;0?1:-1));
 });
 }
 document.addEventListener('DOMContentLoaded',()=>document.querySelectorAll('.sg-gallery').forEach(setup));
})();
&lt;/script>

&lt;p>I’ve become the kind of person who says “There’s just something about Vienna.”&lt;/p></description></item><item><title>Why evaluation still matters</title><link>https://shrustighela.com/posts/why-evaluation-still-matters/</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/why-evaluation-still-matters/</guid><description>&lt;p>Short intro post. Replace me with your Markdown.&lt;/p></description></item><item><title>Fine</title><link>https://shrustighela.com/posts/life-logs/fine/</link><pubDate>Sun, 22 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/fine/</guid><description>&lt;p>I don’t hate small talk. &lt;br>
I hate when small talk is a mask. &lt;br>
When it pretends to care but doesn’t. &lt;br>
I hate talk that feels like it’s holding its breath. &lt;br>
The kind that asks “How are you?” &lt;br>
and hopes I say “Fine,” &lt;br>
so we can both move on, &lt;br>
untouched and unchanged.&lt;/p>
&lt;p>If you’re just being polite, &lt;br>
don’t. &lt;br>
I’d rather sit in silence with someone real &lt;br>
than swim in shallows with someone pretending.&lt;/p></description></item><item><title>No Other Way</title><link>https://shrustighela.com/posts/life-logs/no-other-way/</link><pubDate>Thu, 19 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/no-other-way/</guid><description>&lt;p>I was born in Palanpur, &lt;br>
in a home made of cool marble and quiet love. &lt;br>
It’s one of my earliest memories, &lt;br>
not in sharp detail, but in feeling.&lt;/p>
&lt;p>I remember the two little steps &lt;br>
between our living room and dining room, &lt;br>
the colored glass my maa had hand-painted with care, &lt;br>
and the hush of the house — &lt;br>
still, peaceful, safe.&lt;/p>
&lt;p>Then the press closed. &lt;br>
Pappa’s printing business folded, &lt;br>
and we moved to Ahmedabad. &lt;br>
He became a chemist, &lt;br>
not by training, but by necessity. &lt;br>
Opened a small medical store, &lt;br>
and began working relentlessly.&lt;/p></description></item><item><title>A Study in Pink</title><link>https://shrustighela.com/posts/life-logs/a-study-in-pink/</link><pubDate>Tue, 17 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/a-study-in-pink/</guid><description>&lt;p>I think about that night &lt;br>
more often than I expect. &lt;br>
Not because it was dramatic. &lt;br>
Not because something big happened. &lt;br>
But because something quietly shifted in me. &lt;br>
The kind of shift you don’t notice until years later, &lt;br>
when grief brushes past you in someone else’s story, &lt;br>
or when a pink shirt in a crowd pulls your gaze &lt;br>
and you don’t know why.&lt;/p>
&lt;p>It comes back in fragments, &lt;br>
the way memories do — &lt;br>
a certain hush in the air, &lt;br>
the sheen of rain on the road, &lt;br>
and the kind of night &lt;br>
that feels slower than the rest.&lt;/p></description></item><item><title>Names I Never Knew</title><link>https://shrustighela.com/posts/life-logs/names-i-never-knew/</link><pubDate>Thu, 12 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/names-i-never-knew/</guid><description>&lt;p>I wake in Houston, &lt;br>
still blind without my glasses, &lt;br>
eyes half-closed, &lt;br>
still clinging to sleep &lt;br>
and there it is: &lt;br>
“Is your family okay?”&lt;/p>
&lt;p>A message like a crack &lt;br>
splitting the morning in two.&lt;/p>
&lt;p>Fingers fumbling, &lt;br>
heart ahead of breath, &lt;br>
I call home. &lt;br>
Maa, Pappa. &lt;br>
their voices: steady. &lt;br>
They’re fine. &lt;br>
But a plane fell &lt;br>
from the sky into Ahmedabad.&lt;/p>
&lt;p>Into BJ Medical. &lt;br>
Into a hostel where dreams slept. &lt;br>
They say students may have died. &lt;br>
Children of medicine. &lt;br>
Children of hope.&lt;/p></description></item><item><title>It Wasn't Raining Inside</title><link>https://shrustighela.com/posts/life-logs/it-wasnt-raining-inside/</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/it-wasnt-raining-inside/</guid><description>&lt;p>Some friendships start in chaos, &lt;br>
like 11th-12th grade coaching, where sleep was a myth &lt;br>
and stress was the third friend in the room.&lt;/p>
&lt;p>Shruti, you and I stuck like Fevicol back then, &lt;br>
laughing, venting, trying to make sense of derivatives and the universe. &lt;br>
Then undergrad came, and with it, silence. &lt;br>
Life got loud in other ways. &lt;br>
A trip. A few texts. &lt;br>
Eventually, we became birthday friends, &lt;br>
the kind who smile at a name on their phone once a year, &lt;br>
and mean it, even if it’s brief.&lt;/p></description></item><item><title>Almost Again</title><link>https://shrustighela.com/posts/life-logs/almost-again/</link><pubDate>Fri, 06 Jun 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/almost-again/</guid><description>&lt;p>I’ve always loved watching a movie the second time. &lt;br>
The first time, I’m too tightly wound — &lt;br>
tense with questions, &lt;br>
chasing plot points, missing joy. &lt;br>
But the second time, I breathe. &lt;br>
I notice the music, &lt;br>
the way the light falls on someone’s face, &lt;br>
the way it all makes sense.&lt;/p>
&lt;p>Maybe that’s just me. &lt;br>
I bloom in the repeat.&lt;/p>
&lt;p>And maybe that’s why life feels so cruel sometimes, &lt;br>
because I only get to live it once. &lt;br>
No rewatch, no rewind. &lt;br>
Just a single, unblinking run.&lt;/p></description></item><item><title>Bookstore</title><link>https://shrustighela.com/photos/bookstore/</link><pubDate>Sun, 23 Feb 2025 00:00:00 +0000</pubDate><guid>https://shrustighela.com/photos/bookstore/</guid><description>&lt;div class="sg-gallery" data-alt='Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore'>
 &lt;div class="sg-gallery-viewport">&lt;img src="https://shrustighela.com/photos/bookstore/page1.JPG" alt="Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore" class="sg-gallery-slide active">&lt;img src="https://shrustighela.com/photos/bookstore/page2.JPG" alt="Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/bookstore/page3.JPG" alt="Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/bookstore/page4.JPG" alt="Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/bookstore/page5.JPG" alt="Powell&amp;#39;s city of books. World&amp;#39;s largest bookstore" class="sg-gallery-slide ">&lt;/div>
 &lt;div class="sg-gallery-controls">
 &lt;button class="prev" aria-label="Previous image">◀&lt;/button>
 &lt;div class="dots">&lt;button class="dot active" data-index="0" aria-label="Go to image 1">&lt;/button>&lt;button class="dot " data-index="1" aria-label="Go to image 2">&lt;/button>&lt;button class="dot " data-index="2" aria-label="Go to image 3">&lt;/button>&lt;button class="dot " data-index="3" aria-label="Go to image 4">&lt;/button>&lt;button class="dot " data-index="4" aria-label="Go to image 5">&lt;/button>&lt;/div>
 &lt;button class="next" aria-label="Next image">▶&lt;/button>
 &lt;/div>
&lt;/div>

&lt;style>
 .sg-gallery{margin:12px 0 24px}
 
 
 .sg-gallery-viewport{
 position:relative;
 width:100%;
 overflow:visible; 
 display:flex;
 justify-content:center;
 align-items:flex-start;
 }
 
 
 .sg-gallery-slide{
 display:none;
 width:auto; 
 height:auto; 
 max-width:100%; 
 max-height:80vh; 
 object-fit:contain; 
 }
 .sg-gallery-slide.active{ display:block; }
 
 
 
.sg-gallery-controls{
 display:flex;justify-content:space-between;align-items:center;margin-top:8px
}
.dot,.prev,.next{
 border:1px solid rgba(128,128,128,.35);
 padding:6px 10px;
 border-radius:999px;
 background:transparent;
 color:#e5e7eb; 
}
.dot.active{ background:rgba(128,128,128,.35) }
.prev:hover,.next:hover,.dot:hover{ filter:brightness(1.15); }
.prev:focus,.next:focus,.dot:focus{ outline:2px solid #e5e7eb33; outline-offset:2px; }

 &lt;/style>
 
 

&lt;script>
(function(){
 function setup(g){
 const slides=[...g.querySelectorAll('.sg-gallery-slide')];
 if(!slides.length) return;
 const prev=g.querySelector('.prev'), next=g.querySelector('.next');
 const dots=[...g.querySelectorAll('.dot')];
 let i=slides.findIndex(s=>s.classList.contains('active')); if(i&lt;0) i=0;

 function go(n){
 slides[i].classList.remove('active'); dots[i]?.classList.remove('active');
 i=(n+slides.length)%slides.length;
 slides[i].classList.add('active'); dots[i]?.classList.add('active');
 }

 prev?.addEventListener('click',()=>go(i-1));
 next?.addEventListener('click',()=>go(i+1));
 dots.forEach((d,idx)=>d.addEventListener('click',()=>go(idx)));

 
 let startX=0, vp=g.querySelector('.sg-gallery-viewport');
 vp?.addEventListener('touchstart',e=>{startX=e.touches[0].clientX},{passive:true});
 vp?.addEventListener('touchend',e=>{
 const dx=e.changedTouches[0].clientX-startX;
 if(Math.abs(dx)>40) go(i+(dx&lt;0?1:-1));
 });
 }
 document.addEventListener('DOMContentLoaded',()=>document.querySelectorAll('.sg-gallery').forEach(setup));
})();
&lt;/script>

&lt;p>Which are the books that you truly love?
The answer will tell you a lot about who you presently are.&lt;/p></description></item><item><title>Stay a Student</title><link>https://shrustighela.com/posts/nerd-notes/stay-a-student/</link><pubDate>Thu, 05 Dec 2024 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/nerd-notes/stay-a-student/</guid><description>&lt;p>At the start of 2024, I had the privilege of connecting with Rashmi Varma, an adjunct professor at the University of Texas and the CEO of both Innovate5G and Quantawatt. Her resume is a testament to her extraordinary career — spanning startups, MNCs, and whatnot, and if I were to list all her accomplishments, this blog might turn into a book.&lt;/p>
&lt;p>On a sunny spring afternoon, we met for what was supposed to be a quick 30-minute chat. That half-hour turned into a two-hour conversation about everything under the sun. By the end of it, Rashmi offered me a TAship for her Quantum Computing course in the summer of 2024.&lt;/p></description></item><item><title>Ghela Saheb</title><link>https://shrustighela.com/posts/life-logs/ghela-saheb/</link><pubDate>Sun, 23 Apr 2023 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/life-logs/ghela-saheb/</guid><description>&lt;p>My dada has always been an important person in my life. He had always been there for me, providing support and guidance as I navigated life’s ups and downs. When I was a little girl, he used to tell me stories about his life and his dreams for me. He often said he wanted to see me become a doctor, a noble and rewarding profession.&lt;/p>
&lt;p>As I grew up, I developed my interests and passions. I realized my true calling was math, computers, and engineering. I wanted to pursue higher studies in the US and build a career in this field. When I shared my dreams with my dada, I was nervous about how he would react.&lt;/p></description></item><item><title>Adultish</title><link>https://shrustighela.com/photos/adultish/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://shrustighela.com/photos/adultish/</guid><description>&lt;div class="sg-gallery" data-alt='Adultish'>
 &lt;div class="sg-gallery-viewport">&lt;img src="https://shrustighela.com/photos/adultish/page0.JPG" alt="Adultish" class="sg-gallery-slide active">&lt;img src="https://shrustighela.com/photos/adultish/page1.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/adultish/page2.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/adultish/page3.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/adultish/page4.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/adultish/page5.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;img src="https://shrustighela.com/photos/adultish/page6.JPG" alt="Adultish" class="sg-gallery-slide ">&lt;/div>
 &lt;div class="sg-gallery-controls">
 &lt;button class="prev" aria-label="Previous image">◀&lt;/button>
 &lt;div class="dots">&lt;button class="dot active" data-index="0" aria-label="Go to image 1">&lt;/button>&lt;button class="dot " data-index="1" aria-label="Go to image 2">&lt;/button>&lt;button class="dot " data-index="2" aria-label="Go to image 3">&lt;/button>&lt;button class="dot " data-index="3" aria-label="Go to image 4">&lt;/button>&lt;button class="dot " data-index="4" aria-label="Go to image 5">&lt;/button>&lt;button class="dot " data-index="5" aria-label="Go to image 6">&lt;/button>&lt;button class="dot " data-index="6" aria-label="Go to image 7">&lt;/button>&lt;/div>
 &lt;button class="next" aria-label="Next image">▶&lt;/button>
 &lt;/div>
&lt;/div>

&lt;style>
 .sg-gallery{margin:12px 0 24px}
 
 
 .sg-gallery-viewport{
 position:relative;
 width:100%;
 overflow:visible; 
 display:flex;
 justify-content:center;
 align-items:flex-start;
 }
 
 
 .sg-gallery-slide{
 display:none;
 width:auto; 
 height:auto; 
 max-width:100%; 
 max-height:80vh; 
 object-fit:contain; 
 }
 .sg-gallery-slide.active{ display:block; }
 
 
 
.sg-gallery-controls{
 display:flex;justify-content:space-between;align-items:center;margin-top:8px
}
.dot,.prev,.next{
 border:1px solid rgba(128,128,128,.35);
 padding:6px 10px;
 border-radius:999px;
 background:transparent;
 color:#e5e7eb; 
}
.dot.active{ background:rgba(128,128,128,.35) }
.prev:hover,.next:hover,.dot:hover{ filter:brightness(1.15); }
.prev:focus,.next:focus,.dot:focus{ outline:2px solid #e5e7eb33; outline-offset:2px; }

 &lt;/style>
 
 

&lt;script>
(function(){
 function setup(g){
 const slides=[...g.querySelectorAll('.sg-gallery-slide')];
 if(!slides.length) return;
 const prev=g.querySelector('.prev'), next=g.querySelector('.next');
 const dots=[...g.querySelectorAll('.dot')];
 let i=slides.findIndex(s=>s.classList.contains('active')); if(i&lt;0) i=0;

 function go(n){
 slides[i].classList.remove('active'); dots[i]?.classList.remove('active');
 i=(n+slides.length)%slides.length;
 slides[i].classList.add('active'); dots[i]?.classList.add('active');
 }

 prev?.addEventListener('click',()=>go(i-1));
 next?.addEventListener('click',()=>go(i+1));
 dots.forEach((d,idx)=>d.addEventListener('click',()=>go(idx)));

 
 let startX=0, vp=g.querySelector('.sg-gallery-viewport');
 vp?.addEventListener('touchstart',e=>{startX=e.touches[0].clientX},{passive:true});
 vp?.addEventListener('touchend',e=>{
 const dx=e.changedTouches[0].clientX-startX;
 if(Math.abs(dx)>40) go(i+(dx&lt;0?1:-1));
 });
 }
 document.addEventListener('DOMContentLoaded',()=>document.querySelectorAll('.sg-gallery').forEach(setup));
})();
&lt;/script>

&lt;p>To be mad in a deranged world is not madness; it&amp;rsquo;s sanity.&lt;/p></description></item><item><title>Understanding the Bias-Variance trade-off using R</title><link>https://shrustighela.com/posts/nerd-notes/understanding-the-bias-variance-trade-off-using-r/</link><pubDate>Thu, 30 Jun 2022 00:00:00 +0000</pubDate><guid>https://shrustighela.com/posts/nerd-notes/understanding-the-bias-variance-trade-off-using-r/</guid><description/></item><item><title>Unsupervised Learning Approaches for Dimensionality Reduction and Data Visualization</title><link>https://shrustighela.com/publications/unsupervised-learning-approaches-for-dimensionality-reduction-and-data-visualization/</link><pubDate>Thu, 02 Sep 2021 00:00:00 +0000</pubDate><guid>https://shrustighela.com/publications/unsupervised-learning-approaches-for-dimensionality-reduction-and-data-visualization/</guid><description/></item></channel></rss>