OctoPrint Hologram Dependency Fix

OctoPrint has a sweet plugin called octoprint-hologram which overlays a ‘hologram’ of the 3D print while your printing. If you attempt to install this from the plugin install in OctoPrint, this may fail and the issue is a dependency issue that Numpy requires you’ll need to manually add. I found the below solution here: https://github.com/MarkSlat/OctoPrint-Hologram/issues/1#issuecomment-2119084078 …

Cyberpunk Llama

Installing Ollama and Open-WebUI with Docker Compose: A Comprehensive Guide

Ollama (LLaMA 3) and Open-WebUI are powerful tools that allow you to interact with language models locally. Whether you’re writing poetry, generating stories, or experimenting with creative content, this guide will walk you through deploying both tools using Docker Compose. I’m also trying to figure out how to better format the YAML file used in …