This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://twitter.com/_hito_/status/1666790906127859713 | |
hito | |
@_hito_ | |
· | |
Jun 9 | |
さらに戦闘機とかのマルチロール性から考えると、「つまりエンジン出力がでかくてペイロードを稼げるような性質がないと回らないんでは」みたいなイヤーな推定も出てくるのよね……。 | |
hito |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s/^#####(.*)$/=====$1 =====/g | |
s/^####(.*)$/====$1 ====/g | |
s/^###(.*)$/===$1 ===/g | |
s/^##(.*)$/==$1 ==/g | |
s/^#(.*)$/=$1 =/g | |
s/\[([^\]]*)\]\(([^\)]*)\)/[[$2|$1]]/g | |
s/^\*(.*)$/ * $1/g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// disable specific keybinds that conflict to terminal key bindings. | |
{ | |
"key": "ctrl+f", | |
"command": "cursorRight", | |
"when": "terminalFocus" | |
}, | |
{ | |
"key": "ctrl+e", | |
"command": "-workbench.action.quickOpen" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
性能予測に関するメモ | |
3台の高性能マシンに1GbEを山ほどつなげる作戦が基本。 | |
- 回線の都合からスケールアウトはできない | |
今回のサーバは予算的なリソースをおおむね全てメモリに突っ込んだ構成で物理64GB。 | |
- archive server(3号機)の「hot」なコアはかなり過剰に見積もってもリリース毎に5GB、アップグレード分で10GBといったあたり。合算でも数十GBのオーダー。 | |
- おそらく全リリースの「おいしい」部分がcacheに載る。特にarchive serverで強く効くハズ。 | |
- 裏でrsyncとかでwriteする瞬間もあるので50GBぐらいは消費しそう。 | |
- 「人為的にon memoryにする処理」は入れていないので、「予熱」期間は必要。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
160.26.2.187 jp.archive.ubuntu.com | |
160.26.2.187 ubuntutym3.u-toyama.ac.jp | |
160.26.2.187 cdimage.ubuntulinux.jp | |
160.26.2.187 archive.ubuntulinux.jp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
お題:Ubuntu Phoneの現状について語ってください | |
制約1:対象者に関するもの | |
対象者は以下を想定してください。 | |
* 話を聞く人は、自称ではない一般人のUbuntu Desktopユーザーとします。 | |
* Android/iOSのどちらかは触ったことがあります。 | |
* Firefox PhoneとかWindows Phoneは「そういうものもあるらしい」というレベルです。Tizen? なにそれ? | |
* QML/Ubuntu SDKは名前をもしかすると目にしたことがあるかもしれませんが、中身は知りません。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
誰かこれ↓の現状をご存知ないでしょうか? | |
https://web.archive.org/web/20090228024115/http://blogs.sun.com/reiko/entry/%E3%82%B9%E3%82%BF%E3%82%A4%E3%83%AB%E3%82%AC%E3%82%A4%E3%83%89 | |
その他、翻訳する人が最初に読んでおいた方がよさそうなもの。 | |
https://web.archive.org/web/20090228024326/http://blogs.sun.com/reiko/entry/shaped_window_%E3%81%AF%E3%81%A9%E3%81%86%E8%A8%B3%E3%81%99_how_would | |
https://web.archive.org/web/20090301215629/http://blogs.sun.com/reiko/entry/%E5%8F%97%E5%8B%95%E6%85%8B%E3%81%AE%E7%BF%BB%E8%A8%B3 | |
https://web.archive.org/web/20090228050234/http://blogs.sun.com/reiko/entry/%E7%BF%BB%E8%A8%B3%E3%81%AE%E5%93%81%E8%B3%AA | |
https://web.archive.org/web/20090301135955/http://blogs.sun.com/reiko/entry/%E6%80%9D%E3%81%84%E3%82%84%E3%82%8A%E3%81%AE%E3%81%82%E3%82%8B%E7%BF%BB%E8%A8%B3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
駆け出しのサーバー寄りインフラエンジニアが読むべき各種ドキュメント | |
* 情報系の専門教育を受けていない、あるいは座学をサボってきた人向け。……と思っていたが、これらを全域カバーするレベルで座学をマヂにやっている人というのはあんまり存在しないかもしれない&微妙に属性が違うので、これはこれで必須。 | |
* 1年目が終わるまでにこれぐらいは読んで&軽く実践しておけると望ましい。 | |
* 3年目すぎてもこれらが把握できてなければ相当深刻にヤバいかもしれないが、理想が高すぎるかもしれない。 | |
* 5年目ぐらいには何とか全部読んでいてほしいなぁ……ぐらい。 | |
できるようになっているべきこと | |
================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clickpad Control | |
# | |
description "Clickpad initialize for Thinkpad's TrackPoint" | |
start on starting xsession-init and started dbus | |
pre-start script | |
synclient PalmDetect=1 | |
# use with: `xinput list "SynPS/2 Synaptics TouchPad" |grep Range ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iSCSI mount | |
---------------- | |
$ date ; dd if=/dev/zero of=test.zero bs=1M count=10240; sync;sync; date | |
2013年 9月 23日 月曜日 20:39:43 JST | |
10240+0 レコード入力 | |
10240+0 レコード出力 | |
10737418240 バイト (11 GB) コピーされました、 261.651 秒、 41.0 MB/秒 | |
2013年 9月 23日 月曜日 20:44:05 JST |