Author: Thejesh GN

0

Node-RED on Synology

I was running Node-RED on an android phone for a while, and then I moved it to dedicated Pi. Now that I have Synology capable of running Docker containers, I thought it would be a great idea to move it there. Mainly because it has unlimited space, and I have a good power backup for it. But unlike other things, I moved to Synology. This wasn’t straightforward.

3

Updates : NMG/2021

I sent an email to the announcement group on April 14th but didn’t blog about it here. I should have, especially because many are not on the announcement list. You can join the NMG announcement list by sending an email to nmg-announce+subscribe@thejeshgn.com; say hello.

0

Linked List : Three FOSS Tools to work with CSVs

If you work with Data, you can’t escape working with CSVs. It’s a universally accepted data format for sharing the data. I use the following tools to wrangle with it.

0

Linked List : FOSS Tools to Query DNS

If you are a web developer, or if your work involves anything involving the Internet, you can’t escape DNS. DNS is Internet’s addressing system. When you change domain settings or when you want to debug connections. You often end up querying DNS. Here are my go-to tools that I use to query DNS.

0

Exploring DICOM Images With 3D Slicer

So my father had to go through the MRI process due to an emergency. Thankfully he is safe and back at home now. He is doing well. We got a copy of his MRI images on a CD when he got discharged; These are my experiments with those images.

0

Karate Mocks on Google CloudRun

I have written mock features in Karate for integration testing. Recently I wanted to run them centrally somewhere so all my testing infra can use the same set of Mocks. I wanted an easy way to launch it and maintenance-free. So I tried it with CloudRun, which can run any stateless web service. One needs to provide a container to it. That’s all.