Skip to content

Instantly share code, notes, and snippets.

/*
* 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
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active December 17, 2025 00:27
Conventional Commits Cheatsheet
@derhuerst
derhuerst / _.md
Last active December 17, 2025 00:23
List of HAFAS API Endpoints
@erhaem
erhaem / user.js
Last active December 17, 2025 00:20
disable AI features on Firefox | tutorial: https://youtu.be/Re7RCBLw8-k?si=2BsiIfno4oT5k94H
// 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);
@greatSumini
greatSumini / cursor-step-by-step-rule.mdc
Last active December 17, 2025 00:20
Cursor - step by step rule
---
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

Run with Claude Code

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

@foreverlate
foreverlate / Activate_Windows_10_and_11_Pro_for_free.md
Created March 21, 2023 14:25
Activate Windows 10 and 11 Pro for free

Activate Windows 10 and 11 Pro for free

A guide how to activate Windows 10 and 11 Pro for free!

NOTE

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:

Windows key buttons

- Windows 11

- Windows 10

- Windows 8.1 and 8

@mjkstra
mjkstra / arch_linux_installation_guide.md
Last active December 17, 2025 00:09
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI system
@millermedeiros
millermedeiros / osx_setup.md
Last active December 17, 2025 00:06
Mac OS X setup

Setup Mac OS X

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...