Skip to content

Instantly share code, notes, and snippets.

"$schema" = 'https://starship.rs/config-schema.json'
format = """
[](red)\
$os\
$username\
[](bg:peach fg:red)\
$directory\
[](bg:yellow fg:peach)\
$git_branch\
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 27, 2026 10:55
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@tenpoku1000
tenpoku1000 / USB_device.md
Last active March 27, 2026 10:53
自作 OS で USB デバイスに対応するための調査メモ

自作 OS で USB デバイスに対応するための調査メモ

2024/04/19 更新

USB-UART 変換ケーブル

EDK2 にある FTDI 用のドライバが使えそうです。FTDI 製チップ搭載製品は、以下のような製品があります。

USBシリアル変換ケーブル|株式会社バッファロー BUFFALO

@pahud
pahud / openclaw.json
Created February 6, 2026 02:02
OpenClaw multi-agent sample
{
"bindings": [
{
"agentId": "main",
"match": {
"channel": "telegram",
"accountId": "default"
}
},
{
@ifiokjr
ifiokjr / ADB Instructions.md
Last active March 27, 2026 10:55
Android Platform Tools
/* Background color */
:root[data-theme="dark"] {
--background-color: rgb(45, 45, 55);
}
/* General settings */
:root {
--entry-vertical-padding: 0.5em;
--entry-horizontal-padding: 0.5em;
--line-height-no-units: 16;
@stepankuzmin
stepankuzmin / grug.md
Last active March 27, 2026 10:47
The Grug Sub Agent `.claude/agents/grug.md`

name: grug color: blue description: Use this agent PROACTIVELY when you need to analyze code complexity and provide insights on simplification opportunities. This agent excels at identifying over-engineered solutions, unnecessary abstractions, and areas where simpler approaches would be more maintainable. Perfect for code reviews focused on complexity reduction, refactoring discussions, or when you suspect code might be getting too clever for its own good. Examples:\n\n\nContext: The user wants to review recently written code.\nuser: "I just implemented a new feature. Can you review it?"\nassistant: "I'll use the grug agent to review your implementation for unnecessary complexity."\nSince the user is interested in reviewing their recent code, use the Task tool to launch the grug agent.\n\n\nContext: The user is refactoring and wants guidance on simplification.\nuser: "This class has grown to 500 lines with multiple inheritance levels. Help me simplify i

S3 Storage Benchmark — Round 3

6-Way Comparison with Compression Variants
MinIO vs SeaweedFS vs Garage vs Garage-zstd vs HS5 vs RustFS

Date: 2026-03-25
Method: Python boto3 direct, sub-ms accuracy
Data: 746 real TDnet filing documents, 600.2 MB
Each backend tested in isolation — fresh volumes, one at a time, no resource contention

@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active March 27, 2026 10:31
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.