Skip to content

Instantly share code, notes, and snippets.

View dillinger's full-sized avatar

Dmytro Paniuta dillinger

  • Berlin
View GitHub Profile
@mdizo
mdizo / mpv.conf
Last active February 24, 2026 20:23
An opinionated mpv config for mid-tier computers @ 1440p
# MPV - mpv.conf
# mdizo - 2023-04-12
# Tested on shinchiro's mpv 0.35.0-356-g9a8b3170 | win10
# Config designed for Nvidia 1660 Super @ 1440p using high-quality 1080p media
# References ======================================================================================
# https://mpv.io/manual/stable/ - MPV User Manual
# https://github.com/stax76/awesome-mpv - All things MPV
# https://github.com/stax76/awesome-mpv#shaders - Shaders

Ultimate Beginner's Guide to Proxmox GPU Passthrough

mirror of The Ultimate Beginner's Guide to GPU Passthrough (Proxmox, Windows 10) by /u/cjalas

>Welcome all, to the first installment of my Idiot Friendly tutorial series! I'll be guiding you through the process of configuring GPU Passthrough for your Proxmox Virtual Machine Guests. This guide is aimed at beginners to virtualization, particularly for Proxmox users. It is intended as an overall guide for passing through a GPU (or multiple GPUs) to your Virtual Machine(s). It is not intended as an all-exhaustive how-to guide; however, I will do my best to provide you with all the necessary resources and sources for the passthrough process, from start to finish. If something doesn't work properly, please check /r/Proxmox, /r/Homelab, /r/VFIO, or

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active March 22, 2026 00:31
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@bishboria
bishboria / springer-free-maths-books.md
Last active March 18, 2026 03:40
Springer made a bunch of books available for free, these were the direct links
@demisx
demisx / angularjs-providers-explained.md
Last active August 26, 2025 03:06
AngularJS Providers: Constant/Value/Service/Factory/Decorator/Provider
Provider Singleton Instantiable Configurable
Constant Yes No No
Value Yes No No
Service Yes No No
Factory Yes Yes No
Decorator Yes No? No
Provider Yes Yes Yes

Constant

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 21, 2026 03:46
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname