Skip to content

Instantly share code, notes, and snippets.

View XenHat's full-sized avatar
🛠️

XenHat XenHat

🛠️
  • Quebec, Canada
  • 00:31 (UTC -04:00)
  • X @XenHat
View GitHub Profile
@XenHat
XenHat / llama-server-help.txt
Created July 7, 2026 05:32
llama-server help text
----- common params -----
-h, --help, --usage print usage and exit
--version show version and build info
-cl, --cache-list show list of models in cache
--completion-bash print source-able bash completion script for llama.cpp
-t, --threads N number of CPU threads to use during generation (default: -1)
(env: LLAMA_ARG_THREADS)
-tb, --threads-batch N number of threads to use during batch and prompt processing (default:
same as --threads)
@XenHat
XenHat / wat.log
Last active June 27, 2026 23:00
amdgpu driver crash running satisfactory
Jun 27 18:56:04 systemd-logind[774]: Session 604 logged out. Waiting for processes to exit.
Jun 27 18:56:04 systemd[1]: session-604.scope: Deactivated successfully.
Jun 27 18:56:04 systemd-logind[774]: Removed session 604.
Jun 27 18:56:04 runuser[16126]: pam_unix(runuser:session): session opened for user xenhat(uid=1000) by xenhat(uid=0)
Jun 27 18:56:04 systemd[1]: Started Session 605 of User xenhat.
Jun 27 18:56:04 runuser[16126]: pam_unix(runuser:session): session closed for user xenhat
Jun 27 18:56:04 systemd[1]: session-605.scope: Deactivated successfully.
Jun 27 18:56:14 systemd[1]: Stopping User Runtime Directory /run/user/0...
Jun 27 18:56:14 systemd[1]: run-user-0.mount: Deactivated successfully.
Jun 27 18:56:14 systemd[1]: user-runtime-dir@0.service: Deactivated successfully.
@XenHat
XenHat / cleaner-discord.css
Last active April 2, 2026 17:38
Cleaner Discord (theme version)
@import url("https://gist.githubusercontent.com/XenHat/a415b14a38e9ccd81f4a7de8c2fec159/raw/cleaner-discord-base.css")
@XenHat
XenHat / buttons-ges.css
Created February 24, 2025 19:05
Discord Buttons - No Junk, Only Gif, Emoji and Stickers
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
}
/* Remove App Launcher from chat channels */
div[class^="channelAppLauncher_"] {
display: none;
}
@XenHat
XenHat / cleaner-discord-base.css
Last active June 26, 2026 02:20
Cleaner Discord (css)
/* Usage: Copy paste in the Vencord Quick CSS Editor
/* original at https://gist.github.com/XenHat/a415b14a38e9ccd81f4a7de8c2fec159 */
/* Hide annoying sticker popup window that appears when you type */
.channelTextArea-1FufC0 > .container-1ZA19X {
display: none;
width: 0;
}
/* Remove App Launcher from chat channels */
@XenHat
XenHat / KeepUI_FFXIV.fx
Last active June 30, 2024 01:55 — forked from natyusha/KeepUI_FFXIV.fx
Keep UI for FFXIV Mirror
// KeepUI for FFXIV (ReShade version)
// Author: seri14
//
// This is free and unencumbered software released into the public domain.
//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
// means.
//
@XenHat
XenHat / PKGBUILD
Created September 5, 2022 20:24
updated ckbcomp
# Maintainer: Nissar Chababy <funilrys at outlook dot com>
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
pkgver=1.210
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
arch=(any)
url="http://anonscm.debian.org/cgit/d-i/console-setup.git/"
license=('GPL2')
@XenHat
XenHat / PKGBUILD
Created January 11, 2022 23:45
64gram-bin 1.0.7
# Maintainer: KspLite
pkgname=64gram-desktop-bin
pkgver=1.0.7
pkgrel=1
epoch=1
pkgdesc="Unofficial desktop version of Telegram messaging app - binary version"
arch=(x86_64)
url="https://github.com/TDesktop-x64/tdesktop"
license=(GPL3)
depends=(desktop-file-utils glib2 hicolor-icon-theme libdbus libx11)
@XenHat
XenHat / keybase.md
Created August 8, 2021 03:59
keybase.md

Keybase proof

I hereby claim:

  • I am xenhat on github.
  • I am tahnex (https://keybase.io/tahnex) on keybase.
  • I have a public key ASDXSfGMXz0fNYCFeuMDbBwdXr-EErC6sH3si27hq4EpJAo

To claim this, I am signing this object:

@XenHat
XenHat / autoconfig.js
Last active October 11, 2021 22:45
Firefox web-based autoconfig
// Edits start on the second line
// NOTE: You can load this file via
// pref("autoadmin.global_config_url","https://gist.githubusercontent.com/XenHat/042b086efb08e66e3ac53e206906911d/raw/autoconfig.js");
// in your local autoconfig.js
pref("app.normandy.api_url", "", locked);
pref("app.normandy.enabled", false, locked);
pref("app.shield.optoutstudies.enabled", false, locked);
pref("app.update.auto", false, locked);
pref("beacon.enabled", false, locked);
pref("breakpad.reportURL", "", locked);