Skip to content

Instantly share code, notes, and snippets.

View Ru7z's full-sized avatar
🌖

Ru Ru7z

🌖
  • Beijing, China
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wardowsmcc on github.
  • I am wardow (https://keybase.io/wardow) on keybase.
  • I have a public key whose fingerprint is 7572 88BF 4110 B498 9CAB 8EC2 2B3B 9617 5738 BF22

To claim this, I am signing this object:

@dofy
dofy / emoji.plist
Created September 18, 2015 07:50
OS X Emoji 中文对照
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>墨鏡</key>
<dict>
<key>emoji</key>
<array>
<string>😎</string>
</array>
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 29, 2024 15:29
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@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.