2013年8月13日のブックマーク (10件)

  • Android Security Vulnerability

    What happened We recently learned that a component of Android responsible for generating secure random numbers contains critical weaknesses, that render all Android wallets generated to date vulnerable to theft. Because the problem lies with Android itself, this problem will affect you if you have a wallet generated by any Android app. An incomplete list would be Bitcoin Wallet, blockchain.info wa

    Android Security Vulnerability
    tmatsuu
    tmatsuu 2013/08/13
    Android上のSecureRandom実装が脆弱らしい。Android上のBitcoinアプリは今すぐアプリをアップデートしてwalletを作りなおすべし。SecureRandom使ってる方は要注意。
  • Sign Up | LinkedIn

    tmatsuu
    tmatsuu 2013/08/13
    LinkedInにバラク・オバマ降臨。これ本物でしょうか。つながってる人も蒼々たるメンツだから本物かもしれない。取り巻きも皆偽物って可能性もあるけど。 / “Join LinkedIn | LinkedIn”
  • Flat Surface Shader

    Admit it, 3D is cool. But, you know what's cooler? 2D. I love WebGL, but unfortunately it doesn't work everywhere. This lighting simulation can be configured to use either the 2D context of a canvas element or an array of SVG polygons to draw the triangles. It also utilises native Float32Arrays to store numerical data for highly optimised calculations. This is a collaborative effort between Matthe

    Flat Surface Shader
    tmatsuu
    tmatsuu 2013/08/13
    CanvasやSVGでもシェーディングを実現するjsライブラリ。Float32Arraysを使って高速計算がウリだろうか。
  • LinkedIn Login, Sign in | LinkedIn

    tmatsuu
    tmatsuu 2013/08/13
    LinkedInにバラク・オバマ降臨。これ本物でしょうか。つながってる人も蒼々たるメンツだから本物かもしれない。取り巻きも皆偽物って可能性もあるけど。
  • dmesg: An old, new, cool tool

    tmatsuu
    tmatsuu 2013/08/13
    最近のdmesgはオプションが多数追加されてるぜ!個人的には-Hより-Tが好き。RHEL6系はまだ古かったかも。手元のutil-linuxは2.23.2だった
  • さくらのクラウドでLibreOfficeのビルドをしてみた - いくやの斬鉄日記

    オープンソースからハイスクールフリート、The Beatlesまで何でもありの自称エンターテインメント日記。 さくらのクラウド さくらのクラウドの2万円分タダ券をいただいたのですが、何に使ったらいいのか思いつかなかったので芸もなくLibreOfficeのビルドをしてみることにしました。 upstreamはlibreoffice-4-1ブランチで、パッケージはPPAにあるものです。OSはUbuntu 12.04です。当然ですね。 セットアップ自体は、resolvconfの設定を手動でしなければいけないこと以外は特にないです。 CPUはXeon X5675で、実6コアHT12コアです。 upstreamとパッケージでは、configureのオプションは全然違います。upstreamは必要最低限、パッケージはフルフルだと思ってください。特に後者は全部の言語のビルドをしているので、それだけでかなり

    さくらのクラウドでLibreOfficeのビルドをしてみた - いくやの斬鉄日記
    tmatsuu
    tmatsuu 2013/08/13
    並列xz圧縮ならpxzやpixzなどがあるみたいです。試したこと無いけど。
  • Google Translate's Safe Mode

    tmatsuu
    tmatsuu 2013/08/13
    Google翻訳にセーフモードができたらしい。QueryStringにsandbox=1を追加。エロコンテンツ対策ではなく、IFRAME表示に起因するセキュリティ対策のため。 / “Google Translate's Safe …”
  • 「Above the foldのコンテンツは1秒以下で表示させること」、モバイルサイトの高速化をGoogleが推奨

    [対象: 中〜上級] モバイル向けサイト(スマートフォン向けサイト)の高速化に取り組むように、Googleは、ウェブマスター向け公式ブログであらためて推奨しました。 Official Google Webmaster Central Blog: Making smartphone sites load fast 速さが求められているのに現実は遅い いくつかのリサーチから次のような結果が出ています。 素早く使えて手軽なので、ユーザーはスマートフォンを使っている モバイル向けページは、平均して表示時間にたいてい7秒以上かかっている 表示に1秒以上かかると「時間がかかっている」とユーザーは感じ、遅いサイトには再訪問しないかもしれない “速い”モバイルサイトをユーザーは求めていますが、実際のモバイルサイトは“遅い”のが現状です。 そこで、モバイルサイト高速化のために知っておくべき基的な知識と対応

    「Above the foldのコンテンツは1秒以下で表示させること」、モバイルサイトの高速化をGoogleが推奨
    tmatsuu
    tmatsuu 2013/08/13
    日本語まとめ。レスポンスタイムが遅いのは大抵プログラムの問題。静的ファイル生成やキャッシュ活用がいいと思います
  • PageSpeed Insights

    This site uses cookies from Google to deliver its services and to analyze traffic.

    tmatsuu
    tmatsuu 2013/08/13
    お、PageSpeedのWeb版がデスクトップだけでなくモバイルのテストもできるようになってる!是非とも試しておきましょう。
  • Mobile Analysis in PageSpeed Insights  |  Google for Developers

    Mobile Analysis in PageSpeed Insights Stay organized with collections Save and categorize content based on your preferences. PageSpeed Insights analyzes a page to see if it follows our recommendations for making a page render in under a second on a mobile network. Research has shown that any delay longer than a second will cause the user to interrupt their flow of thought, creating a poor experien

    Mobile Analysis in PageSpeed Insights  |  Google for Developers
    tmatsuu
    tmatsuu 2013/08/13
    モバイル向けサイトで1秒以内の応答を目指せ!レイテンシが大きいことを意識すべし。サーバのレスポンスやクライアントサイドのレンダリングはそれぞれ0.2秒以内で。いい資料