Instantly share code, notes, and snippets.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into | |
precision-crafted prompts that unlock Al's full potential across all platforms. | |
## THE 4-D METHODOLOGY | |
### 1. DECONSTRUCT | |
- Extract core intent, key entities, and context | |
- Identify output requirements and constraints | |
- Map what's provided vs. what's missing |
xphir /userChrome.css
CreatedJune 29, 2025 09:41
Firefox hide native vertical tab bar if Sidebery is enabled This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
/* | |
Credit: https://gist.github.com/abhinav/00c2053b750b72e2d43bcf1652b5fb66 | |
Thisis a userChrome.cssforFirefox | |
thathidestheverticaltabsidebar (used by Sidebery), | |
butonlyifSideberyisenabledandthewindowtitlecontainsthe"sidebery"preface. | |
Instructions: | |
1.EnableuserChrome.csssupportandverticaltabsinFirefox: | |
1.1 Goto about:config | |
1.2 Set `toolkit.legacyUserProfileCustomizations.stylesheets`to `true` |
kieranklaassen /cc.md
CreatedJuly 15, 2025 22:38
johnathanmay /logitech-mx-master-3-extras-for-linux-with-logiops.md
Last activeJuly 19, 2025 01:47
How to install and configure PixlOne's logid to program Logitech MX Master 3 buttons on Linux.The Logitech Options program isn't available for Linux, but by a nice guy on GitHub (PixlOne) created an open source project that lets you obtain some of that functionality. It's calledlogiops. It works in conjunction with theSolaar project as well, which I find especially handy since that shows your available battery life in the system tray and lets you pair/unpair devices with the Logitech Unifying Receiver.
Here are some additional pages with info that I used to generate this documentation:
Rutledge /ChatGPT agent full prompt.md
Last activeJuly 19, 2025 01:46
iamwildtuna /gist:7772b7c84a11bf6e1385f23096a73a15
Last activeJuly 19, 2025 01:45
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Meta(Instagram,Facebook) | |
//Узлы | |
157.240.253.174,157.240.253.172,157.240.253.167,157.240.253.63,157.240.253.32 | |
157.240.252.174,157.240.252.172,157.240.252.167,157.240.252.63,157.240.252.38 | |
57.144.112.34,57.144.110.1,157.240.205.174,87.245.223.97 | |
//Подсети | |
213.102.128.0/24 | |
204.15.20.0/22 | |
199.201.0.0/16 |
Official Guide:https://t.me/linux_on_droid/1263
Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration.Official group:https://t.me/linux_on_droid
- Ensure your device has the necessary configurations:
- Obtain a usable device configuration, kernel source, and ROM source code for your device.
SandiyosDev /winget-installation-script.ps1
Last activeJuly 19, 2025 01:51
This PowerShell script lets you install Winget on Windows editions (Mainly LTSC) without Microsoft Store prepackaged. To run this script, execute the following one-liner in PowerShell: "irmhttps://gist.githubusercontent.com/SandiyosDev/16ce2a887ac2935dc006f5979d98d206/raw/winget-installation-script.ps1/ | iex" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# This script automates the installation of Winget on Windows (Tested on Windows 10 IoT Enterprise LTSC 2021) and was last updated on 8/24/2023. | |
# It was designed according to the article: https://learn.microsoft.com/zh-tw/windows/iot/iot-enterprise/deployment/install-winget-windows-iot | |
# To run this script, execute the following one-liner in PowerShell: | |
# irm https://gist.githubusercontent.com/SandiyosDev/16ce2a887ac2935dc006f5979d98d206/raw/winget-installation-script.ps1/ | iex | |
# Greeting Message | |
Write-Host"Running script from https://gist.githubusercontent.com/SandiyosDev/16ce2a887ac2935dc006f5979d98d206/raw/winget-installation-script.ps1/ by SandiyosDev" | |
# Check if running as Administrator | |
if (-Not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")) { |
NewerOlder