Skip to content
View kairin's full-sized avatar
💭
LOFBB
💭
LOFBB
  • 13:20 (UTC +08:00)

Highlights

  • Pro

Block or report kairin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 000-dotfiles 000-dotfiles Public

    Minimal dotfiles — fish, git, codex

    Python 1

  2. llm-wiki llm-wiki
    1
    # LLM Wiki
    2
    
                  
    3
    A pattern for building personal knowledge bases using LLMs.
    4
    
                  
    5
    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.
  3. Embed Nerd Fonts in the Pixel Linux ... Embed Nerd Fonts in the Pixel Linux Terminal app (Debian on AVF) — patches ttyd to serve a custom index.html with @font-face inline
    1
    # Nerd Fonts in the Pixel Linux Terminal app (Debian on AVF)
    2
    
                  
    3
    The stock **Linux Terminal** app on Pixel devices (Android 15/16, Debian VM via Android Virtualization Framework) ships with no font customization UI. Installing a Nerd Font into the VM's `~/.local/share/fonts/` does **nothing** — the terminal is rendered by an Android WebView running `xterm.js` over a WebSocket, and the WebView only sees Android-side fonts, not VM fonts.
    4
    
                  
    5
    This gist documents how to embed a Nerd Font directly into the HTML that the WebView loads, so terminal icons (Powerline, Devicons, Font Awesome, etc.) render correctly.