Skip to content

Instantly share code, notes, and snippets.

View numpad0's full-sized avatar

numpad0

View GitHub Profile
@numpad0
numpad0 / CrashOnShiftScrLk.reg
Created November 11, 2024 05:47
Registry file to allow manually forced crash on Windows with Right Shift + Scroll Lock + Scroll Lock on JIS/jp106 keyboards
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]
"CrashOnCtrlScroll"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\crashdump]
"Dump1Keys"=dword:00000001
"Dump2Key"=dword:0000007d
// 0x7D: ScrLk in JIS
// ref. https://bsakatu.net/doc/scancode/
Hunyuan-T1
当前体验demo为非联网Hunyuan-T1 最新推理模型,完整版联网/非联网能力即将在元宝上线,敬请期待!
Critique English text below:
Reinforcement learning has pioneered a new Scaling paradigm in the post-training phase of large language models, a breakthrough that is increasingly attracting attention from the industry. With the successive release of OpenAI's O-series models and DeepSeek R1, the excellent performance demonstrated by the models fully proves the crucial role of reinforcement learning in the optimization process.
复制内容
已深度思考
好的,我现在需要处理用户的请求,即对一段英文文本进行批判性评价。首先,我要仔细阅读用户提供的文本,并理解其内容和结构。
@numpad0
numpad0 / ~\.openhands\settings.json
Created July 14, 2025 13:40
OpenHands CLI setup for LM Studio. MUST changes were: 1) "/v1" after base url, and 2)"llm_model":"lm_studio/<model_name>"
{
"language":null,
"agent":"CodeActAgent",
"max_iterations":null,
"security_analyzer":null,
"confirmation_mode":null,
"llm_model":"lm_studio/gemma-3-4b",
"llm_api_key":"000000000000000",
"llm_base_url":"http://10.10.10.10:1234/v1",
"llm_embedding_model":"local",
# Taken and modified from https://developers.cyberagent.co.jp/blog/archives/44592/
# I think also mostly vibecoded circa 2025/07
import threading
from collections import deque
import time
import signal
import sys
from datetime import datetime
from audio_player import AudioPlayer