Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active March 23, 2026 18:52
Conventional Commits Cheatsheet
@cschwede
cschwede / sample_ssh_server.py
Last active March 23, 2026 18:52
Sample paramiko SSH server to receive commands
#!/usr/bin/env python
import logging
import socket
import sys
import threading
import paramiko
logging.basicConfig()
logger = logging.getLogger()
@acquitelol
acquitelol / unlock-all-blooks.js
Last active March 23, 2026 18:52
Unlocks every single possible known blook in Blooket. Either run this through a userscript or simply execute in the console while in a game lobby or in your blook dashboard..
async function lazyDefine(callback, condition, maxAttempts = 100, time = 100) {
let attempt = 0;
while (attempt < maxAttempts) {
const result = callback();
if (condition ? condition(result) : result) return result;
await new Promise(res => setTimeout(res, time));
attempt++;
@gnuos
gnuos / opencode-evolution-roadmap.md
Last active March 23, 2026 18:51
OpenCode CLI Self-Improvement

OpenCode CLI Agent 自主进化完整路线图

版本: v1.0
适用对象: OpenCode CLI 用户
目标: 构建具备自我反思、自我修正、自我扩展能力的智能Agent系统
预计周期: 8-12周(可根据实际情况调整)


目录

@jakebesworth
jakebesworth / main.lua
Last active March 23, 2026 18:50 — forked from Leandros/main.lua
Love2D 11.X Fix Your Timestep! "Free the physics" 4th approach
--[[
Original Author: https://github.com/Leandros
Updated Author: https://github.com/jakebesworth
MIT License
Copyright (c) 2018 Jake Besworth
Original Gist: https://gist.github.com/Leandros/98624b9b9d9d26df18c4
Love.run 11.X: https://love2d.org/wiki/love.run
Original Article, 4th algorithm: https://gafferongames.com/post/fix_your_timestep/
Forum Discussion: https://love2d.org/forums/viewtopic.php?f=3&t=85166&start=10
@steipete
steipete / TWITTER_BLOCKLIST_PUBLIC.md
Created March 9, 2026 06:13
Redacted Twitter mention blocklist policy

Twitter Mention Blocklist Policy

Public-safe version. Redacted. No handles, no links, no callouts.

Block immediately

  • Strongly derogatory replies
  • Crypto spam, token shills, wallet/contract junk
  • Clear AI slop or reply-bot behavior
  • Repetitive low-context spam

WalaPay Destinations and Rails

Country Code Rails
Argentina AR COELSA, INTERBANKING
Australia AU BECS, SWIFT
Austria AT SWIFT
Bangladesh BD BEFTN, SWIFT
Belgium BE SWIFT
Bolivia BO RTGS
@joepie91
joepie91 / vpn.md
Last active March 23, 2026 18:45
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 23, 2026 18:44
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@Ferryistaken
Ferryistaken / rofi-glass-fullscreen.rasi
Created November 28, 2020 00:16
Modern Rofi Themes
configuration {
show-icons: false;
sidebar-mode: false;
}
* {
// Default bg is transparent.
background-color: transparent;
// Default text is white
text-color: white;