Skip to content

Instantly share code, notes, and snippets.

View sasimpson's full-sized avatar

Scott Simpson sasimpson

View GitHub Profile
[{
"name": "Connecticut",
"abbr": "CT",
"section": "1"
}, {
"name": "Eastern Massachusetts",
"abbr": "EMA",
"section": "1"
}, {
"name": "Maine",
@sasimpson
sasimpson / LogDemo.cs
Created April 28, 2025 19:31
Demo of using structured logging with SeriLog in .NET
using Serilog;
using Serilog.Formatting.Compact;
namespace LogDemo;
class Foo(string name, string description)
{
public string Name { get; set; } = name;
public string Description { get; set; } = description;
public string[] Things { get; set; } = [];
@sasimpson
sasimpson / lyra.txt
Created July 17, 2025 21:00 — forked from xthezealot/lyra.txt
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock Al's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing