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
hashicorp/serf Serf Serf使ってますか!サーフ! 諸事情というか大人の事情で急遽自前でロードバランサを用意しないといけなくて、それをissueに書いてたら、 あんちぽさんがSerf+HAProxy使ったらいいのでは、 とIRCで助言をくれて、同日のmizzyさんのブログでもSerfに言及していたので、 ちょっとSerfの概要を知るためと、Serf+HAProxyが実際ロードバランサとしてどんな感じに使えるのか検証してみた。 I told @glidenote about a combination of Serf and HAProxy this morning, and he has already implemented the arch. and done investigation… — kentaro (@kentaro) October 29, 2013
The Observability Pipeline that delivers monitoring as code on any cloud Consolidate monitoring tools & fill gaps in observability. Eliminate data silos & automate diagnosis & self-healing — from bare metal to Kubernetes. $ sensuctl create -r -f monitoring/ check "node-exporter" created check "tls-cert" created asset "sensu-plugins/sensu-plugins-ssl:1.0.0" created filter "oncall" created handler "
Writing Dockerfile isn't an complex job, but there are some tips and best practices to get best from Docker.In my last post about docker you could see how easily you can spin up WordPress from docker: http://www.techbar.me/wordpress-docker/ Here I will talk about some notes on writing Dockerfiles. Writing Dockerfile isn’t an complex job, but there are some tips and best practices to get best from
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. jq is written in portable C, and it has zero runtime dependencies. You can download a single binary, scp it to a far away machine of the same type, and expect
NAGA888 adalah pilihan utama untuk permainan slot gacor hari ini! Dengan winrate tertinggi di kelasnya, bersiaplah untuk meraih kemenangan luar biasa. Permainan slot kami yang luas menawarkan berbagai pilihan tema, fitur, dan jackpot yang memukau. Baik kamu seorang pemula yang mencari kemenangan pertama atau pemain berpengalaman dalam bermain slot online, NAGA888 adalah tempat jackpot bermain slot
ABOUT ME Goodpatch Inc.という会社をやってる人のブログ。http://goodpatch.com/ RSS Archive Random Find me on Facebook Linkedin Twitter Website 本日リリースでも出ましたがグッドパッチは株式会社デジタルガレージの投資子会社である株式会社DGインキュベーションから総額1億円の資金調達を行いました。 グッドパッチ、デジタルガレージから1億円の資金調達を実施 弊社のようなデザイン会社が1億円の投資を受けると言うのはあまりない事例なので驚かれた方もいらっしゃると思いますので、なぜ僕がデジタルガレージから投資を受けたのか少しだけ経緯に触れておきたいと思います。 # ドイツ人インターンのBorisの一言今年の夏、グッドパッチでインターンとして働いていたBorisがグッドパッチのグローバル戦略を考えて
最近私は色々なプロジェクトに首を突っ込んでいます。興味の赴くままにという感じですが、今回はネット生放送に革命を起こすことが可能な機器「バルクライブ」をクラウドファンディングで実現すべく、この機器を共に実現してくれる方を募集します。 ▼生放送が盛り上がり、あたりまえになる配信機器「バルクライブ」。 私はニコニコ動画のブロマガチャネル「堀江貴文のブログでは言えないチャンネル」やYoutubeの「ホリエモンチャネル」、ツイキャスで動画を配信する際、ちゃんと機材が用意された場所でライブ中継を常日頃行っています。 ですが、そのようにきちんと機材をセッティングしたスタジオからではなく、居酒屋や車で移動しながらとか、あまりあり得なかったシチュエーションでの生放送を実現したいと常々考えていました。 しかし実際そういった場所では、電波状態が安定しないこともあり、時には映像や音声がとぎれとぎれになってしまいま
As our offering of services continues to grow, we're constantly looking for ways to improve the developer experience by listening to your feedback. Today, we're announcing a redesign of our developer site so that it's easier to find the things you need to integrate Facebook into your app or website. Some developers will see the changes immediately and the site will fully be available to everyone i
When you're a web developer many times a client will ask you to show a Views text somewhere. For example, how many views does this Profile have? How many views does this Car listing have? In Ruby on Rails, there's a very clean and simple Gem that allows you to quickly and correctly add this functionality to your website. Impressionist Gem First, you can find the official documentation here. What d
Vim から Git を操作するプラグインとしては、今まで git.vim を使っていたんですが、fugitive.vim のほうが便利だったので乗り換えました。 詳しい説明はここ VimmerなGit使いはfugitive.vimを今すぐ入れたほうがいい - SELECT * FROM life; ここでは、自分が特に便利だと思った機能を書きます。 git add -p をグラフィカルに行う git add -p を使うと、複数の変更箇所のうちどの変更をコミットに含めるかを選ぶことができますが、fugitive の :Gdiff を使うとこれをグラフィカルに行うことができます。 :Gdiff コマンドはインデックスとワークツリーの状態の差分を vim の diff で表示します。 こんな感じ たとえば、スタイルシートの設定(上のほうの差分)はコミットに含めたいけど、クラス属性の付与(下の
このエントリーはGit Advent Calendar / Juneの十四日目です。十三日目は Cside_ さんの「ブランチ名 + 作業状態 + stash数 をzshのプロンプトに表示」でした。 vim-fugitive便利ですよね。いい機会だったのでGitのVim-wrapperのひとつvim-fugitiveを復習してみました。 vim-fugitiveの便利なところと言えば、2画面で前後のコードも含めてdiffが見られるところとか、blameが見やすくて楽しいってところだけだと思ってたんですが、調べてみるともっと便利なことがわかりました。 今回は以下について書いてます。 :Gread :Gedit :Ggrep 補完 3-way diff いままで いままでのボクはと言えば、ただ:GstatusでVimエディタ上にステータス画面を開いて-(add/reset)したり、D(diff
「google.com」「.google.co.jp」などのドメイン用の不正証明書が発行されていたことが分かり、Google、Microsoft、Mozillaが対応を表明した。 米Googleは12月7日、同社傘下の複数のドメイン用に不正なデジタル証明書が発行されていたことが分かり、問題の証明書を失効させるなどの措置を講じたことを明らかにした。Googleから連絡を受けたMicrosoftやMozillaも対応を表明した。 Googleによると、不正な証明書は12月3日に発見され、調べたところ、フランスの政府系認証局ANSSI傘下の中間認証局で発行されていたことが分かった。 電子証明書は、ユーザーがアクセスしているWebサイトが本物であることを確認するために使われる。不正な証明書を利用すれば、偽サイトであってもWebブラウザの警告が表示されず、ユーザーがだまされて個人情報などを入力してし
Get Notified by Email, SMS or Phone When Your Website is Down The website monitoring service trusted by professional system administrators Know when your website or server is down - before your customers do. SiteUptime will check your website at 2 minute intervals from 11 different locations across 4 continents. Before alerting you, any failure is confirmed with an alternate geographic location ch
gimei という、ランダムで日本人の名前を返す gem を作りました。 似たようなライブラリに faker があります。faker は人の名前だけではなく、住所やメールアドレスやユーザ名や電話番号など、たくさんのジャンルのダミーデータを返してくれるすごい gem です。しかも i18n に対応しており、yaml ファイルを定義すれば日本語も使えます。 じゃあ faker でいいじゃん!って思いますよね。しかし一つだけ問題がありまして…。ふりがなが使えないのです。 そこでgimeiです。gimeiは下記のような形でふりがな(フリガナ)に対応しています。 gimei = Gimei.new gimei.kanji #=> "斎藤 陽菜" gimei.hiragana #=> "さいとう はるな" gimei.katakana #=> "サイトウ ハルナ" gimei.last.kanji #
FactoryGirlに限った話じゃないけど。 で、どうするかというとskip_callbackを事前に呼ぶ。 Model.skip_callback(:create, :before, :set_default_status) :set_default_statusは任意のフィルター。 いろいろやってみたけど before_create { self.status = "active" } みたいなブロックはskipできないみたい。 あと、rspecとかでskipすると今度はそのあとのbefore_createのテストがこける可能性があるので、事前にset_callbackを呼ぶなりする必要がある。なんか、このあたりがモヤモヤするんだよなぁ。。。
For several years, there have been two ways of getting in touch with us for feedback regarding our open source projects: GitHub, for reporting bugs or submitting patches in the form of pull requests. Mailing lists, for general discussion and questions, including ideas for new features. However, over time, we’ve grown to feel as though the mailing lists are not pulling their weight. For one, the ma
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く