diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-02-15 15:22:21 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-02-15 15:22:21 +0530 |
commit | 6522b076a98fd444da83c2a1afc6d0e112a6ec4c (patch) | |
tree | 5d707bfb2b5e8fa1bcbd0c0b197f453e67ed071a | |
parent | da971f5928acc23df062217187969817e5dd47d8 (diff) |
capitalize
-rw-r--r-- | about.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ title: About </a> </div> <div class="blog-block flex-col break-words transform justify-start rounded max-w-xl" style="cursor: pointer;"> - <a class="text-xl text-white mt-2 border-b pb-1 h-auto max-w-xl">The first chapter</a> + <a class="text-xl text-white mt-2 border-b pb-1 h-auto max-w-xl">The First Chapter</a> <a class="text-base text-white mt-2 pb-1 h-auto"> I started my journey by learning about Android, rooting and custom ROMS. Around late ~2016 I started learning Linux with a Raspberry Pi 3B. It began with trying out things like wine and emulation. One of the things I wanted to do was running x86 programs on the RaspberryPI, which is ARM. This made me learn about CPU architectures. This project helped me learn a lot about Linux, which in retrospect, is useful. I started exploring hacking, in early ~2018. I used Android tablets and phones, with termux and Custom ROMS on them. This helped me learn a lot about how Android APKs work and how Android works in general. Later on, in ~2020 I explored photo, video and audio editing. I also learned a little about 3D modeling. Through it all, my curiosity kept me going. </a> |