Skip to content

Instantly share code, notes, and snippets.

@VooDisss
VooDisss / README.md
Created March 9, 2026 20:56
llama-server models.ini guide for Qwen3 reranker + embedding + chat models. Fix for Qwen3-Reranker GGUF producing near-zero scores (4.5e-23) with llama.cpp. Covers /v1/rerank endpoint, pooling=rank, cls.output.weight, convert_hf_to_gguf.py proper conversion, models.ini preset reference with all valid keys,

Running Qwen3 Models with llama-server (Embedding + Reranking + Chat)

A practical guide to running multiple Qwen3 models through a single llama-server instance using model routing. Covers embedding, reranking, and chat/vision models.

Tested on Windows with RTX 3090 (24GB VRAM), llama-server build from llama.cpp master branch. Last updated: 2025-03-09.


What you get

@kieranklaassen
kieranklaassen / SKILL.md
Last active March 10, 2026 20:12
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@busfahrer
busfahrer / microgpt-moe.py
Created March 10, 2026 15:36
MoE hack of 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
@spiiin
spiiin / Nes_game_list.txt
Created February 4, 2019 15:12
Best of nes games
8 Eyes (U) [!].nes
Abadox (J).nes
Addams Family, The (E) [!].nes
Adventures in the Magic Kingdom (E) [!].nes
Adventures of Lolo (U) [!].nes
Aladdin 4 (1996) (Unl) [!].nes
Alien 3 (E) [!].nes
Alien Syndrome (J).nes
Antarctic Adventure (J).nes
Astyanax (U) [!].nes
@DanielStormApps
DanielStormApps / ppp-subscription-pricing-breakdown.md
Created March 10, 2026 20:04
PPP Subscription Pricing Breakdown

PPP Subscription Pricing Breakdown

Core Formula

Target USD = $17.99 (base price) x PLR (Price Level Ratio)
New Price  = floor(Target USD) to nearest $X.99

With two hard boundaries:

@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active March 10, 2026 19:58
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

"""
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
@andreibosco
andreibosco / raspberry-disable-ipv6.md
Created March 24, 2017 21:06
Raspberry Pi: disable IPv6
@andredlam
andredlam / setup_KVM.md
Created June 25, 2025 00:27
Setup KVM

KVM/QEMU Setup Guide for Ubuntu 24.04

Overview

This guide covers the complete setup of KVM (Kernel-based Virtual Machine) with QEMU and libvirt on Ubuntu 24.04 LTS. KVM provides near-native performance virtualization on Linux systems and is ideal for homelab environments.

Prerequisites

Hardware Requirements