Skip to content
View LTeder's full-sized avatar
♾️
♾️

Block or report LTeder

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
LTeder/README.md

Pinned Loading

  1. Helpful Reddit domains for LeechBlock Helpful Reddit domains for LeechBlock
    1
    +reddit.com/media?*
    2
    +reddit.com/notifications
    3
    +reddit.com/r/*ai*
    4
    +reddit.com/r/*anthropic*
    5
    +reddit.com/r/*claude*
  2. AWS S3 download_fileobj tqdm progres... AWS S3 download_fileobj tqdm progress callback
    1
    #python3
    2
    BUCKET_NAME = 'your_s3_bucket_name'
    3
    FILE_NAME = 'your_s3_file_name'
    4
    
                  
    5
    s3 = boto3.resource('s3')
  3. LLM pair programmer custom directions LLM pair programmer custom directions
    1
    The following notes are relevant whenever dealing with code. 
    2
    When not dealing with code, these instructions indicate preferred ways of communicating.
    3
    
                  
    4
    * When generating comments, attempt to match my style as it's provided in context
    5
    * Overlong comments are a mistake
  4. MIDI piano transcription from any re... MIDI piano transcription from any recording
    1
    Using a couple repos with Python, you can transcribe any piano recording to MIDI.
    2
    Each will use their own environment. Pretty straightforward with conda/mamba.
    3
    
                  
    4
    Both steps incur some loss which affects the quality of the end result.
    5
    But on any reasonably hi-fi recording since the late 60s you should get acceptable results. Super useful for dumping into Syn/[Neothesia](https://github.com/PolyMeilex/Neothesia).