Claude Code Dynamic Workflows로 내 AI 코딩 하네스를 점검하고 정리하기 위한 프롬프트입니다.
이 프롬프트는 두 단계로 나누어 쓰는 것을 권장합니다.
/harness-legacy-scan: 읽기 전용 진단/harness-diet: 승인된 low-risk 항목만 정리
삭제나 권한 변경보다 먼저 진단을 수행하는 흐름입니다. 모든 규칙이 레거시는 아니고, 실제 실수를 막는 안전장치는 유지해야 합니다.
| sass/ | |
| | | |
| |– base/ | |
| | |– _reset.scss # Reset/normalize | |
| | |– _typography.scss # Typography rules | |
| | ... # Etc… | |
| | | |
| |– components/ | |
| | |– _buttons.scss # Buttons | |
| | |– _carousel.scss # Carousel |
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.
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.
| """ | |
| Code discussed in: | |
| https://youtu.be/Ox0tD58DTG0 | |
| This video is mostly about understadning decidable vs. semi-decidable sets | |
| and showing that they are not the same, i.e. there are undecidable but still semi-decidable. | |
| We'll show how the Halting problem is of that type. It will be non-decidable by diagonalization | |
| and we'll impement a general dovetailing_runing algorithm that makes it clear that it's semi-decidable. | |
| """ |
| // ==UserScript== | |
| // @name GLM Coding Rush - 智谱编程助手抢购脚本 | |
| // @namespace https://gist.github.com/LessUp | |
| // @version 1.1.0 | |
| // @description 智谱 GLM Coding 一键抢购脚本 — 自动解锁售罄按钮 / 高速重试引擎 / bizId 双重校验 / 错误弹窗自动恢复 / 支付弹窗保护 / 秒级定时触发 / 可拖拽浮动面板 | |
| // @author LessUp | |
| // @match *://www.bigmodel.cn/* | |
| // @match https://bigmodel.cn/glm-coding* | |
| // @run-at document-start | |
| // @grant none |
You may have seen something like the above on websites (especially Chinese and Japanese). These are interactive 2D character animations that can be integrated into websites. They are designed to run on the client side using JavaScript and graphics assets with Live2D technology. The characters can move and respond to user interactions.
Here’s a basic idea of how you can add a Live2D widget to a website:
NeoVim is a modal editor, primarily featuring the following modes:
Esc to return to this mode from others.i, a, o.You have a rooted device, and your granted apps still have root access, but the Magisk app itself says "N/A" for the installed version. It cannot grant root to new apps or manage modules.
This usually happens if you:
magiskd daemon doesn't recognize.