Category Archives: Technology

Setting Up an Amazon Eero Mesh Wi-Fi Network in Bridged Mode with EdgeRouter-X and Pi-Hole

Introduction When it comes to achieving seamless, high-performance Wi-Fi coverage in a multi-floor home with extended outdoor areas like a garage, a mesh network is often the go-to solution. Amazon Eero is a popular choice for its simplicity and excellent coverage. However, for advanced users who want more control over their network, integrating Eero with a dedicated router… Read More »

Demystifying Generative AI: An Introduction

What is it? Imagine you could feed a computer a description of a never-before-seen animal and have it generate a realistic image of what it might look like. That’s the power of generative AI, a type of artificial intelligence that creates new content like like images, music, text, code, and even scientific data based on what it has… Read More »

Parsing M3U Playlists in Python with the m3u-ipytv Library

M3U playlists are a popular format for storing multimedia playlists, and they are widely used for organizing TV channels, radio stations, and video content. In this blog post, we’ll explore how to work with M3U playlists in Python using the m3u-ipytv library. We’ll cover the process of creating a Python script that can parse an M3U playlist file… Read More »