Skip to content

Instantly share code, notes, and snippets.

View explooosion's full-sized avatar
🏡
Working from home

Robby explooosion

🏡
Working from home
View GitHub Profile
@explooosion
explooosion / gist:2c8f6805eb94250cb6a0a5600a1711b2
Created August 8, 2018 19:39
Dotblog - custom css backup
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /*文章內容首行*/
.article__desc {
font-family: 'Noto Sans TC', sans-serif;
font-size: 18px;
font-weight: bold;
} /*文章標題*/
.article__title:hover {
-webkit-transform: scale(1.1);

開源之道

Original transcript: http://allisonrandal.com/2012/04/15/open-source-enlightenment/

這幾年來,我慢慢覺得,我們參與開源社群,就像是在一條道路上並肩而行:這不僅讓我們成為更好的程式設計者,也讓我們通過與人合作,而成為更好的人。

您可以將它想成一條修行之道,讓身而為人的我們能夠不斷成長。接下來,我想談談我對開源世界的個人觀點,希望能與您分享。

首先,人是一切開源專案的核心。程式碼是很重要,但最核心的永遠是人。

@explooosion
explooosion / GitCommitEmoji.md
Created April 8, 2018 05:52 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"C:\\cmder\\Cmder.exe\" \"%V\""