Skip to content

Instantly share code, notes, and snippets.

53 things from ~4 months of running an agent harness in production.

iii, the engine that powers the harness, is really cool too: https://iii.dev/docs/install

  • crash mid tool call left a dangling call with no result that poisoned every later request workers#507 workers#630
  • resumed turn raced the worker booting and called a function that wasn't registered yet workers#507
  • no durable queue for turns so wedged ones sat in running forever workers#464
  • cut stream parsed as null args and got reported as a successful empty turn workers#878
  • seven providers treating any connection close as done workers#878
  • cached tokens double billed on six providers workers#740
@iamwildtuna
iamwildtuna / gist:7772b7c84a11bf6e1385f23096a73a15
Last active September 22, 2026 07:11
VPN IP Addresses (IP адрСса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Π£Π·Π»Ρ‹
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// ΠŸΠΎΠ΄ΡΠ΅Ρ‚ΠΈ
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@roman-supy-io
roman-supy-io / gist:77c0f4ddd846a742beef636cbb6dc83e
Created December 13, 2024 13:12
NodeJS compression libraries comparison
------------------------------ xxlarge 78928.373 kB------------------------------
--------------------------------------------------------------------------------
compress LZ4: 216.985ms
decompress LZ4: 70.502ms
compressed: 29374290
decompressed: 78928373
ratio: 2.68698828124867
--------------------------------------------------------------------------------
compress Snappy: 158.033ms
decompress Snappy: 74.004ms
@anroots
anroots / start_ssh_agent.bashrc
Last active September 22, 2026 07:06
.bashrc snippet to automatically start ssh-agent and load it with a key from YubiKey PKCS storage
# Tested on Ubuntu 17.10
# Put this into your .bashrc or similar file
# It will ensure each new terminal window has ssh-agent accessible
# and loaded with YubiKey SSH key
# Built upon work from https://stackoverflow.com/a/18915067/401554
SSH_ENV=$HOME/.ssh/environment
PKCS_PATH=/usr/lib/x86_64-linux-gnu/pkcs11/opensc-pkcs11.so
function start_agent {
name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@DomeniLocke
DomeniLocke / readme.md
Created July 15, 2026 11:34
Best Instant Indexing Tools Compared for Cost, Speed and Performance

Best Instant Indexing Tools Compared by Speed, Price & Real Results (2026)

Choosing the best instant indexing tool is not only about speed. Many tools claim to get pages discovered quickly, but website owners need to compare them based on actual usefulness, pricing, workflow, reliability, and SEO value.

In 2026, instant indexing tools are widely used by bloggers, agencies, affiliate marketers, publishers, and eCommerce websites that want faster URL discovery.

Best Instant Indexing Tools You Should Go For

  1. Rocket Indexer – https://snipr.is/Cq8vwDP πŸ‘ˆπŸ» Click Here
  2. 2minuteindex.com – πŸ‘ˆπŸ» Click Here
@WitherOrNot
WitherOrNot / tfoil.py
Created September 21, 2026 06:11
drm for stolen games.... really?
from Crypto.Cipher import PKCS1_OAEP
from Crypto.PublicKey import RSA
from Crypto.Cipher import AES
from Crypto.Hash import SHA256, CMAC
from json import loads
from urllib.parse import urlparse
from random import randbytes
from sys import argv
import requests
import zlib
@WitherOrNot
WitherOrNot / tmogged.cmd
Last active September 22, 2026 07:04
i'm sorry dave
<# :
:: I wonder who made Task Manager...
@setlocal DisableDelayedExpansion
@echo off
echo "%*" | find /i "-el" >nul && set _elev=1
set _PSarg="""%~f0""" -el
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active September 22, 2026 07:01
Active StarUml version 6 for Window | MacOS | Linux