Skip to content

Instantly share code, notes, and snippets.

View benderninakitten69's full-sized avatar
πŸ’­
πŸ”ž

NINA benderninakitten69

πŸ’­
πŸ”ž
  • πŸ‡«πŸ‡· France
View GitHub Profile
"""
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
@ongkiii
ongkiii / IPA-Sources.md
Last active March 15, 2026 19:52
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active March 15, 2026 23:44
Some notes, tools, and techniques for reverse engineering macOS binaries
@TameemS
TameemS / debloatMEmu.md
Last active March 12, 2026 00:35
Debloating & Optimizing MEmu

Inspired by this

More of my guides: Debloating LDPlayer - Debloating Nox (Updated)

Edit 22/8/2021: I have updated MEmu and it seems like it reinstalls the apps and re-enables the services. Repeat steps 5, 7, 8, and 9 if you update MEmu.

Debloating MEmu

In my experience, Nox can be quite slow and choppy, and looks like I'm not the only person with this problem. A lot of people say that MEmu performs better than Nox, and I could agree with that. I have no chopping issues with it so far. But like Nox, there are kinda shady stuff going on.