Skip to content

Instantly share code, notes, and snippets.

View derEremit's full-sized avatar

Sebastian Paul derEremit

  • maloon GmbH
  • Germany
View GitHub Profile
@derEremit
derEremit / README.md
Created May 27, 2026 09:54
PipeWire 1.6.x ALSA follower wedge — bisect harness for pipewire/pipewire#5210

PipeWire 1.6.x ALSA follower wedge — bisect harness

Reproducer + bisect oracle for pipewire/pipewire#5210 ("ALSA playback follower enters permanent resync loop on USB pro-audio device"). Used to bisect to d3946c0b1 "node: remove node.link-group from drivers" as the introducer on the 1.6 stable branch (clean boundary 8daf4ba6b GOOD → d3946c0b1 BAD).

Files

Verifying that +dereremit is my blockchain ID. https://onename.com/dereremit
@derEremit
derEremit / gist:5133332
Created March 11, 2013 10:31
vagrant speedup
im host:
mkdir -p ~/.cache/vagrant-apt-cache/precise64/partial/
in Vagrantfile unter
config.vm.define:
if File.directory? File.expand_path "~/.cache/vagrant-apt-cache/precise64/partial/"
config.vm.share_folder "apt-cache", "/var/cache/apt/archives", "~/.cache/vagrant-apt-cache/precise64", :owner => "root", :group => "root"
end
@derEremit
derEremit / thinkubuntu-2.sh
Created August 6, 2012 18:31 — forked from sagark/thinkubuntu-2
Dependencies
sudo apt-get install xorg-dev
sudo apt-get install git
@derEremit
derEremit / gource-multiple-repositories.sh
Created November 8, 2011 14:58 — forked from anonymous/gource-multiple-repositories.sh
Generates gource video out of multiple repositories.
#!/usr/bin/env bash
# Generates gource video (h.264) out of multiple repositories.
# Pass the repositories in command line arguments.
# Example:
# <this.sh> /path/to/repo1 /path/to/repo2
RESOLUTION="1600x1080"
outfile="gource.mp4"
i=0