โ— PHANTOM
๐Ÿ‡ฎ๐Ÿ‡ณ IN
โœ•
Skip to content

Instantly share code, notes, and snippets.

@ann4belle
ann4belle / auto-revert-power-profile.service
Created February 26, 2026 20:13
Mitigate Lenovo Yoga 9i Aura Edition Power Mode Key
[Unit]
Description = Auto revert power profile when not changed by user
After = update-desired-power-profile.service
Requires = update-desired-power-profile.service
[Service]
ExecStart = /usr/local/bin/auto-revert-power-profile.sh
Restart = always
[Install]
@skulidropek
skulidropek / ANALYSIS.md
Created February 26, 2026 20:12
AGENTS hypothesis benchmark in 3 isolated docker-git containers

AGENTS Hypothesis Benchmark (3 isolated docker-git containers)

Date: 2026-02-26
Task: sympy__sympy-18199 (same fixed prompt in all runs)
Isolation: 3 separate containers + 3 different /home/dev/.codex/AGENTS.md

Hypotheses

  • empty: empty AGENTS.md (cleared file)
  • math: "ะผะฐั‚ะตะผะฐั‚ะธะบ-ะฟั€ะพะณั€ะฐะผะผะธัั‚" (proof/verification focus, no explicit game-theory orchestration)
/* โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
PRESTIFY ยท script.js
SaaS de Gestiรณn de Prรฉstamos โ€” Mรณdulo principal (Firebase ES Module)
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• */
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.5/firebase-app.js";
import { getAuth, signInWithEmailAndPassword, signOut, onAuthStateChanged, sendPasswordResetEmail }
from "https://www.gstatic.com/firebasejs/10.12.5/firebase-auth.js";
import { getFirestore, collection, doc, getDoc, getDocs, setDoc, addDoc, updateDoc, deleteDoc,
serverTimestamp, query, where, orderBy, limit, onSnapshot, writeBatch }
This file has been truncated, but you can view the full file.
# Solve.mjs Log - 2026-02-26T19:41:49.406Z
[2026-02-26T19:41:49.407Z] [INFO] ๐Ÿ“ Log file: /home/hive/solve-2026-02-26T19-41-49-406Z.log
[2026-02-26T19:41:49.408Z] [INFO] (All output will be logged here)
[2026-02-26T19:41:50.203Z] [INFO]
[2026-02-26T19:41:50.203Z] [INFO] ๐Ÿš€ solve v1.25.4
[2026-02-26T19:41:50.203Z] [INFO] ๐Ÿ”ง Raw command executed:
[2026-02-26T19:41:50.204Z] [INFO] /home/hive/.nvm/versions/node/v20.20.0/bin/node /home/hive/.bun/bin/solve https://github.com/link-assistant/hive-mind/issues/1363 --attach-logs --verbose --no-tool-check --auto-resume-on-limit-reset --auto-restart-until-mergeable --tokens-budget-stats
[2026-02-26T19:41:50.204Z] [INFO]
@forgemichaelgroat
forgemichaelgroat / gist:63570c476bfb2a076ed08dd5678fdf65
Created February 26, 2026 20:12
Common PowerShell References
# determine line endings
Get-ChildItem -Path "C:\path\to\directory" -Recurse | Where-Object {
(Get-Content $_.FullName -Raw) -match "`r`n"
} | Select-Object FullName
This file has been truncated, but you can view the full file.
# Solve.mjs Log - 2026-02-26T20:02:40.889Z
[2026-02-26T20:02:40.890Z] [INFO] ๐Ÿ“ Log file: /home/hive/solve-2026-02-26T20-02-40-889Z.log
[2026-02-26T20:02:40.891Z] [INFO] (All output will be logged here)
[2026-02-26T20:02:41.377Z] [INFO]
[2026-02-26T20:02:41.377Z] [INFO] ๐Ÿš€ solve v1.25.4
[2026-02-26T20:02:41.378Z] [INFO] ๐Ÿ”ง Raw command executed:
[2026-02-26T20:02:41.378Z] [INFO] /home/hive/.nvm/versions/node/v20.20.0/bin/node /home/hive/.bun/bin/solve https://github.com/link-assistant/hive-mind/pull/1358 --attach-logs --verbose --no-tool-check --auto-resume-on-limit-reset --auto-restart-until-mergeable --tokens-budget-stats
[2026-02-26T20:02:41.379Z] [INFO]
@AuroraSol
AuroraSol / Lesson1.md
Created February 26, 2026 20:12
Linux Lesson 1: Basic Navigation

Display current location

Use pwd (Print Working Directory) command to show where you are.

-sh-4.2$ pwd                                                                                   
/home/AuroraSol

Create directories

@ferrata
ferrata / openapi.yaml
Created February 26, 2026 20:12
OpenAPI spec for PR #2401
openapi: 3.1.0
info:
title: Makeswift API
description: Documentation for the Makeswift public REST API.
version: '1.0'
servers:
- url: 'https://api.makeswift.com'
description: Production server
paths:
/v1/workspaces:
@ForexPartnerCodes
ForexPartnerCodes / XM Partner Code.md
Created February 26, 2026 20:11
XM Partner Code 274PQ โ€” 100% Deposit Bonus in 2026 | Best XM Referral Code

XM Partner Code "274PQ" Get 100% Deposit Bonus in 2026

What Is an XM Partner Code?

An XM partner code is a unique referral identifier that traders enter when creating a new XM trading account. When you register with a valid XM partner code, your account is linked to a verified XM partner or introducing broker (IB), giving you access to exclusive benefits such as deposit bonuses, cashback programs, reduced trading costs, and premium support that are not available through standard registration.

The XM partner code "274PQ" is one of the most reputable and widely recognized partner codes in the XM ecosystem in 2026. It is connected to a verified, premium XM partner network and provides every new user with a 100% deposit bonus on their first deposit. This means when you deposit $500 into your XM trading account, you receive an additional $500 in bonus funds, giving you $1,000 in total trading capital.


# Design System Theme Evolution
Two diagrams showing how a design system's theme elements can evolve across versions. Both use three version columns (V1 โ†’ V2 โ†’ V3) with the same starting elements, but the set of permitted operations differs between them.
**Reading the diagrams:**
- Rectangular nodes `[ ]` โ€” a carried-forward element
- Pill nodes `([ ])` โ€” a newly introduced element
- Hexagon nodes `{{ }}` โ€” a removed element *(Diagram 2 only)*
- Arrow labels โ€” the operation applied between versions