Skip to main content

Filed under

Automation

  1. Linux·8 min read·

    Multiboxing EverQuest on Linux: Deterministic Wine Prefixes and Programmatic Window Layout

    I left Windows behind for good. Norrath-Native is an IaC-style toolkit that deploys EverQuest on Ubuntu 24.04 with Wine and DXVK, and a growing exploration into what you can actually do with programmatic window management on Linux.

  2. LLM·10 min read·

    LLM-Powered Security Alert Triage with Local Models

    Automate security alert analysis using local LLMs (Ollama) for privacy-preserving incident response. Reduce alert fatigue with AI-powered triage without cloud dependencies.

  3. AI·9 min read·

    From Claude in Your Terminal to Robots in Your Workshop: The Embodied AI Revolution

    Deploy Vision-Language-Action models for embodied AI robots—integrate physical world interaction with security considerations for homelab automation.

  4. Automation·15 min read·

    Automated Security Scanning Pipeline with Grype and OSV

    Build automated security scanning pipelines with Grype, OSV, and Trivy—integrate vulnerability detection into CI/CD workflows with actionable reporting.

  5. Automation·19 min read·

    Building a Smart Vulnerability Prioritization System with EPSS and CISA KEV

    Prioritize vulnerabilities with EPSS and CISA KEV catalog—move beyond CVSS scores to risk-based patch management using exploitation probability metrics.

  6. Automation·4 min read·

    Building Your Own MITRE ATT&CK Threat Intelligence Dashboard

    Build MITRE ATT&CK threat intelligence dashboard with Python—track adversary tactics and techniques using open-source threat feeds.

  7. AI·7 min read·

    Supercharging Development with Claude-Flow: AI Swarm Intelligence for Modern Engineering

    Claude-Flow orchestrates multiple AI agents against one task. What it does, what its published numbers actually are, and why the CLI in most write-ups never existed.

  8. Automation·10 min read·

    Vulnerability Management at Scale with Open Source Tools

    Build enterprise vulnerability management with open source: scanning, remediation tracking, and compliance using OpenVAS, Trivy, and Airflow.

  9. Automation·6 min read·

    Automating Home Network Security with Python and Open Source Tools

    A homelab security automation design, with archived Python fragments and a corrected account of their dependencies and limitations.

  10. Python·10 min read·

    Building a Python Vulnerability Scanner with NVD API Integration

    Automate vulnerability detection in your homelab using Python and the National Vulnerability Database API. Track CVEs, scan dependencies, and integrate with monitoring systems.