Skip to content
View KnowOneActual's full-sized avatar

Block or report KnowOneActual

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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 Site โ€ข Blog โ€ข Bluesky

License Latest blog post workflow


โ˜• About Me

Chicago-based AV/IT Field Engineer with 15+ years of dirt-under-the-fingernails experience. I bridge the gap between physical stage hardware and enterprise networks, mostly by writing Python, Bash, and whatever else keeps live event systems running.

I speak both "Executive" and "IT Department" fluently. I translate technical constraints for stakeholders and coordinate subnets with network admins, keeping teams aligned.

Currently focused on GPU-accelerated video transcoding and containerizing live playback systems.


๐Ÿ› ๏ธ 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

A high-performance TUI dashboard built for onsite troubleshooting.

  • The Problem: Swapping between disconnected terminal commands (Nmap, Speedtest, Subnetting) under high-pressure live show environments is slow.
  • The Solution: A unified terminal UI that centralizes diagnostics and offers real-time endpoint monitoring.
  • Tech Stack: Python, Textual, Nmap, Speedtest-CLI

๐Ÿ”ง 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

๐Ÿ—๏ธ Field Engineering & Commissioning

Physical deployments where IT meets steel and glass.

  • 32,000+ sq. ft. Chicago Event Facility: Commissioned master signal flow for 40+ zones using Extron matrix switching, Dante DSPs, and hardened Cisco/Ubiquiti networks.
  • 15+ Site Nationwide Network Modernization: Authored BOMs, managed structured cabling, and executed hardware validation for a 98% first-pass commissioning rate.
  • Bespoke Luxury AV Systems: Integrated high-fidelity audio networks (Dante, Sonos) and 4K matrices (Crestron, Savant) with centralized controls.

๐Ÿ“ Latest from the Blog

(Auto-updates from blog.beaubremer.com)


๐Ÿ“ How I Solve Problems

I design and troubleshoot systems at the intersection of physical hardware and software control. When systems fail under the high pressure of live environments, I use a structured troubleshooting hierarchy to isolate the root cause, mitigate the immediate issue, and write automation scripts to prevent it from happening again.

graph TD
    subgraph Physical Domain ["Physical AV/IT Environment"]
        HW["๐Ÿ–ฅ๏ธ Live Hardware (Dante, Extron, Crestron, Cisco)"]
        Signal["๐Ÿ”Œ Signal Flows & Physical Cabling"]
    end

    subgraph Translation Layer ["The Bridge"]
        API["๐Ÿ“ก Protocol Translation (APIs, SSH, SNMP, Dante Controller)"]
    end

    subgraph Automation Domain ["Software & Scripts"]
        Scripts["๐Ÿ Python & Bash Automation"]
        TUI["๐Ÿ“Š TUI Diagnostics (Network Triage Tool)"]
        Tools["๐Ÿงฎ Calculators & Launchers (AV Subnet Calculator)"]
    end

    HW <--> API
    Signal <--> API
    API <--> Scripts
    Scripts --> TUI
    Scripts --> Tools

    %% Style Subgraphs
    style Physical Domain fill:none,stroke:#4EAA25,stroke-width:2px,stroke-dasharray: 5 5
    style Automation Domain fill:none,stroke:#3776AB,stroke-width:2px,stroke-dasharray: 5 5
    style Translation Layer fill:none,stroke:#1679A7,stroke-width:2px

    %% Style Nodes (matching toolkit colors)
    style HW fill:#4EAA25,stroke:#fff,stroke-width:1px,color:#fff
    style Signal fill:#4EAA25,stroke:#fff,stroke-width:1px,color:#fff
    style API fill:#1679A7,stroke:#fff,stroke-width:1px,color:#fff
    style Scripts fill:#3776AB,stroke:#fff,stroke-width:1px,color:#fff
    style TUI fill:#3776AB,stroke:#fff,stroke-width:1px,color:#fff
    style Tools fill:#3776AB,stroke:#fff,stroke-width:1px,color:#fff
Loading

My approach is built on a systematic, calm, and communicative mindset:

  • Mental Resiliency (The STOP Skill): In high-pressure live environments, I pause to observe objectively and prevent hasty actions that could escalate downtime.
  • Root Cause Auditing (The 5 Whys): I trace issues past surface-level symptoms (e.g., Dante packet loss) to resolve the underlying configuration, routing, or hardware bottleneck.
  • Active Stakeholder Management: I maintain clear, time-boxed updates to translate complex engineering status into calm, clear updates for clients and back-of-house admins.

๐ŸŒ My Ecosystem

Where I spend my time online.

Ventures: RGBsquared Media (Consulting) โ€ข The Tuesday Firm (Dev)
Social: Bluesky โ€ข Mastodon
Misc: Profit & Ego (Comedy) โ€ข GrimBurly.xyz (Personal Hub) โ€ข GitFut Scout Report (Dev Card)


๐Ÿ“„ 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.