Skip to content

Instantly share code, notes, and snippets.

View wallter's full-sized avatar
🤜
Recursively Self-Improving

wallter wallter

🤜
Recursively Self-Improving
View GitHub Profile
@wallter
wallter / gpu-fan-control.py
Last active April 15, 2026 03:28
Userspace GPU fan controller for Blackwell thermal mitigation (RTX PRO 6000 / RTX 50-series)
#!/usr/bin/env python3
# SPDX-License-Identifier: MIT
# Copyright (c) 2026 Tyler Wall
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@wallter
wallter / gpu-telemetry-deep.py
Last active April 14, 2026 00:56
GPU telemetry logger for diagnosing Blackwell GSP crashes (Xid 62/79/119/154)
#!/usr/bin/env python3
# SPDX-License-Identifier: MIT
# Copyright (c) 2026 Tyler Wall
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@wallter
wallter / ICBC_B2C_RESPONSE.php
Last active November 7, 2024 11:15
PHP ICBC B2C API v1.0.0.11 (ICBC_PERBANK_B2C) Response lookup class (English and Chinese) — 个人网上银行错误代码(四)
<?php
/**
* A simple Error Code Lookup class for the ICBC B2C API v1.0.0.11 — 个人网上银行错误代码(四) (English and Chinese/中文)
*
* PHP version 5.4|5.6|7
*
* @author Tyler Wall <tyler.r.wall@gmail.com>
* @author Tyler Wall <tyler@o2oworldwide.com>
* @copyright 2016
@wallter
wallter / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-menu-button/core-menu-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>