podman run -d --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 postgres:latest
podman exec -it postgres psql -U postgres -c "CREATE DATABASE mydb;"
#python
apt
/ venv
. It has an immutable file system. DevBox is a higher-level tool built on top of Nix that streamlines developer workflows, e.g. common project environment setup.dev.containers.dockerPath": "podman"
Ref#database
#database
WITH
sessions AS (FROM events SELECT COUNT(DISTINCT session_id) AS value),
pages AS (FROM events SELECT COUNT(*) AS value)
FROM sessions, pages
SELECT sessions.value / pages.value AS pages_per_session;
GROUP BY *
that groups by all categorical columns. SELECT x, y, COUNT(*) FROM t GROUP BY *
is equivalent to SELECT x, y, COUNT(*) FROM t GROUP BY x, y
.{"key": "shift+enter", "command": "workbench.action.terminal.runSelectedText", "when": "editorFocus"}
to the keybindings.json
file. Press Shift-Enter to run the selection on the terminal. Useful for DuckDB, SQLite, etc. Ref #ai-coding-tools
#dev
#markdown
#future
#speech-to-text
#voice-cloning
#future
#llm-ops
#speech-to-text
#voice-cloning
#llm-ops