Skip to content

Instantly share code, notes, and snippets.

View God-damnit-all's full-sized avatar

God-damnit-all

View GitHub Profile
@AshtakaOOf
AshtakaOOf / best.md
Last active January 19, 2025 05:23
Best Anime SD Models SDv1/SDXL

My current favorite SD models

Warning

To access the discord post links please join the TouhouAI (24k members) discord server.

WIP

@khanonnie
khanonnie / README.md
Last active November 21, 2023 22:54
NovelAI Diffusion Tokenizer Overlay
@Knewest
Knewest / 1_QuickReinstallBetterDiscord.md
Last active March 31, 2025 00:36
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@wiktorpp
wiktorpp / cogs_slash_test.py
Last active September 26, 2023 20:28 — forked from 15696/cogs.py
Simple cogs example in discord.py (tested on 2.0.1)
#cogs / test.py
from discord.ext import commands
class Test(commands.Cog):
def __init__(self, client):
self.client = client
@commands.hybrid_command()
@commands.cooldown(1, 10, commands.BucketType.user)
@slimlime
slimlime / uupdump ConvertConfig.ini explained.md
Created October 8, 2022 22:45
uupdump ConvertConfig.ini explained (convert-UUP, AutoStart, AddUpdates, Cleanup, ResetBase, NetFx3, StartVirtual, wim2esd, wim2swm, SkipISO, SkipWinRE, LCUwinre, UpdtBootFiles, ForceDism, RefESD, SkipEdge, AutoExit, Store_Apps, SkipApps, AppsLevel, CustomList, create_virtual_editions, vAutoStart, vDeleteSource, vPreserve, vwim2esd, vwim2swm, vS…

note: some of the information is posted in comments,
if you'll fork this gist, you'll loose that information,
it is best to just bookmark this one..

WIM

WIM (ESD,SWM) is an image of an OS file system,
it can be mounted, and modified (to some degree) .
there are two possible ways, through DISM or through mounting it directly through an older way, using a driver named imagex (Windows Imaging Utility).
regardless,

terminology

@PJB3005
PJB3005 / linux_sucks.md
Last active April 9, 2025 17:27
Summary of all problems I have with the Linux Desktop

Linux Desktop Issues

This is basically my manifesto of why Linux sucks and I keep using Windows as a desktop OS. This is both as a developer platform and end-user targeting.

Look: I would love to be able to use Linux as a daily driver. KDE is amazing and they clearly put far more effort into the desktop experience/UI than Windows (just the volume mixer alone). There are simply far too many underlying and infrastructural problems to the Linux desktop that none of KDE's great UI changes can make up for. I want Linux fanboys, developers, etc... to stop sticking their damn head in the sand about these issues and admit that Linux is still decades behind in some basic infrastructure. This shit can't get fixed if people refuse to admit it's broken in the first place, which some people are far too happy to do.

Desktop App Experience & Developer Tools

Windows has far better desktop apps than Linux, and thanks to WSL, I have all the CLI apps of Linux too. While I do believe KDE Plasma is a much better desk

@iAmG-r00t
iAmG-r00t / Windows-Terminal-Configuration-Guide.md
Last active November 14, 2024 17:59
Windows Terminal + WSL + MOSH + Remote Server == SSH Tab Profile in Windows Terminal
  • Hi, so I was looking for a way to configure windows terminal to have a profile that automatically logins to a remote server using mosh.

  • I ended up here, but it wasn't a reliable method for me.

  • Below is how I managed to do it.

  • First make sure the requirements are present, WSL, Windows Terminal and an installed distribution of your choice ( preferably Ubuntu).

  • Next proceed; installing mosh and ssh in the wsl distribution of your choice.

  • Next create an SSH Key that is not password protected and then add it to your remote server.

  • Also do remember to install mosh in the remote server.

  • Next within your wsl distribution, create the ~/.ssh/config file and then add the following;

@Snarp
Snarp / google-docs-copy.js
Last active April 19, 2025 07:23
Script to allow copying from a protected Google Doc
/*
<https://stackoverflow.com/questions/40296831/is-it-possible-to-force-a-copy-of-a-protected-google-doc>
NOTE - 2021-05-24
-----------------
The script below isn't the fastest way to copy-and-paste from a protected
Google Doc. Before trying it, I'd suggest following MikoFrosty's advice from
the comments:
@RobertAKARobin
RobertAKARobin / python.md
Last active April 1, 2025 14:13
Python Is Not A Great Programming Language