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
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…
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