Skip to content

Instantly share code, notes, and snippets.

@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@noromanba
noromanba / twitch-irc-with-weechat.mkd
Last active January 24, 2024 01:17
How to join Twitch IRC w/ WeeChat
@mktwo
mktwo / YTLimiter.js
Last active July 21, 2023 09:39
A userscript that compresses YouTube audio so loud sections (such as intros that are at an average of 0dB when the video is at -6dB) aren't as awful.
// ==UserScript==
// @name YouTube Audio Compressor/Limiter
// @description A somewhat passable solution to YouTubers who don't know how to look at a dB meter while editing their videos... (Makes very loud sections not as deafening!)
// @author Tim (@ineedfocus)
// @include https://www.youtube.com/*
// @include http://www.youtube.com/*
// ==/UserScript==
//Apply compression to YouTube video
function fixAudio(element) {