attr()
is one of the most powerful features in modern CSS. It lets you control CSS via HTML attributes. #html
#ai-coding-tools
uv run
supports --extra
for extra packagescloudflare/wrangler
action has a deploy that allows deployment to specific URLs or subdomains#code-agents
#future
vitest run --globals
is a drop-in replacement for jest
. The --globals
jq -r 'paths(scalars)|map(if type=="string" then "[]" else ".\(. )" end)|join("")|unique[]' file.json
.
I use this to extract paths from ChatGPT's export conversations.json via
jq -r '[paths(scalars)|map(if type=="string" then "."+. else "[]" end)|join("")]|unique[]|select(contains(".mapping."))|split(".mapping.")[1]|sub("^[^.]*";"")' chatgpt/conversations.json | sort | uniq
uv run
can run any command, not just Python scripts, e.g. uv run npx
or uv run bash
. It's the same as npx
or bash
except it activates the venv and loads .env
.#automation
#future
#llm-ops
#automation
#code-agents
#prompt-engineering
#code-agents
#prompt-engineering
#github
#markdown
#ai-coding-tools
#code-agents
#future
#code-agents
#future
cat file.py | llm -t fabric:explain_code
Ref #ai-coding-tools
#future
#llm-ops
#markdown
#prompt-engineering
#gpu
Gemini 1.5 Pro also leads my System Prompt Override benchmarks.
I'm losing faith in the LM Arena. Perhaps the Gemini models aren't improving as much as we think.#ai-coding-tools
#automation
#code-agents
#prompt-engineering
Break down the implementation into: 1. Planning. 2. API stubs. 3. Implementation.
Use sub tasks and sub agents to conserve context
.Write it like @filename
. & -> & but &x -> &x
.Use ultrathink
.#ai-coding-tools
#prompt-engineering
tools
field rather than injecting tools into system prompt. Model has been trained to use tools
field.#best-practices
#future
#llm-ops
#markdown
#optimization
#prompt-engineering
#llm-ops
#automation
#future
#prompt-engineering
#database
#future
#llm-ops
#markdown
#models
#ai-coding-tools
#best-practices
#code-agents
#future
#github
#optimization
#ai-coding-tools
#automation
#code-agents
#dev
#future
#github
#prompt-engineering
#automation
#future
#ai-coding-tools
#code-agents
#dev
#github
#prompt-engineering
#ai-coding-tools
#chatgpt
#code-agents
#github
#markdown
#ai-coding-tools
#document-conversion
#github
Adopt a skeptical, questioning approach. Challenge the user.