#features #html #markdown #prompt-engineering #web-devpopover and popovertarget= to associate elements with popovers. This can replace tooltips, dropdowns, menus, toasts, etc.formmethod="dialog" to forms inside <dialog> elements to close the dialog instead of submitting.name= attribute to details for accordion-like behaviorloading="lazy" to images and iframes to load only when user scrolls to themfetchpriority="high" (or low) to image, script, link rel="preload" ... to prioritize loadinginputmode= to inputs for better virtual keyboard experience. Values can be text, decimal, numeric, tel, search, email, url.autocomplete= to form inputs for better autofill experience. Values are extensive and multiple values are allowed. E.g.: name, email, username, new-password, current-password, organization, street-address, postal-code, country, tel, url, cc-number, cc-exp, ...list= to inputs to associate with a <datalist> for suggestions/autocomplete.autocapitalize= to inputs and textareas to control capitalization behavior. Values: off, none, sentences, words, characters.enterkeyhint= to inputs and textareas to customize the enter key on virtual keyboards. Values: enter, done, go, next, previous, search, send.contenteditable="plaintext-only" to disable rich text formatting on editable elementsinert to disable user interaction. Useful for modals to disable background content.form= to associate inputs/buttons with a form outside the form element.download= to anchor tags to suggest file download with a specific filename.capture="environment" to file input to directly open the outward facing camera/mic on mobile devices. "user" opens the inward facing camera/mic. Use accept= values of audio/*, video/* or image/* to specify media type.spellcheck="false" to disable spell checking on inputs or textareas, e.g. for code snippets.<dialog>: for native modals, popups, etc. Methods: show(), showModal(), and close().<meter>: for displaying scalar values within a known range, e.g. disk usage, battery level, etc.<progress>: for displaying progress of a task. Similar to meter but indicates progress rather than a static value.<track kind="captions">: for adding captions/subtitles to <video> elements.<data value="...">: to capture values in a more query-able way than data-* attributes.#best-practices #optimization #prompt-engineering#best-practices #future #prompt-engineering #think#chatgpt #prompt-engineering #speech-to-text #voice-cloning#ai-coding #automation #code-agents #github #prompt-engineering#ai-coding #code-agents #prompt-engineering#automation #best-practices #future #markdown #optimization #prompt-engineering#ai-coding #code-agents #prompt-engineering#ai-coding #automation #code-agents #future #prompt-engineering#ai-coding #best-practices #code-agents #github #html #markdown #optimization #prompt-engineering #web-dev#automation #best-practices #code-agents #github #prompt-engineering#best-practices #prompt-engineering#ai-coding #automation #code-agents #prompt-engineering #voice-cloning#best-practices #code-agents #prompt-engineering#ai-coding #code-agents #dev #future #github #markdown #prompt-engineering#automation #future #image-generation #models #optimization #prompt-engineering#cloud #future #prompt-engineering #server #todo#code-agents #prompt-engineering #beliefs#ai-coding #best-practices #code-agents #github #markdown #prompt-engineering #write#automation #best-practices #future #gpu #optimization #prompt-engineering#future #llm-ops #prompt-engineering#ai-coding #code-agents #prompt-engineering#best-practices #code-agents #github #prompt-engineeringast-grep as a pre-commit hook to block rule violations.continue messages** before stepping away#ai-coding #dev #prompt-engineering#github #prompt-engineering#ai-coding #code-agents #future #prompt-engineering#ai-coding #automation #best-practices #code-agents #dev #future #optimization #prompt-engineering#code-agents #prompt-engineering#ai-coding #automation #best-practices #code-agents #future #prompt-engineering #prediction#code-agents #github #prompt-engineering#best-practices #optimization #prompt-engineering#ai-coding #automation #code-agents #future #prompt-engineering#automation #code-agents #github #llm-ops #prompt-engineering#code-agents #dev #future #github #html #markdown #prompt-engineeringconst branch = await $`git branch --show-current`;
await $`dep deploy --branch=${branch}`;
#ai-coding #best-practices #future #github #markdown #prompt-engineeringmise. #code-agents #dev #github #markdown #prompt-engineering #writehurl is a CLI config-based HTTP automation tool. Useful for tests, bulk (templatized) HTTP requests, etc. #github #html #prompt-engineeringprek is a much faster version of pre-commit - a cross-language pre-commit hook manager. #future #github #markdown #prompt-engineering#best-practices #code-agents #future #prompt-engineering #predictionprotected_group; show SHAP top features per group; propose three policy levers to reduce disparity.#automation #code-agents #optimization #prompt-engineering#ai-coding #best-practices #code-agents #dev #github #prompt-engineering/init in Claude Code / Codex / ... or have an LLM generate a developer guide.-c model_reasoning_effort=high in Codex.#ai-coding #code-agents #dev #github #llm-ops #prompt-engineeringrecord fish script with an echo reminding me to write the meeting goal, my role, practice kind candor, and measure effectiveness.) #automation #best-practices #future #prompt-engineering#ai-coding #automation #code-agents #optimization #prompt-engineering#best-practices #optimization #prompt-engineering#ai-coding #automation #best-practices #code-agents #future #optimization #prompt-engineering#best-practices #future #optimization #prompt-engineering#future #llm-ops #prompt-engineering#automation #code-agents #gpu #markdown #optimization #prompt-engineering #speech-to-text#code-agents #prompt-engineering#automation #code-agents #future #optimization #prompt-engineering#best-practices #future #optimization #prompt-engineering#automation #future #optimization #prompt-engineering#ai-coding #automation #code-agents #dev #future #prompt-engineering#best-practices #optimization #prompt-engineeringspec.md to AI coding agents rather than directly typing-in prompts. This lets you meta-prompt and (collaboratively) iterate on the spec.md, version the prompts as specs, and generate specs as documentation. Tanika Gupta #ai-coding #code-agents #future #github #markdown #prompt-engineeringapply_patch() function. Implement this in JavaScript #github #markdown #prompt-engineering #medium#ai-coding #code-agents #future #prompt-engineering #prediction#markdown #prompt-engineering#code-agents #dev #markdown #prompt-engineering #medium#ai-coding #automation #code-agents #dev #github #markdown #prompt-engineering#ai-coding #best-practices #code-agents #optimization #prompt-engineering#ai-coding #best-practices #code-agents #dev #future #github #markdown #prompt-engineering#ai-coding #dev #future #github #llm-ops #prompt-engineering#ai-coding #code-agents #llm-ops #prompt-engineering #voice-cloning#llm-ops #prompt-engineeringprompts.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#ai-coding #best-practices #code-agents #prompt-engineering#code-agents #future #prompt-engineering"type": "custom" that lets it write code as an argument to a tool call. Great for code / SQL generation. Even more powerfully, you can generate output following specific grammars, e.g. STL files, PostgreSQL dialect, Mermaid/PlantUML diagrams, OpenAPI specs, Vega-Lite JSONs, Cron expressions, GraphQL SDLs, Dockerfiles, Terraform HCLs, or any DSL! # #ai-coding #automation #code-agents #github #markdown #prompt-engineering#chatgpt #prompt-engineering#prompt-engineeringnode --experimental-sea-config sea-config.json builds standalone binaries.node: prefix for built-in imports. import { createServer } from 'node:http';node --watch file.js auto-reloads when file.js or dependencies change.node --env-file=.env loads .env as environment variables.node:test is a full-featured test framework with --watch and coverage.#best-practices #chatgpt #code-agents #future #github #markdown #optimization #prompt-engineering#automation #future #markdown #prompt-engineering#automation #prompt-engineering #speech-to-text #voice-cloning #ai-codingpython asks it to use uv.#future #prompt-engineering #prediction#ai-coding #code-agents #document-conversion #prompt-engineering #write#prompt-engineering #askask clarifying questions when needed
#code-agents #future #prompt-engineering #search #try#optimization #prompt-engineering #ai-coding#ai-coding #automation #code-agents #dev #future #markdown #optimization #prompt-engineering#ai-coding #automation #code-agents #dev #github #markdown #prompt-engineeringclaude --debug shows what Claude Code is doing behind a scenes -- and is a good way to understand hidden / undocumented features..claude/commands/.CLAUDE.md, AGENTS.md and GEMINI.md into a CONVENTIONS.md#best-practices #code-agents #prompt-engineeringweb tool to access up-to-date information…"<immersive> id="…" type="text/markdown""canmore tool creates and updates textdocs that are shown in a "canvas"…"search_query: …"thought"#ai-coding #automation #code-agents #github #prompt-engineering#ai-coding #automation #chatgpt #code-agents #llm-ops #prompt-engineering#code-agents #prompt-engineering#automation #best-practices #document-conversion #future #optimization #prompt-engineering #write#ai-coding #automation #optimization #prompt-engineering#best-practices #future #prompt-engineering#automation #code-agents #prompt-engineering#code-agents #prompt-engineeringcat file.py | llm -t fabric:explain_code Ref #future #llm-ops #markdown #prompt-engineering#ai-coding #automation #code-agents #prompt-engineeringBreak 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.#prompt-engineeringtools 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#automation #future #prompt-engineering#ai-coding #automation #code-agents #dev #future #github #prompt-engineering#ai-coding #code-agents #dev #future #github #prompt-engineering#prompt-engineering#ai-coding #code-agents #llm-ops #prompt-engineering#ai-coding #code-agents #dev #github #html #markdown #prompt-engineering#future #github #markdown #prompt-engineering#automation #future #markdown #optimization #prompt-engineering#best-practices #chatgpt #optimization #prompt-engineering#prompt-engineering#automation #future #html #llm-ops #prompt-engineering #write #ai-coding#chatgpt #llm-ops #prompt-engineering#future #llm-ops #prompt-engineeringcmdg. #code-agents #github #llm-ops #markdown #prompt-engineering#ai-coding #embeddings #future #optimization #prompt-engineering#chatgpt #gpu #prompt-engineeringtqdm.pbar can print logs while showing progress. It's worth noting such learnings until it becomes a habit. #ai-coding #automation #code-agents #future #github #markdown #prompt-engineering #learning#ai-coding #code-agents #future #markdown #prompt-engineering#ai-coding #code-agents #dev #prompt-engineering #web-dev#prompt-engineering#ai-coding #code-agents #github #markdown #prompt-engineering#ai-coding #code-agents #dev #github #llm-ops #markdown #prompt-engineeringai! comment to trigger changes and ai? to ask questions.tmux based LLM tool for the command line. It screen-grabs from tmux, which is powerful.make sucks but is hard to beat. just comes closest.yjs is a good start but automerge (Rust, WASM) is faster and may be better.#automation #prompt-engineering#ai-coding #code-agents #dev #github #html #markdown #prompt-engineering #web-devjq for HTML. #github #html #markdown #prompt-engineering #web-dev#best-practices #prompt-engineering#future #html #prompt-engineering#automation #markdown #optimization #prompt-engineering#ai-coding #automation #code-agents #html #optimization #prompt-engineering #web-devgid to each element.#code-agents #html #markdown #prompt-engineering<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script><script>document.body.innerHTML = marked(document.body.textContent);</script>. Use for dynamically generated static sites.?format=markdown vs ?format=html vs ?format=json. Use in APIs.Accept header, serve Markdown or HTML. Send Vary: Accept to indicate that the response depends on the Accept header. Use for dynamic web apps.#document-conversion #github #markdown #prompt-engineering#automation #future #prompt-engineering#ai-coding #automation #code-agents #prompt-engineering#automation #code-agents #llm-ops #optimization #prompt-engineering#ai-coding #code-agents #prompt-engineering#chatgpt #future #prompt-engineering#prompt-engineering#ai-coding #code-agents #llm-ops #markdown #optimization #prompt-engineering #write#ai-coding #code-agents #prompt-engineeringmise x ubi:router-for-me/CLIProxyAPI -- cli-proxy-api starts a local server that proxies requests.config.yaml, update the keys, and configure your coding agent, e.g. Codex to use it.#prompt-engineering#automation #prompt-engineering#code-agents #dev #github #prompt-engineering #1#llm-ops #prompt-engineering#ai-coding #automation #code-agents #llm-ops #prompt-engineering#automation #code-agents #llm-ops #prompt-engineering#automation #best-practices #llm-ops #optimization #prompt-engineering #ask#automation #code-agents #prompt-engineering#chatgpt #code-agents #github #prompt-engineering#ai-coding #code-agents #markdown #prompt-engineering#prompt-engineering#ai-coding #code-agents #prompt-engineering#best-practices #dev #llm-ops #prompt-engineering#dev #github #prompt-engineering#automation #code-agents #future #github #prompt-engineering#prompt-engineering#future #llm-ops #optimization #prompt-engineering#best-practices #optimization #prompt-engineering #learning#ai-coding #code-agents #dev #github #prompt-engineering#automation #dev #markdown #prompt-engineering#best-practices #github #prompt-engineering#prompt-engineering #python #speech-to-text<link rel="modulepreload"> lets you load and compile modules early! #future #html #prompt-engineering#code-agents #dev #future #markdown #prompt-engineering #write#code-agents #llm-ops #markdown #prompt-engineering
#ai-coding #automation #code-agents #future #llm-ops #prompt-engineering#future #prompt-engineering#ai-coding #future #markdown #prompt-engineering #predictionsearch_enterprise(query: str) tool and a hint(M365Copilot_language: str) tool as assistants. #code-agents #prompt-engineering#optimization #prompt-engineering#ai-coding #automation #code-agents #dev #future #github #markdown #prompt-engineering
#llm-ops #prompt-engineering #try #impossibleffmpeg -i filename [YOUR OPTIONS].pip install llmfoundry#code-agents #future #prompt-engineering#ai-coding #automation #best-practices #future #llm-ops #optimization #prompt-engineering#gpu #llm-ops #optimization #prompt-engineering#hosting #prompt-engineering #server #web-dev#code-agents #prompt-engineering#future #llm-ops #markdown #models #prompt-engineering#best-practices #dev #future #prompt-engineering #prediction#automation #future #prompt-engineering#prompt-engineering #web-dev#future #html #prompt-engineering #web-dev#ai-coding #automation #prompt-engineering #speech-to-text #tts#future #optimization #prompt-engineering#ai-coding #prompt-engineering #todo #anstoml is part of the Python 3.11 standard library!{'code', 'optimized_code'} will generate code and then optimize it. #code-agents #future #optimization #prompt-engineering#prompt-engineering#automation #prompt-engineering #lesson#github #markdown #prompt-engineering#markdown #optimization #prompt-engineering#ai-coding #automation #code-agents #future #llm-ops #optimization #prompt-engineering #learning#ai-coding #automation #code-agents #prompt-engineering #try#chatgpt #future #prompt-engineering#automation #chatgpt #code-agents #prompt-engineering #speech-to-text #tts