BlueyOS
A playful but serious exploration of low-level systems design. BlueyOS spans runtime components, tooling, and platform capabilities, built with a philosophy of clarity, reliability, and a touch of whimsy.
Technical clarity • Creative playfulness • Governance professionalism
Welcome to my corner of the internet. This is where I bring together engineering, governance, family, curiosity, and the very human reality that the systems we build should make life clearer, not harder.
I work at the intersection of ServiceNow architecture, governance, and modern systems engineering. I care about clarity, reliability, and the quiet satisfaction of a well-designed workflow. I also care about the human side of systems: how people think, how teams grow, how culture shapes delivery, and how good leadership makes room for people to thrive.
My technical interests span Python, Rust, Ruby, and C, along with hands-on experience across Windows, Linux, and macOS. I like finding the right fit between language, platform, and interface, especially when the result feels simpler and more humane.
I am currently on a personal journey to understand my own neurodiversity and a likely ADHD diagnosis as an adult. At the same time, I am raising a child with vision impairment and neurodiverse needs. Both experiences continue to shape how I approach accessibility, patience, and adaptive design.
These experiences remind me that systems are not just technical constructs. They are environments people move through. The best ones feel safe, intuitive, and empowering, and leave people with a little more confidence than they started with.
A playful but serious exploration of low-level systems design. BlueyOS spans runtime components, tooling, and platform capabilities, built with a philosophy of clarity, reliability, and a touch of whimsy.
rustnow is my learning ground for Rust. I use it to explore how software can talk to internet-connected services, and how those integrations can blend with my ServiceNow interests, practical UI ideas, and broader cross-language systems thinking.
I write concise, practical pieces grounded in real-world experience. Most of them sit somewhere between software quality, engineering leadership, governance, accessibility, neurodiversity, and parenting, with a recurring interest in how cross-platform tools and terminal interfaces can make modern systems feel clearer and more humane.
Not everything here is about work. Food, cooking, music, coffee, beer, and whiskey all shape how I think about craft, hospitality, rhythm, and the pleasure of getting details right.
I share practical snippets from things I am actively learning and testing across different languages, platforms, and ways of working. Use the copy button to grab examples for your own experiments.
use tracing::{error, info};
pub fn run_job(name: &str) {
info!(job = name, "starting");
if let Err(err) = do_work(name) {
error!(job = name, ?err, "failed");
return;
}
info!(job = name, "finished");
}
{
"change_window": "weekly",
"risk_review": true,
"rollback_plan": "required",
"service_owner_signoff": true
}
Want to collaborate, discuss architecture, or explore one of my projects? The fastest way to reach me is through GitHub.