Skip to main content

Automation

Scraping web articles for AI

··514 words·3 mins
Introduction # Managing knowledge often involves capturing articles and documentation from the web. To streamline this workflow, I developed web-to-markdown as a specialized utility written in Go that extracts article content, converts it to clean Markdown, and downloads inline images locally (structured to compliment my hugo site).

Lidarr (Decommissioned)

··212 words·1 min
What is Lidarr? # Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort, and rename them. It also allows you to automatically upgrade the quality of files already in your library when a better format becomes available.

MCP on Code-Server

··763 words·4 mins
Configuring Continue.dev # This guide details how to configure the Continue.dev extension running on a code-server instance to autonomously execute shell commands using the Model Context Protocol (MCP).