Tag Developer Journal

✅ 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…

⚾ 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,…

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…