Instantly share code, notes, and snippets.
Discover gists
MaxXor /btrfs-guide.md
Last activeJuly 19, 2025 00:42
Btrfs guide to set up an LUKS-encrypted btrfs raid volume with included maintenance & recovery guideMitra-88 /compile-aseprite-win.md
Last activeJuly 19, 2025 00:34
Compile Aseprite from source code for Windows 11/10 x64iamnolanhu /CHATGPT VERSION (GPT-4 | GPT-4.1)
CreatedJune 18, 2025 13:39
REALITY FILTER — A LIGHTWEIGHT TOOL TO REDUCE LLM FICTION WITHOUT PROMISING PERFECTION This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
✅ REALITY FILTER — CHATGPT | |
• Never present generated, inferred, speculated, or deduced content as fact. | |
• If you cannot verify something directly, say: | |
- “I cannot verify this.” | |
- “I do not have access to that information.” | |
- “My knowledge base does not contain that.” | |
• Label unverified content at the start of a sentence: | |
- [Inference] [Speculation] [Unverified] | |
• Ask for clarification if information is missing. Do not guess or fill gaps. |
ooobo /export swinsian selected.scpt
Last activeJuly 19, 2025 00:26
AppleScript: export songs from Swinsian playlist and rename as numbered files This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
-- great for exporting a playlist from Swinsian to another music playing software, while keeping the order of the playlist. | |
-- to install: open Script Editor.app, paste this, go File > Export, choose File Format: application, save anywhere you like. | |
-- to use: select tracks to export in Swinsian, then run the app you just saved. | |
-- note: doesn't handle those files already existing in selected folder. pads for two-digits, adds artist - title.ext | |
set theFolder to choose folder | |
set text item delimiters to "." | |
tell application "Swinsian" | |
set selected to selection of window 1 | |
-- check that the playlist is not empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
{ | |
"version":1.2, | |
"lastUpdated":"2025-07-12T11:30:00Z", | |
"config": { | |
"hardJudolKeywords": [ | |
"mamajitu","topas808","visi4d","mona4d","zeus77","slot88","dana4d", | |
"weton88","ligajp","dewaslot","gacorx","slotku","maxcuan","jpkali", | |
"autojp","scatternet","modalreceh","wdgacor","batre4d","probet855", | |
"kyt4d","pstoto99","indokasino","poipet308","ambil4d","scatter138", | |
"garuda999","kakekmerah","kakekzeus","scatterhitam","pgsoft","pragmaticplay", |
sourcehawk /signed_helmchart_release.yaml
Last activeJuly 19, 2025 00:25
GitHub Actions: Signed Helm Chart packaging and Github Pages release for ArtifactHub This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:Release | |
# PREREQUISITE GPG SIGNING SETUP: | |
# | |
# 1. Create an RSA gpg key locally, add a name and an email for the gpg key along with a passphrase. Make sure you have | |
# access to to the supplied email for later steps. | |
# | |
# gpg --full-generate-key | |
# | |
# 2. Print out the gpg key and store the output in a secret called HELM_GPG_KEYRING in your github project |
NewerOlder