タグ

2011年12月12日のブックマーク (5件)

  • ターミナルの zsh と Emacs を風のように駆け抜ける!

    福岡Emacs 行ってきました! Mew 関係者がお二人(@nom4476 @moepanda )もいらっしゃったり、Vim 使い が 1/3 くらい占めていて案外新鮮だったり、ワールドカフェ という対話手 法に感心したり(残念ながら時間切れで途中で退席しましたが)で、とって も楽しかったです! 嬉しかったことは @moepanda さんにお会いできたことと、@nom4476 さん が「このブログ読んでますよ」と仰ってくれたこと。うれしはずかし…(^^) 私も「Langrich社でのEmacs活用、langrich.el 」というお題でデビューを 飾ることが出来ました。8888 それぞれの発表も面白かったのですが、一番気になったのが発表の中でど なたかが、ターミナルの現在のディレクトリを dired で開いたり、Emacs の現在のバッファに対応するディレクトリをターミナルで開いたりしてい

    ita-wasa
    ita-wasa 2011/12/12
    - dired() ターミナル上の zsh で dired とタイプすると、現在のディレクトリを dired で開いてくれます。 - cde() 同じく cde とタイプすると、Emacs の現在のバッファに対応するディレク トリをターミナル上の zsh で開いてくれます
  • イーロン・マスクツイッターやめろ on Twitter: "dmacroはマジ神やで… #kansai_emacs"

    ita-wasa
    ita-wasa 2011/12/12
    dmacroはマジ神やで… #kansai_emacs
  • Dynamic Macro

    Dynamic Macro Up$Date: 2002/06/08 09:40:53 $ $Revision: 1.2 $ エディタで同じ操作を何度も繰り返すのに疲れたことはありませんか? GNU Emacs で動作する Dynamic Macro (dmacro.el) を使うと、 同じ操作を二度実行した後で 繰り返しキー を押すだけで、 その操作を何度も再実行させることができます。

    ita-wasa
    ita-wasa 2011/12/12
    繰返し予測の方法 入力の繰返しの予測手法はいろいろ考えられますが、dmacro.elでは以下のような優先度をもたせています。 同じ入力パタンが予測の直前に2度繰返されている場合はそれを優先する。繰返しパタンが複数
  • Basho: File System Tuning

    ita-wasa
    ita-wasa 2011/12/12
    CFQ, while a good general purpose scheduler, is not designed to provide the kind of throughput expected in production database deployments. For Riak, NOOP is considered the best choice when deploying on SSDs, iSCSI over HBAs, or any hardware-based RAID. The Deadline scheduler is a reasonable, though
  • Noop scheduler - Wikipedia

    This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Noop scheduler" – news · newspapers · books · scholar · JSTOR (December 2014) (Learn how and when to remove this message) The location of I/O schedulers in a simplified structure of the Linux kernel. The

    Noop scheduler - Wikipedia
    ita-wasa
    ita-wasa 2011/12/12
    The NOOP scheduler inserts all incoming I/O requests into a simple FIFO queue and implements request merging. The scheduler assumes I/O performance optimization will be handled at some other layer of the I/O hierarchy; e.g., at the block device; by an intelligent HBA such as a Serial Attached SCSI (