Skip to content

Instantly share code, notes, and snippets.

View kuntao's full-sized avatar

kuntao kuntao

  • Tokyo
View GitHub Profile
@mizchi
mizchi / post-cline-world.md
Last active November 30, 2025 17:56
After Cline - あるいは語りえぬ者について語ろうとする時代について

After Cline - あるいは語りえぬ者について語ろうとする時代について

この資料は以下のイベントの登壇用の殴り書きです

https://hack-at-delta.connpass.com/event/350588/

今までの資料を引用して話すので、この資料はアウトラインです。

最初に: 自分の技術選定の基準

@mitsuruog
mitsuruog / index.md
Last active January 24, 2025 02:47
express実践入門

express実践入門


自己紹介

小川充

  • mitsuruog
@komasaru
komasaru / test_daemon.rb
Last active May 11, 2016 13:02
Ruby script testing to daemonize a ruby script.
#*********************************************
# デーモン化テスト
#*********************************************
#
class TestDaemon
def initialize
# 割り込みフラグ
@flag_int = false
# ファイル名
@pid_file = "./test_daemon.pid" # PID ファイル
@jboner
jboner / latency.txt
Last active March 18, 2026 02:59
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD