Instantly share code, notes, and snippets.
Discover gists
Mitra-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 | |
settheFoldertochoose folder | |
settext item delimitersto"." | |
tellapplication"Swinsian" | |
setselectedto selectionof window1 | |
-- 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 |
dupesnduds /gist:1f58bc0e3165fdb4189d1c8a7c99938f
CreatedJuly 19, 2025 00:17
Neurodiverse Interview Toolkit 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
# Neurodiverse Interview Toolkit for Software Engineering | |
A practical, step-by-step strategy designed specifically for neurodivergent candidates to manage internal dialogue, executive function challenges, and cognitive overload during technical interviews—maximizing focus, clarity, and performance. | |
--- | |
## Overview | |
This toolkit helps externalize internal thoughts, chunk problems, reset focus when overwhelmed, and communicate clearly during software engineering interviews. It is tailored for candidates who face challenges with internal dialogue management and executive function in high-pressure interview environments. |
alexander-danilenko /script.js
CreatedApril 24, 2024 08:20
Tempermonkey: Copy Apple Music playlist information | Export Apple Music playlist to text 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
// ==UserScript== | |
//@name Apple music - Copy playlist info | |
//@description Copy playlist information in format `${index}. ${artist} - ${title}` | |
//@namespace Alex Danilenko | |
//@version 1.0 | |
//@license MIT | |
//@grant GM.setClipboard | |
//@grant GM_setClipboard | |
//@match https://music.apple.com/* | |
// ==/UserScript== |
NewerOlder