Launching a Project: CowSaysDailyNews.com
My opening entry on this relaunched blog was discussing how I recently did some self-learning with AI using Google's Gemini CLI. That work really sparked an enthusiasm for me to keep working with AI, and my focus was around summarizing news headlines which I continued to work on automating. My first versions were just simply outputting the headlines in command line and wrapping them in the " cowsay " command. (Think: echo $daily-news | cowsay ). But, before I knew it, I found myself thinking this should be better served as a web platform where people could get a quick update of daily news. I made pretty quick and early progress, and my inspiration to keep working towards building something tangible continued... I was able to use AI to help me get started by solving some challenging code logic, creating some website graphics, and even setting up an automation pipeline to generate updates on a daily basis. It was honestly very enlightening ...