2013年6月20日のブックマーク (5件)

  • GitHub - BetterErrors/better_errors: Better error page for Rack apps

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - BetterErrors/better_errors: Better error page for Rack apps
    jedipunkz
    jedipunkz 2013/06/20
    charliesome/better_errors · GitHub Better Errors replaces the standard Rails error page with a much better and more useful error page. It is also usable outside of Rails in any Rack app as Rack middleware. This is an optional dependency however, and Better Errors will work without it. Tags: via Poc
  • The Ruby Toolbox - Know your options!

    Find actively maintained & popular open source software libraries for the Ruby programming languageThe Ruby Toolbox is a catalog of all Rubygems that keeps track of popularity and health metrics to help you choose a reliable library CategoriesTo give you an overview of what open source libraries are available for a given task we group projects for common problems into categories. The catalog itsel

    The Ruby Toolbox - Know your options!
    jedipunkz
    jedipunkz 2013/06/20
    The Ruby Toolbox In order to continue, you must be signed in using your Github account. If you're signing in using this account for the first time Github will ask for your permission to give access to your public user data to the Ruby Toolbox. Tags: via Pocket June 20, 2013 at 08:17PM
  • CUI な Git ブラウザ tig を入れてみた - Born Too Late

    Git をなかなか使いこなせずにいる私ですが、これはいい ! コンソールから使える git ブラウザ、tig が超便利 Vim に近い操作感で使えるのが Vim 使いには非常に嬉しいところです。以下で、インストール方法と基操作について紹介します。 インストール インストールは、まずソースコードからやってみたのですが、パッケージが存在することに気づいたので、 aptitude で入れ直しました。 sudo aptitude install tig はい、簡単ですね。 起動する カレントディレクトリを Git のワークツリーに移動して、 tig コマンドを実行します。 $ cd /path/to/work-tree $ tig ヘルプを表示する: h 何はともあれ、わからないことがあればとりあえず h を押してヘルプを調べましょう。 カーソルの移動: j, k Vim ユーザなら、何の問題も

    CUI な Git ブラウザ tig を入れてみた - Born Too Late
    jedipunkz
    jedipunkz 2013/06/20
    CUI な Git ブラウザ tig を入れてみた Vim に近い操作感で使えるのが Vim 使いには非常に嬉しいところです。以下で、インストール方法と基本操作について紹介します。 Tags: via Pocket June 20, 2013 at 08:14PM
  • Sensu and Graphite – joemiller.me

    Joe Miller Ops/Engineering. Continuous DevOping at Webscale Twitter Github Updated December 7, 2013 : I no longer recommend using the approach described in this post. Please read Sensu and Graphite, Part 2 instead. Updated October 16, 2012 : Removed “passive”:”true” from the graphite amqp handler definition in Sensu. This is too brittle. Sensu will fail to start unless graphite has started first a

    jedipunkz
    jedipunkz 2013/06/20
    Sensu and Graphite It's been pretty exciting to see the number of folks getting involved with Sensu lately, as judging by the increased activity on the #sensu channel on Freenode. One of the most common questions is how to integrate Sensu and Graphite. Tags: via Pocket June 20, 2013 at 03:53PM
  • 遺伝的アルゴリズム(GA)によるサーバの自動チューニング - Qiita

    遺伝的アルゴリズム(GA)でサーバの自動チューニングをします。 GAを機械学習を一つと書いてしまいましたが違うようなのでタイトルを変更させて頂きました。 遺伝的アルゴリズムについては↓の動画が分かりやすいです http://www.youtube.com/watch?v=yZJ1V-zv_gU まずは通常の負荷テストができるところまで準備する必要があります。攻撃用のサーバをターゲットと(ネットワーク的に)近い場所に用意してください。負荷を掛ける側(Attacker)にも相応のスペックは必要です。 ストレスツールはコマンドラインから利用出来るものでしたらなんでもかまいません。ab(Apache Bench)などは最初から入っているので手軽ですが、今回は「グリーン破壊」というソフトを利用しました(グリーン破壊のインストール方法は家サイトに譲ります) 自動チューニングを行うにあたり、ターゲット

    遺伝的アルゴリズム(GA)によるサーバの自動チューニング - Qiita
    jedipunkz
    jedipunkz 2013/06/20
    遺伝的アルゴリズム(GA)によるサーバの自動チューニング 遺伝的アルゴリズム(GA)でサーバの自動チューニングをします。 遺伝的アルゴリズムについては↓の動画が分かりやすいです Tags: via Pocket June 20, 2013 at 10:20AM