Category: Technology

0

Getting started with SystemML

Table of Contents1 Welcome to SystemML2 Install SystemML and Run Hello World3 Run advanced program using Spark4 Connect to Jupyter Notebook5 Run ML using Notebook on Bluemix I have been exploring data as part of work and hobby for a long time. My process mostly involves clean up, analyze and visualize. Something that...

M57 Ring Nebula 0

Exploring Astronomy with Internet connected telescopes

As a teenager I was very curious about stars and galaxies. Only time we could get to see something related was an yearly school trip to Jawaharlal Nehru Planetarium, Bangalore. As I grew up my interest moved to technology from science. Mostly because technology gave me an opportunity to tinker with. When I...

2

Introduction to Querying JSON using JSONata

Table of Contents1 Getting Started1.1 Using JSconsole1.2 Into an HTML Page1.3 Using Try JSONata2 Let’s begin with some data3 Let’s write some more queries JSON is the defacto data format for web APIs. Usually getting the data you want out JSON means iterating through the arrays, find if the key exists and then...

0

Authenticating to BLE device Offline

Let’s say I have a Bluetooth Low Energy device which is a GATT server and is not connected to internet.  I have a phone which can connect to this BLE device, authenticate itself and do some data exchange. The problem I am trying to solve authentication. The condition is both BLE device and...

0

Upgrading in Process

I am upgrading multiple things. So things might break. Comment below if you find any broken stuff.

3

Going Serverless with OpenWhisk

I have been using Webhooks for a long time now. Webhooks are HTTP callbacks. They usually get called with HTTP Post request on an event. For example system one does a POST request on system two when something changes on system one. These are typically used by heterogeneous systems for plumbing. In my...