dreness
Follow
Pinned Loading
-
Attempt to repair an interrupted Qui...
Attempt to repair an interrupted QuickTime Player audio recording 1#!/bin/zsh
234# https://gist.github.com/dreness/e61fb16dcb831adaf6ff
5# dre@mac.com
-
macOS log haystack needler
macOS log haystack needler 1#!/bin/zsh
2# set -x
34# Reference: https://dreness.com/blog/archives/155773
5 -
Extract "long notes" from audio, opt...
Extract "long notes" from audio, optimized for speech. 1import parselmouth
2# import IPython
3import os
4import sys
5import pandas as pd
-
One-liner to open the most recent vi...
One-liner to open the most recent video in your YouTube watch history 1# This is for macOS, and requires that you have yt-dlp and Chrome installed.
2# yt-dlp gains easy access to your youtube profile by borrowing cookies from
3# Chrome, so you'll need to have logged into youtube with Chrome. The yt-dlp
4# command will return the URL to the video at the top of your history, which
5# can then be opened using your tool of choice - in this case, I pass it to
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.