タグ

2014年3月8日のブックマーク (4件)

  • Sheet of Grid – Slot Machines Perspective

    For all the different casino games that you could choose from, pokies are those that lend on a mobile and themselves being played on the internet. If you make the leap you can have the experience that you would get with perks – only at a land casino! Today, Australian pokies are more popular than ever and, it is possible to perform with peace of mind if you know where to play. Continue reading to

  • HTTP/2における明示的プロキシ(Explicit Trusted Proxy)について

    先日Jxckさんがセッションオーナーを務めた次世代Webセッション@CROSS2014に参加してきました。 セッションではSPDYやHTTP/2(その当時はまだHTTP/2.0だったかな)について主にリソース転送をどうよくするかについて話がされ、QUICなど”Post-TCP”な話も出て非常に興味深く楽しみました。 そこで「僕が考える次世代Web」というお題でブログを書けとJxck先輩から宿題をいただいて、何の話を書こうかなとずーっと思っていたのですが、最近のIETFの議論で個人的にはとても大切だと考えるトピックがあったので紹介+僕の思いを書きたいと思います。 [訂正] 私がドラフトを読み違えていたのが問題なのですが、このExplicit Proxyの仕組みはhttp schemeの場合だけ適用され、httpsでは適用されません。そのため、httpsについては引き続き安全だと言えます。 し

    HTTP/2における明示的プロキシ(Explicit Trusted Proxy)について
  • The Elixir programming language

    All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages: current_process = self() # Spawn an Elixir process (not an operating system one!) spawn_link(fn -> send(current_process, {:msg, "hello world"}) end) # Block until the message is received receive do {:msg, contents} -> IO.puts(contents) end Due to their lightweigh

    The Elixir programming language
  • elixir 入門 - oooooooo

    麹町で開かれた elixir 勉強会の Shinjuku.ex #7 on Zusaar に参加しました。 言語マニアや日一コミット数の多いコントリビュータという濃い面子のなか、elixir をインストールすらしていなかった自分のメモです。 elixir 基礎知識 「エリクサー」と読む Erlang ベースで Ruby っぽい記法 Erlang のランタイムが使える Dave Thomas がバイブルになるにしか付けられないタイトルの Programming Elixir を出す インストール Getting Started に elixir v0.9.0 を Mac, Fedora 17+, Arch Linux へインストールする方法が書かれています。 Ubuntu ないのが珍しい。 Mac のインストールならこう。 # brew install erlang じゃ古いので Erl