Skip to content

Instantly share code, notes, and snippets.

#NoTrayIcon
#AutoIt3Wrapper_UseX64=y
Opt("MustDeclareVars", 1)
Opt("GUIOnEventMode", 0)
Opt("GUIEventOptions", 1)
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <EditConstants.au3>
@tilda
tilda / priconne_and_vpns.md
Last active July 30, 2026 21:48
defeating dmm's skill issue

How to play PriConne on PC without hassling with VPNs constantly

Sidenote: you will still need one, but by the end of the guide you should only need to deal with this process once per year, assuming nothing changes.

Note

This guide only covers VPN setup, creating DMM account & installing Game Player is considered out of scope (this is long enough as is).

Use Nyatsu's DMM guide for guidance on getting set up, or check #jp-questions pins in maincord.

Warning

This guide was rewritten in August 2025 to no longer use TunnlTo. If you need the old version, it can still be accessed here.

@ayebrian
ayebrian / vmware.md
Last active July 30, 2026 21:40
VMware ESXi / Workstation / ISO Downloads

Download VMware ISOs in this repo

Also I would happy if you visit my site with tech tips!: https://hausmer.com

All license keys and activation files have been removed in accordance with GitHub's Terms of Service.

Only official trial installers are available. Bring your own license (BYOL).

@dc-avasilev
dc-avasilev / info.md
Last active July 30, 2026 21:39
win11pro

ОЕМ или ОЕI не приобретайте, так как лицензия предназначена только для сборщиков ПК и поставляется конечному пользователю только вместе с ПК+ имеет ограничения- данная лицензия привязывается к железу и не может быть перенесена на другое устройство. ESD или BOX не имеет таких ограничений.

Шаг 1. Вы переходите на панель задач и введите cmd =>, затем щелкните правой кнопкой мыши Командная строка и выберите Запуск от имени администратора

Шаг 2: Вы вводите команду« slmgr.vbs /ipk », чтобы установить лицензионный ключ Windows 11.

Здесь вы найдете

@karl-zylinski
karl-zylinski / tracking_alloc_example.odin
Created March 3, 2024 20:26
Example of how to setup tracking allocator
// from https://odin-lang.org/docs/overview/#when-statements, see end of that section
package main
import "core:fmt"
import "core:mem"
main :: proc() {
when ODIN_DEBUG {
track: mem.Tracking_Allocator
#NoTrayIcon
#RequireAdmin False
Opt("MustDeclareVars", 1)
Opt("GUIOnEventMode", 0)
Opt("GUICloseOnESC", 1)
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <EditConstants.au3>
#include <ButtonConstants.au3>
"""
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
@arafatkatze
arafatkatze / eval-rsi-prompt.md
Created July 27, 2026 04:07
Recursive self-improvement prompt for agent evals

Recursive Self-Improvement Prompt for Agent Evals

You are conducting a long-running, evidence-driven improvement campaign for an AI agent harness.

Your goal is not to win a benchmark by any means necessary. Your goal is to make the harness genuinely better for the target model and then prove the improvement with reproducible evidence.

Objective

Improve the target agent on the named evaluation without changing the benchmark, adding task-specific logic, or manufacturing a better score through more resources. Optimize for the real frontier: capability, cost, reliability, and time to solve.

@ongkiii
ongkiii / IPA-Sources.md
Last active July 30, 2026 21:24
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@imthenachoman
imthenachoman / 00 Debian Snapper Update.md
Last active July 30, 2026 21:24
Debian snapper apt script to include full apt command including arguments as snapshot description

This gist includes an enhancement to Debian's snapper package.

The current (as of 2023-07-23) snapper package includes an apt configuration that will automatically take snapper snapshots when you use apt to install/remove/etc. It will add use "apt" as the description of the pre/post snapshot.

With the below changes to the /etc/apt/apt.conf.d/80snapper file and associated dpkg-pre-post-snapper.sh file, snapper will include the full apt command, including the arguments, in the snapshot description.

For example:

$ sudo apt install funky