miscellaneous
Why I Hate Competitive Programming (and JEE)
· ☕ 7 min read
Disclaimer: I only hate competitive programming (henceforth, CP), not the people who do CP. I just pity those people (including myself) who are forced to do it for the sake of getting a job, but I absolutely respect those who participate in CP contents for the sake of fun and learning. What is Competitive Programming? If you are not someone involved in the software field, you might not be familiar with this term. It was originally a sport where people would compete against each other to solve algorithmic problems. The problems are sometimes mathematical in nature, and the solutions that solve the problem fastest and/or using least amount of memory wins.

My History of Operating Systems
· ☕ 8 min read
I’ve used quite some operating systems throughout my life: Unix based ones like Linux, BSD and MacOS; Windows, and even some RTOS-es on my embedded devices. This post is mostly going to be about the ones I have used as a daily driver. If you want to see the comparisons between Windows, MacOS and Linux, skip to the very end. The Very Beginnings I think I was around five years old, when I got to use a computer for a first time. My dad bought it for the family and it ran Windows XP. I used it mostly for, well, whatever a five-year old does with a computer with a DSL connection.

Journey of my Life, and How I Got Into Coding
· ☕ 7 min read
Shoutout to Chirag Ghosh’s blog post which gave me the motivation to make this post. Time for some 3 AM drunkposting and/or philosophy and/or introspection. Some prelude I was always interested in electronics from my very childhood. I opened (read: broke) and observed electrical components like telephones (the old landline phones, which today’s kids might not even be familiar with), RC cars, toys etc., much to my parents’ dismay. Heck, they hesitated from even buying me toys cause I’d break stuff so often. I remember taking a spring from a pen (those clicky ones) and inserting it into a power socket hoping to create a light bulb.

Just a rant about text editors
· ☕ 5 min read
Disclaimer: This blog post contains personal opinions. Please don’t come at me with pitchforks I’ve been using computers since pre-historic times and have managed to use most (good) text editors in existence. Ranging from the classics such as Windows Notepad, to Notepad++, to Codeblocks and Eclipse, to IDEs such as Jetbrains IntelliJ and finally, the 1337h4xx0r editors: vim and emacs. But recently, I’ve started using Virtual Studio Code (VS Code) and it’s replacing my Emacs. This rant will mostly be about Emacs vs VS Code, and the features I look for in a text editor. But before that, 2 things:

Hello World 3.0+1.0
· ☕ 3 min read
Yes, this name is a rip off of Evangelion 3.0+1.0. No, unlike Eva 4.0, this post is not imaginary. Atleast as of April 2020. Eva 4.0 was supposed to release in June 2020 but corona :( Probably will get delayed to 2120. Why is this 4.0? How many blogs existed before?! Who killed them!? Side Note: ?! or !? is called the interrobang. Small things you learn everyday. I killed them. Now, before I get jailed or lynched, let me prove my innocence. The first blog I made was written using a custom markdown-to-static-using-python I made and … well I learnt pretty quickly that reinventing the wheel is 9/10 times a bad idea.