The WordPress Conundrum or How Medium Won the Blogging Race

Posted on under Coding & Tech Leave a comment

Featured image credit https://themegrill.com/blog/medium-vs-wordpress So apparently Medium has redefined the blogging ecosystem. It’s like every fourth blog post I come across is on Medium. Have all serious bloggers moved away from WordPress to Medium? Has WordPress–once bloggers’ paradise–not kept pace with the changing blogging landscape? Don’t get me wrong. I adore WordPress, which also powers this […]

Pedal Steel Guitar

Posted on under Music 1 Comment

So, it’s called a Pedal Steel Guitar. Haven’t we all heard the sound of this strange instrument in countless country songs as well as in Hawaiian music? It sounds like a sad, rustic violin, but I was sure it wasn’t a violin. Today, I got my answer. Watch this (at time 1:38) to see and […]

Fetch API – was I living on Mars?

Posted on under Coding & Tech Leave a comment

I stumbled upon Fetch API today. It’s this simple: fetch(url) .then((resp) => resp.json()) // Transform the response object into json .then(function(data) { // Do what the hell I want to do with received JSON data }) })fetch(url) .then((resp) => resp.json()) // Transform the response object into json .then(function(data) { // Do what the hell I […]

Spatial Augmented Reality

Posted on under Coding & Tech Leave a comment

It is fascinating to realize that something as simple as a shader lamp is an augmented reality generation device. A different kind of augmented reality, known as Spacial AR. While our regular AR augments real-world objects through cameras and screens on our personal phone, SAR augments real-world objects through the use of real-world projection and […]