Skip to content

Instantly share code, notes, and snippets.

@aschober
aschober / ssh-on-android-linux-terminal.md
Created March 19, 2025 04:41
Setup SSH and Tailscale on Android 15 Linux Terminal App

Setup SSH and Tailscale on Linux Terminal App

This guide outlines the steps to set up an SSH server and Tailscale on a fresh Debian installation inside the Android Linux Terminal App. After completing these steps, you'll be able to securely SSH into the Linux environment running on your Android device from any remote machine over the internet using Tailscale.

  1. Update package lists and upgrade installed packages to the latest versions:

    sudo apt update && sudo apt upgrade -y
    
@k16shikano
k16shikano / SKILL.md
Last active September 9, 2026 12:12
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

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.

@mdeguzis
mdeguzis / steam-depot-deep-dive.md
Last active September 9, 2026 11:21
Steam Depot Data: How SteamDB Gets It and How We Can Replicate It (deep dive for proton-pulse-web)

Steam Depot Data: How SteamDB Gets It and How We Can Replicate It

Deep dive into Steam's depot system, how SteamDB tracks depot creation/update dates, and practical approaches for proton-pulse-web to replicate this functionality.

The Core Problem

Steam's official public Web API (partner.steamgames.com/doc/webapi) does not expose per-depot timestamps, manifest history, or OS-specific update dates. The store/api/appdetails endpoint returns app-level release dates but nothing about individual depots. We need this data to show users when a game's Linux depot was first added and when it was last updated.

How Steam's Depot System Works

@kaznak
kaznak / gist:bb365649fc82d185a2dd47bc7f38e8e8
Created January 17, 2020 09:58
UNIXという考え方 The UNIX philosophy

UNIXという考え方 The UNIX philosophy

定理

1. Small is beautiful. 小さいものは美しい

小さいものは、大きい物にない利点がいくつもある。小さいもの同士なら簡単に独特の便利な方法で組み合わせることができる
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active September 9, 2026 11:19
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

[!WARNING]

@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active September 9, 2026 11:18
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@ayusdixit
ayusdixit / CCF_Ranking_2026.json
Created March 17, 2026 09:44
CCF Ranking 2026 version
{
"year": 2026,
"name": "中国计算机学会推荐国际学术会议和期刊目录",
"organization": "中国计算机学会",
"category": [
{"id": 0, "chinese": "计算机体系结构/并行与分布计算/存储系统", "english": "Computer Architecture / Parallel and Distributed Computing / Storage System"},
{"id": 1, "chinese": "计算机网络", "english": "Computer Networks"},
{"id": 2, "chinese": "网络与信息安全", "english": "Network and Information Security"},
{"id": 3, "chinese": "软件工程/系统软件/程序设计语言", "english": "Software Engineering / System Software / Programming Languages"},
{"id": 4, "chinese": "数据库/数据挖掘/内容检索", "english": "Database / Data Mining / Content Retrieval"},
@Zielogan
Zielogan / index.html
Last active September 9, 2026 11:14
w574d
<!doctype html>
<html>
<body>
<h2>Android Settings 테스트</h2>
<button onclick="openIntent('android.settings.ACCESSIBILITY_SETTINGS')">
접근성 설정
</button>
<button onclick="openIntent('android.settings.HOME_SETTINGS')">