Skip to content

Instantly share code, notes, and snippets.

View optik-aper's full-sized avatar
💭

Michael Riley optik-aper

💭
  • United States
  • 02:40 (UTC -04:00)
View GitHub Profile
@v1ld
v1ld / STALKER GAMMA on Linux 2025.md
Last active August 17, 2026 06:46
STALKER GAMMA Linux install

STALKER GAMMA on Linux with Steam - 2025

The Linux support thread in the GAMMA Discord (invite) is a great resource overall. It has videos and up to date resources along with knowledgeable folks to help you. The below works, is short, sweet and sufficient but you may want to go there nevertheless and see what the current state of the GAMMA on Linux art is.

Overview

Mord3rca's neat gamma-launcher tool makes it possible to install STALKER GAMMA natively on Linux bypassing GAMMA's installer which needs Windows to run.

This doc is a short summary of 2 other documents but aimed at using Steam instead of Lutris to run the game.

@jdah
jdah / .vimrc
Created June 14, 2021 11:54
jdh's NeoVim .vimrc
call plug#begin()
Plug 'drewtempelmeyer/palenight.vim'
Plug 'vim-airline/vim-airline'
Plug 'wlangstroth/vim-racket'
Plug 'sheerun/vim-polyglot'
Plug 'rust-lang/rust.vim'
Plug 'preservim/tagbar'
Plug 'universal-ctags/ctags'
Plug 'luochen1990/rainbow'
Plug 'vim-syntastic/syntastic'
@raysan5
raysan5 / custom_game_engines_small_study.md
Last active August 23, 2026 14:12
A small state-of-the-art study on custom engines

CUSTOM GAME ENGINES: A Small Study

a_plague_tale

WARNING: Article moved to separate repo to allow users contributions: https://github.com/raysan5/custom_game_engines

A couple of weeks ago I played (and finished) A Plague Tale, a game by Asobo Studio. I was really captivated by the game, not only by the beautiful graphics but also by the story and the locations in the game. I decided to investigate a bit about the game tech and I was surprised to see it was developed with a custom engine by a relatively small studio. I know there are some companies using custom engines but it's very difficult to find a detailed market study with that kind of information curated and updated. So this article.

Nowadays lots of companies choose engines like [Unreal](https:

Basic
=====
[Shift]+[Mod]+[Enter] - launch terminal.
[Mod]+[b] - show/hide bar.
[Mod]+[p] - dmenu for running programs like the x-www-browser.
[Mod]+[Enter] - push acive window from stack to master, or pulls last used window from stack onto master.
[Mod] + [j / k] - focus on next/previous window in current tag.
@dideler
dideler / upgrade-postgres-9.3-to-9.4.md
Last active November 23, 2025 10:07
Upgrading PostgreSQL from 9.3 to 9.4 when upgrading Ubuntu 14.04 to 14.10

TL;DR

Create a backup:

pg_dumpall > mybackup.sql

Perform the upgrade:

sudo pg_dropcluster 9.4 main --stop
@Starefossen
Starefossen / vim-cheats.md
Last active August 24, 2026 21:03
My vim cheat sheet for working with tabs and window splits.

Tabs

New Tab

  • :tabnew - new blank tab
  • :tabedit [file] - open file in tab

Cursor Movement

  • gt (:tabn) - next tab