Skip to content

Instantly share code, notes, and snippets.

View shmup's full-sized avatar
🐌

Jared Miller shmup

🐌
View GitHub Profile
@iuliandita
iuliandita / alacritty.toml
Last active January 24, 2025 21:58
Alacritty TOML config file, with all defaults present (commented out), in the proper order. Color scheme is Catpuccin Mocha.
# alacritty.toml
# commented lines are the defaults
# man 5 alacritty (>0.13) for full config manual
#import = [
#"~/.config/alacritty/catpuccin-mocha.toml",
#"~/.config/alacritty/keybindings.toml",
#]
[shell]
@shmup
shmup / Search my gists.md
Created December 19, 2023 04:41 — forked from santisbon/Search my gists.md
How to #search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html

Smith-Waite Tarot "Cheat Sheet"

I have no idea what I'm doing

Major Arcana

Number Card Things
The Fool New beginnings, spontaneity, free spirit
I The Magician Power, resourcefulness, high energy
@shmup
shmup / roland_mt_80s_error_codes.md
Created April 14, 2023 01:05
List of Roland MT 80s Error Codes

List of Roland MT 80s Error Codes

E.02 - write-protect mode, flip switch
E.03 - cannot be formatted, try another disk           _____
E.13 - disk removed during formatting                 |==   |
E.14 - damaged sector, use another disk (also E.23)   |  o. |
E.20 - wrong disk type                                |_[_]_|
E.21 - wrong music type
E.22 - disk removed during reading, insert and try again
@rain-1
rain-1 / LLM.md
Last active February 13, 2025 06:20
LLM Introduction: Learn Language Models

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.

@shmup
shmup / quicker_git_and_fugitive_on_wsl2.md
Last active August 25, 2022 21:31
Quick Git & Fugitive.vim for WSL2

Quick Git & Fugitive.vim for WSL2

Some things that may help you.

Keep in mind that my solution caters to both being in a /mnt/* path, and also being in my symlink path.

When you make a symbolic link, as in: ln -s /mnt/c/Users/bar $HOME/bar and cd into that, the $PWD will reflect that.

.bashrc improvement

@shmup
shmup / twitch_hexchat.md
Last active January 3, 2025 14:07
How to connect to Twitch with HexChat (SSL)

HEXCHAT / TWITCH

Here's a method to chat in a twitch #channel with HexChat

  1. Get HexChat here (or your package manager): https://hexchat.github.io/

  2. Click Add and name it Twitch or whatever.

  3. Now click Edit and change the server/port up top to: irc.chat.twitch.tv/6697

@shmup
shmup / twitch_irssi.md
Last active December 13, 2024 04:26 — forked from hunterbridges/twitch_irc.md
How to connect to Twitch with IRSSI (SSL)

IRSSI / TWITCH

Here's a method to chat in a twitch #channel with IRSSI

Get your oauth token here: https://twitchapps.com/tmi/

Server block

server = {
 address = "irc.chat.twitch.tv";
path = require 'path'
local function get_asset_comment(zip_path)
comment = GetAssetComment(zip_path)
if comment then
return comment
end
return ''
end