Skip to content

Instantly share code, notes, and snippets.

@rxaviers
rxaviers / gist:7360908
Last active August 9, 2026 04:42
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@Maciejdziuba
Maciejdziuba / README.md
Last active August 9, 2026 04:36
The Software Factory Playbook โ€” Dex Horthy's 4-gate workflow (Product โ†’ Architecture โ†’ Program Design โ†’ Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook โ€” Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light โ€” you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists โ€” where changing your mind costs a sentence, not a rewrite.

What it does

@mindplay-dk
mindplay-dk / README.md
Last active August 9, 2026 04:33
Blank slate CSS reset for 2026

Blank Slate CSS Reset for 2026

๐Ÿ”— Demo Page

I pieced this together from various articles, forum posts, and published CSS resets.

The goal is to have a full reset that works for most, modern, evergreen browsers.

A few rules could be considered "normalization" - but I'm trying for as much of a clean slate as possible, with the only exceptions being things like <strong> being bold, <em> being italics, and <a> tags having an underline; for accessibility reasons, these are not things we should reset by default.

@techreign
techreign / amazon-sde-questions-2026.md
Created May 24, 2026 17:09
Amazon SDE Interview Questions 2026: data from 4577 real reports โ€” coding patterns, behavioral, system design, OA, compensation

Amazon SDE Interview Questions 2026: What's Actually Being Asked

Based on aggregated reports from 7 sources (1Point3Acres, Blind, Glassdoor, Reddit, GeeksforGeeks, 1p3a OJ catalog, direct submissions) covering 4,577 Amazon interview reports across SDE1, SDE2, SDE3 (Senior), and Principal levels. Source: LeakCode Amazon page.

Loop Structure by Level (2026)

Level Phone Screens Onsite Rounds OA Required Bar Raiser
SDE1 (L4) 1 4-5 Yes (2 problems + Work Simulation) Yes
SDE2 (L5) 1-2 5-6 Usually Yes
@Azkali
Azkali / mtk_partitions.md
Created February 25, 2026 05:12
Mediatek partitions descritiption

MediaTek Partition Table Reference

MT6xxx โ€” printgpt output


Boot & Bootloader Chain

Partition Purpose
lk_a/b Little Kernel โ€” MTK's bootloader (equivalent to U-Boot), initializes hardware before Android
@OrangeViolin
OrangeViolin / character-optimization-design--optimization-examples.md
Last active August 9, 2026 04:10
Game Design Skill for Claude Code - ๅŸบไบŽใ€Šๆธธๆˆ่ฎพ่ฎก็š„100ไธชๅŽŸ็†ใ€‹็š„ๆธธๆˆ่ฎพ่ฎกๅ…จๆต็จ‹ๅŠฉๆ‰‹ | ไป…ไพ›ไธชไบบๅญฆไน ไธŽๅจฑไน

Min/Maxing Examples and Mitigations

Traditional D&D

  • Problem: Players dump Charisma to boost Strength
  • Mitigation: Charisma affects more mechanics (leadership, NPC reactions)
  • Result: Still possible, but trade-offs are meaningful

Dark Souls

  • Approach: Complex stat scaling system
  • Design: Each weapon scales with different stats

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@mzaman
mzaman / AgentRouter.md
Last active August 9, 2026 03:53
AgentRouter: The Definitive Developer Guide

AgentRouter: The Definitive Developer Guide

Unified LLM API Gateway ยท $200 Free Credits ยท Zero Subscription Lock-in

TL;DR โ€” AgentRouter is a non-profit, OpenAI-compatible API gateway that aggregates Claude, GPT, Gemini, DeepSeek, and 30+ other models behind a single endpoint. New users get $200 in free credits via referral โ€” no credit card required. Ideal for developers who want model flexibility without juggling five subscriptions.

๐Ÿ‘‰ Claim Your $200 Free Credits โ†’ agentrouter.org/register?aff=DWBb


Table of Contents

@leocomelli
leocomelli / git.md
Last active August 9, 2026 03:51
Lista de comandos รบteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda