diff options
| author | Rishi-k-s <rishikrishna.sr@gmail.com> | 2025-11-09 15:24:25 +0530 |
|---|---|---|
| committer | Rishi-k-s <rishikrishna.sr@gmail.com> | 2025-11-09 15:24:25 +0530 |
| commit | 3f163ba8562e62b64c24b47feb6040843f77af9e (patch) | |
| tree | 7f662853abce897f7573654b0399f7dac8f80e72 | |
| parent | 8d4809333c78cb67083a933d0c2b1a4ba8991593 (diff) | |
fkd up
| -rw-r--r-- | index.html | 22 | ||||
| -rw-r--r-- | index.xml | 12 | ||||
| -rw-r--r-- | projects/index.html | 17 | ||||
| -rw-r--r-- | projects/index.xml | 12 | ||||
| -rw-r--r-- | sitemap.xml | 3 |
5 files changed, 11 insertions, 55 deletions
@@ -174,13 +174,13 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/projects/esp32-emulation-qemu/">ESP32 Emulation from Scratch using QEMU</a> + <a href="/talks/iti-maneed/">Iti Maneed</a> </h4> - <time class="post-item-meta" datetime="2025-11-07T23:17:28+0530"> + <time class="post-item-meta" datetime="2025-11-07T14:34:48+0530"> 7 Nov 2025 </time> @@ -189,13 +189,13 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/talks/iti-maneed/">Iti Maneed</a> + <a href="/projects/selfhosting-mayavi/">Selfhosting: own your own megam??</a> </h4> - <time class="post-item-meta" datetime="2025-11-07T14:34:48+0530"> + <time class="post-item-meta" datetime="2025-11-07T14:02:11+0530"> 7 Nov 2025 </time> @@ -204,7 +204,7 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/projects/selfhosting-mayavi/">Selfhosting: own your own megam??</a> + <a href="/pages/about/">Rishi Krishna // ഋഷി കൃഷ്ണ</a> </h4> @@ -219,14 +219,14 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/pages/about/">Rishi Krishna // ഋഷി കൃഷ്ണ</a> + <a href="/blog/hi/">Rishi Here !</a> </h4> - <time class="post-item-meta" datetime="2025-11-07T14:02:11+0530"> - 7 Nov 2025 + <time class="post-item-meta" datetime="2025-10-26T01:47:25+0530"> + 26 Oct 2025 </time> </article> @@ -234,14 +234,14 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/blog/hi/">Rishi Here !</a> + <a href="/talks/home-automation-class-nine/">Home Automation V2</a> </h4> - <time class="post-item-meta" datetime="2025-10-26T01:47:25+0530"> - 26 Oct 2025 + <time class="post-item-meta" datetime="2019-11-07T11:34:04+0530"> + 7 Nov 2019 </time> </article> @@ -8,18 +8,6 @@ <language>en-gb</language> <lastBuildDate>Fri, 07 Nov 2025 23:17:28 +0530</lastBuildDate><atom:link href="https://rishikrishna.com/index.xml" rel="self" type="application/rss+xml" /> <item> - <title>ESP32 Emulation from Scratch using QEMU</title> - <link>https://rishikrishna.com/projects/esp32-emulation-qemu/</link> - <pubDate>Fri, 07 Nov 2025 23:17:28 +0530</pubDate> - - <guid>https://rishikrishna.com/projects/esp32-emulation-qemu/</guid> - - <description><p>We are Setting up a ESP32 Emulation in <strong>QEMU(QuickEMUlator)</strong>, to write and compile the program we need <strong>ESP-IDF</strong>, which is an SDK provided by Espressif for ESP32 chipsets, so first we write and compile the programs in ESP-IDF then we use QEMU to emulate it, the end goal of this is to integrate this with <strong>Yaksh</strong>:Python based evaluation platform by FOSSEE so that we can test if the program is correct or not via the platform. <br> -Make sure you have pretty <strong>good internet connection</strong> as we are gonna download multiple repositories</p></description> - - </item> - - <item> <title>Iti Maneed</title> <link>https://rishikrishna.com/talks/iti-maneed/</link> <pubDate>Fri, 07 Nov 2025 14:34:48 +0530</pubDate> diff --git a/projects/index.html b/projects/index.html index 5c1985c..e570aac 100644 --- a/projects/index.html +++ b/projects/index.html @@ -158,23 +158,6 @@ stroke-linejoin="round" class="feather feather-home"> <article class="post-item"> <h4 class="post-item-title"> - <a href="/projects/esp32-emulation-qemu/">ESP32 Emulation from Scratch using QEMU</a> - </h4> - - - - - <time class="post-item-meta" datetime="2025-11-07T23:17:28+0530"> - 7 Nov 2025 - - </time> -</article> - - - - - <article class="post-item"> - <h4 class="post-item-title"> <a href="/projects/selfhosting-mayavi/">Selfhosting: own your own megam??</a> </h4> diff --git a/projects/index.xml b/projects/index.xml index 8ec4152..ad2c1ac 100644 --- a/projects/index.xml +++ b/projects/index.xml @@ -8,18 +8,6 @@ <language>en-gb</language> <lastBuildDate>Fri, 07 Nov 2025 23:17:28 +0530</lastBuildDate><atom:link href="https://rishikrishna.com/projects/index.xml" rel="self" type="application/rss+xml" /> <item> - <title>ESP32 Emulation from Scratch using QEMU</title> - <link>https://rishikrishna.com/projects/esp32-emulation-qemu/</link> - <pubDate>Fri, 07 Nov 2025 23:17:28 +0530</pubDate> - - <guid>https://rishikrishna.com/projects/esp32-emulation-qemu/</guid> - - <description><p>We are Setting up a ESP32 Emulation in <strong>QEMU(QuickEMUlator)</strong>, to write and compile the program we need <strong>ESP-IDF</strong>, which is an SDK provided by Espressif for ESP32 chipsets, so first we write and compile the programs in ESP-IDF then we use QEMU to emulate it, the end goal of this is to integrate this with <strong>Yaksh</strong>:Python based evaluation platform by FOSSEE so that we can test if the program is correct or not via the platform. <br> -Make sure you have pretty <strong>good internet connection</strong> as we are gonna download multiple repositories</p></description> - - </item> - - <item> <title>Selfhosting: own your own megam??</title> <link>https://rishikrishna.com/projects/selfhosting-mayavi/</link> <pubDate>Fri, 07 Nov 2025 14:02:11 +0530</pubDate> diff --git a/sitemap.xml b/sitemap.xml index 15ce70d..d7f07f9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,9 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> - <loc>https://rishikrishna.com/projects/esp32-emulation-qemu/</loc> - <lastmod>2025-11-07T23:17:28+05:30</lastmod> - </url><url> <loc>https://rishikrishna.com/</loc> <lastmod>2025-11-07T23:17:28+05:30</lastmod> </url><url> |
