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 …

Dictionary of Algorithms and Data Structures

If you are interested in learning more about data structures and algorithms, you may have come across a website called DADS. https://xlinux.nist.gov/dads/ DADS stands for Dictionary of Algorithms and Data Structures, and it is a comprehensive online resource that provides definitions, explanations, examples, and references for various topics related to computer science. DADS was created …

CrapTop.py (ChatGPT Prompt Engineering Exercise)

Introduction: Have you ever wondered what’s happening under the hood of your computer? I recently found myself on a quest to monitor CPU and memory usage on my computer, and what I thought would be a straightforward task turned into an exciting adventure in Python scripting. In short, Linux computers already have such processes that …