How Google Jobs and Google Hire could kill every Job Board and ATS on the Planet
- June 22, 2017
- by
- Venkatesh Thallam
It was my senior year undergrad in 2011 when I first started Jobsplane, a tiny job aggregator to help job applicants have more visibility to the job openings in the market. There were a million job portals already on the web at that point, but everybody doesn’t have some open role...
Cannot connect to the Docker daemon at unix:///var/run/docker.sock
- June 22, 2017
- by
- Venkatesh Thallam
Recently, I have tried installing docker on my Mac using brew
brew install dockerTo make sure it was installed, I ran
docker --versionFor a moment, It looked Docker is installed successfully, unti I tried to check the docker processes using
docker psAfter, this I have started seeing the error message “Cannot connect to the Docker daemon at unix:///var/run/docker.sock”
After, some...
Heap and Priority Queue 101
- June 11, 2017
- by
- Venkatesh Thallam
Heap
Heap: A heap is a partially ordered tree, typically a binary tree. Heaps use the index starting typically from ‘i’.
When represented as an array, the parent element can be found at i/2, left child at 2*i, right child at 2 *i+1, where ‘i’ is the index of the location.
A ‘N’ element heap contains...
The Battle of AI’s : Alexa vs Google vs Siri vs Cortana vs Jarvis
- December 22, 2016
- by
- Venkatesh Thallam
The term AI in consumer context is more often than not referred to the virtual assistant which also enables connected home. When Amazon first launched the Echo which is a speaker with the virtual assistant ‘Alexa’ built in, it felt like magic. That’s the first time anyone have ever released a full scale consumer product...