You can stop worrying about forgotten access tokens. This workflow automatically monitors your GitHub Personal Access Tokens and alerts you before they become a security risk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires -Version 7.0 | |
| <# | |
| .SYNOPSIS | |
| Git worktree helpers for parallel Claude Code sessions. | |
| .DESCRIPTION | |
| Two functions that eliminate friction when spinning up (and tearing down) | |
| git worktrees for parallel Claude Code work. Designed for solo developers | |
| who want true parallelism without branch-naming ceremony. |
A practical, living list of best practices for mastering large language models. Field-tested by Tim Warner.
🔗 Public Gist: go.techtrainertim.com/laws
These "laws" are in no particular order and evolve as the tech and our workflows change.
📎 Short link for this resource: go.techtrainertim.com/codeql
This document provides supplementary resources for the Azure Private Link session presented at the Microsoft Azure Community User Group on April 14, 2025.
A simple VS Code configuration that makes the active editor tab highly visible through color and visual indicators. Perfect for colorblind users or anyone who wants more distinct active tab highlighting.
- Open VS Code
- Press
Ctrl + Shift + P(Windows/Linux) orCmd + Shift + P(Mac) - Type "Preferences: Open User Settings (JSON)"
- Add this configuration:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 🔌 Connect-MgGraph: The Ultimate Practice Guide | |
| [](https://github.com/PowerShell/PowerShell) | |
| [](https://github.com/microsoftgraph/msgraph-sdk-powershell) | |
| [](https://opensource.org/licenses/MIT) | |
| > A comprehensive guide to mastering the Connect-MgGraph cmdlet for Microsoft 365 and Azure administrators | |
| ## 📋 Table of Contents |
- Microsoft HoloLens 2: Microsoft's mixed reality headset.
- Magic Leap 2: Magic Leap's augmented reality headset.
- RealWear (Navigator): RealWear's ruggedized wearable device for industrial use.
- Vuzix: Manufacturer of smart glasses and AR products.
- Meta (Quest 2, Quest Pro): Meta's virtual reality headsets.
- HTC (Vive Pro, Vive Focus): HTC's virtual reality headsets.
- State of the XR (VR/AR) Industry in 2025 - YouTube
- 2025 Will Be The BIGGEST Year For VR... Here's Why - YouTube
- Nibiru VR & AR Industrial Showcases | Part 1 - YouTube
- A Look Inside the Augmented and Virtual Reality Industry - A VR video - YouTube
- Best AR and VR Devices of 2024 - YouTube
- Augmented Reality Demo for the Industrial World - YouTube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
NewerOlder