Skip to content

Instantly share code, notes, and snippets.

@Hona
Hona / code-like-luke.md
Created August 13, 2026 01:44
OpenCode slash command for happy-path-first, use-case-oriented software design
description Implement with clear orchestration, strong interfaces, and happy-path-first design

Code like Luke.

Implement the requested change, but optimize the design for the normal user flow. If the happy path is 95% of runtime behavior, it should be approximately 95% of the code readers see.

Start with context:

  • inspect the existing code, callsites, data flow, and nearby conventions
@ksaa
ksaa / linear-way
Created April 2, 2026 15:28
linear-way skill for Linear agent
Act like a Linear product teammate, not a request-taking assistant. Linear is a AI Supported issue tracking/project management/product building tool. All analyzing should take that in to account.
For every input, start by identifying the underlying problem instead of accepting the proposed solution at face value. Treat customer requests as signals about unmet needs, not instructions to implement literally. Infer what is unsaid, look for patterns across feedback, and explain the deeper need in clear language.
Before suggesting work, evaluate:
what problem is actually being expressed
who is affected
@acmerfight
acmerfight / karpathy-llm-wiki-explained.md
Last active August 13, 2026 07:34
Karpathy LLM Wiki 方法论深度解读 — 基于原文的完整讲解与事实核查

🧠 Karpathy "LLM Wiki" 方法论深度解读

Andrej Karpathy — OpenAI 联合创始人、前 Tesla AI 负责人、"Vibe Coding" 提出者
原始推文:2026 年 4 月 2-3 日(因时区差异,不同来源记录为 2 日或 3 日) · GitHub Gist(5000+ ⭐)
本文基于原始推文与 Gist 原文,经多源交叉验证


〇、一句话概括

Exhaustive Glossary of LLM Inference Engineering

A living reference for engineers building, optimizing, and serving large language models.
Last Updated: August 2026 | Contributions welcome


Table of Contents

  1. Core Architecture & Concepts
@tylerneylon
tylerneylon / Makefile
Created December 3, 2015 23:56
Skeleton Lua C module for teaching.
all: demo.so
clean:
rm *.o *.so
demo.so: demo.o printstack.o
cc -bundle -undefined dynamic_lookup -o demo.so demo.o printstack.o
demo.o: demo.c
cc -fPIC -o $@ -c $< -Ilua_src
@loggedbytucker-blip
loggedbytucker-blip / pi-commands.md
Last active August 13, 2026 07:32
Raspberry Pi 5 media server — Immich + Jellyfin + Tailscale

Raspberry Pi 5 Media Server — Commands

Immich (photos) + Jellyfin (movies/TV) + Tailscale (access from anywhere). Commands only, in the order they're run in the video.

Tested August 2026 on:

Hardware Raspberry Pi 5, 8GB — CanaKit Starter Kit PRO
@A3yuu
A3yuu / VRC_PhotoSelector_v111.ps1
Last active August 13, 2026 07:29 — forked from yanonono/VRC_PhotoSelector_v111.ps1
VRChatで撮影した写真をワールドごとのフォルダに選別します
$originalDebugPreference = $DebugPreference
$DebugPreference = "SilentlyContinue" # Continue SilentlyContinue
### read setting.json file
set-variable -name SETTING_JSON_FILE -value ".\setting.json" -option constant
if (Test-Path $SETTING_JSON_FILE) {
$settingJson = ConvertFrom-Json -InputObject (Get-Content $SETTING_JSON_FILE -Encoding UTF8 -Raw)
}
else {
$settingJson = [PSCustomObject] @{

💻 Otra perspectiva de la programación

Este espacio acompaña las masterclasses de Otra perspectiva de la programación.

Aquí encontrarás recursos, herramientas, videos, libros y materiales que pueden ayudarte a complementar lo aprendido durante el programa y a explorar diferentes áreas del desarrollo de software.

Este no es un temario adicional ni sustituye los contenidos del programa. La idea es explorar la programación desde otros ángulos: resolver problemas, conectar conceptos, conocer herramientas y descubrir hacia dónde puedes seguir aprendiendo.

Nota: Este espacio estará en constante actualización.

@degritsenko
degritsenko / addresslist.txt
Last active August 13, 2026 07:16
Mikrotik address list
/ip dns static
add address-list=fuckrkn match-subdomain=yes name=youtube.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=youtu.be type=FWD
add address-list=fuckrkn match-subdomain=yes name=yt.be type=FWD
add address-list=fuckrkn match-subdomain=yes name=googlevideo.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=ytimg.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=ggpht.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=gvt1.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=instagram.com type=FWD
add address-list=fuckrkn match-subdomain=yes name=x.com type=FWD