Skip to content
View KnowOneActual's full-sized avatar

Block or report KnowOneActual

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KnowOneActual/README.md
Beau's Badge

AV/IT Field Engineer & Python Developer
I build automation tools for live event systems and enterprise networks.

Personal SiteBlogBluesky

License Latest blog post workflow


☕ About Me

I manage AV systems and IT networks in Chicago. I have over fifteen years of field experience. I write Python and Bash scripts to automate my work.

I build custom tools for live events. I deploy network hardware and configure VLANs. I also work with Docker and video files.

Currently, I focus on GPU video transcoding and Docker for live AV.


🛠️ The Toolkit

Clean, functional, and mostly open-source.

Languages & Scripting: Python Bash JavaScript HTML Markdown
Tools & Platforms: Docker Wireshark Git VSCodium
AV/Video: CasparCG • QLan • ProPresenter • WirelessWorkBench • LogicPro
OS: Fedora macOS Linux Ubuntu • BSD


🚀 Projects & Tools

A mix of field-tested utilities and learning experiments.

🏆 Featured Project: Network Triage Tool

The "Swiss Army Knife" for AV/IT Field Techs.

The Problem The Solution Tech Stack
Disconnected tools (Nmap, Speedtest, Subnetting) slow down onsite triage. A high-performance TUI that centralizes diagnostics into a single dashboard. Python, Textual, Nmap, Speedtest-CLI
  • Key Feature: Live dashboard for real-time endpoint monitoring.
  • 🛠️ Impact: Streamlines troubleshooting in high-pressure live event environments.

🔧 Other Utilities

Project The Problem & Solution Tech Stack
Weather Bot Static forecasts are hard to digest. This AI bot provides natural, conversational weather updates. Python, Gemini API, OpenWeather
AV Subnet Calculator Ad-heavy calculators waste time. This is a clean, ad-free IP calculator tailored for field techs. JavaScript, HTML, CSS
macos-dev-launcher Launching terminal/IDE/Docker manually wastes time. Spins up the dev environment in one click. Bash, AppleScript

📝 Latest from the Blog

(Auto-updates from blog.beaubremer.com)


📐 How I Solve Problems

Bridging the gap between physical AV systems and automated IT workflows.

graph TD
    subgraph Discovery
    A[Field Challenge] --> B{Repetitive?}
    end

    subgraph The Manual Path
    B -- No --> D[Manual Resolution]
    D --> D1[Root Cause Analysis]
    D1 --> D2[Documentation & SOPs]
    end

    subgraph The Automation Path
    B -- Yes --> C[Python/Bash Automation]
    C --> E[Custom Tooling]
    E --> F[Network Triage Tool]
    E --> G[Subnet Calculator]
    F --> F1[CI/CD & Version Control]
    G --> F1
    end

    subgraph Final Outcome
    D2 --> H[Scalable AV/IT Infrastructure]
    F1 --> H
    H --> I[Knowledge Sharing]
    I --> J[Technical Blog]
    I --> K[Open Source Community]
    end

    style F fill:#3776AB,stroke:#fff,stroke-width:2px,color:#fff
    style G fill:#3776AB,stroke:#fff,stroke-width:2px,color:#fff
    style H fill:#4EAA25,stroke:#fff,stroke-width:2px,color:#fff
    style J fill:#f39c12,stroke:#fff,stroke-width:1px,color:#fff
Loading

🌐 My Ecosystem

Where I spend my time online.

Ventures: RGBsquared Media (Consulting) • The Tuesday Firm (Dev)
Social: BlueskyMastodon
Misc: Profit & Ego (Comedy) • GrimBurly.xyz (Personal Hub)


📄 License

This repository is open-source and available under the MIT License.

Pinned Loading

  1. start-work-script start-work-script Public

    A straightforward, interactive shell script designed to automate the optimal procedures for initiating a new task within a Git repository.

    Shell

  2. gitignore-boilerplate gitignore-boilerplate Public

    A robust, catch-all .gitignore that you can drop into a new project without much fuss.