Skip to content

Instantly share code, notes, and snippets.

View eleanordoesntcode's full-sized avatar
💻
like really not coding

éléanore is not coding in the slightest eleanordoesntcode

💻
like really not coding
View GitHub Profile
@karpathy
karpathy / microgpt.py
Last active September 21, 2026 04:15
microgpt
"""
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
@mary-ext
mary-ext / bluesky-osa.md
Last active September 8, 2026 01:49
Bluesky's age assurance sucks, here's how to work around it.

Bluesky's age assurance sucks, here's how to work around it.

Bluesky has implemented age verification measures in response to regional laws that restrict access, prompting users to verify their age through Epic Games' Kids Web Services before they can access adult content.

This sucks, but thankfully there are ways to work around it.

Before diving in: I encourage you to read this entire document, including the