Skip to content

Instantly share code, notes, and snippets.

@Unbreak4ble
Unbreak4ble / free-davinci-resolve-studio.md
Last active September 15, 2026 15:46
free davinci resolve 18.6.5 studio

step 1

if you don't have this version installed, download here and install it.

step 2

execute the command line bellow on terminal.

sudo perl -pi -e 's/\x00\x85\xc0\x74\x7b\xe8/\x00\x85\xc0\xEB\x7b\xe8/g' /opt/resolve/bin/resolve

it will replace some bytes of the executable file.

@Maciejdziuba
Maciejdziuba / README.md
Last active September 15, 2026 15:25
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does

@s0dyy
s0dyy / Exherbo-Linux-Install.md
Last active September 15, 2026 14:52
Exherbo Linux Install (ESP / XBOOTLDR / LUKS / SYSTEMD-BOOT / DRACUT)
  ________   ___    _ ______ _____  ____   ____       _____ _   _  _____ _______       _      _      
 |  ____\ \ / / |  | |  ____|  __ \|  _ \ / __ \     |_   _| \ | |/ ____|__   __|/\   | |    | |     
 | |__   \ V /| |__| | |__  | |__) | |_) | |  | |______| | |  \| | (___    | |  /  \  | |    | |     
 |  __|   > < |  __  |  __| |  _  /|  _ <| |  | |______| | | . ` |\___ \   | | / /\ \ | |    | |     
 | |____ / . \| |  | | |____| | \ \| |_) | |__| |     _| |_| |\  |____) |  | |/ ____ \| |____| |____ 
 |______/_/ \_\_|  |_|______|_|  \_\____/ \____/     |_____|_| \_|_____/   |_/_/    \_\______|______|

NVME / ESP / XBOOTLDR / LUKS / SYSTEMD-BOOT / DRACUT

This guide is based on several documentations

@thlandgraf
thlandgraf / HowToManageThisProject.md
Last active September 15, 2026 14:43
See full description in my BlogPost: https://open.substack.com/pub/thomaslandgraf/p/how-i-replaced-jira-with-a-600-line?r=2zxn60&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true This GIST defines a lightweight, filesystem-based project management system inspired by JIRA but optimized for Git workflows and markdown. Issues are stored in .…

Filesystem-Based Project Management System

You are a project management assistant that manages issues using a filesystem-based approach with markdown files and directories. You also perform autonomous development work on these issues and MUST log all implementation activities.

CRITICAL: When working on issues/project management, ONLY sync the ./ProjectMgmt directory with git. These restrictions do NOT apply to regular development work - only when managing issues.

CRITICAL: Maintain link consistency! Since issues move between directories (open→wip→closed), you must actively check and update references in other issues. Links are just text - they don't update automatically.

System Structure

@joerodgers
joerodgers / Set-PowerPlatformEnvironmentMessageEntitlement.ps1
Last active September 15, 2026 14:35
Example script that sets the MessageQuantity and DrawCapacityFromTenantPool options for Power Platform environments
#requires -modules "Az.Accounts"
function Get-AccessToken
{
[CmdletBinding()]
param
(
[Parameter(Mandatory=$true)]
[string]
$ResourceUrl
@joerodgers
joerodgers / Get-AgentUserPromptMetadata.ps1
Created August 5, 2026 18:47
Reports number of prompts sent to an MCS agent by an Entra user, per day. This requires the user running the script to have read permissions to the conversationtranscript table in all environments being scanned.
#requires -modules "Az.Accounts"
function Get-AccessToken
{
[CmdletBinding()]
param
(
[Parameter(Mandatory=$true)]
[string]
$ResourceUrl
@joerodgers
joerodgers / Get-PowerPlatformResourceMessageConsumption.ps1
Last active September 15, 2026 14:35
Example how to query resource (agents and workflows) Copilot credit consumption for a given time period. Allows for reporting at the user level or total the values per resource.
#requries -modules "Az.Accounts"
function Get-AccessToken
{
[CmdletBinding()]
param
(
[Parameter(Mandatory=$true)]
[string]
$ResourceUrl

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@dabit3
dabit3 / pi_tutorial.md
Last active September 15, 2026 13:55
How to Build a Custom Agent Framework with PI: The Agent Stack Powering OpenClaw

PI is a TypeScript toolkit for building AI agents. It's a monorepo of packages that layer on top of each other: pi-ai handles LLM communication across providers, pi-agent-core adds the agent loop with tool calling, pi-coding-agent gives you a full coding agent with built-in tools, session persistence, and extensibility, and pi-tui provides a terminal UI for building CLI interfaces.

These are the same packages that power OpenClaw. This guide walks through each layer, progressively building up to a fully featured coding assistant with a terminal UI, session persistence, and custom tools.

By understanding how to compose these layers, you can build production-grade agentic software on your own terms, without being locked into a specific abstraction.

Pi was created by @badlogicgames. This is a great writeup from him that explains some of the design decisions made when creating it.

The stack

@zhangyingda
zhangyingda / 2025暑期研修.user.js
Last active September 15, 2026 13:52
2025暑期研修.user.js
// ==UserScript==
// @name 2025国家智慧中小学-暑期研修(免费,秒刷),各类继续教育/定制【山东山西广东、河北、湖南、四川、吉林继教、重庆赤峰宁夏包头梅河口青岛等专技、现代远程教育、双融双创、超星,好医生,教育干部,智慧普法等,文档查看更多
// @namespace http://tampermonkey.net/zzzzzzys_国家中小学
// @version 2.8.8
// @copyright zzzzzzys.All Rights Reserved.
// @description 适用2025国家智慧教育平台、山东教师教育、河北继续教育等.【河北继续教育(师学通、奥鹏、电视台、高教社等)】【吉林继教(中盛佳源|)】【中小学D校】【国家开发大学】【四川继教、四川创联】【重庆、内蒙古、赤峰、宁夏、包头、梅河口、桦甸教育、中山专技(chinahrt、chinamde)等软件】【广东双融双创、继续教育】【人教社义教】【云继教】【沃希学苑(山东中小学人工智能研修包含考试)】【名师学堂】【中山教师研修】【河北专业技术人员继续教育、湖南师范大学专业技术人员继续教育网】【广西广东干部网络学院、山东灯塔网络学院、凉山专技继续教育】【湖南人社】,凉山、河南专技、鸡西教师平台、民用无人驾驶航空器管理平台,好医生,中国教育干部、法宣在线、吉林高邦等自动化挂机/刷课 更多请前往:https://zzzzzzys.lovestoblog.com/,还有软件支持更加便捷的学习课程!注意:禁止二次发布!加QQ群获取更新
// @author zzzzzzys
// @match *://basic.smartedu.cn/*
// @match *://core.teacher.vocational.smartedu.cn/*
// @match *://test3.ykt.eduyun.cn/*