Reassessing Productivity Apps: Are Paid Subscriptions Still Worth It?

As a busy professional managing side projects and my role as a technical manager, I’ve tried countless productivity apps in search of that elusive solution to streamline my workflow. Like many, I believed that paid apps must offer more than the free alternatives or even the ones built into macOS. For years, I used Spark for email, Fantastical… Read More »

Master Your Productivity: A Guide to Getting Things Done.

“Personal productivity refers to the ability of an individual to efficiently manage their time, tasks, and resources to achieve desired goals and outcomes. It encompasses the effective utilization of one’s time and energy to complete tasks, meet deadlines, and accomplish objectives in a timely and efficient manner. Personal productivity involves strategies and techniques for prioritizing tasks, minimizing distractions,… 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 »