Skip to content

Instantly share code, notes, and snippets.

View mxmilkiib's full-sized avatar
🔊
x1000ing w/ AI

Milkii Brewster mxmilkiib

🔊
x1000ing w/ AI
View GitHub Profile
{
"user_action": "ui error",
"request": "App crash, UI failure",
"content_language": "GB",
"service": "none",
"package": "org.schabi.newpipe",
"version": "0.18.2",
"os": "Linux samsung\/crownltexx\/crownlte:10\/QP1A.190711.020\/N960FXXU4DSLB:user\/release-keys 10 - 29",
"time": "2020-01-29 03:47",
"exceptions": [
PID: 8085 (pulseaudio)
UID: 1000 (milk)
GID: 1000 (milk)
Signal: 6 (ABRT)
Timestamp: Fri 2020-01-24 18:37:33 GMT (2min 58s ago)
Command Line: /usr/bin/pulseaudio --daemonize=no
Executable: /usr/bin/pulseaudio
Control Group: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
Unit: user@1000.service
User Unit: pulseaudio.service
@mxmilkiib
mxmilkiib / gist:bdab37f2e63a73fba961ffdf9ac5596c
Created January 22, 2020 03:10
temp - mtr to archlinux.org
My traceroute [v0.93]
rose.local (192.168.1.2) 2020-01-22T03:10:18+0000
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Drop Rcv Last Avg Best Wrst StDev Gmean Jttr Javg Jmax Jint
1. AS??? _gateway (192.168.1.1) 0.
@mxmilkiib
mxmilkiib / PKGBUILD
Last active January 15, 2020 02:32
PKGBUILD for wayland-mali - untested - to clean up
pkgname=wayland-mali
pkgver=1.17.0
pkgrel=1
pkgdesc='A computer display server protocol'
arch=('aarch64')
url='https://wayland.freedesktop.org/'
license=('MIT')
depends=('glibc' 'libffi' 'expat' 'libxml2' 'mesa-git-mali')
conflicts=('wayland')
provides=('wayland')
@mxmilkiib
mxmilkiib / PKGBUILD
Last active January 15, 2020 02:24
PKGBUILD for mesa-git-mali - untested - to clean up
pkgname=mesa-git-mali
pkgver=79.0.3945.88
_pkgrel='1'
pkgrel=1
pkgdesc='an open-source implementation of the OpenGL specification, git version'
url="https://www.mesa3d.org"
arch=('aarch64')
makedepends=('git' 'python-mako' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr'
@mxmilkiib
mxmilkiib / boot.ini
Created December 22, 2019 14:30
ODROID N2 boot.ini
ODROIDN2-UBOOT-CONFIG
# Default Console Device Setting
setenv condev "console=ttyS0,115200n8" # on both
# Auto Detection of Monitor settings based on your Screen information
setenv display_autodetect "true"
# HDMI Mode
# Resolution Configuration
// background {}
body { background-color: rgb(141, 185, 126) !important }
// simplify header {}
header { padding: 0px 9px 6px !important; height: 2em; }
header a img { display: none; }
header h2 { top: 5px !important; }
header h2 small { display: none; }

Keybase proof

I hereby claim:

  • I am mxmilkb on github.
  • I am mxmilkb (https://keybase.io/mxmilkb) on keybase.
  • I have a public key ASDRNadqkE3OxeCz4rMCkSQakKvgLVQ2gfHKcsNwFdsdZQo

To claim this, I am signing this object:

@mxmilkiib
mxmilkiib / 1_5_19.css
Created May 1, 2019 09:08
KanBoard - Moon theme - CSS extras
// background {}
body { background-color: rgb(81, 152, 57) !important }
// simplify header {}
header { padding: 0 10px !important; height: 2em; }
header a img { display: none; }
header h2 { top: 5px !important; }
header h2 small { display: none; }
@mxmilkiib
mxmilkiib / DJingWithModuleMusic.md
Last active January 9, 2020 01:30
DJing with module music

Update: a problem happened, a large amount of the content was removed by accident. Most has been restored since, but still todo: fix up the text further.

DJing With Module Music

This is a wee guide to mixing with module music, i.e. music files that contain a set of audio samples, along with a set of sequences of those samples, with those sequences forming a song.

There are two FLOSS software options for this task:

  • Mixxx, the best open source DJing software available out there.
    • Snags: Only recent versions of the Linux version of Mixxx have this feature enabled by default. Stereo only; no individual track muting/soloing/fx.
  • Chipdisco, a Java app with beatmatch, pitch shift and mute track features.