See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| /* | |
| * Copyright 2025 Kyriakos Georgiopoulos | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
Please create an Issue in the transport-apis repo instead. 🙏
| // disable AI features on Firefox | |
| user_pref("browser.ml.enable", false); | |
| user_pref("browser.ml.chat.enabled", false); | |
| user_pref("browser.ml.chat.sidebar", false); | |
| user_pref("browser.ml.chat.shortcuts", false); | |
| user_pref("browser.ml.chat.page", false); | |
| user_pref("browser.ml.chat.page.footerBadge", false); | |
| user_pref("browser.ml.chat.page.menuBadge", false); | |
| user_pref("browser.ml.chat.menu", false); | |
| user_pref("browser.ml.linkPreview.enabled", false); |
| --- | |
| description: | |
| globs: | |
| alwaysApply: true | |
| --- | |
| ## Core Directive | |
| You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail. | |
| ## Guiding Principles |
When running with claude code, certain things don't work (e.g. the web_search tool, or running agents in parallel). Inference is slower than with Claude, and results are worse.
Install llama.cpp and set up qwen3-coder per these instructions: https://docs.unsloth.ai/basics/qwen3-coder-how-to-run-locally#run-qwen3-coder-30b-a3b-instruct
As of 2025/08/17, you need to download the fixed ninja chat template per these instructions: https://docs.unsloth.ai/basics/qwen3-coder-how-to-run-locally#tool-calling-fixes
Install claude-code-router per these instructions: https://github.com/musistudio/claude-code-router?tab=readme-ov-file#-getting-started
A guide how to activate Windows 10 and 11 Pro for free!
If you see the Windows keyboard button ; and you can't find it, you likely have/had Windows 10 which has the button
. If you can't find that one, you likely have a PC that has been upgraded to Windows 10/11 from Windows 8.1/8/7/XP and other ones. If you have one of those, refer the Windows key button to as yours. A list of them is below:
I've done the same process every couple years since 2013 (Mountain Lion, Mavericks, High Sierra, Catalina) and I updated the Gist each time I've done it.
I kinda regret for not using something like Boxen (or anything similar) to automate the process, but TBH I only actually needed to these steps once every couple years...