Skip to content

Instantly share code, notes, and snippets.

@ricog
ricog / AMD_NPU_INSTALL_UBUNTU_25.04.md
Created October 28, 2025 22:00
AMD NPU Driver and XRT Tools Installation Guide for Ubuntu 25.04

AMD NPU Setup Guide for Ubuntu 25.04

Quick installation guide for enabling AMD Ryzen AI NPU on Ubuntu 25.04 with Secure Boot.

System Requirements

  • Processor: AMD Ryzen AI processor (Strix/Phoenix series)
  • OS: Ubuntu 25.04
  • Kernel: 6.14+ (included in Ubuntu 25.04)
  • Secure Boot: Can remain enabled (requires MOK enrollment)
@allenk
allenk / deepclean.cmd
Last active December 28, 2025 10:36
ASUS Software Clean Up Tool
@echo off
:: ------------------------------------------------------------------------------------------------------------
:: Clean Up ASUS All
:: ------------------------------------------------------------------------------------------------------------
:: The tool helps to clean up all ASUS software from system
:: ------------------------------------------------------------------------------------------------------------
:: Before running the tools,
:: 1. Complete backup your system.
:: 2. Disable ASUS Apps from BIOS (MyASUS and Armoury)
:: 3. Run ASUS remove tools (Armoury Crate Uninstall Tool.exe, or geek_uninstall.exe).
@akre54
akre54 / clean_svg.js
Last active November 29, 2025 11:53
TouchDesigner SVG to SOP and After Effects Bodymovin / Lottie to TD-friendly SVG
const fs = require('node:fs');
const cp = require('node:child_process');
const path = require('node:path');
const { optimize } = require('svgo');
const renderSvg = require('lottie-to-svg');
const paper = require('paper');
const { JSDOM } = require('jsdom');
const svgFlatten = require('svg-flatten');