Skip to content

Instantly share code, notes, and snippets.

@tyzbit
tyzbit / 2.12.14 successful launch
Created November 14, 2025 12:41
SteamVR 2.14.2 No Man's Sky console errors
vrserverFri Nov 14 2025 07:38:42.621295 [Info] - Setting to LaunchingApp_ExternalLaunch because of prelaunch check for steam.app.275850
vrcompositorFri Nov 14 2025 07:38:42.645852 [Info] - OnMbox_SetDashboardVisibility {
"reason" : "transition_app_starting",
"type" : "set_dashboard_visibility",
"visible" : false
}
vrserverFri Nov 14 2025 07:38:42.729897 [Info] - SetApplicationPid appkey=steam.app.275850 pid=113983, external transition
vrserverFri Nov 14 2025 07:38:42.729942 [Info] - SetApplicationPid: Setting app steam.app.275850 PID to 113983
vrserverFri Nov 14 2025 07:38:46.184930 [Info] - CSharedResourceNamespaceServer sent namespace data: 112269
vrserverFri Nov 14 2025 07:38:46.185119 [Info] - Warning: vrclient connection from /var/home/tyzbit/.local/share/Steam/steamapps/common/Proton 10.0/files/bin/wine64-preloader with client DLL "/var/home/tyzbit/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so" (v2.12.14)
@tyzbit
tyzbit / config.yaml
Last active August 19, 2025 20:49
acars-proc example config
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/22-25-processing-steps/schema.json
ACARSProcessorSettings:
ColorOutput: true
LogLevel: debug
LogHideTimestamps: false
Database:
Enabled: true
Type: sqlite
ACARSHub:
@tyzbit
tyzbit / config.yaml
Created August 18, 2025 16:23
acars-processor rewrite config example
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json
# Purpose: Forward all human-created messages to New Relic and Discord
# Environment variables are substituted at runtime by acars-processor
ACARSProcessorSettings:
Database:
Enabled: true
SQLiteDatabasePath: ./messages.db
Type: sqlite
ACARSHub:
@tyzbit
tyzbit / README.md
Created August 10, 2025 03:48
ACARS/VDLM2 Data Gathering
We couldn’t find that file to show.
@tyzbit
tyzbit / config.yaml
Created August 10, 2025 02:05
ACARS-Processor New Config Demo
# yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json
# This file (and schema.json) are automatically generated
# from the code by running ./acars-processor -s
ACARSProcessorSettings:
ColorOutput: true
LogLevel: info
Database:
Enabled: true
SQLiteDatabasePath: ./messages.db
@tyzbit
tyzbit / config.yaml
Created June 25, 2025 15:05
Tabby color scheme
# MERGE this with your tabby config
terminal:
colorScheme:
name: Missile Command
foreground: '#65E572'
background: '#290046'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
@tyzbit
tyzbit / tyzbit.yaml
Created June 25, 2025 15:03
k9s theme
# place in ~/.config/k9s/skins or equivalent
k9s:
body:
bgColor: default
prompt:
bgColor: default
info:
fgColor: mediumpurple
frame:
menu:
@tyzbit
tyzbit / vaporwave.json
Last active July 11, 2025 03:53
Revolt Vaporwave Theme
{
"accent": "#d6008f",
"background": "#220c32",
"foreground": "#00d0ff",
"block": "#35114f",
"message-box": "#0d203f",
"mention": "rgba(2, 175, 233, 0.5)",
"success": "#65E572",
"warning": "#FAA352",
"tooltip": "#000000",
@tyzbit
tyzbit / retro-cyberpink.json
Created May 2, 2025 18:49
Revolt Retro Cyberpink terminal
{
"accent": "#28b4b4",
"background": "#000000",
"foreground": "#ff28b4",
"block": "#14001e",
"message-box": "#21252b",
"mention": "#28003c",
"success": "#00b450",
"warning": "#b4f001",
"tooltip": "#000000",
@tyzbit
tyzbit / missile-command.json
Last active April 30, 2025 00:51
Revolt Theme - Missile Command
{
"accent": "#8632bd",
"background": "#000000",
"foreground": "#06cb2e",
"block": "#231033",
"message-box": "#21252b",
"mention": "#3f005c",
"success": "#2D974D",
"warning": "#FEE75C",
"tooltip": "#000000",