#cloud
#database
#github
#markdown
#cloud
#database
.stretched-link
that makes a link cover the containing block. A clever trick that I discovered when Claude 3.5 Sonnet wrote my code. #html
#database
/etc/systemd/logind.conf
: Set HandleLidSwitch=ignore
etc/UPower/UPower.conf
: Set IgnoreLid=true
UV_TORCH_BACKEND=auto uv pip install torch torchvision torchaudio
installs the most appropriate PyTorch version. Ref#ai-coding-tools
#cloud
#hosting
#future
cat file.md | pandoc -f markdown -t html
). My favorites: #document-conversion
#html
#markdown
--no-highlight
skips code-highlighting. --highlight=pygments
adds Pygments styling--wrap=none
doesn't wrap the content in a single block--number-sections
adds section numbering (<h2>1. Introduction</h2>
)--shift-heading-level-by=NUM
β shift all headings by NUM levels (e.g., start at <h2>
instead of <h1>
)pandoc -f markdown-auto_identifiers
drops the auto-identifiers extension that generates id=...
for each headingpandoc -f gfm
uses GitHub flavored Markdown. Run pandoc --list-extensions=gfm
to identify the extensions it uses.alerts
: GitHub-style callouts (info, tip, warning) via > [!TYPE]
blocks.autolink_bare_uris
: Turns bare URLs into links, without needing <...>
.emoji
: Parses :smile:
-style codes into Unicode emoji characters.footnotes
: Enables footnote syntax with [^id]
and definitions at the bottom.gfm_auto_identifiers
: Uses GitHubβs heading-ID algorithm: spaces β dashes, lowercase, removes punctuation.pipe_tables
: Enables table.raw_html
: Raw HTML is unchanged.strikeout
: Enables strikethrough with ~~text~~
.task_lists
: Parses - [ ]
and - [x]
items as checkboxes.yaml_metadata_block
: YAML front matter for document metadata, e.g. <title>
ascii_identifiers
: Strips accents/non-Latin letters in automatically generated IDs.bracketed_spans
: [Warning]{.alert}
becomes <span class="alert">
definition_lists
: Term\n: Definition text
becomes a definition listfenced_divs
: ::: {.note}
block creates a <div class="note">...</div>
implicit_figures
: Standalone images become <figure>
with <figcaption>
.implicit_header_references
: [Section]
is treated as [Section][#section]
raw_attribute
: <b>bold</b>
{=html} is inserted as HTMLsmart
: Converts straight quotes to curly, --
to en-dash, ---
to em-dash, ...
to ellipsis.subscript & superscript
: E.g. H~2~O
and E = mc^2^
#markdown
#chatgpt
GEMINI_API_KEY=... uvx llm-min -i $DIR
#llm-ops
#cloud
#llm-ops
#future
#llm-ops
#ai-coding-tools
#automation
#future
#markdown
#optimization
#prompt-engineering
#best-practices
#chatgpt
#optimization
#prompt-engineering
#cloud
#gpu
Service | $ |
---|---|
Cloudflare Vectorize | 0.38 |
TurboPuffer (min $64/mo) | 1.12 |
Pinecone (Serverless) | 1.27 |
Supabase (pgvector Micro) | 10.00 |
Redis Cloud Flex (~3 GB) | 15.00 |
Elastic Serverless | 65.84 |
Weaviate Cloud (Serverless) | 73.00 |
Qdrant Cloud (4 CPU / 8 GB) | 107.16 |
Azure AI Search (S1 1 SU) | 245.28 |
AWS OpenSearch Serverless | 350.00 |
Google Vertex AI Vector Search | 547.50 |
uv
). #gpu
#speech-to-text
#future
#automation
#future
#gpu
#models
#chatgpt
#code-agents