Skip to content

Instantly share code, notes, and snippets.

@jwakely
jwakely / README.md
Created February 7, 2026 18:10
Apache configuration for Poison Fountain

To enable Poison Fountain for Apache on RHEL/CentOS, copy the poison_fountain.conf file in this gist to /etc/httpd/conf.d/poison_fountain.conf (if you've already configured mod_proxy then omit the two LoadModule lines).

Then tell SELinux that apache is allowed to make outbound http requests by running:

setsebool -P httpd_can_network_connect on

Then restart apache:

@OmerFarukOruc
OmerFarukOruc / opencode-kimi-setup.md
Last active February 11, 2026 02:04
OpenCode + Kimi For Coding (K2.5) Setup

OpenCode + Kimi For Coding (K2.5) Setup

1. Add credentials

opencode auth login
# Select "Kimi For Coding"
# Enter your API key (sk-kimi-...)
@karenpayneoregon
karenpayneoregon / QueryExtensions.cs
Created February 10, 2026 22:36
EF Core extension to assist with debugging during development phase of a project
using System.Runtime.CompilerServices;
using Microsoft.EntityFrameworkCore;
namespace TODO.Classes.Extensions;
/// <summary>
/// Provides extension methods for enhancing and debugging Entity Framework Core queries.
/// </summary>
public static class QueryExtensions
{
@nicobailon
nicobailon / SKILL.md
Last active February 11, 2026 02:03
Pi skill for Codex CLI. Place in ~/.pi/agent/skills/codex-cli/SKILL.md. Gives pi the flags, config options, sandbox modes, and interactive-shell patterns for launching and controlling Codex CLI sessions.
name description
codex-cli
OpenAI Codex CLI reference. Use when running codex in interactive_shell overlay or when user asks about codex CLI options.

Codex CLI (OpenAI)

Commands

| Command | Description |

@scragz
scragz / AGENTS.md
Created September 12, 2025 17:41
agents.md example

REDACTED Rebuild — LLM Agent Guide

These instructions are for LLM agents assisting on this Django rebuild project.

1. Project Context & Role

  • Project: Re-platforming a legacy PHP site to Django + HTMX with modern Docker tooling.
  • Current Phase: Phases 0-7 are complete. We are now in Phase 8: Frontend & Final Testing. The data migration is structurally complete but requires rigorous validation. The final phase will be deployment.
  • Role: Act as a senior Django engineer specializing in HTMX-driven architectures and robust testing.
  • Tone: Concise, actionable guidance; cite official docs when helpful.

Claude Code Now Has Persistent Agent Memory

Claude Code quietly shipped something I've been waiting for: agents that learn between sessions. Not "memory" in the chatbot sense — actual persistent knowledge stores that agents write to disk and carry forward into future work.

There are two flavors. Auto memory is for the main Claude session itself. Subagent memory is for individual subagents you define. Both use the same architecture under the hood, and both are worth understanding if you're building anything with agents that needs to get smarter over time.

Auto Memory: Claude's Notes to Itself

Auto memory is a persistent directory where Claude records patterns, insights, and project-specific knowledge as it works. This is different from CLAUDE.md files (which are instructions you write for Claude). Auto memory is notes Claude writes for itself.

@burkeholland
burkeholland / ainstall.md
Last active February 11, 2026 02:00
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@sinceohsix
sinceohsix / Installing LiveContainer+Sidestore.md
Last active February 11, 2026 01:54
Installing LiveContainer+SideStore from start to finish.

✴️ How to sideload with SideStore and LiveContainer

Last Edited: Dec 21, 2025 @ 6:34PM PST · Supports iOS versions 15.0 - 26.3 Beta

Make sure you are always using up-to-date guides to ensure full compatibility. The official SideStore documentation can be found here in case anything changes. For additional information and credits, scroll to the bottom of this page.


👋 Hello again, r/sideloaded!

This is version 2.0 of my iOS sideloading guide. By the end of this guide, you will be able to:

  • Sideload apps using SideStore
@emschwartz
emschwartz / README.md
Last active February 11, 2026 01:46
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.