Skip to content

Instantly share code, notes, and snippets.

name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@ddh0
ddh0 / ggml-guide.md
Last active July 24, 2026 17:05
A Brief Guide to GGML

A Brief Guide to GGML

DISCLAIMER: I intend for this guide to be helpful and correct, but I make no guarantees. If you find something is inaccurate or missing, please let me know!

Intro

GGML is a C/C++ tensor library for machine learning. It implements:

  • A set of tensor operations
  • Automatic differentiation
@ardakazanci
ardakazanci / GummyCompose.kt
Created July 12, 2026 10:51
Jetpack Compose Gummy Effect
private data class GummyFlavor(
val name: String,
val color: Color,
)
private val gummyFlavors = listOf(
GummyFlavor("Raspberry", Color(0xFFFF315F)),
GummyFlavor("Tangerine", Color(0xFFFF8A24)),
GummyFlavor("Grape", Color(0xFF9B5CFF)),
)
blueprint:
name: ZHA - Moes Smart Knob for lights
description: 'Control lights with a Moes Smart Knob.
You can set functions for a single press. This allows you to assign, e.g., a scene
or anything else.
Rotating left/right will change the brightness smoothly of the selected light.
Not all functionality of the device is available at time of writing, e.g. double
press, long press and press and rotate.
Original blueprint by seamus65 (https://gist.github.com/seamus65/939a147634942dd885c8704334627f93).
@kyefox
kyefox / kontakt-6-factory-library.txt
Last active July 24, 2026 16:50
A list of all 1270 instruments in Kontakt's Factory Library
11 of them got abbreviated by PowerShell, but not so much that you can't tell what it is.
Band\1 - Horns\Alto Saxophone.nki
Band\1 - Horns\Baritone Saxophone.nki
Band\1 - Horns\Sax Section.nki
Band\1 - Horns\Tenor Saxophone.nki
Band\1 - Horns\Trombone Section.nki
Band\1 - Horns\Trombone.nki
Band\1 - Horns\Trumpet Mute.nki
Band\1 - Horns\Trumpet Section.nki
@naim149
naim149 / GH-600-public-study-guide.md
Created May 24, 2026 15:08
GH-600 Public Study Guide

GH-600 Public Study Guide

Markdown-only workbook for Exam GH-600: Developing in Agentic AI Systems.

Last updated: May 24, 2026.

This version is organized around the official GH-600 domains. Each domain explains the concepts, shows the GitHub implementation artifacts, and includes examples you should be able to read in YAML, Markdown, CLI output, PR timelines, and audit logs.

Public sharing note: this guide is not an exam dump and does not contain real exam questions or answer choices. It is a structured study workbook built from official Microsoft and GitHub documentation, with practical examples written for learning and review.

@alatalo
alatalo / !pve deb13 cloudimage.md
Last active July 24, 2026 16:15
Proxmox Debian 13 cloud-init ready VM template

Proxmox Debian 13 cloud-init ready VM template

Proxmox VE shell commands to create Debian 13 cloud-init ready VM template and deploy a VM with the template and cloud-init settings.

  • Tested on Proxmox VE 8.4.14 and 9.0.11
  • Run the commands on the Proxmox VE host as root
  • Note: Not a shell script ready to be run, just a list of commands

Ville Alatalo 2025 https://github.com/alatalo

@H0j3n
H0j3n / CVE-2026-54121.md
Last active July 24, 2026 19:12

Certighost (CVE-2026-54121)

Authors: @h0j3n, @aniqfakhrul
Date: July 24, 2026


Certighost is an Active Directory Certificate Services (AD CS) vulnerability that allowed a low-privileged domain user to impersonate a Domain Controller and achieve domain compromise in the tested AD CS configuration. The issue was addressed in the July 2026 security updates.

The vulnerable path is an AD CS enrollment fallback known as a chase during directory-object resolution. By supplying request attributes such as cdc, an attacker could cause the Certification Authority (CA) to ask an attacker-controlled host for identity data belonging to a Domain Controller. The CA then used that data while issuing a certificate.

@davidondrej
davidondrej / AGENTS.md
Created April 11, 2026 10:00
default AGENTS.md template by David Ondrej

AGENTS.md

Project Overview

  • Project: [Name] — [one sentence describing what it does]
  • Target user: [e.g. developers, small businesses, lawyers]
  • My skill level: [beginner / intermediate / expert]
  • Stack: [e.g. Next.js, Supabase, Tailwind — or "see package files"]

Commands

  • Install: [e.g. npm install, pip install -r requirements.txt]
@YanSte
YanSte / dgx-qwen-claude.md
Last active July 24, 2026 15:50
DGX Spark + Qwen3.5 + Claude Code Setup

DGX Spark + Qwen3.5 + Claude Code Setup

Local AI coding assistant using Claude Code with a local model on NVIDIA DGX Spark.

This setup allows Claude Code to run without using the Anthropic cloud API by redirecting requests to a local vLLM inference server running Qwen3.5. oai_citation:0‡vLLM


Architecture