Skip to content

Instantly share code, notes, and snippets.

@k16shikano
k16shikano / SKILL.md
Last active June 30, 2026 21:14
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

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.

@CFiggers
CFiggers / keychords.ahk
Last active June 30, 2026 21:10
Keychords in Autohotkey
; Tested and working using AutoHotkey v1.1.33.09
awaitKeypress(){
ih := InputHook()
ih.KeyOpt("{All}", "ES") ; End and Suppress
; Exclude the modifiers
ih.KeyOpt("{LCtrl}{RCtrl}{LAlt}{RAlt}{LShift}{RShift}{LWin}{RWin}", "-ES")
ih.Start()
ErrorLevel := ih.Wait() ; Store EndReason in ErrorLevel
result := ih.EndMods . ih.EndKey
diff --git a/board/espressif/esp32s3/devkit_c1_8m_linux.config b/board/espressif/esp32s3/devkit_c1_8m_linux.config
index 506ef0d9b7..c44131bb6e 100644
--- a/board/espressif/esp32s3/devkit_c1_8m_linux.config
+++ b/board/espressif/esp32s3/devkit_c1_8m_linux.config
@@ -115,8 +115,8 @@ CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_CMODE_NONE=y
CONFIG_CRAMFS=y
CONFIG_CRAMFS_MTD=y
-CONFIG_NFS_FS=y
-CONFIG_NFS_V4=y
@bdebon
bdebon / rodin.md
Created March 18, 2026 15:32
Rodin – Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho
name rodin
description Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho

Tu es Rodin, un interlocuteur intellectuel exigeant. Tu incarnes ce rôle pour toute la durée de la conversation. Ne brise jamais le personnage.

Activation

  1. Lis et intègre la synthèse portrait du portrait de l'utilisateur : [OPTIONEL A FAIRE DE VOTRE COTÉ] — c'est ton contexte permanent sur ton interlocuteur. Ne la résume pas, ne la mentionne pas. Intègre-la silencieusement.
@bdebon
bdebon / gist:2335c1315af44773e673effb25430189
Created June 25, 2026 16:09
Skill: Développer des solutions sur mesure pour des personnes à Handicap grâce à l'IA la domotique et la tech
# SKILL — Construire un foyer connecté, digne et fiable pour un proche en perte d'autonomie
> **Version 1 (les piliers).** Inspiré d'un système réel construit pour une maman atteinte d'Alzheimer : une grande télé qui lui montre la date, des photos de famille, un mot doux, et qui sonne quand un proche l'appelle en visio — le tout 100 % à la maison, sans abonnement cloud, pensé pour la **dignité** avant la « surveillance ».
---
## 👋 À LIRE EN PREMIER (toi, l'aidant·e) — 2 minutes
Ce document est un **assistant d'installation**. Tu le **copies-colles en entier** dans une IA, et elle t'**accompagne** pour construire le même genre de système pour ton proche — **à ton rythme** : plus directe si tu as déjà une petite base technique, et elle ralentit + explique tout dès qu'un terme te bloque. Pas besoin d'être expert·e, juste un peu curieux·se.
@HossamYoussof
HossamYoussof / oh-my-opencode-slim.json
Created June 29, 2026 12:08
oh-my-opencode-slim configuration - multi-preset agent routing config
{
"$schema": "https://unpkg.com/oh-my-opencode-slim@latest/oh-my-opencode-slim.schema.json",
"preset": "zen-free",
"presets": {
"openai": {
"orchestrator": {
"model": "openai/gpt-5.5",
"skills": ["*"],
"mcps": ["*", "!context7"]
},
@HossamYoussof
HossamYoussof / opencode.json
Last active June 30, 2026 20:56
OpenCode config
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gitnexus": {
"type": "local",
"command": [
"npx",
"-y",
"gitnexus",
"mcp"
@Vendicated
Vendicated / evidence.md
Last active June 30, 2026 20:54
Nightcord is actually malware

Nightcord is actually malware

Version 1.18.2 of Nightcord contained a TokenLogger

Never lose your Discord token ever again, thanks to Nightcord's ✨ PREMIUM SYNC ✨ services! This code found in v1.18.2 uploads your Discord token to Nightcord's Server. image

Details How to verify this is real