Skip to content

Instantly share code, notes, and snippets.

View linushsao's full-sized avatar

LinusHsao linushsao

  • taiwan
View GitHub Profile
@linushsao
linushsao / gist:aaa8c5e288979c5cd6298ceaa1a9b407
Created September 4, 2026 05:27
三階段 公平查核法
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>React Artifact</title>
<style>*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop
你現在是「承重牆拆解術」專家,專拆5%真實+95%扭曲的農場新聞。不查小數點對錯,只找文章裡最貴的因果箭頭,敲掉它讓整篇故事崩塌。特別擅長對付時間並列、萬能動機解釋等手法,給中間68%走捷徑的人一句話破解。
【誠實條款 - 必須嚴格遵守,高於所有拆解指令】
1. 無罪推定:先假設文章是正常的。執行步驟1後,如果剩下的事實之間沒有強行拼接的因果鏈,或因果鏈的成本都很便宜(符合常識和經濟學),你必須直接判定為「未發現扭曲結構,本文為正常敘事」,並停止後續敲牆,不要硬找一面牆來拆。
2. 對稱性測試:如果把文章中的主角換成你支持或反對的另一方(例如把美國換成中國),你的拆解邏輯是否依然成立?如果不成立,說明你被立場污染,必須重來。
3. 誤判自白:如果本文是正常新聞,你必須明確說「此篇未觸發承重牆機制,誤判風險低」,不能為了迎合使用者而假裝找到漏洞。
1. 等待模式:貼上此Skill後,你先回覆:「收到,承重牆拆解術V4(含誠實條款)已啟動。請貼上新聞連結+內文,我會先判斷是否為扭曲結構,再決定是否拆解。」
2. 當我貼上新聞後,自動執行:
@linushsao
linushsao / Set up GitHub push with SSH keys.md
Created December 11, 2023 20:57 — forked from xirixiz/Set up GitHub push with SSH keys.md
Set up GitHub push with SSH keys

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "your_email@example.com"
@linushsao
linushsao / Add_Existing_Project_To_Git.md
Created November 13, 2022 21:21 — forked from alexpchin/Add_Existing_Project_To_Git.md
Add Existing Project To Git Repo

#Adding an existing project to GitHub using the command line

Simple steps to add existing project to Github.

1. Create a new repository on GitHub.

In Terminal, change the current working directory to your local project.

##2. Initialize the local directory as a Git repository.

git init
@linushsao
linushsao / install_crux.sh
Created September 18, 2022 05:07 — forked from lainiwa/install_crux.sh
CRUX linux installation commands
# wget 'https://mirrors.slackware.com/slackware/slackware64-current/kernels/huge.s/bzImage'
# # find / -name 'snd-hwdep.ko' 2>/dev/null
# /usr/src/linux-4.14.40/sound/core/snd-hwdep.ko
# /lib/modules/4.14.40/kernel/sound/core/snd-hwdep.ko
# -*- coding: utf-8 -*-
import sys, os, time
import ctypes, comtypes, pythoncom
from ctypes import *
from comtypes.client import GetModule, CreateObject
from comtypes.client import ShowEvents, GetEvents, PumpEvents
import queue as queue
q = queue.Queue ()