Skip to content

Instantly share code, notes, and snippets.

View RyzeNGrind's full-sized avatar
💭
I may be slow to respond.

RyzeNGrind RyzeNGrind

💭
I may be slow to respond.
  • Toronto
View GitHub Profile
@imwaitingnow
imwaitingnow / 1_QuickReinstallBetterDiscord.md
Last active February 14, 2025 09:59 — forked from Knewest/1_QuickReinstallBetterDiscord.md
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@AlexTech01
AlexTech01 / Getting Authy back on Apple Silicon Macs.md
Last active March 17, 2025 08:34
Getting Authy back on Apple Silicon Macs

Getting Authy back on Apple Silicon Macs

For some reason, Twilio has disabled the ability to install the iPad version of Authy on Apple Silicon Macs. With Authy Desktop also being discontinued, this means that there is no longer an official way to use the Authy app on macOS anymore. This guide is a workaround I found to trick sideloaded versions of Authy into signing in successfully, and using that with a sideloaded version of the Authy iPad app on macOS gives us the ability to use Authy on Mac again.

What's needed for this guide:

  1. An iOS/iPadOS device with Authy installed normally
  2. An Apple Silicon Mac with Authy sideloaded
  3. mitmproxy
  4. A decrypted and signed Authy IPA
  5. Technical skill and patience
@eliasbenb
eliasbenb / torbox-magnet-importer.py
Last active April 1, 2025 22:36
Import torrents to TorBox on mass from a newline seperated file containing magnet links
import requests
import logging
from typing import List, Set
from datetime import datetime
from time import sleep
# CHANGE THESE
API_KEY = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
MAGNET_FILE = "newline-seperated-magnet-links.txt"
@PaulusParssinen
PaulusParssinen / giftcardscammer.md
Last active April 10, 2025 14:57
Relatively clever gift card scammer infra
@zzJinux
zzJinux / medium.user.js
Last active April 10, 2025 11:58 — forked from mathix420/medium.user.js
Bypass Medium Paywall fork: do not redirect for free posts
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @grant none
// @version 2.4_3
// @inject-into content
// @updateURL https://gist.githubusercontent.com/zzJinux/364725e7c61810719286d94e88a4e38c/raw/medium.user.js
// @downloadURL https://gist.githubusercontent.com/zzJinux/364725e7c61810719286d94e88a4e38c/raw/medium.user.js
git clone https://github.com/OpenDevin/OpenDevin.git
cd OpenDevin
conda create -n od python=3.10
conda activate od
docker ps
(optional) install docker if not already installed
docker pull ghcr.io/opendevin/sandbox
export OPENAI_API_KEY={your key}
(optional I had to install rust) curl --proto '=https' --tlsv1.2 -sSf [https://sh.rustup.rs](https://sh.rustup.rs/) | sh
(optional) restart terminal
@Artefact2
Artefact2 / README.md
Last active April 24, 2025 16:52
GGUF quantizations overview
@mathix420
mathix420 / medium.user.js
Last active April 21, 2025 14:09
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 2.4
// @inject-into content
@coltonbh
coltonbh / docker-swarm-gpu.md
Last active March 19, 2025 11:21
Docker Swarm GPU Support

GPU Support For Docker Swarm

Docker compose has nice support for GPUs, K8s has moved their cluster-wide GPU scheduler from experimental to stable status. Docker swarm has yet to support the device option used in docker compose so the mechanisms for supporting GPUs on swarm are a bit more open-ended.

Basic documentation

@4wk-
4wk- / README.md
Last active April 22, 2025 02:11
Clean uninstall then reinstall of WSL on Windows 10, with systemD support

Uninstall then reinstall WSL on Windows 10 (clean way)

Background

I've been using wsl (version 2) with genie mod for years without issue, but one day, Windows 10 finally catch up on wsl Windows 11 features and gives us a way to use systemD natively.

I wanted to use the new "right way" to enable systemD on Windows Subsystem for Linux (without genie), and I also had a (probably related) infinite Windows RemoteApp error poping in.

Fixing it

A - Uninstall wsl and related stuff

  1. In powershell (as admin)