diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-11-04 16:31:33 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-11-04 16:31:33 +0530 |
commit | 5c8fb008af37f15e6b0d02f0e5ec031ca2407847 (patch) | |
tree | a2f24b52c3d74d46813e838a65ac8749fe18603e /articles | |
parent | 9c96c6673a9cb4e04ef17a1d1b691811444e9074 (diff) |
remove text
Diffstat (limited to 'articles')
-rw-r--r-- | articles/utkirna-v1.0.0.md | 2 |
1 files changed, 1 insertions, 1 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  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. |