From f5faa2ef095f035110f83e17da0b35d3a34d6b97 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Sat, 17 Feb 2024 19:52:53 -0700
Subject: bump

---
 docs/posts/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 253dcd9..566d3de 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -26,7 +26,7 @@
     <script data-goatcounter="https://navanchauhan.goatcounter.com/count"
         async src="//gc.zgo.at/count.js"></script>
     <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script>
-    <link rel="manifest" href="manifest.json" />
+    <link rel="manifest" href="/manifest.json" />
     
 </head>
 <body>
@@ -35,6 +35,7 @@
 <a href="/">home</a> |
 <a href="/about/">about/links</a> |
 <a href="/posts/">posts</a> |
+<a href="/3D-Designs/">3D designs</a> |
 <!--<a href="/publications/">publications</a> |-->
 <!--<a href="/repo/">iOS repo</a> |-->
 <a href="/feed.rss">RSS Feed</a> |
-- 
cgit v1.2.3


From 2ede57d571e382f5aae167bd2a059a12fa1108ea Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Mon, 26 Feb 2024 12:09:08 -0700
Subject: add new post

---
 docs/posts/index.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 566d3de..4194100 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,19 @@
 
 <ul>
 
+	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
+	<ul>
+		<li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
+		<li>Published On: 2024-02-26 11:57</li>
+		<li>Tags: 
+			
+            <a href='/tags/HTML.html'>HTML</a>, 
+			
+            <a href='/tags/CSS.html'>CSS</a>
+			
+	</ul>
+
+
 	<li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a></li>
 	<ul>
 		<li>Recap of 2023, and my goals for 2024</li>
-- 
cgit v1.2.3


From ea7a6ce794dbda1a7eded1d5e663897d46d21fa2 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Fri, 15 Mar 2024 15:00:41 -0600
Subject: add post about compiling for dos

---
 docs/posts/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 4194100..2d9d613 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,21 @@
 
 <ul>
 
+	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li>
+	<ul>
+		<li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li>
+		<li>Published On: 2024-03-15 13:16</li>
+		<li>Tags: 
+			
+            <a href='/tags/DOS.html'>DOS</a>, 
+			
+            <a href='/tags/x86.html'>x86</a>, 
+			
+            <a href='/tags/macOS.html'>macOS</a>
+			
+	</ul>
+
+
 	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
 	<ul>
 		<li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
-- 
cgit v1.2.3


From b484b8a672a907af87e73fe7006497a6ca86c259 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Thu, 21 Mar 2024 13:54:53 -0600
Subject: add polynomial regression for tf 2.0

---
 docs/posts/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 2d9d613..d886b19 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,21 @@
 
 <ul>
 
+	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
+	<ul>
+		<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
+		<li>Published On: 2024-03-21 12:46</li>
+		<li>Tags: 
+			
+            <a href='/tags/Tutorial.html'>Tutorial</a>, 
+			
+            <a href='/tags/Tensorflow.html'>Tensorflow</a>, 
+			
+            <a href='/tags/Colab.html'>Colab</a>
+			
+	</ul>
+
+
 	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li>
 	<ul>
 		<li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li>
-- 
cgit v1.2.3


From aae00025bd8bff04de90b22b2472aed8a232f476 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Tue, 26 Mar 2024 18:21:29 -0600
Subject: post testing latex extra

---
 docs/posts/index.html | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index d886b19..40b6a92 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,6 +52,17 @@
 
 <ul>
 
+	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
+	<ul>
+		<li>Quick derivation of the quadratic equation by completing the square</li>
+		<li>Published On: 2024-03-26 15:36</li>
+		<li>Tags: 
+			
+            <a href='/tags/mathematics.html'>mathematics</a>
+			
+	</ul>
+
+
 	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
 	<ul>
 		<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
-- 
cgit v1.2.3


From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Tue, 26 Mar 2024 23:38:14 -0600
Subject: add header ids

---
 docs/posts/index.html | 86 +++++++++++++++++++++++++--------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 40b6a92..95592fd 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -44,7 +44,7 @@
     
 
 <main>
-	<h1>Posts</h1>
+	<h1 id="posts">Posts</h1>
 
 <p>Tips, tricks and tutorials which I think might be useful.</p>
 
@@ -52,7 +52,7 @@
 
 <ul>
 
-	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
+	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">id="quadratic-formula-derivation">Quadratic Formula Derivation</a></li>
 	<ul>
 		<li>Quick derivation of the quadratic equation by completing the square</li>
 		<li>Published On: 2024-03-26 15:36</li>
@@ -63,7 +63,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
+	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">id="polynomial-regression-using-tensorflow-2x">Polynomial Regression Using TensorFlow 2.x</a></li>
 	<ul>
 		<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
 		<li>Published On: 2024-03-21 12:46</li>
@@ -78,7 +78,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li>
+	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">id="cross-compiling-hello-world-for-dos-on-macos">Cross-Compiling Hello World for DOS on macOS</a></li>
 	<ul>
 		<li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li>
 		<li>Published On: 2024-03-15 13:16</li>
@@ -93,7 +93,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
+	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML</a></li>
 	<ul>
 		<li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
 		<li>Published On: 2024-02-26 11:57</li>
@@ -106,7 +106,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a></li>
+	<li><a href="/posts/2024-01-05-hello-20224.html">id="hello-2024">Hello 2024</a></li>
 	<ul>
 		<li>Recap of 2023, and my goals for 2024</li>
 		<li>Published On: 2024-01-05 23:16</li>
@@ -119,7 +119,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-22-search-by-flair-reddit.html">Search / Filter posts by flair on Reddit</a></li>
+	<li><a href="/posts/2023-10-22-search-by-flair-reddit.html">id="search-filter-posts-by-flair-on-reddit">Search / Filter posts by flair on Reddit</a></li>
 	<ul>
 		<li>Search posts by flair on Reddit Web by using _</li>
 		<li>Published On: 2023-10-22 00:37</li>
@@ -132,7 +132,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-05-attack-lab.html">Attack Lab</a></li>
+	<li><a href="/posts/2023-10-05-attack-lab.html">id="attack-lab">Attack Lab</a></li>
 	<ul>
 		<li>Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems</li>
 		<li>Published On: 2023-10-05 20:01</li>
@@ -151,7 +151,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab</a></li>
+	<li><a href="/posts/2023-10-04-bomb-lab.html">id="bomb-lab">Bomb Lab</a></li>
 	<ul>
 		<li>Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2</li>
 		<li>Published On: 2023-10-04 13:12</li>
@@ -170,7 +170,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-04-30-n-body-simulation.html">n-body solution generator</a></li>
+	<li><a href="/posts/2023-04-30-n-body-simulation.html">id="n-body-solution-generator">n-body solution generator</a></li>
 	<ul>
 		<li>n-body solution generator and solver</li>
 		<li>Published On: 2023-04-30 22:50</li>
@@ -183,7 +183,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
+	<li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">id="interacting-with-siri-using-the-command-line">Interacting with Siri using the command line</a></li>
 	<ul>
 		<li>Code snippet to interact with Siri by issuing commands from the command-line.</li>
 		<li>Published On: 2023-02-08 17:21</li>
@@ -204,7 +204,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-12-25-blog-to-toot.html">Posting blogs as Mastodon Toots</a></li>
+	<li><a href="/posts/2022-12-25-blog-to-toot.html">id="posting-blogs-as-mastodon-toots">Posting blogs as Mastodon Toots</a></li>
 	<ul>
 		<li>Cross posting blog posts to Mastodon</li>
 		<li>Published On: 2022-12-25 17:32</li>
@@ -217,7 +217,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-11-07-a-new-method-to-blog.html">A new method to blog</a></li>
+	<li><a href="/posts/2022-11-07-a-new-method-to-blog.html">id="a-new-method-to-blog">A new method to blog</a></li>
 	<ul>
 		<li>Writing posts in markdown using pen and paper</li>
 		<li>Published On: 2022-11-07 23:29</li>
@@ -232,7 +232,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-08-05-Why-You-No-Host.html">Why You No Host?</a></li>
+	<li><a href="/posts/2022-08-05-Why-You-No-Host.html">id="why-you-no-host">Why You No Host?</a></li>
 	<ul>
 		<li>Why you should self-host with YunoHost</li>
 		<li>Published On: 2022-08-05 14:46</li>
@@ -245,7 +245,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">Building a Similar Movies Recommendation System</a></li>
+	<li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">id="building-a-similar-movies-recommendation-system">Building a Similar Movies Recommendation System</a></li>
 	<ul>
 		<li>Building a Content Based Similar Movies Recommendatiom System</li>
 		<li>Published On: 2022-05-21 17:56</li>
@@ -260,7 +260,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li>
+	<li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">id="making-a-crude-ml-powered-chatbot-in-swift-using-coreml">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li>
 	<ul>
 		<li>Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.</li>
 		<li>Published On: 2021-06-27 23:26</li>
@@ -275,7 +275,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">Cheminformatics on the Web (2021)</a></li>
+	<li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">id="cheminformatics-on-the-web-2021">Cheminformatics on the Web (2021)</a></li>
 	<ul>
 		<li>Summarising Cheminformatics on the web in 2021.</li>
 		<li>Published On: 2021-06-26 13:04</li>
@@ -288,7 +288,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">Basic NFC Music Cards for iOS</a></li>
+	<li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">id="basic-nfc-music-cards-for-ios">Basic NFC Music Cards for iOS</a></li>
 	<ul>
 		<li>Basic NFC Music Cards on iOS with Shortcuts</li>
 		<li>Published On: 2021-06-25 16:20</li>
@@ -303,7 +303,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">Posting Blog Posts as Twitter Threads Part 1/n</a></li>
+	<li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">id="posting-blog-posts-as-twitter-threads-part-1n">Posting Blog Posts as Twitter Threads Part 1/n</a></li>
 	<ul>
 		<li>Converting Posts to Twitter Threads</li>
 		<li>Published On: 2021-06-25 00:08</li>
@@ -318,7 +318,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">RSS Feed written in HTML + JavaScript</a></li>
+	<li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">id="rss-feed-written-in-html-javascript">RSS Feed written in HTML + JavaScript</a></li>
 	<ul>
 		<li>Short code-snippet for an RSS feed, written in HTML and JavaScript</li>
 		<li>Published On: 2020-12-01 20:52</li>
@@ -335,7 +335,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
+	<li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">id="generating-https-certificate-using-dns-a-challenge-through-lets-encrypt">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
 	<ul>
 		<li>Short code-snippet to generate HTTPS certificates using the DNS Challenge through Lets Encrypt for a web-server using DuckDNS.</li>
 		<li>Published On: 2020-11-17 15:04</li>
@@ -350,7 +350,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">Trying Different Camera Setups</a></li>
+	<li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">id="trying-different-camera-setups">Trying Different Camera Setups</a></li>
 	<ul>
 		<li>Comparison of different cameras setups for using as a webcam and tutorials for the same.</li>
 		<li>Published On: 2020-10-11 16:12</li>
@@ -365,7 +365,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">Introduction to AR.js and Natural Feature Tracking</a></li>
+	<li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">id="introduction-to-arjs-and-natural-feature-tracking">Introduction to AR.js and Natural Feature Tracking</a></li>
 	<ul>
 		<li>An introduction to AR.js and NFT</li>
 		<li>Published On: 2020-08-01 15:43</li>
@@ -382,7 +382,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-07-01-Install-rdkit-colab.html">Installing RDKit on Google Colab</a></li>
+	<li><a href="/posts/2020-07-01-Install-rdkit-colab.html">id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</a></li>
 	<ul>
 		<li>Install RDKit on Google Colab with one code snippet.</li>
 		<li>Published On: 2020-07-01 14:23</li>
@@ -397,7 +397,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">Compiling AutoDock Vina on iOS</a></li>
+	<li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">id="compiling-autodock-vina-on-ios">Compiling AutoDock Vina on iOS</a></li>
 	<ul>
 		<li>Compiling AutoDock Vina on iOS</li>
 		<li>Published On: 2020-06-02 23:23</li>
@@ -416,7 +416,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">Workflow for Lightning Fast Molecular Docking Part One</a></li>
+	<li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">id="workflow-for-lightning-fast-molecular-docking-part-one">Workflow for Lightning Fast Molecular Docking Part One</a></li>
 	<ul>
 		<li>This is my workflow for lightning fast molecular docking.</li>
 		<li>Published On: 2020-06-01 13:10</li>
@@ -435,7 +435,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">Compiling Open Babel on iOS</a></li>
+	<li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">id="compiling-open-babel-on-ios">Compiling Open Babel on iOS</a></li>
 	<ul>
 		<li>Compiling Open Babel on iOS</li>
 		<li>Published On: 2020-05-31 23:30</li>
@@ -452,7 +452,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a></li>
+	<li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">id="fixing-x11-error-on-macos-catalina-for-ambertools-1819">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a></li>
 	<ul>
 		<li>Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina</li>
 		<li>Published On: 2020-04-13 11:41</li>
@@ -465,7 +465,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">Making My First Vaporwave Track (Remix)</a></li>
+	<li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">id="making-my-first-vaporwave-track-remix">Making My First Vaporwave Track (Remix)</a></li>
 	<ul>
 		<li>I made my first vaporwave remix</li>
 		<li>Published On: 2020-03-08 23:17</li>
@@ -478,7 +478,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">Tinkering with an Android TV</a></li>
+	<li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">id="tinkering-with-an-android-tv">Tinkering with an Android TV</a></li>
 	<ul>
 		<li>Tinkering with an Android TV</li>
 		<li>Published On: 2020-03-03 18:37</li>
@@ -491,7 +491,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">How to setup Bluetooth on a Raspberry Pi</a></li>
+	<li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">id="how-to-setup-bluetooth-on-a-raspberry-pi">How to setup Bluetooth on a Raspberry Pi</a></li>
 	<ul>
 		<li>Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W</li>
 		<li>Published On: 2020-01-19 15:27</li>
@@ -508,7 +508,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a></li>
+	<li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">id="creating-a-custom-image-classifier-using-turicreate-to-detect-smoke-and-fire">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a></li>
 	<ul>
 		<li>Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle</li>
 		<li>Published On: 2020-01-16 10:36</li>
@@ -523,7 +523,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">Setting up Kaggle to use with Google Colab</a></li>
+	<li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">id="setting-up-kaggle-to-use-with-google-colab">Setting up Kaggle to use with Google Colab</a></li>
 	<ul>
 		<li>Tutorial on setting up kaggle, to use with Google Colab</li>
 		<li>Published On: 2020-01-15 23:36</li>
@@ -540,7 +540,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">Converting between image and NumPy array</a></li>
+	<li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">id="converting-between-image-and-numpy-array">Converting between image and NumPy array</a></li>
 	<ul>
 		<li>Short code snippet for converting between PIL image and NumPy arrays.</li>
 		<li>Published On: 2020-01-14 00:10</li>
@@ -553,7 +553,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-22-Fake-News-Detector.html">Building a Fake News Detector with Turicreate</a></li>
+	<li><a href="/posts/2019-12-22-Fake-News-Detector.html">id="building-a-fake-news-detector-with-turicreate">Building a Fake News Detector with Turicreate</a></li>
 	<ul>
 		<li>In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app</li>
 		<li>Published On: 2019-12-22 11:10</li>
@@ -570,7 +570,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a></li>
+	<li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">id="polynomial-regression-using-tensorflow">Polynomial Regression Using TensorFlow</a></li>
 	<ul>
 		<li>Polynomial regression using TensorFlow</li>
 		<li>Published On: 2019-12-16 14:16</li>
@@ -585,7 +585,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">Making Predictions using Image Classifier (TensorFlow)</a></li>
+	<li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)</a></li>
 	<ul>
 		<li>Making predictions for image classification models built using TensorFlow</li>
 		<li>Published On: 2019-12-10 11:10</li>
@@ -600,7 +600,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a></li>
+	<li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">id="creating-a-custom-image-classifier-using-tensorflow-2x-and-keras-for-detecting-malaria">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a></li>
 	<ul>
 		<li>Tutorial on creating an image classifier model using TensorFlow which detects malaria</li>
 		<li>Published On: 2019-12-08 14:16</li>
@@ -615,7 +615,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-08-Splitting-Zips.html">Splitting ZIPs into Multiple Parts</a></li>
+	<li><a href="/posts/2019-12-08-Splitting-Zips.html">id="splitting-zips-into-multiple-parts">Splitting ZIPs into Multiple Parts</a></li>
 	<ul>
 		<li>Short code snippet for splitting zips.</li>
 		<li>Published On: 2019-12-08 13:27</li>
@@ -628,7 +628,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">Image Classifier With Teachable Machines</a></li>
+	<li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines</a></li>
 	<ul>
 		<li>Tutorial on creating a custom image classifier quickly with Google Teachable Machines</li>
 		<li>Published On: 2019-12-04 18:23</li>
@@ -639,7 +639,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">Creating your own custom theme for Snowboard or Anemone</a></li>
+	<li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">id="creating-your-own-custom-theme-for-snowboard-or-anemone">Creating your own custom theme for Snowboard or Anemone</a></li>
 	<ul>
 		<li>Tutorial on creating your own custom theme for Snowboard or Anemone</li>
 		<li>Published On: 2019-05-05 12:34</li>
@@ -658,7 +658,7 @@
 	</ul>
 
 
-	<li><a href="/posts/hello-world.html">Hello World</a></li>
+	<li><a href="/posts/hello-world.html">id="hello-world">Hello World</a></li>
 	<ul>
 		<li>My first post.</li>
 		<li>Published On: 2019-04-16 17:39</li>
@@ -669,7 +669,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2010-01-24-experiments.html">Experiments</a></li>
+	<li><a href="/posts/2010-01-24-experiments.html">id="experiments">Experiments</a></li>
 	<ul>
 		<li>Just a markdown file for all experiments related to the website</li>
 		<li>Published On: 2010-01-24 23:43</li>
-- 
cgit v1.2.3


From 9e620084e57378952c1a7f8e0a772ebebd18932b Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 27 Mar 2024 20:35:09 -0600
Subject: quick fix

---
 docs/posts/index.html | 84 +++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 95592fd..2ffd8b9 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -52,7 +52,7 @@
 
 <ul>
 
-	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">id="quadratic-formula-derivation">Quadratic Formula Derivation</a></li>
+	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
 	<ul>
 		<li>Quick derivation of the quadratic equation by completing the square</li>
 		<li>Published On: 2024-03-26 15:36</li>
@@ -63,7 +63,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">id="polynomial-regression-using-tensorflow-2x">Polynomial Regression Using TensorFlow 2.x</a></li>
+	<li><a href="/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.html">Polynomial Regression Using TensorFlow 2.x</a></li>
 	<ul>
 		<li>Predicting n-th degree polynomials using TensorFlow 2.x</li>
 		<li>Published On: 2024-03-21 12:46</li>
@@ -78,7 +78,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">id="cross-compiling-hello-world-for-dos-on-macos">Cross-Compiling Hello World for DOS on macOS</a></li>
+	<li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li>
 	<ul>
 		<li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li>
 		<li>Published On: 2024-03-15 13:16</li>
@@ -93,7 +93,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">id="interacting-with-underlying-element-in-html">Interacting with underlying element in HTML</a></li>
+	<li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li>
 	<ul>
 		<li>With CSS you can disable any interactions with an element and directly control the underlying element</li>
 		<li>Published On: 2024-02-26 11:57</li>
@@ -106,7 +106,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2024-01-05-hello-20224.html">id="hello-2024">Hello 2024</a></li>
+	<li><a href="/posts/2024-01-05-hello-20224.html">Hello 2024</a></li>
 	<ul>
 		<li>Recap of 2023, and my goals for 2024</li>
 		<li>Published On: 2024-01-05 23:16</li>
@@ -119,7 +119,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-22-search-by-flair-reddit.html">id="search-filter-posts-by-flair-on-reddit">Search / Filter posts by flair on Reddit</a></li>
+	<li><a href="/posts/2023-10-22-search-by-flair-reddit.html">Search / Filter posts by flair on Reddit</a></li>
 	<ul>
 		<li>Search posts by flair on Reddit Web by using _</li>
 		<li>Published On: 2023-10-22 00:37</li>
@@ -132,7 +132,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-05-attack-lab.html">id="attack-lab">Attack Lab</a></li>
+	<li><a href="/posts/2023-10-05-attack-lab.html">Attack Lab</a></li>
 	<ul>
 		<li>Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems</li>
 		<li>Published On: 2023-10-05 20:01</li>
@@ -151,7 +151,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-10-04-bomb-lab.html">id="bomb-lab">Bomb Lab</a></li>
+	<li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab</a></li>
 	<ul>
 		<li>Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2</li>
 		<li>Published On: 2023-10-04 13:12</li>
@@ -170,7 +170,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-04-30-n-body-simulation.html">id="n-body-solution-generator">n-body solution generator</a></li>
+	<li><a href="/posts/2023-04-30-n-body-simulation.html">n-body solution generator</a></li>
 	<ul>
 		<li>n-body solution generator and solver</li>
 		<li>Published On: 2023-04-30 22:50</li>
@@ -183,7 +183,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">id="interacting-with-siri-using-the-command-line">Interacting with Siri using the command line</a></li>
+	<li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
 	<ul>
 		<li>Code snippet to interact with Siri by issuing commands from the command-line.</li>
 		<li>Published On: 2023-02-08 17:21</li>
@@ -204,7 +204,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-12-25-blog-to-toot.html">id="posting-blogs-as-mastodon-toots">Posting blogs as Mastodon Toots</a></li>
+	<li><a href="/posts/2022-12-25-blog-to-toot.html">Posting blogs as Mastodon Toots</a></li>
 	<ul>
 		<li>Cross posting blog posts to Mastodon</li>
 		<li>Published On: 2022-12-25 17:32</li>
@@ -217,7 +217,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-11-07-a-new-method-to-blog.html">id="a-new-method-to-blog">A new method to blog</a></li>
+	<li><a href="/posts/2022-11-07-a-new-method-to-blog.html">A new method to blog</a></li>
 	<ul>
 		<li>Writing posts in markdown using pen and paper</li>
 		<li>Published On: 2022-11-07 23:29</li>
@@ -232,7 +232,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-08-05-Why-You-No-Host.html">id="why-you-no-host">Why You No Host?</a></li>
+	<li><a href="/posts/2022-08-05-Why-You-No-Host.html">Why You No Host?</a></li>
 	<ul>
 		<li>Why you should self-host with YunoHost</li>
 		<li>Published On: 2022-08-05 14:46</li>
@@ -245,7 +245,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">id="building-a-similar-movies-recommendation-system">Building a Similar Movies Recommendation System</a></li>
+	<li><a href="/posts/2022-05-21-Similar-Movies-Recommender.html">Building a Similar Movies Recommendation System</a></li>
 	<ul>
 		<li>Building a Content Based Similar Movies Recommendatiom System</li>
 		<li>Published On: 2022-05-21 17:56</li>
@@ -260,7 +260,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">id="making-a-crude-ml-powered-chatbot-in-swift-using-coreml">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li>
+	<li><a href="/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html">Making a Crude ML Powered Chatbot in Swift using CoreML</a></li>
 	<ul>
 		<li>Writing a simple Machine-Learning powered Chatbot (or, daresay virtual personal assistant ) in Swift using CoreML.</li>
 		<li>Published On: 2021-06-27 23:26</li>
@@ -275,7 +275,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">id="cheminformatics-on-the-web-2021">Cheminformatics on the Web (2021)</a></li>
+	<li><a href="/posts/2021-06-26-Cheminformatics-On-The-Web-2021.html">Cheminformatics on the Web (2021)</a></li>
 	<ul>
 		<li>Summarising Cheminformatics on the web in 2021.</li>
 		<li>Published On: 2021-06-26 13:04</li>
@@ -288,7 +288,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">id="basic-nfc-music-cards-for-ios">Basic NFC Music Cards for iOS</a></li>
+	<li><a href="/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html">Basic NFC Music Cards for iOS</a></li>
 	<ul>
 		<li>Basic NFC Music Cards on iOS with Shortcuts</li>
 		<li>Published On: 2021-06-25 16:20</li>
@@ -303,7 +303,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">id="posting-blog-posts-as-twitter-threads-part-1n">Posting Blog Posts as Twitter Threads Part 1/n</a></li>
+	<li><a href="/posts/2021-06-25-Blog2Twitter-P1.html">Posting Blog Posts as Twitter Threads Part 1/n</a></li>
 	<ul>
 		<li>Converting Posts to Twitter Threads</li>
 		<li>Published On: 2021-06-25 00:08</li>
@@ -318,7 +318,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">id="rss-feed-written-in-html-javascript">RSS Feed written in HTML + JavaScript</a></li>
+	<li><a href="/posts/2020-12-1-HTML-JS-RSS-Feed.html">RSS Feed written in HTML + JavaScript</a></li>
 	<ul>
 		<li>Short code-snippet for an RSS feed, written in HTML and JavaScript</li>
 		<li>Published On: 2020-12-01 20:52</li>
@@ -335,7 +335,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">id="generating-https-certificate-using-dns-a-challenge-through-lets-encrypt">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
+	<li><a href="/posts/2020-11-17-Lets-Encrypt-DuckDns.html">Generating HTTPS Certificate using DNS a Challenge through Let's Encrypt</a></li>
 	<ul>
 		<li>Short code-snippet to generate HTTPS certificates using the DNS Challenge through Lets Encrypt for a web-server using DuckDNS.</li>
 		<li>Published On: 2020-11-17 15:04</li>
@@ -350,7 +350,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">id="trying-different-camera-setups">Trying Different Camera Setups</a></li>
+	<li><a href="/posts/2020-10-11-macOS-Virtual-Cam-OBS.html">Trying Different Camera Setups</a></li>
 	<ul>
 		<li>Comparison of different cameras setups for using as a webcam and tutorials for the same.</li>
 		<li>Published On: 2020-10-11 16:12</li>
@@ -365,7 +365,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">id="introduction-to-arjs-and-natural-feature-tracking">Introduction to AR.js and Natural Feature Tracking</a></li>
+	<li><a href="/posts/2020-08-01-Natural-Feature-Tracking-ARJS.html">Introduction to AR.js and Natural Feature Tracking</a></li>
 	<ul>
 		<li>An introduction to AR.js and NFT</li>
 		<li>Published On: 2020-08-01 15:43</li>
@@ -382,7 +382,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-07-01-Install-rdkit-colab.html">id="installing-rdkit-on-google-colab">Installing RDKit on Google Colab</a></li>
+	<li><a href="/posts/2020-07-01-Install-rdkit-colab.html">Installing RDKit on Google Colab</a></li>
 	<ul>
 		<li>Install RDKit on Google Colab with one code snippet.</li>
 		<li>Published On: 2020-07-01 14:23</li>
@@ -397,7 +397,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">id="compiling-autodock-vina-on-ios">Compiling AutoDock Vina on iOS</a></li>
+	<li><a href="/posts/2020-06-02-Compiling-AutoDock-Vina-on-iOS.html">Compiling AutoDock Vina on iOS</a></li>
 	<ul>
 		<li>Compiling AutoDock Vina on iOS</li>
 		<li>Published On: 2020-06-02 23:23</li>
@@ -416,7 +416,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">id="workflow-for-lightning-fast-molecular-docking-part-one">Workflow for Lightning Fast Molecular Docking Part One</a></li>
+	<li><a href="/posts/2020-06-01-Speeding-Up-Molecular-Docking-Workflow-AutoDock-Vina-and-PyMOL.html">Workflow for Lightning Fast Molecular Docking Part One</a></li>
 	<ul>
 		<li>This is my workflow for lightning fast molecular docking.</li>
 		<li>Published On: 2020-06-01 13:10</li>
@@ -435,7 +435,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">id="compiling-open-babel-on-ios">Compiling Open Babel on iOS</a></li>
+	<li><a href="/posts/2020-05-31-compiling-open-babel-on-ios.html">Compiling Open Babel on iOS</a></li>
 	<ul>
 		<li>Compiling Open Babel on iOS</li>
 		<li>Published On: 2020-05-31 23:30</li>
@@ -452,7 +452,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">id="fixing-x11-error-on-macos-catalina-for-ambertools-1819">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a></li>
+	<li><a href="/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS.html">Fixing X11 Error on macOS Catalina for AmberTools 18/19</a></li>
 	<ul>
 		<li>Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina</li>
 		<li>Published On: 2020-04-13 11:41</li>
@@ -465,7 +465,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">id="making-my-first-vaporwave-track-remix">Making My First Vaporwave Track (Remix)</a></li>
+	<li><a href="/posts/2020-03-08-Making-Vaporwave-Track.html">Making My First Vaporwave Track (Remix)</a></li>
 	<ul>
 		<li>I made my first vaporwave remix</li>
 		<li>Published On: 2020-03-08 23:17</li>
@@ -478,7 +478,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">id="tinkering-with-an-android-tv">Tinkering with an Android TV</a></li>
+	<li><a href="/posts/2020-03-03-Playing-With-Android-TV.html">Tinkering with an Android TV</a></li>
 	<ul>
 		<li>Tinkering with an Android TV</li>
 		<li>Published On: 2020-03-03 18:37</li>
@@ -491,7 +491,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">id="how-to-setup-bluetooth-on-a-raspberry-pi">How to setup Bluetooth on a Raspberry Pi</a></li>
+	<li><a href="/posts/2020-01-19-Connect-To-Bluetooth-Devices-Linux-Terminal.html">How to setup Bluetooth on a Raspberry Pi</a></li>
 	<ul>
 		<li>Connecting to Bluetooth Devices using terminal, tested on Raspberry Pi Zero W</li>
 		<li>Published On: 2020-01-19 15:27</li>
@@ -508,7 +508,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">id="creating-a-custom-image-classifier-using-turicreate-to-detect-smoke-and-fire">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a></li>
+	<li><a href="/posts/2020-01-16-Image-Classifier-Using-Turicreate.html">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire</a></li>
 	<ul>
 		<li>Tutorial on creating a custom Image Classifier using Turicreate and a dataset from Kaggle</li>
 		<li>Published On: 2020-01-16 10:36</li>
@@ -523,7 +523,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">id="setting-up-kaggle-to-use-with-google-colab">Setting up Kaggle to use with Google Colab</a></li>
+	<li><a href="/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html">Setting up Kaggle to use with Google Colab</a></li>
 	<ul>
 		<li>Tutorial on setting up kaggle, to use with Google Colab</li>
 		<li>Published On: 2020-01-15 23:36</li>
@@ -540,7 +540,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">id="converting-between-image-and-numpy-array">Converting between image and NumPy array</a></li>
+	<li><a href="/posts/2020-01-14-Converting-between-PIL-NumPy.html">Converting between image and NumPy array</a></li>
 	<ul>
 		<li>Short code snippet for converting between PIL image and NumPy arrays.</li>
 		<li>Published On: 2020-01-14 00:10</li>
@@ -553,7 +553,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-22-Fake-News-Detector.html">id="building-a-fake-news-detector-with-turicreate">Building a Fake News Detector with Turicreate</a></li>
+	<li><a href="/posts/2019-12-22-Fake-News-Detector.html">Building a Fake News Detector with Turicreate</a></li>
 	<ul>
 		<li>In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app</li>
 		<li>Published On: 2019-12-22 11:10</li>
@@ -570,7 +570,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">id="polynomial-regression-using-tensorflow">Polynomial Regression Using TensorFlow</a></li>
+	<li><a href="/posts/2019-12-16-TensorFlow-Polynomial-Regression.html">Polynomial Regression Using TensorFlow</a></li>
 	<ul>
 		<li>Polynomial regression using TensorFlow</li>
 		<li>Published On: 2019-12-16 14:16</li>
@@ -585,7 +585,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)</a></li>
+	<li><a href="/posts/2019-12-10-TensorFlow-Model-Prediction.html">Making Predictions using Image Classifier (TensorFlow)</a></li>
 	<ul>
 		<li>Making predictions for image classification models built using TensorFlow</li>
 		<li>Published On: 2019-12-10 11:10</li>
@@ -600,7 +600,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">id="creating-a-custom-image-classifier-using-tensorflow-2x-and-keras-for-detecting-malaria">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a></li>
+	<li><a href="/posts/2019-12-08-Image-Classifier-Tensorflow.html">Creating a Custom Image Classifier using Tensorflow 2.x and Keras for Detecting Malaria</a></li>
 	<ul>
 		<li>Tutorial on creating an image classifier model using TensorFlow which detects malaria</li>
 		<li>Published On: 2019-12-08 14:16</li>
@@ -615,7 +615,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-08-Splitting-Zips.html">id="splitting-zips-into-multiple-parts">Splitting ZIPs into Multiple Parts</a></li>
+	<li><a href="/posts/2019-12-08-Splitting-Zips.html">Splitting ZIPs into Multiple Parts</a></li>
 	<ul>
 		<li>Short code snippet for splitting zips.</li>
 		<li>Published On: 2019-12-08 13:27</li>
@@ -628,7 +628,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines</a></li>
+	<li><a href="/posts/2019-12-04-Google-Teachable-Machines.html">Image Classifier With Teachable Machines</a></li>
 	<ul>
 		<li>Tutorial on creating a custom image classifier quickly with Google Teachable Machines</li>
 		<li>Published On: 2019-12-04 18:23</li>
@@ -639,7 +639,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">id="creating-your-own-custom-theme-for-snowboard-or-anemone">Creating your own custom theme for Snowboard or Anemone</a></li>
+	<li><a href="/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html">Creating your own custom theme for Snowboard or Anemone</a></li>
 	<ul>
 		<li>Tutorial on creating your own custom theme for Snowboard or Anemone</li>
 		<li>Published On: 2019-05-05 12:34</li>
@@ -658,7 +658,7 @@
 	</ul>
 
 
-	<li><a href="/posts/hello-world.html">id="hello-world">Hello World</a></li>
+	<li><a href="/posts/hello-world.html">Hello World</a></li>
 	<ul>
 		<li>My first post.</li>
 		<li>Published On: 2019-04-16 17:39</li>
@@ -669,7 +669,7 @@
 	</ul>
 
 
-	<li><a href="/posts/2010-01-24-experiments.html">id="experiments">Experiments</a></li>
+	<li><a href="/posts/2010-01-24-experiments.html">Experiments</a></li>
 	<ul>
 		<li>Just a markdown file for all experiments related to the website</li>
 		<li>Published On: 2010-01-24 23:43</li>
-- 
cgit v1.2.3


From 01ff93c9c16867216f2d249664803860e1d6d5eb Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 27 Mar 2024 22:49:40 -0600
Subject: generate new theme

---
 docs/posts/index.html | 50 +++++++++++++++++++++++++++++++++++---------------
 1 file changed, 35 insertions(+), 15 deletions(-)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 2ffd8b9..63e4251 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -2,14 +2,26 @@
 <html lang="en">
 <head>
     
-    <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+
+    <title>Posts</title>
+
+    <!--
+    <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" /> 
+    -->
+
+    <link rel="stylesheet" href="/assets/c-hyde.css" />
+
+    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
+
     <link rel="stylesheet" href="/assets/main.css" />
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Posts</title>
     <meta name="og:site_name" content="Navan Chauhan" />
     <link rel="canonical" href="https://web.navan.dev" />
-    <meta name="twitter:url" content="https://web.navan.dev />
+    <meta name="twitter:url" content="https://web.navan.dev" />
     <meta name="og:url" content="https://web.navan.dev" />
     <meta name="twitter:title" content="Hey - Home" />
     <meta name="og:title" content="Hey - Home" />
@@ -29,18 +41,25 @@
     <link rel="manifest" href="/manifest.json" />
     
 </head>
-<body>
-    <center><nav style="display: block;">
-|
-<a href="/">home</a> |
-<a href="/about/">about/links</a> |
-<a href="/posts/">posts</a> |
-<a href="/3D-Designs/">3D designs</a> |
-<!--<a href="/publications/">publications</a> |-->
-<!--<a href="/repo/">iOS repo</a> |-->
-<a href="/feed.rss">RSS Feed</a> |
-</nav>
-</center>
+<body class="theme-base-0d">
+    <div class="sidebar">
+    <div class="container sidebar-sticky">
+        <div class="sidebar-about">
+            <h1><a href="/">Navan</a></h1>
+            <p class="lead">Something Funny</p>
+        </div>
+
+        <ul class="sidebar-nav">
+            <li><a class="sidebar-nav-item" href="/about/">about/links</a></li>
+            <li><a class="sidebar-nav-item" href="/posts/">posts</a></li>
+            <li><a class="sidebar-nav-item" href="/3D-Designs/">3D designs</a></li>
+            <li><a class="sidebar-nav-item" href="/feed.rss">RSS Feed</a></li>
+            <li><a class="sidebar-nav-item" href="/colophon/">colophon</a></li>
+        </ul>
+        <p>&copy; 2024. All rights reserved.
+    </div>
+</div>
+    <div class="content container">
     
 
 <main>
@@ -683,6 +702,7 @@
 </ul>
 
 
+    </div>
     <script src="assets/manup.min.js"></script>
     <script src="/pwabuilder-sw-register.js"></script>    
 </body>
-- 
cgit v1.2.3


From de19543d7fb44d343b052dc9b34ede78620c4a46 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 27 Mar 2024 23:36:55 -0600
Subject: Generate

---
 docs/posts/index.html | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index 63e4251..e8cab65 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -46,7 +46,7 @@
     <div class="container sidebar-sticky">
         <div class="sidebar-about">
             <h1><a href="/">Navan</a></h1>
-            <p class="lead">Something Funny</p>
+            <p class="lead" id="random-lead">Alea iacta est.</p>
         </div>
 
         <ul class="sidebar-nav">
@@ -56,9 +56,21 @@
             <li><a class="sidebar-nav-item" href="/feed.rss">RSS Feed</a></li>
             <li><a class="sidebar-nav-item" href="/colophon/">colophon</a></li>
         </ul>
-        <p>&copy; 2024. All rights reserved.
+        <div class="copyright"><p>&copy; 2019-2024. Navan Chauhan <br> <a href="/feed.rss">RSS</a></p></div>
     </div>
 </div>
+
+<script>
+let phrases = [
+    "Something Funny", "Veni, vidi, vici", "Alea iacta est", "In vino veritas", "Acta, non verba", "Castigat ridendo mores",
+    "Cui bono?", "Memento vivere", "अहम् ब्रह्मास्मि", "अनुगच्छतु प्रवाहं", "चरन्मार्गान्विजानाति", "coq de cheval", "我愛啤酒"
+    ];
+
+let new_phrase = phrases[Math.floor(Math.random()*phrases.length)];
+
+let lead = document.getElementById("random-lead");
+lead.innerText = new_phrase;
+</script>
     <div class="content container">
     
 
-- 
cgit v1.2.3


From a982ceab0b45609991179b3020a00260eed6f798 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Wed, 27 Mar 2024 23:45:59 -0600
Subject: css

---
 docs/posts/index.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index e8cab65..a64a79a 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -5,6 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+    <meta name="theme-color" content="#6a9fb5">
 
     <title>Posts</title>
 
-- 
cgit v1.2.3


From fdf67099dbe882b50444a42e4bbd024394cfb548 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Thu, 28 Mar 2024 21:28:46 -0600
Subject: adfrsuite

---
 docs/posts/index.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'docs/posts/index.html')

diff --git a/docs/posts/index.html b/docs/posts/index.html
index a64a79a..ef630d7 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -84,6 +84,19 @@ lead.innerText = new_phrase;
 
 <ul>
 
+	<li><a href="/posts/2024-03-28-Running-ADFRSuite-on-arm64-Macs.html">Fixing ADFRSuite for Apple Silicon</a></li>
+	<ul>
+		<li>Fixing ADFRsuite on M1/MX chip Macs - CLI Tools</li>
+		<li>Published On: 2024-03-28 20:12</li>
+		<li>Tags: 
+			
+            <a href='/tags/macOS.html'>macOS</a>, 
+			
+            <a href='/tags/Cheminformatics.html'>Cheminformatics</a>
+			
+	</ul>
+
+
 	<li><a href="/posts/2024-03-26-Derivation-of-the-Quadratic-Equation.html">Quadratic Formula Derivation</a></li>
 	<ul>
 		<li>Quick derivation of the quadratic equation by completing the square</li>
-- 
cgit v1.2.3