Skip to content

Instantly share code, notes, and snippets.

View Gesugao-san's full-sized avatar
💭
⌈Wired Sound for Wired People⌋

Gesugao-san

💭
⌈Wired Sound for Wired People⌋
View GitHub Profile
@Gesugao-san
Gesugao-san / README.md
Last active June 21, 2024 10:21
Open in WBM (v4.0, script for Tampermonkey) [BROKEN]
@taskylizard
taskylizard / fmhy.md
Last active July 22, 2026 12:59
/r/freemediaheckyeah, in one single file (view raw)
@DannyQuah
DannyQuah / 2022.01-D.Quah-Syncthing-Setup.md
Last active June 5, 2026 12:17
Setting up syncthing

Setting up syncthing

by Danny Quah. Jan 2022

Software syncthing runs on Linux, Windows, and Android. It "replaces proprietary sync and cloud services with something open, trustworthy and decentralized.": syncthing syncs not to any commercial or public Cloud but purely between my machines. This note describes how I set up syncthing to synchronize folders across my Linux, Windows, and Android devices.

A lead syncthing use-case for me is to synchronize Obsidian vaults across all my machines, including smartphones.

  1. Install syncthing on at least two machines.
  2. Run syncthing on desired machines. On Windows look in Task Manager to make sure syncthing is present and chugging away. On Linux check if syncthing is running by going to a shell and doing ps aux | grep syncthing. (On Windows, run the syncthing app if it's not already executing. On Linux if sycnthing isn't running, you might need to do something like /usr/bin/syncthing -no-browser &, or however it is you l
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 14, 2021 11:48
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, December 14, 2021, 12:47:58 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.1.1.0]: 0Harmony(2.1.1), HarmonyMod(1.1.1)
Core(Ludeon.RimWorld): (no assemblies)
Expanded Prosthetics and Organ Engineering(Ykara.EPOE): (no assemblies)
Rimsenal - Security pack(rimsenal.security): (no assemblies)
Storage Solutions(cucumpear.storage): (no assemblies)
Rimsenal - Storyteller pack(rimsenal.storyteller): (no assemblies)
Configurable Mental Breaks(nmeijer.configurablementalbreaks): 0Harmony(av:2.1.1,fv:2.0.0.10), ConfigurableMentalBreaks(1.0.0)
Vanilla Traits Expanded(VanillaExpanded.VanillaTraitsExpanded): VanillaTraitsExpanded(1.0.0.1)
@blluv
blluv / decrypt.py
Last active July 29, 2025 00:04
HighFleet seria_enc decrypt
f = open("./english.seria_enc", "rb")
data = list(f.read())
a = 0
b = 2531011
while a < len(data):
data[a] = (b ^ (b >> 15) ^ data[a]) & 0xff
b += 214013
@Gesugao-san
Gesugao-san / exclude_fl_from_firewall.bat
Created October 26, 2021 07:02
For "FL Studio Producer Edition 20.8.3.2304 Signature Bundle [En]"
@REM From: https://stackoverflow.com/a/10665562
@REM Path: "C:\Windows\System32\drivers\etc\hosts"
@ECHO OFF
ECHO MAKE SURE YOU ARE RUNNING THIS UNDER ADMIN PRIVILEGES!
SET NEWLINE=^& echo.
SET HOSTS="%WINDIR%\System32\drivers\etc\hosts"
FIND /C /I "support.image-line.com" %HOSTS%
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 support.image-line.com>>%HOSTS%
@Gesugao-san
Gesugao-san / README.md
Last active June 21, 2024 10:20
Open in WBM (v2.0, bookmarklet)

Requirements

  • Google Chrome with latest version (mine is: 94).

Maybe:

  • Microsoft Windows 10 (mine is: 20H2);
@Gesugao-san
Gesugao-san / wbm_v1_bookmarklet.js
Last active June 21, 2024 10:20
Open in WBM (v1.0, primitive bookmarklet)
javascript:(() => {
return console.log("Moved to https://github.com/Gesugao-san/archive-wbm-save-addons");
})();
@Awoocado
Awoocado / Routes.md
Last active May 6, 2025 02:00
Discord protocol routes

Home

User profile: discord://-/users/:userID example: discord://-/users/224619540263337984

Friends list: discord://-/channels/@me

Stage Discovery: discord://-/discovery/

Games Library: discord://-/library/

Store: ( redirects to nitro tab )

@GodderE2D
GodderE2D / discord_official_domains.md
Created September 7, 2021 09:48
List of Discord Official Web Domains

Discord Official Web Domains

Listed below are the web domains that Discord currently own. If you see a link sending you to a domain that claims is a "Discord owned website", check if it is one of the below domain names! If it's not, assume it's a scam and report it.

Note: This is not an exhaustive list, there may be some missing domains that Discord owns, but there are no domains listed here that aren't owned by Discord.