Skip to content
View dreness's full-sized avatar
🤖
🤖

Organizations

@burningmantech @apple
Block or Report

Block or report dreness

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Attempt to repair an interrupted Qui... Attempt to repair an interrupted QuickTime Player audio recording
    1
    #!/bin/zsh
    2
    
                  
    3
    
                  
    4
    # https://gist.github.com/dreness/e61fb16dcb831adaf6ff
    5
    # dre@mac.com
  2. macOS log haystack needler macOS log haystack needler
    1
    #!/bin/zsh
    2
    # set -x
    3
    
                  
    4
    # Reference: https://dreness.com/blog/archives/155773
    5
    
                  
  3. Extract "long notes" from audio, opt... Extract "long notes" from audio, optimized for speech.
    1
    import parselmouth
    2
    # import IPython
    3
    import os
    4
    import sys
    5
    import pandas as pd
  4. 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