Skip to content

Instantly share code, notes, and snippets.

View grimmcreative's full-sized avatar

Maximilian Grimm grimmcreative

View GitHub Profile
@grimmcreative
grimmcreative / shadow-priest-builds-season2-2023.md
Last active August 15, 2023 12:15
Shadow Priest Builds Season 2 - 2023

10.1.5 Builds

  • Last Updated: 8/8/2023 - Fixed an issue where Dark Ascension ST build was not using Distorted Reality.
  • Last Updated: 8/7/2023 - Update from recent hotfixes. Almost every build adjusted.

Single Target

If you can make it work, Dark Ascension can net you about 2% DPS over Void Eruption builds in single target. This number can vary based on movement, specifically during cooldowns. Voidform giving you access to Void Bolt gives you a considerable edge when handling movement during cooldowns, whereas Dark Ascension is more turret. We provide top builds for both in case you want one vs. the other for that reason.

Dark Ascension

# Screenshots
mkdir ~/Pictures/Screenshots/
defaults write com.apple.screencapture location ~/Pictures/Screenshots/
# Disable cloude Save
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
#Use current directory as default search scope in Finder
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
# Screenshots
mkdir ~/Pictures/Screenshots/
defaults write com.apple.screencapture location ~/Pictures/Screenshots/
# Disable cloude Save
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
#Use current directory as default search scope in Finder
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
@grimmcreative
grimmcreative / gist:7dff92aaea51118ee0a8db10128bcdff
Created May 12, 2021 08:42
Docker - Website Check Sitespeed.io
docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io --speedIndex --video https://www.grimmcreative.de -d 2
@grimmcreative
grimmcreative / encoding-video.md
Created May 12, 2021 08:18 — forked from beardcoder/encoding-video.md
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
patbenatar.advanced-new-file
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
fosshaas.fontsize-shortcuts
BriteSnow.vscode-toggle-quotes
Zignd.html-css-class-completion
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
octref.vetur
dbaeumer.vscode-eslint
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install fortune
brew install cowsay
brew install git

Dev Setup

  1. Homebrew/terminal/bash
  2. OSX Productivity - Window Management/Quick Launcher/Hyperswitch
  3. OSX Settings - Dock/Finder
  4. Web Browser - Extensions - AdBlock, Privacy Badger, OneTab, JSONViewer, Stylus, Vue Devtools, React Devtools
  5. Node.js - nvm
  6. Code Editor - vs code
  7. Code Editor Extensions
  8. Break timer and Flux
@grimmcreative
grimmcreative / gist:1d95741e576d29bb80660e2733adf549
Created June 26, 2020 15:10 — forked from moneytoo/gist:8c95cc39fd4fd9a18858eb15e379d2f5
ImageMagick 6.7.8 with WebP (libwebp) support on CentOS 7
yum -y install bzip2-devel libtiff-devel giflib-devel ghostscript-devel libwmf-devel jasper-devel libtool-ltdl-devel libXext-devel libXt-devel librsvg2-devel OpenEXR-devel libwebp-devel
rpm -ivh http://vault.centos.org/centos/7/updates/Source/SPackages/ImageMagick-6.7.8.9-15.el7_2.src.rpm
sed -i '/BuildRequires:\tghostscript-devel/a BuildRequires:\tlibwebp-devel' /root/rpmbuild/SPECS/ImageMagick.spec
sed -i '/Requires: pkgconfig/a Requires: libwebp' /root/rpmbuild/SPECS/ImageMagick.spec
rpmbuild -ba /root/rpmbuild/SPECS/ImageMagick.spec
# actual install
rpm -Uvh --force /root/rpmbuild/RPMS/x86_64/ImageMagick-6.7.8.9-15.el7.centos.x86_64.rpm
@grimmcreative
grimmcreative / Domain-Model-Page.php
Created January 7, 2019 18:51 — forked from sascha-seyfert/Domain-Model-Page.php
TYPO3 FAL use localized fileReferences for pages table
<?php
use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
use TYPO3\CMS\Extbase\Domain\Model\FileReference;
use TYPO3\CMS\Extbase\Persistence\Generic\LazyLoadingProxy;
class Page extends AbstractEntity
{
/**
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference