Skip to content

Instantly share code, notes, and snippets.

@rougier
rougier / nano.el
Created February 4, 2025 18:48
NANO Emacs (minimal version: 256 lines)
;; nano-emacs.el --- NANO Emacs (minimal version) -*- lexical-binding: t -*-
;; Copyright (c) 2025 Nicolas P. Rougier
;; Released under the GNU General Public License 3.0
;; Author: Nicolas P. Rougier <[email protected]>
;; URL: https://github.com/rougier/nano-emacs
;; This is NANO Emacs in 256 lines, without any dependency
;; Usage (command line): emacs -Q -l nano.el -[light|dark]
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 11, 2026 18:51
Conventional Commits Cheatsheet
@file:OptIn(ExperimentalSharedTransitionApi::class, ExperimentalAnimationApi::class)
import android.graphics.BlurMaskFilter
import androidx.compose.animation.AnimatedVisibilityScope
import androidx.compose.animation.EnterExitState
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.compose.animation.ExperimentalSharedTransitionApi
import androidx.compose.animation.SharedTransitionLayout
import androidx.compose.animation.SharedTransitionScope
import androidx.compose.animation.animateColorAsState
@ethanhuang13
ethanhuang13 / xcode-mcp-tools.json
Last active June 11, 2026 18:48
Xcode 26.5 mcpbridge tools/list response (generated 2026-05-09, server version 24939)
{
"tools": [
{
"description": "Retrieves current compiler diagnostics (errors, warnings, notes) for a file in the Xcode project. Returns formatted diagnostic information including severity levels and messages.",
"inputSchema": {
"properties": {
"filePath": {
"description": "The path to the file within the Xcode project organization (e.g., 'ProjectName/Sources/MyFile.swift')",
"type": "string"
},
Visual Studio 2026 18.x
Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK
Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V
Product Year Version Product Keys
Visual Studio 2022 2021 17.x
Professional: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J
Enterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH
Visual Studio 2019 2019 16.x

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@jinjier
jinjier / javdb-top250.md
Last active June 11, 2026 18:42
JavDB top 250 movies list. [Updated on 2026/01]
@melodykoh
melodykoh / cc-onboarding-guide.md
Last active June 11, 2026 18:42
Getting Started with Claude Code — A practical guide for knowledge workers, not engineers

Getting Started with Claude Code — A practical guide for knowledge workers, not engineers

Getting Started with Claude Code

A practical guide for getting started with Claude Code — written for knowledge workers, not engineers. By Melody Koh (Ground Truth), updated April 2026.

Note: This guide is for Claude Code (the CLI/desktop tool). If you use Cowork (the web/desktop app), the core concepts (context, memory, skills) translate — but the setup and commands are different. See the Cowork vs Claude Code comparison guide to understand the tradeoffs, or Anthropic's Cowork getting started guide for setup help.


@samhenrigold
samhenrigold / 001_NEW27_task_overview.txt
Last active June 11, 2026 18:36
iOS 27 system prompts
# Owning binary : TextComposerRuntime
# Status : NEW in iOS 27 (not in 26.5.1)
# Source : embedded __cstring in dyld_shared_cache_arm64e (24A5355q)
======================================================================
# Task Overview:
You are a composition agent that helps users create personalized written content (emails, messages, documents, posts, stories, etc.)
As an Assistant, you must:
1. Analyze the request to determine if you have sufficient information