#ai-coding
#automation
#code-agents
#dev
#github
#markdown
#prompt-engineering
#document-conversion
#future
#llm-ops
#markdown
#ai-coding
#best-practices
#code-agents
#optimization
#prompt-engineering
#ai-coding
#code-agents
#llm-ops
#prompt-engineering
#voice-cloning
#chatgpt
#speech-to-text
#tts
#automation
#code-agents
#llm-ops
#prompt-engineering
apply_patch()
function. Aider supports multiple edit formats that are commonly referenced as a standard. Code Surgery has a good walkthrough of various strategies. These are similar to Google's diff-match-patch approach (which fuzzy matches and then patches) but does not require line numbers. ChatGPT #ai-coding
#chatgpt
#github
#markdown
#chatgpt
#search
#faq
#ask
?q=...
prefills in a new chat and often auto-submits, especially small text #. Useful for:?model=...
selects a model (e.g., gpt-5-thinking
).?hints=search
enables Search mode?temporary-chat=true
opens a new temporary chat#voice-cloning
#llm-ops
prompts.md
, told Codex "prompts.md has a prompt under the "# Improve schema" section starting line 294. This is a prompt that will be passed to Claude Code to implement. Ask me questions as required and improve the prompt so that the results will be in line with my expectations, one-shot." After a few discussions, it generated this remarkable prompt. This prompt was easy for me to review AND easy for Claude Code to understand because of the lack of inconsistencies. #ai-coding
#code-agents
#prompt-engineering
#dev
#future
#prompt-engineering
#ai-coding
#automation
#best-practices
#code-agents
#dev
#prompt-engineering
#document-conversion
#image-generation
#best-practices
verbosity
. low
: concise response, medium
: default, high
: verbosereasoning_effort
: minimal
: almost none. medium
: default. Or low
, high
.truncation
: auto
: truncate response by dropping input items in the middle. disabled
: defaultprediction
: speeds up output for minor corrections to textprompt_cache_key
: tailors per-user caches#web-dev
#very-hard
uv run llmform.py --dir ~/notes --dir ~/personal
--dir
) for text content useful to fill the field, and fills it and prints a report of what was filled (with level of confidence and possible alternatives) and what was not.#code-agents
#dev
#markdown
#prompt-engineering
#medium
#gpu
#medium
#easy
#medium
#ai-coding
#best-practices
#code-agents
#dev
#future
#github
#markdown
#prompt-engineering
#future
#ai-coding
#dev
#future
#github
#llm-ops
#prompt-engineering
.parquet
with schema & dbmate migrations, suitable for use as a data lake.#future
#llm-ops
#future
git clone --filter='blobs:size=100k' <repo>
will clone files under 100K and fetch the rest only on checkout. Over time, Git LFS capabilities will migrate into native Git. Ref #github
#best-practices
#markdown
#prompt-engineering
#investment
#beliefs
#future
#beliefs
#ai-coding
#best-practices
#code-agents
#prompt-engineering
#ai-coding
#ai-coding
#best-practices
#optimization
#code-agents
#future
#prompt-engineering
#ai-coding
#code-agents
#ai-coding
#embeddings
#gpu
#markdown
Tensorflow Projector or Mantis (Demo).#html
#web-dev
id3v2
, mid3v2
and eyeD3
seem the cleanest way of editing MP3 tags on the CLI. mid3v2
was already installed on my system.#best-practices
git bisect
is a regression-finding superpower.#models
#embeddings
S
, like #graph2vec
from Graph KernelS
(i.e. spread each document towards neighbors), then calculate similaritiesS
and the embedding similarity matrix