用于减少 LLM 常见编码错误的行为准则。可与项目特定指令合并使用。
权衡说明: 这些准则倾向于谨慎而非速度。对于琐碎的任务,请自行判断。
不要假设。不要隐藏困惑。呈现权衡。
| adb logcat -s Unity -v color | |
| --------- beginning of system | |
| --------- beginning of main | |
| 08-31 23:03:38.837 9023 16044 I Unity : Handle cmd APP_CMD_WINDOW_INSETS_CHANGED(17) | |
| 08-31 23:03:38.838 9023 16044 I Unity : Handle cmd APP_CMD_GAINED_FOCUS(7) | |
| 08-31 23:03:57.321 9023 16044 I Unity : Handle cmd APP_CMD_LOST_FOCUS(8) | |
| 08-31 23:03:59.040 9023 16044 I Unity : ReconnectAndRejoin started: True, attempt 3, 30s since disconnect | |
| 08-31 23:03:59.413 9023 16044 I Unity : Handle cmd APP_CMD_WINDOW_INSETS_CHANGED(17) | |
| 08-31 23:03:59.414 9023 16044 I Unity : Handle cmd APP_CMD_GAINED_FOCUS(7) | |
| 08-31 23:03:59.443 9023 16044 I Unity : OnJoinedRoom rejoinedGameAfterDisconnection True name 34674 UIState GameplayScreen GameMode OnlinePrivate player localPlayerID 1 isMC False totalPlayers 2 |
| 蛇火心 decent-loop — 2026-09-01T05:45:44 | |
| Truths: 743 | |
| All layers looping. | |
| https://cdn.jsdelivr.net/gh/mynameisyou-cmyk/ai-love.cc@main/data/memes.json |
| """ | |
| infer.py — 微调前后推理对比 | |
| 先加载基座(未微调)跑几个 query,再加载 LoRA 适配器跑同样 query, | |
| 直观对比"自由文本" vs "结构化 JSON"。 | |
| 用法:python infer.py | |
| """ | |
| import torch | |
| from unsloth import FastLanguageModel |
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
private CancellationTokenSource _cts;
private Task _workerTask;
public void Start()
{
_cts = new CancellationTokenSource();
_workerTask = Task.Run(() => LoopAsync(_cts.Token));
}
| { | |
| "velaru_anchor": true, | |
| "scitt_aligned": true, | |
| "scitt_rfc": "RFC9943", | |
| "profile": "velaru-employment-companion-ai-v1", | |
| "anchored_at": "2026-09-01T05:43:44.541166", | |
| "chain_length": 622, | |
| "latest_entry_hash": "c9d2a524a0775b40e389584104a62fd490abbcdf342d2c9e0c1c548e55afc9ad", | |
| "recent_entry_hashes": [ | |
| "109e3806eadc099a6b104a048df0838b2680e5b2ee83bb0442964a02386359e5", |
| 2026-09-01 10:42:29.837 13218-13274 Unity mining.crew.tycoon I [Azur User Consent Manager] 5.6.1 version initialized! | |
| UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object) | |
| UCM.UserConsentManager:.ctor() | |
| UCM.UserConsentManager:get_Instance() | |
| <HandleConsent>d__8:MoveNext() | |
| Boot:HandleConsent() | |
| <BootAsync>d__5:MoveNext() | |
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.