DNS over HTTPS and PiHole on Raspberry Pi

Since deploying PiHole on my home network a few months ago, I have found that the network response on my devices seem to be faster (probably due to the PiHole cache). I was also very pleased to find that approximately 16% of my DNS queries are blocked according to my configured block lists. Next step in the evolution… Read More »

Mobile Phone Addiction and FOMO: A Comprehensive Analysis

The pervasive influence of smartphones in modern society has raised concerns about the potential for smartphone addiction, often associated with the Fear of Missing Out (FOMO). This academic examination aims to explore the concept of smartphone addiction, its associated symptoms, and the possible linkages to psychological disorders, focusing on anxiety. While establishing a direct causal relationship between smartphone… Read More »

Fibonacci solution in Python

Update: Found this Medium post “Fibonacci — 7 Ways to Solve It“. The explanations are clear. Useful for your next coding interview. I have always thought of the Fibonacci sequence as a suitable challenge when learning a new programming language. According to Wikipedia “the Fibonacci numbers, commonly denoted Fn  form a sequence, called the Fibonacci sequence, such that each number is the… Read More »