FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Discover gists · GitHub

Instantly share code, notes, and snippets.

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.

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

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

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

整形

balrog-kun / jbl-flip-3.md
Last active August 20, 2026 00:20
JBL Flip 3 auto-standby solutions

When using the JBL Flip 3 (or JBL Flip 2 or JBL Flip 4) as a permanent speaker for music or Text-to-speech announcements, connected through the AUX input and powered consantly it still goes into an automatic standby after some time of silence and it's a major problem in this use case. Depending on how long the silence was and how loud the new input audio is, it may take between 3 to 30 seconds in my experience before it resumes playing. For lack of a better place I'm posting here the information I have on solving this.

  1. Obviously emitting the audio signal at maximum volume from the computer and lowering the volume at the speaker reduces the time for it to wake up. Downsides: less volume control for the computer (especially problematic if it's remotely controlled), still won't work if the audio played is relatively quiet or short (such as a home-automation announcement) so not a definitive solution.
  2. Mixing unaudible waveforms into the audio output, either low frequency (< 20Hz) or high (> 15kHz). Downs

Dichromate Alternatives

Due to the massive toxicity of hexavalent chromium and its prohibition in the EU, photographers have searched for a number of years for alternatives to potassium and ammonium dichromates in the gum dichromate and carbon transfer processes. Additionally, in gelatine-based processes like carbon transfer, there is a "dark reaction" where dichromate salts can fog the emulsion.

There are basically three major lines of inquiry: one is the Chiba system and variants, and the latter two are photoreactive azide dyes which act as more or less direct substitutes for dichromate.

The Chiba System

The Chiba System uses a ferrous photochemistry to initiate polymerization, exploiting photosensitivity of iron salts used in cyanotype, vandyke, and Pt/Pd processes. It is thorougly documented in a paper available online for carbon and gum printing:

kyo-takano / making-the-most-of-local-llms.ipynb
Last active August 20, 2026 00:12
ローカルLLMはこーやって使うの💢
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Viewer requires iframe.
dotandl / dmenu_power
Created January 15, 2022 11:02
Simple power menu for dmenu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
#!/bin/bash
# dmenu_power - Simple power menu for dmenu.
# Copyright (C) 2022 dotandl
# This script depends on pkexec (or sudo), poweroff, reboot, zzz, xsecurelock
# and loginctl commands. You can modify it to use another programs, e.g. i3lock.
# You can replace "pkexec" with "sudo" when you disable password for
# poweroff, reboot and zzz commands in your /etc/sudoers.

Back | FazBrowse Home | New Git URL