<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Abhilash Babu</title><link>https://blog.abhilashbabuj.com/posts/</link><description>Recent content in Posts on Abhilash Babu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 18 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.abhilashbabuj.com/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Starting Over Again</title><link>https://blog.abhilashbabuj.com/posts/third_attempt/</link><pubDate>Tue, 18 Feb 2025 00:00:00 +0000</pubDate><guid>https://blog.abhilashbabuj.com/posts/third_attempt/</guid><description>&lt;p>I am starting over for the third time now, dropping all my previous half-baked posts and drafts. This time around, I want to create something similar to &lt;a href="https://simonwillison.net" class="external-link" target="_blank" rel="noopener">Simon Willison&amp;rsquo;s website&lt;/a>: a combination of TILs (Today I Learned), Projects, Things I Found (Link Blog), and book reviews.&lt;/p>
&lt;h3 id="tils">
 TILs
 &lt;a class="heading-link" href="#tils">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h3>
&lt;p>TILs or &amp;ldquo;Today I Learned&amp;rdquo; posts are short, focused entries about new discoveries in programming, technology, or any other interesting field. These bite-sized pieces of knowledge are perfect for documenting learning moments and sharing them with others. I plan to write TILs about programming, computer vision, and machine learning – areas where I spend most of my time learning and working.&lt;/p></description></item><item><title>Using Hydra and Typer together</title><link>https://blog.abhilashbabuj.com/posts/hydra_typer/</link><pubDate>Sun, 29 Jan 2023 22:24:49 +0100</pubDate><guid>https://blog.abhilashbabuj.com/posts/hydra_typer/</guid><description>&lt;h2 id="using-typer-and-hydra-together">
 Using Typer and Hydra together
 &lt;a class="heading-link" href="#using-typer-and-hydra-together">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;h3 id="what-is-typer">
 What is Typer?
 &lt;a class="heading-link" href="#what-is-typer">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h3>
&lt;p>&lt;a href="https://typer.tiangolo.com/" class="external-link" target="_blank" rel="noopener">Typer&lt;/a> is a library for building CLI applications and is a wrapper on top the package &lt;a href="" >click&lt;/a>. Unlike click, there is no need to add decorators to the function to make the function arguments show up in help.&lt;/p>
&lt;h3 id="what-is-hydra">
 What is Hydra?
 &lt;a class="heading-link" href="#what-is-hydra">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h3>
&lt;p>&lt;a href="https://hydra.cc/" class="external-link" target="_blank" rel="noopener">Hydra&lt;/a> is a python framework to create complex configurations in an elegant and composable manner.&lt;/p></description></item></channel></rss>