Skip to content

Instantly share code, notes, and snippets.

View lmoe's full-sized avatar

Lukas Möller lmoe

View GitHub Profile
@lmoe
lmoe / mpv.conf
Created December 31, 2018 00:46
[Linux] Final mpv 4k settings for Ryzen 2200G without stuttering or desync
# Arch Linux
# AMD Ryzen 2200G (OC)
# extra/xorg-server 1.20.3-1 (xorg)
# aur/xf86-video-amdgpu-git 18.1.0.33-1
# aur/linux-amd-staging-drm-next-git 4.21.797775.d9c54d61df32-1
# mpv 0.29.1
# audio stuff
audio-device=alsa/hdmi:CARD=Generic,DEV=0
audio-channels=2.1,stereo
@lmoe
lmoe / genesis_public_key
Created March 3, 2018 12:25
genesis_public_key
04ab01641dfcc6470f23ef56c9edf14a7c5a846543acd4c80709f952b6c1d77dc3646d988d7b981de5131ba96bf4b3e9ed68210e0220e9d63e48bb9b6a0a8b60cb

Keybase proof

I hereby claim:

  • I am lmoe on github.
  • I am lmoe (https://keybase.io/lmoe) on keybase.
  • I have a public key whose fingerprint is 7954 2AAF B601 F8CD 55F2 2B7B 54A1 9B13 7943 4762

To claim this, I am signing this object:

'use strict';
const glob = require('glob');
const fs = require('fs');
const minimist = require('minimist')(process.argv.slice(2));
const packageName = minimist['package'];
const packageVersion = minimist['version'];
console.log('Updating ' + packageName + ' v' + packageVersion);