タグ

2016年4月13日のブックマーク (13件)

  • Javaの謎のパフォーマンス劣化現象との戦い - Cybozu Inside Out | サイボウズエンジニアのブログ

    こんにちは。アプリケーション基盤チームの横田です。 Javaの謎のパフォーマンス劣化にまつわる調査をしていたのですが、1ヶ月の苦労の末に原因がわかりましたので、報告させていただきます! 公開後に頂いたはてなブックマークでのご指摘・社内でのタイポ・読みにくいなどの指摘を受けてたので、謹んで修正させいただきます。 修正した内容につきましては、記事の最後を参照してください。 忙しい人のためのまとめ jdk-7u4以降のjdk-7 *1 でJavaのパフォーマンスが劣化する謎の現象 CodeCacheの容量限界に近づくとJITコンパイラを停止してコンパイルしたコードを捨てる機能が原因だった 起動オプションで回避できるので、長期運用するときは -XX:-UseCodeCacheFlushing, -XX:ReservedCodeCacheSize=128m をつける 上のオプションを設定した時に、C

    Javaの謎のパフォーマンス劣化現象との戦い - Cybozu Inside Out | サイボウズエンジニアのブログ
  • Read/Write Stack | JavaScriptアーキテクチャ

    autoscale: true Read/Write Stack | JavaScriptアーキテクチャ 自己紹介 Name : azu Twitter : @azu_re Website: Web scratch, JSer.info This is Bikeshed.js :bike: 抽象的な話が多いので、実装はコード見て(Pull Request投げて!) これが正しいという話ではないです。 自転車置き場の議論なので! 中規模以上のJavaScript 設計が必要になる 正しい設計はない Bikeshed.js :bike: 人、目的、何を作るかによってアーキテクチャは異なる 前回の続き? : How to work as a Team 用語 設計の目的 中規模以上のウェブアプリ SPAというよりは、画面が複雑なElectronアプリのようなイメージ スケーラブル 人、機能追加、柔

    Jxck
    Jxck 2016/04/13
    自転車置き場じゃなくてロケット開発の方の話だろこれ #bikeshedjs
  • outtakes

    最近、よくこういうことがあるのですが、「Googleマップでは、ここだよ!」と言っているのに建物に入れない。今日、行ったところは、バレエのトレーニングしていたし。 要するに、裏手に誘導されてしまったということなんだけど、Googleマップは、まだ(?)そこまで親切じゃない。確かに番地としては合っているし。 つまり、番地までの誘導はできても、その建物の入り口はどこかまでは、教えてくれないのが、いまのGoogleマップ。 Googleマップだけでなく、クルマのナビも一緒。不案内な目的地に向かうのに、タクシーに住所を告げる。確かに、番地はそこだったけど、先月は、そこから15分近く歩いた。 「ことばのマップ」を使おう必ずしもグラフィカルな地図でなくてもいい。迷った方からの電話に対応するときのセリフ 7-11が見えたら、その角を右に曲がってください。すぐ左の建物、あ、いま、工事中で幕がかかっているん

    outtakes
    Jxck
    Jxck 2016/04/13
    むしろ自作イラスト地図とか載せたり、どうせ更新されなくなるリアルタイムな目印で説明されるより、 Google Map と建物名があればそれでいいなぁ。 補足としても、言葉より写真(タイムラプス的な)の方が載せて欲しい。
  • Subresource Integrity

    EngineeringSubresource IntegrityLike many sites, GitHub uses a content delivery network (CDN) to serve static assets such as JavaScript, CSS, and images to our users. The CDN makes web browsing faster by… Like many sites, GitHub uses a content delivery network (CDN) to serve static assets such as JavaScript, CSS, and images to our users. The CDN makes web browsing faster by delivering assets from

    Subresource Integrity
    Jxck
    Jxck 2016/04/13
    subresource integrity
  • GitHub's CSP journey

    EngineeringSecurityGitHub’s CSP journeyWe shipped subresource integrity a few months back to reduce the risk of a compromised CDN serving malicious JavaScript. That is a big win, but does not address related content… We shipped subresource integrity a few months back to reduce the risk of a compromised CDN serving malicious JavaScript. That is a big win, but does not address related content inject

    GitHub's CSP journey
    Jxck
    Jxck 2016/04/13
    Github の CSP 設定の解説。やっぱり結構大きな設定になるな。しかし Report-Only じゃない強気の運用で、 report-uri を指定してないし、レポートについて触れてもないな。興味ないのかな。
  • yEd Graph Editor

    Ready to use React components for specific use cases like supply chains or organization charts

    yEd Graph Editor
    Jxck
    Jxck 2016/04/13
    ダイアグラム系作図、マルチプラットフォーム、無料、SVG 有り
  • Reporting API

    W3C Working Draft, 10 November 2023 More details about this document This version: https://www.w3.org/TR/2023/WD-reporting-1-20231110/ Latest published version: https://www.w3.org/TR/reporting-1/ Editor's Draft: https://w3c.github.io/reporting/ Previous Versions: https://www.w3.org/TR/2023/WD-reporting-1-20230512/ History: https://www.w3.org/standards/history/reporting-1/ Feedback: GitHub Inline I

    Jxck
    Jxck 2016/04/13
    CSP や HPKP などの report-uri に送られるレポートフォーマットを共通化する仕様
  • Getting Started With CSS Modules | CSS-Tricks

    DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! There isn’t one single approach with CSS Modules to making the JavaScript templates, the CSS files, or the build steps to make them work. In this post, which is part of a series on CSS Modules, we’ll look at one approach. The goal of this post is to get a CSS Modules project up and running.

    Getting Started With CSS Modules | CSS-Tricks
    Jxck
    Jxck 2016/04/13
    CSS Modules
  • Leaving Beta, New Sponsors - Let's Encrypt

    Let’s Encrypt is leaving beta today. We’re also excited to announce that founding sponsors Cisco and Akamai have renewed their Platinum sponsorships with 3-year commitments, Gemalto is joining as our newest Gold sponsor, and HP Enterprise, Fastly, Duda and ReliableSite.net are our newest Silver sponsors. Since our beta began in September 2015 we’ve issued more than 1.7 million certificates for mor

    Leaving Beta, New Sponsors - Let's Encrypt
    Jxck
    Jxck 2016/04/13
    Let'sE のβが外れて、スポンサーも Cisco, Akamai を筆頭に順調に増えているらしい。証明書の発行も 170万を超えて増加中。
  • 不正なダウンロード ボタンを撲滅するために

    +1 ボタン 2 AMP 11 API 3 App Indexing 8 CAPTCHA 1 Chrome 2 First Click Free 1 Google アシスタント 1 Google ニュース 1 Google プレイス 2 Javascript 1 Lighthouse 4 Merchant Center 8 NoHacked 4 PageSpeed Insights 1 reCAPTCHA v3 1 Search Console 101 speed 1 イベント 25 ウェブマスターガイドライン 57 ウェブマスタークイズ 2 ウェブマスターツール 83 ウェブマスターフォーラム 10 オートコンプリート 1 お知らせ 69 クロールとインデックス 75 サイトクリニック 4 サイトマップ 15 しごと検索 1 スマートフォン 11 セーフブラウジング 5 セキュリティ 1

    不正なダウンロード ボタンを撲滅するために
  • You Don't Need jQuery - Qiita

    注意とお願い この記事の内容はもはや古いです。ここに書いている方法では動かないものをいくつか見つけました。参考にする際は動作をよく確認してから使ってください。 ひとつお願いがあります。「あれ、動かないぞ」というコードを見つけたら是非コメントか編集リクエストで教えてください。解決方法までなくても結構です。「これはもう動かないよ」という印をつけたいのです。 この記事はYou Don't Need jQueryの日語訳と同じ内容です。 先日ひょんなことからYou Don't Need jQueryの日語訳をさせていただきました。著者のCam Songさんからも快諾をいただけたので1、Qiitaでも公開させていただきます。 なお、家の英語の説明は継続的にメンテされているので、この記事の情報は古くなっている可能性があります。 追記 この記事は当初は「もうjQueryは必要ない」というタイトルで

    You Don't Need jQuery - Qiita
    Jxck
    Jxck 2016/04/13
    jquery と HTML5/ES6/CSS3 での置き換え
  • 3チャンネルで音楽フェスが見放題。コーチェラ・フェスティバル、YouTubeでのライブ配信が決定

    Watch Coachella 2016 live performances and interviews on https://t.co/1lCEwlYKRB pic.twitter.com/bIogHyHk1U — Coachella (@coachella) April 11, 2016 今週15日(金)からスタートする、世界最大級の大型野外音楽フェステイバル「コーチェラ・フェスティバル」が、今年もYouTubeでのライブストリーミング配信を実施します。 カリフォルニア州インディオには毎年、大物アーティストやDJ、新人アーティストまで、ジャンルレスなライブを楽しむため、世界中から20万人もの熱心な音楽ファンが訪れます。チケットは、毎年出演アーティストが一人も発表されていない状況にも関わらず、発売からわずか数時間でソールドアウト状態になるほどの人気です。 https://www.you

    3チャンネルで音楽フェスが見放題。コーチェラ・フェスティバル、YouTubeでのライブ配信が決定
  • http://post.simplie.jp/posts/8

    http://post.simplie.jp/posts/8
    Jxck
    Jxck 2016/04/13