summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-11-04 16:31:33 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-11-04 16:31:33 +0530
commit5c8fb008af37f15e6b0d02f0e5ec031ca2407847 (patch)
treea2f24b52c3d74d46813e838a65ac8749fe18603e
parent9c96c6673a9cb4e04ef17a1d1b691811444e9074 (diff)
remove text
-rw-r--r--articles/utkirna-v1.0.0.md2
-rw-r--r--blog/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/articles/utkirna-v1.0.0.md b/articles/utkirna-v1.0.0.md
index f93c978..d6fdf5d 100644
--- a/articles/utkirna-v1.0.0.md
+++ b/articles/utkirna-v1.0.0.md
@@ -2,7 +2,7 @@ Utkirna v1.0.0
![app](assets/images/utkirna.png)
This is the initial release of Utkirna, a cross-platform application heavily inspired from [Win32DiskImager](https://sourceforge.net/projects/win32diskimager/) that lets you to write a raw disk image to a removable device or backup a removable device to a raw image file. It is useful for preparing bootable drives with "dd like" images for PC, SBC and embedded development boards as well for backing up such drives.
-Utkirna (devanagari: उत्कीर्ण, romanized: Utkīrṇa) means "engraved" in Sanskrit.
+Utkirna means "engraved" in Sanskrit.
### The reason of its creation
I always wanted to created this sort of application for a long time, perhaps ever since [balenaEtcher](https://etcher.balena.io/) was a thing as I hated the idea of an electron app which basically mimicks what `dd` command does while consuming unnecessary amount of memory for doing such a simple task. I am aware that people don't like using `dd` due to screwing things up easier, but this certainly was not the way. Suprisingly, there are not other cross-platform applications which does similar job to my knowledge even till this day. The only application that I know that was similar to balenaEtcher is Win32DiskImager which obvious by its name, is only for Windows. Hence, this started my interest to develop similar cross-platform application which isn't made using dreaded electron.
diff --git a/blog/index.html b/blog/index.html
index de0793f..7e75eea 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -18,7 +18,7 @@ img { border: none ;}
<li><a class="active", href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
-<li><a href="https://git.ghativega.in">Softwares</a></li>
+<li><a href="https://github.com/arnavbhatt288">Softwares</a></li>
</ul>
<hr>
<main>