Skip to content

Instantly share code, notes, and snippets.

View caasi's full-sized avatar
🏝️
Spiritual Homeland

Isaac Huang caasi

🏝️
Spiritual Homeland
View GitHub Profile

lunadance

"消除彼此表達思想的障礙" 我想到攻殼
理面提到在並列化的彼端 是否還能保有個體差異
那位朋友有提什麼可能的線索嗎? 像是怎麼作比較可能達成這樣的方向?

Kuanling Huang

跟他也是因為攻殼才聊上的
這邊是部份對話: https://www.facebook.com/mingway.huang/posts/669336999776633

@caasi
caasi / a.jade
Created February 15, 2014 19:07
possibiliy of transclusion
div(ly-diff)
h1 {{amendment.originalArticle}}
p.left {{amendment.baseContent}}
p.right {{amendment.content}}
p.comment {{amendment.comment}}
[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]
[gulp] Running 'protractor'...
Running on http://localhost:3333
Starting selenium standalone server...
/home/caasi/Documents/g0v/ly.g0v.tw/node_modules/protractor/lib/runner.js:187
throw new Error('Unable to start selenium. ' +
^
Error: Unable to start selenium. You must specify either a seleniumAddress, seleniumServerJar, or saucelabs acc
ount, or use webdriver-manager.
at setUpSelenium (/home/caasi/Documents/g0v/ly.g0v.tw/node_modules/protractor/lib/runner.js:187:15)
@caasi
caasi / Mar29.json
Created March 29, 2014 15:01
for the record
[
{
"month": "3",
"date": "24",
"time": "00:02",
"timestamp": 1395619320,
"interval": null,
"location": "濟南",
"content": [
"主持人:服貿有開過公聽會,但流於形式,完全沒有公信力。所以說今天各位在這裡,有個很重要的角色,公民記者。我們必須突破主流媒體壟斷。口號:反對媒體壟斷、捍衛新聞自由"
@caasi
caasi / sunflower_china.md
Last active August 29, 2015 13:58
海峡对岸太阳花:关于台湾大学生反服贸的对话

  嘉宾简介:吴强,政治学博士,清华大学政治学系副教授,主要研究领域社会运动、当代中国政治等。

  主持人:周志兴,共识网负责人。

  周志兴:大家好,今天我们非常高兴请到清华大学政治学系的吴强先生,来谈一谈台湾学生占领立法院、行政院反对服贸协定的问题。我刚从台湾回来,3月23号到27号在台湾待了差不多5天。23号当天下午我就去了学生占领立法院的地方,看到了各种各样的景象。参加占领行动的主体是学生,此外还有一些有着各种政治见解的人在周围,包括一些举着"台湾独立、台湾建国"牌子的人,但是这都是支流。我看到很多学生的行动,自己也还有一些体会,待会儿可以讲一讲。

  吴强先生是福建泉州人,福建和台湾本身就有非常密切的来往,包括很多人的家庭就是互相有来往的,再就是经济上的来往也很密切。另外,吴强先生以前是学习经济贸易的,对服贸也会有一定的见解。所以,今天我们请吴强先生来,各位网友有什么意见、有什么问题也可以及时提出来。

@caasi
caasi / next-tick.ls
Created May 2, 2014 13:29
setImmediate and a callback
require! request
count = 0
done = false
f = !->
count := count + 1
setImmediate f if not done
request 'http://caasigd.org/' !->
@caasi
caasi / powerset.ls
Last active August 29, 2015 14:01
powerset and powerset'' in LiveScript, please check http://blogger.godfat.org/2011/04/powerset-4.html
powerset = ([x, ...xs]) ->
| not x => [[]]
| otherwise => let ys = powerset xs => ys ++ [[x] ++ .. for ys]
console.log powerset []
console.log powerset [1 2 3]
# this is not the filterM
wat = (f, [x, ...xs]) -->
| not x => [[]]
@caasi
caasi / cabal.log
Last active August 29, 2015 14:01
building TimePiece
Warning: defaultUserHooks in Setup script is deprecated.
Configuring TimePiece-0.0.4...
Dependency SDL ==0.6.5: using SDL-0.6.5
Dependency SDL-gfx ==0.6.0: using SDL-gfx-0.6.0
Dependency SDL-image ==0.6.1: using SDL-image-0.6.1
Dependency SDL-ttf ==0.6.2: using SDL-ttf-0.6.2
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency containers ==0.5.0.0: using containers-0.5.0.0
Dependency old-locale ==1.0.0.5: using old-locale-1.0.0.5
Dependency old-time ==1.1.0.1: using old-time-1.1.0.1