Skip to content

Instantly share code, notes, and snippets.

View matthewyang204's full-sized avatar
☀️
<- We already have achieved nuclear fusion, yet we blatantly refuse to use it.

Matthew Yang (杨佳明) matthewyang204

☀️
<- We already have achieved nuclear fusion, yet we blatantly refuse to use it.
View GitHub Profile
@jannau
jannau / 10-asahi-browser-apple.conf
Last active January 14, 2026 02:01
Copy this file to /usr/share/drirc.d (on Fedora-Asahi-Remix) to workaround https://github.com/webcompat/web-bugs/issues/189524
<?xml version="1.0" standalone="yes"?>
<!--
============================================
Application bugs worked around in this file:
============================================
* web broswer OpenGL renderer override fo asahi
Several web sites (paypal.com, etsy.com) apparently block on "Apple" in
WebGL renderer strings when the UA reports Linux as OS.
@hoshinolina
hoshinolina / asahi_linux_paypal_fix.user.js
Last active May 6, 2026 00:39
Asahi Linux PayPal Block Fix
// ==UserScript==
// @name PayPal Asahi Linux Fix
// @version v1.0
// @description Fix PayPal banning Asahi Linux
// @author Asahi Lina
// @match https://www.paypal.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=paypal.com
// @grant unsafeWindow
// ==/UserScript==
@matthewyang204
matthewyang204 / totallynotaffiliated1.txt
Last active September 18, 2025 02:54
Not involved with the fishy flashy stupid user located at @13-JA in any way
I'm completely aware that there is a user at @13-JA masquerading as a collaborator with me on a water cleanup bot project or something.
I just want to clarify that this is not the case. This user has no affiliation with me.
If you believe cheaters (whom this user is one) are people I associate myself with, I have a giant lot of 128 Lamborghinis to sell you. And just to clarify further, it's not the kind of romantic cheater. It's the kind of cheater who plagarizes other people's work and uses AI to do everything they do.
This "water cleanup bot" project or something does not even exist.
@torvalds
torvalds / gist:6faadce34c56d53b2d5352da0c3cd093
Last active July 19, 2026 00:37
Not involved with any fishy crypto fishy business
I'm told that there are people claiming to "tokenize" my git repositories with my approval.
I just want to clarify that that is not the case. I do not believe in monetizing my repositories.
If you believe crypto-currencies are anything but a scam, I have a bridge to sell you.
But I'm not selling source code.
@supechicken
supechicken / crostini-waydroid.md
Last active May 31, 2026 10:39
[Guide] Bringing Android functionality to ChromeOS Flex with Waydroid

Bringing Android functionality to ChromeOS Flex with Waydroid

Note

Check here for video demonstration

Note

This guide works on Chromebooks with Android subsystem support (ARC++/ARCVM)

Tested on ChromeOS Flex v134.0.6998.130

@thepwrtank18
thepwrtank18 / keys.md
Last active June 11, 2026 16:28
[deprecated] Windows XP/2003 Product Keys
@kenji21
kenji21 / xcode-previous-older-sdks.md
Last active December 24, 2025 10:40
Use previous/older SDKs with Xcode
@DartPower
DartPower / MSVS2010ExpressKeys.txt
Last active July 13, 2026 16:09
Microsoft Visual Studio 2010 Express Activation CD Keys
VC# 2010 Express: PQT8W-68YB2-MPY6C-9JV9X-42WJV
VC++ 2010 Express: 6VPJ7-H3CXH-HBTPT-X4T74-3YVY7
VWD 2010 Express: CY8XP-83P66-WCF9D-G3P42-K2VG3
VB.NET 2010 Express: 2KQT8-HV27P-GTTV9-2WBVV-M7X96
@startergo
startergo / extract-firmware.md
Last active February 12, 2026 16:58
Extract Firmware from OS X installer
  • Download the full installer:
softwareupdate --list-full-installers
Finding available software
Software Update found the following full installers:
* Title: macOS Ventura, Version: 13.1, Size: 11931164KiB, Build: 22C65
* Title: macOS Ventura, Version: 13.0.1, Size: 11866460KiB, Build: 22A400
* Title: macOS Ventura, Version: 13.0, Size: 11866804KiB, Build: 22A380
* Title: macOS Monterey, Version: 12.6.2, Size: 12104568KiB, Build: 21G320
* Title: macOS Monterey, Version: 12.6.1, Size: 12108491KiB, Build: 21G217
@karantir
karantir / cheatsheet.md
Created June 14, 2016 09:49
Using I2C on OpenWRT

Installing packages.

opkg update
opkg install kmod-i2c-gpio-custom i2c-tools

Loading I2C bus drivers. Using pins 7 (SDA) and 8 (SCL).

insmod i2c-dev
insmod i2c-gpio-custom bus0=0,7,8