Skip to content

Instantly share code, notes, and snippets.

View kuenishi's full-sized avatar
🎴

UENISHI Kota kuenishi

🎴
View GitHub Profile
@frsyuki
frsyuki / fluentd-v11-design.md
Created May 8, 2012 19:31
Fluentd v0.11 の設計案

Fluentd v11 設計案

We made it possible. Next, we'll make it beautiful.

Suffering-oriented programming

コンセプト

  • 柔軟性向上
  • 予想以上に複雑な使い方をしているケースが多かったので、設定ファイルも複雑化して対応する
@taichi
taichi / code_reading.md
Last active April 10, 2024 13:04
太一のコードの読み方メモ

太一のコードの読み方メモ

全体として太一が感覚的に実践している事を論理的に説明しようと試みている為、
説明の粒度が適切でなかったり一貫性が無いように見える部分があるかもしれない。
普段やっているけども書ききれていない事も多分きっとある。

コードを読むとは何か

  • コードを嗜む
  • コードを学ぶ
  • 武器を手に入れる
@frsyuki
frsyuki / article.md
Created June 8, 2012 01:26
Updates on the MessagePack Project
@frsyuki
frsyuki / my_thoughts_on_msgpack.md
Created June 11, 2012 02:36
My thoughts on MessagePack

My thoughts on MessagePack

Hi. My name is Sadayuki "Sada" Furuhashi. I am the author of the MessagePack serialization format as well as its implementation in C/C++/Ruby.

Recently, MessagePack made it to the front page of Hacker News with this blog entry by Olaf, the creator of the Facebook game ZeroPilot. In the comment thread, there were several criticisms for the blog post as well as MessagePack itself, and I thought this was a good opportunity for me to address the questions and share my thoughts.

My high-level response to the comments

To the best of my understanding, roughly speaking, the criticisms fell into the following two categories.

@taichi
taichi / log.md
Last active December 15, 2021 02:12
ログ、その時の為に。

Publishing website at <lang>.msgpack.org domain

Please read this article if you didn't yet: Updates on the MessagePack Project

1. Creating clean "gh-pages" branch

# Use your project name here
PROJ=ruby
@jugyo
jugyo / gist:3521894
Created August 30, 2012 02:56
Vagrant の使い方

A Glimpse Into The Future of Riak at RICON 2012

On October 10th, the two-day RICON 2012 conference kicks off with a focus on distributed systems. Yes, there will be a large focus on Riak. The talk schedule makes that clear. However, the focus on the conference is really about distributed systems and getting smart people to come together and hang out for a couple days. Like many conferences, the most memorable element is going to be the people you meet and the side conversations over coffee and beer.

@sturadnidge
sturadnidge / tmux-1.8-on-CentOS-6.x.txt
Last active May 10, 2021 18:31
Install tmux 1.8 on CentOS 6.x minimal (64bit)
# download latest libevent2 and tmux sources, and extract them somewhere
# (thx bluejedi for tip on latest tmux URL)
#
# at the time of writing:
# https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz
# http://sourceforge.net/projects/tmux/files/latest/download?source=files
#
# install deps
yum install gcc kernel-devel make ncurses-devel
@rummelonp
rummelonp / 0-README.md
Created December 23, 2012 19:33
CarbonEmacs から GNU Emacs for Mac にしたら日本語が破滅したので直した

CarbonEmacs から GNU Emacs for Mac にしたら日本語が破滅したので直した

CarbonEmacs(version 22)から GNU Emacs for Mac(version 24)にしたら日本語が破滅した

元々フォントの設定をしていなかったので CarbonEmacs がよしなにしてくれてたものがなくなり正常に表示されなくなったらしい

ひとまずアスキーをモナコ/日本語をヒラギノ角ゴProNに設定しといた

その他