Skip to content
View altermarkive's full-sized avatar

Block or report altermarkive

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
altermarkive/README.md

languages

Favorites

Favorite git Commands

Print all files ever committed:

git log --abbrev-commit --pretty=oneline | cut -d ' ' -f 1 | xargs -L1 git diff-tree --no-commit-id --name-only -r | sort | uniq

Scheduled prefetch:

git maintenance start

Accelerate status:

git config core.fsmonitor true
git config core.untrackedcache true

Favorite Mapping Tools

Favorite macOS Commands

Disable sleep on macOS to avoid interrupting background network tasks with screen lock:

sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1

Favorite Visual Studio Code Extensions

Pinned Loading

  1. javascript-emscripten-bitcoin-miner Public

    Forked from donatedbitcoinsoftware/Flash-Player-Bitcoin-Miner

    JavaScript Emscripten Bitcoin Miner

    JavaScript 46 20

  2. experimental-fall-detector-android-app Public

    Experimental Fall Detector Android App

    Kotlin 59 34

  3. numerai-experiments Public

    Numerai Experiments

    Python 16 7

  4. cloud-experiments Public

    AWS / Azure / Kubernetes - Experiments

    Shell 3 5