Skip to content

Instantly share code, notes, and snippets.

View loraxx753's full-sized avatar

Kevin Baugh loraxx753

View GitHub Profile
@loraxx753
loraxx753 / VALUE.md
Last active September 10, 2026 18:29

VALUE

What this company is about

Most software teams spend a lot of time in meetings that should have been a short, clear note.

Someone asks for an “error” version of a banner. Design draws it and labels it one way. Engineering builds something that looks similar but names it another way. Testing writes a checklist in a third wording. Next week, everyone explains it again in standup. Nobody is failing at their job. They simply do not share a language. Each role translates the same idea into their own jargon. Every translation is a chance to drift. Work starts to feel like talking in circles.

Meanwhile is a bet that you can name things once, in a way design, engineering, and testing can all use, and then keep that meaning in a machine so you stop re-explaining it.

Meanwhile

Adults can sit with "we don’t know yet," and children print a menu.

You do not need to write software, sit in a planning meeting, or even have heard of Meanwhile to get this idea. If you have sat in those rooms and felt like you were going crazy, you already know how the this feels.

Meanwhile is a small family company that ships real websites and apps, and we are finishing a tool that keeps design, engineering, and testing using the **same

Quick Reference: OOP vs. Functional Programming in JavaScript

🚨 The Problem with Singletons in JavaScript

❌ Singleton Example (Creates Shared State)

class TempTool {
  constructor() {
    this.data = [];
  }

Transcript of Confrontation

Hasan: I never abuse or-or punish the innocent animal. I never abused a woman. I never touch. I didn't in my life.

Kevin: Okay.

Hasan: ...but I can do everything for the idiot.

Kevin: So you're, so you're threatening me. That you're going to abuse me, is that what you're saying? Like, you're—you’re physically—

@loraxx753
loraxx753 / abatement-and-compensation.md
Last active February 7, 2025 23:47
Response to Counteroffer – Caliza Apartments

Dear Ms. Holden,

Thank you for your response and for acknowledging the severity of the water issues my household endured throughout January and into February. I appreciate Caliza’s efforts to resolve the plumbing issues, but as you noted, repairs are ongoing and will take additional time to be fully resolved.

While I recognize the work that has gone into addressing these issues, my household—and many others—experienced prolonged uncertainty, inconsistent repairs, and frequent last-minute disruptions beyond what should reasonably be expected. Even after water pressure returned, additional unplanned shut-offs and emergency repairs continued without sufficient communication or notice, making it difficult to return to normal living conditions.

Given these factors, I am countering at four months of rent abatement to fully account for:

  • The prolonged period without access to basic utilities.
  • The instability caused by the uncertainty of repair timelines.
@loraxx753
loraxx753 / abatement-and-compensation.md
Last active January 30, 2025 17:07
Request for Rent Abatement & Compensation Due to Prolonged Water Outage

Dear Leticia & Brenda,

First, I would like to express my gratitude to the front office staff, who have been incredibly understanding and helpful throughout this process. Leticia and the rest of the front office have been nothing but professional and supportive. I would like to ensure that no members of the front office team face any sort of repercussions related to this matter.

I also want to mention that I am currently in contact with another resident who has been similarly and severely impacted by this ongoing situation. We have both had to navigate this difficult period with significant out-of-pocket costs and disruptions to our daily lives. While I am outlining my personal request for compensation, I know this is not an isolated issue. As far as I'm aware, my neighbor and I are the only residents actively seeking resolution at this time.

It is my understanding that Caliza Apartments, owned by Greystar, is in violation of the Implied Warranty of Habitability. My living conditions have not met basic stan

const propFilter = (prop) => prop.parent ? !/node_modules\/(?!@radix-ui)/.test(prop.parent.fileName) : true
## Key Issues and Discussion Points
### Immediate Business Value Focus
- Concern: Sprint time exclusively for immediate business value neglects long-term benefits and technical health.
### Sprint Planning and Execution
- Issue: Inflexible task assignments and absence of sprint goals affecting team efficiency and morale.
### Sprint Demos
- Observation: Demos used for justifying developer effort rather than focusing on project progress.
const fs = require('fs');
const path = require('path');
const { Command } = require('commander');
const program = new Command();
function addStateToComponent(componentName, stateName, defaultValue) {
const directories = ['page', 'template', 'organisms', 'molecules', 'atoms'];
let filePath;
for (const dir of directories) {