Skip to main content

Popular posts from this blog

KWoC | Kharagpur Winter of Code Project Report

About KWoC: Kharagpur Winter of Code is a 5-week long online program for the students of various colleges, especially for students of IIT Kharagpur, who are new to open source software development. Choosing the Project: I came accross KWoC after hearing about it from my friends. Prior to this I had tried my hand with my first open source contributions in the Hacktoberfest 2017. It was a very fun experience, so I was intrigued about KWoC. After the project list was declared I was blown away by all the awesome ideas that the people of KWoC had managed to bring to life. Being a Python developer I looked into the various Python projects in the list. I was quite intimidated by all the big projects and all the unfamiliar code in it. So, I decided to start small. I started by checking out small issues and fixing them. Then when I was comfortable enough I tried on more problems. Contributions: My first contribution was to sipah00/CrickFev. #15   I fixed the si...

Dizzying but invisible depth

Dizzying but invisible depth You just went to the Google home page. Simple, isn't it? What just actually happened? Well, when you know a bit of about how browsers work, it's not quite that simple. You've just put into play HTTP, HTML, CSS, ECMAscript, and more. Those are actually such incredibly complex technologies that they'll make any engineer dizzy if they think about them too much, and such that no single company can deal with that entire complexity. Let's simplify. You just connected your computer to www.google.com . Simple, isn't it? What just actually happened? Well, when you know a bit about how networks work, it's not quite that simple. You've just put into play DNS, TCP, UDP, IP, Wifi, Ethernet, DOCSIS, OC, SONET, and more. Those are actually such incredibly complex technologies that they'll make any engineer dizzy if they think about them too much, and such that no single company can deal with that entire complexity. Let's...