<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="/rss-style.xsl" ?>
<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>retronav - Pranav Karawale</title>
		<link>https://karawale.com</link>
		<description>Blog posts by Pranav Karawale. Thoughts on technology, engineering, and design.</description>
		<language>en-us</language>
		<author>
		  <name>Pranav Karawale</name>
		</author>
		<lastBuildDate>Sat, 25 Jul 2026 14:45:02 GMT</lastBuildDate>
		<atom:link href="https://karawale.com/rss.xml" rel="self" type="application/rss+xml" />
		<image>
			<url>https://karawale.com/logo.png</url>
			<title>retronav - Pranav Karawale</title>
			<link>https://karawale.com</link>
		</image>
		<item>
			<title>Back and forth with Omarchy</title>
			<link>https://karawale.com/posts/back-and-forth-with-omarchy</link>
			<guid isPermaLink="true">https://karawale.com/posts/back-and-forth-with-omarchy</guid>
			<pubDate>Sun, 22 Feb 2026 15:22:57 GMT</pubDate>
			<description>Omarchy is an opinionated distro based on Arch Linux. After switching between distros, I have landed back on Omarchy and this is the whole journey along with my reasons.</description>
		</item>
		<item>
			<title>On vibecoding, mental blocks and more code exploits</title>
			<link>https://karawale.com/posts/on-vibecoding-mental-blocks-and-more-code-exploits</link>
			<guid isPermaLink="true">https://karawale.com/posts/on-vibecoding-mental-blocks-and-more-code-exploits</guid>
			<pubDate>Wed, 04 Feb 2026 22:53:05 GMT</pubDate>
			<description>AI Agents and vibecoding is cool stuff. However it did leave a lasting impact on my workflow. Exploring personal and global effects of AI and recent events.</description>
		</item>
		<item>
			<title>Moving from Windows to Fedora</title>
			<link>https://karawale.com/posts/windows-to-fedora</link>
			<guid isPermaLink="true">https://karawale.com/posts/windows-to-fedora</guid>
			<pubDate>Sat, 20 Jul 2024 06:56:38 GMT</pubDate>
			<description>A personal journey explores the transition from Windows to Fedora, highlighting challenges faced during the installation process and the quest for optimal system performance.</description>
		</item>
		<item>
			<title>Upgrading your Ubuntu LTS distro in WSL</title>
			<link>https://karawale.com/posts/upgrading-ubuntu-lts-distro-in-wsl</link>
			<guid isPermaLink="true">https://karawale.com/posts/upgrading-ubuntu-lts-distro-in-wsl</guid>
			<pubDate>Thu, 20 Jan 2022 09:34:00 GMT</pubDate>
			<description>This guide explains how to upgrade the Ubuntu LTS distro in WSL, addressing common issues such as errors related to release versions and the need to remove snap for a successful upgrade.</description>
		</item>
		<item>
			<title>One liner for rimraf that gets the job done</title>
			<link>https://karawale.com/posts/one-liner-for-rimraf</link>
			<guid isPermaLink="true">https://karawale.com/posts/one-liner-for-rimraf</guid>
			<pubDate>Sat, 10 Jul 2021 09:35:00 GMT</pubDate>
			<description>This one-liner efficiently deletes folders or files in a cross-platform manner using Node.js.</description>
		</item>
		<item>
			<title>How to Keep Your Firebase Project Safe and Secure from everyone</title>
			<link>https://karawale.com/posts/how-to-keep-your-firebase-project-safe-and-secure-from-everyone</link>
			<guid isPermaLink="true">https://karawale.com/posts/how-to-keep-your-firebase-project-safe-and-secure-from-everyone</guid>
			<pubDate>Fri, 18 Dec 2020 09:39:00 GMT</pubDate>
			<description>This guide emphasizes securing Firebase projects by protecting sensitive data, using production mode for Firestore and storage, configuring security rules, and managing API keys carefully. It highlights the importance of treating server credentials as sensitive secrets to safeguard the entire project.</description>
		</item>
		<item>
			<title>Reactivity Anywhere Without Virtual DOM</title>
			<link>https://karawale.com/posts/reactivity-anywhere-without-virtual-dom</link>
			<guid isPermaLink="true">https://karawale.com/posts/reactivity-anywhere-without-virtual-dom</guid>
			<pubDate>Fri, 20 Nov 2020 09:37:00 GMT</pubDate>
			<description>This post explores a method to achieve reactivity between JavaScript and the DOM without using a virtual DOM. It outlines how to define global variables, create reactive elements, and update the DOM efficiently. The approach aims to harmonize HTML and JavaScript, minimizing overhead while allowing for multiple stores.</description>
		</item>
	</channel>
</rss>