Skip to content

Instantly share code, notes, and snippets.

import os
import requests
import time
from concurrent.futures import ThreadPoolExecutor
from constants import (
BLACKLISTED_PROXY_PATH,
MAX_WORKERS,
WORKING_PROXY_PATH,
)
@hopeseekr
hopeseekr / StackOverflow Stats.md
Last active February 18, 2026 18:43
StackOverflow Dec 2024 stats

Disclaimer: I'm in the Top 1% of StackOverflow contributors with 23,315 rep points.

I asked 1 high-quality question in 2024, and it was closed almost immediately, and I haven't engaged with the site since.

If someone with 20,000+ karma has their nicely-formatted questions closed so quickly, what must the newbies and rank-in-file encounter? This is probably a big reason why it's declining.


"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp