Blog

This is my personal blog where I write mostly about software, hardware and things that matter to me. (more)


Latest posts

May. 18, 2022

Protect your Docker socket

Exposing Docker socket is a security issue. Let us explore some solutions.

Aug. 18, 2021

Btrfs RAID1 does not mount after upgrade to Linux 5.11

This could happen since there is a new sanity check in newer kernel. Error message is device total_bytes should be at most 6000606183424 but found 6001175126016

May. 26, 2021

Lottery on Ethereum Blockchain from A to Z

We will explore Ethereum smart contracts to create lottery without frauds where you can win real money.

May. 6, 2021

Web Scraping with Scrapy

There are many ways to get data out of websites, but Scrapy is my favourite.

Apr. 18, 2021

How-to quickly create subtitles from ground zero

Often times you will find yourself having a need for subtitles. Let us find out the quickest and the least painful way to do it.