Skip to content

Instantly share code, notes, and snippets.

View voluntas's full-sized avatar
🎲
Focusing

voluntas voluntas

🎲
Focusing
View GitHub Profile
@voluntas
voluntas / clockwork-base32.md
Created July 31, 2023 10:16 — forked from szktty/clockwork-base32.md
Clockwork Base32: A variant of Base32 inspired by Crockford's Base32
@voluntas
voluntas / rust-day-3.rst
Created April 12, 2016 16:34 — forked from omasanori/rust-day-3.rst
5分で分かったふりができるRust紹介

5分で分かったふりができるRust紹介

作成者にもかかわらず、いきなり遅刻しました。ごめんなさい。Rust Advent Calendar 2013、今からでも参加できますのでぜひ。

今日はRustの特徴を簡潔に紹介します。

システムプログラミング & 低レイヤ

時雨堂の場合

制度

  • 有休... 20 日
  • 病休... なし
  • 育休... なし (検討中)
  • 年収(月給、賞与など)...
  • 住宅補助... なし
  • 通勤補助... あり (3 万円未満)
@voluntas
voluntas / sysctl.conf
Created October 14, 2017 13:07 — forked from techgaun/sysctl.conf
Sysctl configuration for high performance
### KERNEL TUNING ###
# Increase size of file handles and inode cache
fs.file-max = 2097152
# Do less swapping
vm.swappiness = 10
vm.dirty_ratio = 60
vm.dirty_background_ratio = 2