Desktop Sharing in Ubuntu

It took me some time to configure desktop sharing in Ubuntu with a bunch of caveats. Therefore, I decided to write this post to elaborate on the procedure.

Read More

Study in Japan

I keep on getting frequent queries from fellow students on social media platforms about the preparation for studying in Japan. I reply to everyone with similar information. So today, I decided to write a blog and summarize it all.

Read More

Dump Lua 1D array to a file efficiently

Recently, I was using Lua [1] in one of my projects. I got stuck in a trivial problem. The project which was written in Lua, was generating a massive amount of data. My aim was to save this data in files in approximately real-time. Fortunately, I was able to decompose the data into 1-dimensional arrays (table).

Read More