Pinned Loading
-
postgres_for_everything
postgres_for_everything PublicHow to reduce complexity and move faster? Just Postgres for everything.
-
A bash wrapper around python's mlx_w...
A bash wrapper around python's mlx_whisper to leverage the GPU on a mac for transcription 1# A one liner to leverage the GPU on a mac to transcribe audio files
2# Inspired by https://simonwillison.net/2024/Aug/13/mlx-whisper/
3llm_transcribe_recording () {
4local file_path="$1"
5python3 -c "
-
A handy bash function to convert a v...
A handy bash function to convert a video (e.g. a screen cap) to a gif using ffmpeg in your shell 1function video_to_gif {
2local input_video_path="$1"
3local output_gif_path="$2"
4local fps="${3:-10}"
5local scale="${4:-1080}"
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.