Skip to content

Instantly share code, notes, and snippets.

View ericdmoore's full-sized avatar

Eric D Moore ericdmoore

View GitHub Profile
@ericdmoore
ericdmoore / Podcast_feeds_2023-10-17.opml
Created October 17, 2023 21:21
Readable Feeds from Oct 2023
<?xml version="1.0"?>
<opml version="1.0">
<head>
<title>Podcast Subscriptions</title>
</head>
<body>
<outline type="rss" text="The Moth" title="The Moth" xmlUrl="http://feeds.feedburner.com/themothpodcast" htmlUrl="http://themoth.org/"/>
<outline type="rss" text="Timothy Keller Sermons Podcast by Gospel in Life" title="Timothy Keller Sermons Podcast by Gospel in Life" xmlUrl="https://podcast.gospelinlife.com/feed.xml" htmlUrl="https://gospelinlife.com/"/>
<outline type="rss" text="The World of Business" title="The World of Business" xmlUrl="https://podcasts.files.bbci.co.uk/p02nrwfk.rss" htmlUrl="http://www.bbc.co.uk/programmes/p02nrwfk"/>
<outline type="rss" text="Ask Pastor John" title="Ask Pastor John" xmlUrl="https://feed.desiringgod.org/ask-pastor-john.rss" htmlUrl="https://www.desiringgod.org/ask-pastor-john"/>
@ericdmoore
ericdmoore / Olympiad.md
Created June 22, 2026 19:46
June 21 - 2026 - Father's Day Backyard Olympiad

June 21 - 2026 - Father's Day Backyard Olympiad

A. Teams Announced - Teams asked for Team Names:

B. Warrior Drafting for Events

C. Predicitons: - Which Team will win each event?

  • Which team will have funniest moment?
@ericdmoore
ericdmoore / .env.example
Last active June 27, 2026 15:14
Casa-Studio — post-OS-install setup/config
# casa-studio — copy to .env and fill in. setup.sh sources this and the stack
# reads it via docker compose. NEVER commit the real .env.
# Generate clean (URL/header-safe) secrets, e.g.:
# LITELLM_MASTER_KEY="sk-$(openssl rand -hex 24)"
# POSTGRES_PASSWORD="$(openssl rand -hex 24)" # avoid URL-breaking chars
# ── LiteLLM ──────────────────────────────────────────────────────────────────
LITELLM_MASTER_KEY=sk-CHANGEME
LITELLM_UI_USER=admin
LITELLM_UI_PASS=CHANGEME