Skip to content

Instantly share code, notes, and snippets.

View timothywarner's full-sized avatar
😃
Turning confusing systems into teachable ones.

Tim Warner timothywarner

😃
Turning confusing systems into teachable ones.
View GitHub Profile
@timothywarner
timothywarner / RAG_time.py
Last active February 27, 2025 22:03
A tongue-in-cheek implementation that combines Retrieval Augmented Generation (RAG) with time manipulation to generate ragtime music. This script demonstrates the perfect intersection of AI humor and dad jokes - where modern machine learning techniques meet historical music genres. The pun works on multiple levels: 1. RAG (Retrieval Augmented Ge…
#!/usr/bin/env python3
"""
RAG_time Music Generator
A clever demonstration of Retrieval Augmented Generation (RAG)
and time manipulation to create MIDI music.
Scott Joplin meets LLMs: The perfect mashup nobody asked for.
This is what happens when a programmer makes a music pun:
R.A.G. (Retrieval Augmented Generation) + time manipulation = RAGtime
@timothywarner
timothywarner / secure-access-private-link.md
Last active February 19, 2025 22:09
Tim's session for the Microsoft Azure Community User Group

🚀 GitHub Copilot Tips for Healthcare Teams

A curated collection of best practices, tips, and resources to help healthcare professionals and development teams unlock the full potential of GitHub Copilot. Designed for sensitive environments, this guide highlights actionable advice, insightful articles, and compliance-minded practices. 🌟

📋 Table of Contents

  1. 💡 Why GitHub Copilot for Healthcare?
  2. 🔧 Quick Setup and Best Practices
  3. 🧑‍⚕️ Healthcare-Specific Use Cases
  4. ⚖️ Compliance and Security Best Practices
  5. 🤝 Connect with Me
@timothywarner
timothywarner / ghas-certification-resources.md
Created November 15, 2024 20:33
GitHub Advanced Security Certification Resources

🚀 GitHub Advanced Security Certification Resources

Introduction

Welcome to the GitHub Advanced Security (GHAS) Certification Preparation repository. This repository contains resources and practice materials to help you prepare for the GHAS certification.

🔗 Short link to this gist: timw.info/ghasreview

🎥 Associated YouTube video: timw.info/8dc

📬 Contact information

@timothywarner
timothywarner / github-copilot-certification-resources.md
Last active March 5, 2026 11:14
GitHub Copilot Certification Resources
@timothywarner
timothywarner / genai-research.md
Created November 1, 2024 22:35
Quantitative research data on generative AI market growth

The Rise of Generative AI in Marketing

The market for generative AI in marketing is experiencing explosive growth. Valued at approximately $2.7 billion in 2023, it's projected to expand at a 35% annual rate, reaching over $12 billion by 2028 (1). This surge is driven by increasing adoption across various marketing roles, including content creation, digital marketing, and customer engagement, with roughly 50% of marketing teams currently utilizing or planning to use AI within the next year (2).

Generative AI is becoming indispensable for streamlining content creation, personalizing customer interactions, and automating marketing tasks. Its impact spans across sectors like retail, technology, finance, and media. Leading platforms such as Salesforce, Dynamics, and HubSpot boast millions of active users, indicating a substantial audience eager to master AI-driven marketing tools (3). This interest is further reflected in the high enrollment rates for AI and marketing courses on professional and learni

@timothywarner
timothywarner / github-copilot-extension-options.md
Last active August 20, 2025 14:05
Resources for mastering GitHub Copilot Extensions and Azure OpenAI integrations. This collection provides official docs, blog posts, and learning pathways to help developers choose the right Copilot API for their needs, and customize AI workflows with Azure OpenAI. Ideal for multi-IDE and VS Code-specific integrations.
@timothywarner
timothywarner / decontainer.json
Created October 21, 2024 17:36 — forked from Marin-Kitagawa/decontainer.json
My complete `DevContainer` configuration with all the 798 features configured (as of 07th December 2023)
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/anaconda:1": { "version": "latest" },
"ghcr.io/devcontainers/features/aws-cli:1": { "version": "latest" },
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {
@timothywarner
timothywarner / decontainer.json
Created October 21, 2024 17:36 — forked from Marin-Kitagawa/decontainer.json
My complete `DevContainer` configuration with all the 798 features configured (as of 07th December 2023)
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/anaconda:1": { "version": "latest" },
"ghcr.io/devcontainers/features/aws-cli:1": { "version": "latest" },
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {