Skip to content

Instantly share code, notes, and snippets.

View take-cheeze's full-sized avatar
💤

Takeshi Watanabe take-cheeze

💤
View GitHub Profile

2013-02-24 22:28:51 -0800: This is not a fixed proposal. See the second version as well: https://gist.github.com/frsyuki/5028082

Overview

  • Add "Binary" type
  • Change the current Raw type to "String" type
    • Meaning current FixRaw, raw 16, and raw 32 become FixString, string 16, and string 32

Background

@dankogai
dankogai / alternative to msgpack-update-proposal2.md
Last active December 14, 2015 05:39 — forked from frsyuki/msgpack-update-proposal2.md
I found the original proposal too ugly.

Overview

See https://gist.github.com/frsyuki/5028082 Before reading further.

Changes on the type system

Instead of filling empty slots with a bunch of Extended types, I propose adding just one type.

  • Typed: a tuple of type and byte array.
@imaya
imaya / gist:7938720
Created December 13, 2013 01:49
退職エントリ

入社から退職に至るまでの経緯

この記事は退職 Advent Calendar 13 日目の記事です。 本日が最終出社となりましたので、入社から退社までを振り返り整理しようと思い、この文章を書いています。

はじめに

自分語りなので興味ない人はさっさと戻ったほうが良いです。 簡単にまとめると、元々あまり執着ないしやることない、なんか最近クソみたいな社内ポリシーがいっぱい出来て萎える、話の合う人がやめることにしたから会社にいる意味を感じないため辞めるということです。

@imaya
imaya / gist:8241778
Last active January 2, 2016 03:09
アルバイトとして働くことになりました

アルバイトとして働くことになりました

このエントリは以前書いた転職先募集エントリに対する報告エントリとなります。

転職先募集エントリ

正直、エントリを書いた時点では面白がる人はいても実際に声をかけてくる人はいないだろうなと思っていました。 自分自身のスキルセットややりたい事などを考えると、マッチするところは限りなく少ないか、あるいはあったとしても偶然自分の書いたエントリを目にすることなど少ないだろうと思っていたからです。 前回のエントリは「いやあ、転職先は一応探したんだけどダメだったから仕方なく、本当に仕方なく光の戦士として生きていくしかないなあ」という自分に対する言い訳をするためのエントリという面もあったのです。

@mattn
mattn / fib.rb
Last active January 2, 2016 11:39
mruby method cacheパッチ
def fib n
return n if n < 2
fib(n-2) + fib(n-1)
end
puts fib(39)
@voluntas
voluntas / working_time.rst
Last active October 21, 2024 15:20
時雨堂を支える固定時間労働 1 日 6 時間

時雨堂を支える固定時間労働 1 日 6 時間

更新:2024-01-20
作者:@voluntas
バージョン:2024.1
URL:https://voluntas.github.io/

概要

@voluntas
voluntas / pynq_z1.rst
Last active July 8, 2018 04:59
PYNQ-Z1 コトハジメ

PYNQ-Z1 コトハジメ

日時:2018-03-31
作:@voluntas
バージョン:18.3.5
URL:https://voluntas.github.io/

突っ込みは Twitter @voluntas まで。

@voluntas
voluntas / saikyo.rst
Last active September 13, 2023 02:33
ぼくのかんがえたさいきょうの超低遅延大規模配信

ぼくのかんがえたさいきょうの超低遅延大規模配信

更新:2018-08-20
作者:@voluntas
バージョン:18.8.3
URL:https://voluntas.github.io/
@voluntas
voluntas / open_momo.rst
Last active May 12, 2025 03:47
OpenMomo プロジェクト