Skip to content

Instantly share code, notes, and snippets.

@cirippo
cirippo / ReadMe.md
Last active September 8, 2026 09:41
Download Google Drive protected PDF without TrustedScriptURL error at higher resolution

Easy step by step guide to download view only PDF from Google Drive - no TrustedScriptURL error and better quality


  1. Open the document in Google Docs
  2. Zoom in 2 times using Ctrl and + (VERY IMPORTANT!)
  3. Open Developer Tools
  4. Hit Ctrl + R to reload the document.
  5. Scroll to the bottom of the document to load all pages.
  6. To check if all pages are loaded, go to "Network" tab, type "img" in search bar. At the bottom bar you see "xx/yyy requests", "xx" must be equal to document's pages; if not scroll up to load missing pages
  7. Go to "Console" tab
  8. Paste the updated and improved script (download_pdf.js) that avoids TrustedScriptURL error and allows better file's quality

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.

@kupietools
kupietools / Docker Desktop v 4.0.0 thru 4.22.1 direct download links
Last active September 8, 2026 09:34
List of Direct Download links for Docker Desktop from version 4.0.0 released 2021-08-31 thru 4.22.1 released 2023-08-24, as archived on archive.org
@kju4q
kju4q / five-repos-ai-builders.md
Created September 7, 2026 15:41
5 repos the AI builder community can't stop talking about, and what to steal from each

5 repos the AI builder community can't stop talking about, and what to steal from each

These five kept coming up across the AI builder community this week, so here is what each one is and the one thing worth taking from it.


1. everything-claude-code

https://github.com/affaan-m/ECC

Product Year Version Product Keys
Visual Studio 2026 18.x
Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK
Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V
https://x.com/massgravel/status/1988306014371008542
Visual Studio 2022 2021 17.x Professional:
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J
Enterprise:
@SidneyLYZhang
SidneyLYZhang / mattpocock-skills-指南.md
Created July 21, 2026 08:03
mattpocock/skills 技能集 · 中文详细介绍与使用指南

mattpocock/skills 技能集 · 中文详细介绍与使用指南

本文内容均基于官方仓库 docs/ 目录下的 22 篇技能说明文档整理,用于说明「什么时候用这些技能」以及「怎么用效果最好」。


一、这个仓库到底是什么

mattpocock/skills 是 Matt Pocock 每日用来做真实工程开发(而非"氛围编程 / vibe coding")的一套 AI 编程智能体(agent)技能集

@dctanner
dctanner / SKILL.md
Last active September 8, 2026 09:27
demo-video
name demo-video
description Generate a narrated demo video from browser screenshots and TTS audio. Captures scenes via agent-browser, generates voice narration via Inworld TTS API, and stitches into an MP4 with ffmpeg.

Demo Video Generation

Generate a narrated demo video from browser screenshots and TTS audio. The output is an MP4 with still-image scenes synced to voice narration.

Prerequisites

@mariotaku
mariotaku / README.md
Last active September 8, 2026 09:26
Install tailscale on webOS TV

Usage

  1. Have your TV rooted
  2. Open Terminal with SSH client or dev-manager-desktop
  3. Run curl -fsSL https://gist.githubusercontent.com/mariotaku/f7228c5459fc7ad2172a2b69dd51a4eb/raw/webosbrew-install-tailscale.sh | sh and wait for it to finish