Author: Thejesh GN

6

41

What a crazy year this has been. I don’t know how to keep track of time. I am 41 today, and it seems like a year passed in second. Anyway, I am blessed that my life and life of people around me have been okay. We survived.

0

Tools for Screencasting

I have been doing longer screencasts these days. Some of them are for private consumption, and some are public. I am yet to master it fully. But I have come a long way. These are the tools that have helped me.

0

JBang and My Own Custom Catalog

JBang, once installed, allows you to run any java file like a script. Superbly helpful if you want to hack something quickly. It can also install the same as app or binary so it can be found on your PATH. So you can forget about jbang and just run the app.

0

Mostly Harmless vckyb6 Keyboard – Making Online Meetings Better

many, I like online meetings. It gives me an option to attend an appointment from the comfort of my home office and listen to virtually anyone. Also, I have a very efficient way of taking notes. My home office – Tokyo, has good light and air. Any physical meeting in any other place won’t reach this level of comfort. That said, there are things that I still want to improve.

Using httpbin 1

Running httpbin on CloudRun

httpbin is a developer utility web application that receives a request and spits out the request data as a response. httpbin is for testing your API requests, webhook requests, etc.

Wikidata Query Interface 0

Learning SPARQL with Wikidata

SPARQL has a lot of similarities to SQL and also is very different. Here I am going to get the English works of Rabindranath Tagore from Wikidata. I will use this as an exercise to learn SPARQL. As you will see, I have not tried to explain the terms here as I expect some knowledge of SQL and Semantic Triples. Since I go step by step, I think it’s easy to understand.