✅ What I Set Up (Week 1 – AI News Summarizer)

✅ What I Set Up (Week 1 – AI News Summarizer) 📂 Project Folder (ai_news_summarizer_week1/) news_fetch.py → Python script to fetch newsrequirements.txt → Dependencies (feedparser + requests)README.md → Quick start guidedigest.md → Markdown digest of the latest tech/AI news (generated…

Auto-Start for JARVIS and Open WebUI

Title: Auto-Start for JARVIS and Open WebUIDate: April 15, 2025Tags: JARVIS, Open WebUI, Automation ⚙️ Auto-Start Sequence I set up my system so that both JARVIS and Open WebUI automatically start when I log in. This makes the workflow much…

⚾ Log: MLB Scores Basic Setup (Linux Mint)

✅ What works now This version is minimal and reliable — no colors, no formatting, just today’s scores. 🛠 Install Steps (initial setup) # Restore MLB Scores basic script + menu entrymkdir -p ~/.local/bin ~/.local/share/applicationscat > ~/.local/bin/mlb-scores <<‘PY’#!/usr/bin/env python3import json,…

First Confirmed Local Test Run via Newelle + Ollama

Successfully ran qwen2.5:7b-instruct through Newelle with Ollama as the active provider. Test prompt Say ONLY: LOCALTEST returned correctly, confirming end-to-end local inference. Additional reasoning test (“reverse Linux commands”) produced valid transformed outputs, proving real-time local processing. This milestone establishes Ollama…

System Logs and Progress Tracking

Title: System Logs and Progress TrackingDate: August 12, 2025Tags: JARVIS, System Logs, Workflow 📝 Daily Logging I set up a process so that JARVIS automatically logs activities, system events, and key actions into a daily markdown file. This makes it…

🐍 Black Hat Python Setup on Parrot OS (VM)

📅 Date: July 10, 2025💻 Host OS: Linux Mint🧪 Guest VM: Parrot OS running in VMware📂 Project Directory: ~/blackhat-python🐍 Python Version: 3.11.2🎯 Virtual Environment: bhpython-env🔒 Environment Type: Isolated Python dev environment for cybersecurity tools 🔧 Setup Steps 📦 Key Python…