Skip to content

Instantly share code, notes, and snippets.

@alek3y
alek3y / minerva-hasher.py
Last active March 11, 2026 17:00
Downloads and computes SHA256 hashes for a snapshot of the least populated entries at https://hash.minerva-archive.org
import requests
import csv
import os
import sys
import json
import random
import hashlib
import signal
import string
import queue
@alek3y
alek3y / st-sixel.patch
Created November 8, 2025 12:52
Sixels patch for suckless st 0.9.3, based on CommandMaker/27ba97427424c06aff54d0a2a91a4ef1
diff --git a/Makefile b/Makefile
index 15db421..899b163 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c
+SRC = st.c x.c $(SIXEL_C)