Using Fedora GNOME VPN Feature

I recently decided it is about time to start using a VPN for personal use. Although there are many reasons for one to use a VPN such as masking your IP address and location, I only want to get a VPN to encrypt my traffic on Public Wifi. VPN can be great to bypass region locking, but I rarely ever have any issues with this. The VPN provider I chose is NordVPN for no particular reason other than there was a summer deal and is a strong choice for Linux users.

Read More

C Programming - Variable Length Array (VLA)

I always thought it was not possible to create a “dynamic” array in C without the use of malloc till recently where I was introduced to variable length arrays (VLA). Although the use of “dynamic” is a poor choice, the ability to allocate an array at runtime based on a variable whose value is not known till runtime came as a shock to me.

Read More

Going Back to School - Expectations and Hopes

Perhaps I didn’t give it much thought till now. But what are my expectations and goals I want to go back to school and from this degree? That’s what I will be exploring today and on a quarterly basis as I progress through my studies. Especially since the cost of going for another degree and resigning from my job has a lot of costs financially and time.

Read More