Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@lukewilson2002
lukewilson2002 / repo-local-documentation-system.md
Last active July 19, 2026 15:17
A repo-local Markdown documentation system that helps humans and AI agents understand a codebase, find the right context, and make safer changes. Ask your agent to help you set it up.
#!/bin/bash
#
# Run this now:
#
# bash -c "$(curl -fsSL "https://gist.githubusercontent.com/szhu/afd806ec1eb874848e1b4f412be7aaaf/raw/a6c51e413c65cf66019280c35e598ff6d5dd6cea/macos-install-legacy-hp-printer-drivers.sh")"
#
# This script makes it possible to install legacy HP printer drivers on modern
# versions of macOS.
#
# The HP 5.1.1 Printer Software Update (https://support.apple.com/en-us/106385)
@almahmudbd
almahmudbd / free-ai-api.md
Last active August 2, 2026 13:33
Free Ai Api keys and credits for agentic coding.

Free AI API Keys for Agentic Coding

Usage Tips

  • Do not subscribe to every service at once. Most free credits expire quickly. Test them one by one and move to the next when your current credits run out.
  • Register, verify your account, and claim your credits. Follow each platform’s documentation to connect your coding tools.
  • Keep your API keys private. Do not share them publicly. (save or star this gist for future update)

Top Sites in This Genre

@tom-ricci
tom-ricci / guide.md
Last active August 6, 2026 22:35 — forked from mcollina/guide.md
Configuring minimum release age across npm, pnpm, and yarn

Configuring minimum release age across npm, pnpm, yarn, and bun

Setting a minimum release age (a "cooldown") on dependencies is a cheap, high-leverage defense against supply-chain attacks. Most malicious package versions are detected and yanked within hours, so a 24-hour delay filters out the smash-and-grab incidents (axios 1.14.1, ua-parser-js, Solana web3.js, etc.).

All four major Node.js package managers now support this, but each one used a different name and a different unit. Here is what you need.

Minimum versions

Tool Setting Unit Introduced in
@SeMax1337
SeMax1337 / claude-account-banned-blocked.en.mdx
Last active June 12, 2026 09:46
Claudexia blog: Claude Account Banned, Suspended, or Deleted — What to Do in 2026

Claude Account Banned, Suspended, or Deleted — What to Do in 2026

🚀 Хочешь Claude API без ограничений и с удобной оплатой? Переходи на Claudexia.

TL;DR

Anthropic can ban, suspend, or delete your Claude account for ToS violations, region restrictions, VPN usage, payment failures, or suspicious activity. This guide walks you through every type of restriction, a step-by-step appeal process, and — if recovery fails — how to switch to Claudexia in one line of code and keep using Claude models without an Anthropic account.

Why Anthropic Bans or Suspends Claude Accounts

If you woke up to a "your account has been suspended" email from Anthropic, you are not alone. Throughout 2025 and into 2026, thousands of developers and everyday users have reported sudden account restrictions — sometimes with no clear explanation. Understanding why Anthropic takes action is the

{
"name": "Liminal Archives - Horror Ambience",
"nodes": [
{
"parameters": {
"fieldToSplitOut": "Scenes",
"options": {}
},
"type": "n8n-nodes-base.splitOut",
"typeVersion": 1,
@mcollina
mcollina / guide.md
Created April 30, 2026 09:41
Configuring minimum release age across npm, pnpm, and yarn

Configuring minimum release age across npm, pnpm, and yarn

Setting a minimum release age (a "cooldown") on dependencies is a cheap, high-leverage defense against supply-chain attacks. Most malicious package versions are detected and yanked within hours, so a 24-hour delay filters out the smash-and-grab incidents (axios 1.14.1, ua-parser-js, Solana web3.js, etc.).

All three major Node.js package managers now support this, but each one used a different name and a different unit. Here is what you need.

Minimum versions

Tool Setting Unit Introduced in

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.

@tak-dcxi
tak-dcxi / css-responsive.md
Last active July 25, 2026 06:26
CSS Responsive Rules

CSS Responsive Rules

目的

レスポンシブ実装の判断基準を明確にし、不要なブレイクポイントとコード量を最小化する。 CSS はブラウザへの「提案」であり、厳密な命令ではない。ブラウザに委ねられる仕事は委ねる。

基本方針: エスカレーション順序

レスポンシブ対応は以下の優先順序で検討する。上位で解決できるなら下位は使わない。

@azu
azu / difit-auto-detect.sh
Last active March 29, 2026 14:54
cmux browser open-split difit review
#!/bin/bash
# =============================================================================
# difit-auto-detect.sh
# Automatically detects git state and opens appropriate diff view
# with difit in a cmux browser split pane.
#
# Dependencies:
# - cmux https://cmux.app/
# - difit https://github.com/yoshiko-pg/difit