#github #markdownmise x ubi:jhspetersson/fselect -- fselect 'path, name, size from . WHERE name = "*.md" AND size < 1000'npm install -g git-standup && git standupuvx litecli
npx -y fkill-cli fkill :8000sudo apt install mltuvx --from xxh-xxh xxh user@hostnpx -y --package epr-reader eprnpx -y tunnelmole 8000npx -y localtunnel --port 8000npx -y --package svg-term-cli svg-termnpx -y pageres-cli example.com 1366x768npm publish.uvx --python 3.12 --from beets beet import /path/to/music#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.#speech-to-text #voice-cloning#prediction#best-practiceschrome --host-resolver-rules="MAP www.s-anand.net 192.254.190.216" --user-data-dir="/tmp/chrome-dev" works well. You can replace chrome with microsoft-edge or opera or anything Chromium based.#best-practices #future
#best-practices #optimization #prompt-engineering#future #llm-ops#code-agents #markdown