technology Linux Application Performance - Notes These are some notes that I took while working through the excellent blog post here : https://unixism.net/2019/04/linux-applications-performance-introduction/ Iterative Servers How to access server running in VM? * port forwarding on host and access via localhost setsocketop to reuse address : else prevents
music Learning the language of music Picking up the fundamentals In my last post, I mentioned I have started learning the guitar and was at a point where I wanted to start learning western musical theory. Having a good understanding of the musical theory is important if I ever want
thoughts What is programming? I have seen a lot of people think of programming as something which is hard to do, can only be done by nerds, requires extraordinary ability, etc. I was possibly that person a while back. So what is programming to me now? For me,
music Let's do this Beginning of an (another?) obsession Two months ago, I picked up a guitar. I was looking for a hobby to get into that does not involve me sitting in front of the screen. My partner came across an advertisement for an acoustic guitar on
technology Creating a Multi Scale Neural Network In this post we will learn how to create a multi scale neural network from scratch. This is different from a typical feed forward neural…
technology Sharing data using Core Data: iOS App and Extension I am working on an app where I am using a Share Sheet to add the data to the main app. I am using Core data to store data in the main app…
thoughts Pillars of Physical Fitness The purpose of this article is to talk about the aspects of physical fitness that one should pursue to develop a well rounded capacity of…
books Books : May 2017 I started writing these book reviews mostly to get back into the habit of reading. To give myself some social accountability. I think I…
technology Introducing LOOKIE : A fun experiment in Optical Character Recognition ( OCR ) I recently ( after around 3 years ) started reading “printed” books again. The reason for which I will not get into. For the last 3 years…
books Books I Read : January 2017 Following are the books that I read/listened to in January of 2017. The reviews here will be very biased since I picked up the books after…
technology Setting up Amazon S3 Bucket for serving Django Static and Media files. UPDATED : APRIL 2017
technology Using Postgres with Django In our latest project we are using the Django Framework and we decided to use Postgres as the backend. Following are the steps