Skip to content

Instantly share code, notes, and snippets.

View louis030195's full-sized avatar

Louis Beaumont louis030195

View GitHub Profile
@louis030195
louis030195 / gist:edd64c4cf55040c4395f87d8d089d9b0
Last active March 10, 2026 14:40
Screenpipe daily summary pipe - runs at 6pm every day
---
schedule: "0 18 * * *"
enabled: true
title: Daily Summary
description: "Comprehensive daily summary of your screen activity, delivered at 6pm"
icon: "📋"
---
Analyze my screen and audio recordings from today. Query the screenpipe search API in 2-hour chunks across the workday (8am-6pm).
@louis030195
louis030195 / newsletter-2026-03-03.md
Created March 4, 2026 00:13
screenpipe newsletter 2026-03-03

Hey all,

Louis here. Another intense 10 days. Here's what changed.

⚠️ Please update the app, it might be outdated ⚠️

Check out what's new 👇


@louis030195
louis030195 / ouafae-screenpipe-workspace.md
Created March 3, 2026 17:44
Screenpipe — Ouafae Workspace

Screenpipe — Ouafae Workspace

What is screenpipe?

Open source AI that records your screen & audio 24/7, runs locally on your computer. Two offerings:

  1. Open source (free) — build from GitHub, no support, DIY
  2. Paid product ($400 lifetime / $600 bundle) — pre-built app, code signed, automatic updates, priority support, 30-day money-back guarantee

Pro add-on ($35-39/mo): cloud transcription, built-in Claude AI, encrypted cloud archive, device sync

@louis030195
louis030195 / meeting-transcription-pipe.md
Created February 25, 2026 02:26
Screenpipe pipe: daily meeting transcription with Azure Speech-to-Text + centralized upload
schedule enabled
daily
true

Transcribe today's meetings from screenpipe audio recordings using Microsoft Azure Speech-to-Text, then upload the transcripts to a centralized location.

Task

  1. Query screenpipe for all audio recordings from today (full workday: 8am to 6pm)
@louis030195
louis030195 / screenpipe-local-ai-powershell.md
Created February 11, 2026 19:07
Query your Screenpipe data with local AI (LM Studio + PowerShell) — tool calling example

Query your Screenpipe data with local AI (LM Studio + PowerShell)

Use a local LLM to search everything you've seen, said, or heard — fully private, no cloud needed.

Prerequisites

  • Screenpipe running locally (http://localhost:3030/health should respond)
  • LM Studio running with a model loaded (e.g. qwen2.5-coder-14b)
  • Make sure your LM Studio model supports tool calling (qwen2.5, mistral-small, etc.)

Step 1: Send a question with the screenpipe tool

Extract Todos from Screenpipe Data

Query your local Screenpipe API for the last 48 hours (all modalities):

# All content (OCR + audio + UI events)
curl -s "http://localhost:3030/search?limit=500&start_time=$(date -v-48H -u +%Y-%m-%dT%H:%M:%SZ)"

# Or query specific modalities:
# OCR (screen text): &content_type=ocr
@louis030195
louis030195 / speed2.md
Created January 18, 2026 15:53
Clock Speed Theory Tables

When Single Strategy Wins

Domain Why
Real-time video games (LoL, CS:GO, Dota) Millisecond decisions, no time to debate
Poker Incomplete information, hesitation = death
Early-stage startups (<$10M ARR) Resource-constrained, must bet on one thing
Disruptive tech (new category) No existing playbook, must invent
Turnarounds / crisis Survival mode, speed > correctness
Sales (closing deals) Momentum matters, confidence sells
@louis030195
louis030195 / speed.md
Created January 18, 2026 15:52
Clock Speed Theory: When Single Strategy Beats Consensus

Clock Speed Theory: When Unified Strategy Beats Consensus

The Thesis

5 people fully committed to a B+ strategy beats 5 people half-committed to an A strategy.

When you average two people's ideas, you get what a random person on the street would think—because you cut the extremes. You become a clone company taking poor decisions.


@louis030195
louis030195 / gist:62ecc3412bc1c52960a54f9a5dd28523
Created December 9, 2025 21:31
r/msp promo post for Mediar
**Turn Your Clients' Manual Data Entry Into Recurring Revenue**
Your clients are stuck doing hours of copy-paste between systems that don't talk to each other. Old ERP, government portals, industry-specific software with no APIs. They've accepted it as "just how it is."
**That's your opportunity.**
Mediar automates those legacy desktop apps - the ones everyone else says can't be automated. No APIs needed. No changes to their existing software.
**What MSPs are automating:**
- Data sync between disconnected systems
@louis030195
louis030195 / hcs-kube-plan.md
Created December 6, 2025 23:03
HCS-Kube: Dead Simple Windows Sandbox Orchestrator - Run multiple concurrent sandboxes via HCS API with HvSocket communication

HCS-Kube: Dead Simple Windows Sandbox Orchestrator

A minimal Kubernetes-like orchestrator for running multiple concurrent Windows Sandboxes via HCS API.

Why This Exists

Approach Concurrency Boot Time Complexity
Windows Sandbox 1 only ❌ 2s Low
Hyper-V VMs N ✅ 30-60s High