#hosting
#server
sqlite3 my_database.db .dump | gzip
is a more efficient way to copy SQLite databases than the original if you have indices. Ref#future
#llm-ops
#automation
ngrok http
on the CLI can be used in surprisingly versatile ways: ngrok http file://$PWD
to serve local files--compression
for gzip compression--host-header=example.com
to set the Host header--response-header-add "Access-Control-Allow-Origin: *"
to enable CORS--basic-auth='user:password
for basic auth--oauth google --oauth-client-id $CLIENT_ID --oauth-client-secret $SECRET --oauth-allow-domain gramener.com --oauth-allow-email ...
for Google Auth. It supports other oauth providers as well as OIDC.--ua-filter-deny ".*bot$"
to reject user agents ending with bot
uv
now supports: #ai-coding-tools
#cloud
#github
#hosting
gh codespace create --idle-timeout 10m --machine basicLinux32gb -R $USER/$REPO
returns the $CONTAINER_IDgh codespace ssh -c $CONTAINER_ID
gh codespace delete -c $CONTAINER_ID
How do undo fish_add_path
(a typical question I have on a flight). My takeaway is you need an 8b model to answer this kind of question, and for now, qwen3 beats the others. fish_remove_path
#gpu
#chatgpt
uvx streamdown --exec 'llm chat'
lets you chat with an LLM using Markdown formatting. It's still a little rough at the edges. #llm-ops
#markdown
#future
#future
#ai-coding-tools
#automation
#code-agents
#dev
#future
#html
#llm-ops
#markdown
#prompt-engineering
#chatgpt
#llm-ops
#prompt-engineering
#ai-coding-tools
#code-agents
#github