Skip to content

Instantly share code, notes, and snippets.

@tilda
tilda / priconne_and_vpns.md
Last active December 6, 2025 10:10
defeating dmm's skill issue

How to play PriConne on PC without hassling with VPNs constantly

Sidenote: you will still need one, but by the end of the guide you should only need to deal with this process once per year, assuming nothing changes.

Note

This guide only covers VPN setup, creating DMM account & installing Game Player is considered out of scope (this is long enough as is).

Use Nyatsu's DMM guide for guidance on getting set up, or check #jp-questions pins in maincord.

Warning

This guide was rewritten in August 2025 to no longer use TunnlTo. If you need the old version, it can still be accessed here.

@edrianexe
edrianexe / gist:60a77dfb64ce55531019ebbf3b70d844
Created November 28, 2024 22:13
Estructura básica de un buen prompt Edrian.exe
Prompt Base para cualquier chat bot, por Edrian.exe
utilizando el formato R (ol)P(roblema)F(ormato)D(dudas) R.P.F.D
R-ROL
Definir papel del chatbot, dándole un rol y un objetivo
Eres un experto en [tema o rol deseado].
Tu objetivo es [instrucción principal].
P-PROBLEMA
Definir el problema a solucionar por el chatbot
El problema que se nos plantea para solucionar es el siguiente:
@maple3142
maple3142 / CVE-2025-55182.http
Last active December 6, 2025 12:54
CVE-2025-55182 React Server Components RCE POC
POST / HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Next-Action: x
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Length: 459
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="0"
@edrianexe
edrianexe / gist:d4fc393938116cae2e6df0e866146a39
Created December 5, 2025 17:44
prompt Lyra creado por Min Choi
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@abma
abma / backup
Last active December 6, 2025 10:05
Incremental backup to external drive using snapper and btrfs send/receive
#!/bin/bash
# James W. Barnett
# Takes snapshots of each snapper configuration. It then sends the snapshot to
# a location on an external drive. After the initial transfer, it does
# incremental snapshots on later calls. It's important not to delete the
# snapshot created on your system since that will be used to determine the
# difference for the next incremental snapshot.
# Can set the backup directory here, or in the snapper configuration file with
// ==UserScript==
// @name Fix for Mangapark's Non-Loading Pages - Fallback to other servers
// @namespace http://tampermonkey.net/
// @version 2025-12-04
// @description Automatically retry broken Mangapark images on alternate servers
// @author You
// @include *://mangapark.*/*
// @include *://comicpark.*/*
// @include *://readpark.*/*
// @include *://parkmanga.*/*
[
{
"id": 1,
"examTag": "NDA 2022",
"text": "A company of five thousand soldiers, (a) / having marched tirelessly for over five days, (b) / have just moved into their cantonment. (c) / No error (d)",
"optionA": "(a)",
"optionB": "(b)",
"optionC": "(c)",
"optionD": "(d)",
"correctAnswerIndex": 2,
<%*
// Get all existing tags in the vault
const allTags = Object.keys(app.metadataCache.getTags());
// Clean tags (remove # prefix and normalize)
const cleanTags = allTags.map(t => ({
original: t,
clean: t.replace(/^#/, '').toLowerCase(),
parts: t.replace(/^#/, '').toLowerCase().split('/')
}));
@marcoandre1
marcoandre1 / SSH-configuration-github-gitlab.md
Last active December 6, 2025 09:50
Managing SSH keys for Github and Gitlab

Managing SSH keys for Github and Gitlab

NOTICE: This guide will help you set ssh keys for GitHub and GitLab. However, this is not going to change your commit user.name or user.email. If you need to change those for specific repositories, just run the following commands while in your repository:

git config user.name "Your Name Here"
git config user.email [email protected]

For more info, see this answer. Also, keep in mind this only changes the .git folder inside your repository which never gets added/committed/pushed/uploaded.

I recently had to manage two ssh keys (one for Github and one for Gitlab). I did some research to find the best solution. I am justing putting the pieces together here.

@kevin-smets
kevin-smets / iterm2-solarized.md
Last active December 6, 2025 09:45
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k