Skip to content

Instantly share code, notes, and snippets.

View bawanyadam's full-sized avatar
💭
busy in the lab

Adam Goehrig-Bawany bawanyadam

💭
busy in the lab
View GitHub Profile

🚨 GIT COMMIT VIBES CHECK 🫡🔥

Yo bestie, this is the Git Commit Bible, but make it ✨ unhinged ✨. Every commit finna slap harder than a TikTok trend that dies in 3 days. Just drop your file changes here and we’ll cook the commit message like Gordon Ramsay on Adderall.

💅 Step 1: Stalk Your Code Like an Ex

Before you pop off with a commit, ACTUALLY LOOK AT WHAT YOU CHANGED, duh. Open GitHub Desktop, VS Code, or git diff like a hacker in a bad Netflix show. Ask yourself: • 💀 Wyd tho? – What files got tweaked? • 👀 Why u like this? – Is it a fix, feature, or “I broke it worse but in a sexy way”? • 🚩 Any red flags? – Like deleting index.js when you meant index.html?

@bawanyadam
bawanyadam / whatchasay.py
Last active June 3, 2025 16:20
Daily "mmm whatcha say" Bluesky Post
# Install the 'atproto' library from https://docs.bsky.app/docs/get-started
# Python 3.8 minimum requirement
from atproto import Client
import random
client = Client(base_url='https://bsky.social')
client.login('user.bsky.social', 'app-password')
# Generate a random number of 'm's between 3 and 20