📄️ I built a tool on Google Colab to easily create demo videos and convert them into GIFs or MP4s.
🗓 2026/02/24 — Zoom feature overhauled. Start times can now be recorded automatically while the preview plays, and overlapping zoom events are detected and blocked.
📄️ Sync GitHub Docs to Google Drive: Efficiently Gather Accurate Sources for NotebookLM and Claude Projects
Recently, AI tools that "get smarter by reading your data," such as NotebookLM and Claude Projects, have become incredibly useful. When researching how to use new libraries or brainstorming specifications, feeding "official documentation" into these AIs drastically improves the accuracy of their responses.
📄️ Guide to Integrating Google Colab with GitHub
- Updated Feb 22, 2026: Operation procedures for Colab and GitHub were revised to align with the latest recommended workflow.
📄️ Apply a mosaic to any video region on Google Colab and export as MP4.
Anyone who has tried to share a screen recording or screenshot while documenting a tool or internal process has probably run into this problem: API keys or account information are visible in the footage, so you can't publish it as-is.
📄️ Run Ollama on Google Colab's GPU and spin up a free LLM server.
When using coding assistants like Claude Code or Continue, you often run into situations where API costs add up quickly, or you'd rather not send your code to an external service. There's also the frustration of wanting to try out lightweight local LLMs but finding that your local GPU is too slow to be practical.
📄️ Comparing Multiple Local LLM Models on Free Google Colab
Recently, locally-running LLMs (Large Language Models) have become quite sophisticated. With models like Llama, Qwen, and Mistral publicly available, you might find yourself wondering: "Which model best fits my use case?"