並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 6656件

新着順 人気順

triggeredの検索結果161 - 200 件 / 6656件

  • Amazonクラウド、ストレージ障害は潜在バグからメモリリーク発生が原因。きっかけはDNSの変更

    先週の10月22日月曜日、Amazonクラウドの米国東リージョンでストレージ障害が発生しました。その原因は、Amazon EBSストレージサーバのバグがメモリリークを引き起こしことだと、Amazonクラウドが報告書「Summary of the October 22, 2012 AWS Service Event in the US-East Region」で明らかにしました。 Summary of the October 22, 2012 AWS Service Event in the US-East Region Amazon EBSストレージサーバのメモリリークを引き起こしたのは、内部DNSの設定ミスによって発生したサーバ間の接続エラーでした。このエラーが潜在的なバグを呼び起こし、知らぬ間に多くのサーバが影響を受け、それがある時点で一斉にストレージ障害という現象を引き起こしたのです

      Amazonクラウド、ストレージ障害は潜在バグからメモリリーク発生が原因。きっかけはDNSの変更
    • GitHub Actions のアクションのつくりかた(JavaScript 編) - 生産性向上ブログ

      help.github.com この記事では、新しくなった GitHub Actions における、JavaScript アクション作成方法について解説します。 www.kaizenprogrammer.com GitHub Actions とはなんぞやという人は、先にこちらの過去記事をどうぞ。 目次 アクションについて アクションの保存場所 アクションのバージョニング 簡単な例 (Hello, World) メタデータ JavaScript アクションの使用する Node.js バージョン toolkit node_modules の管理 README.md 公式テンプレート 少し実践的な例 その他 GitHub 公式のアクション サードパーティーのアクション まとめ アクションについて 前回の記事で新しくなった GitHub Actions の使い方について簡単に解説しました。この記事

        GitHub Actions のアクションのつくりかた(JavaScript 編) - 生産性向上ブログ
      • October 21 post-incident analysis | The GitHub Blog

        EngineeringProductOctober 21 post-incident analysisIn-depth analysis of the incident that impacted GitHub services on October 21 and 22. Last week, GitHub experienced an incident that resulted in degraded service for 24 hours and 11 minutes. While portions of our platform were not affected by this incident, multiple internal systems were affected which resulted in our displaying of information tha

          October 21 post-incident analysis | The GitHub Blog
        • [JS]複数の表示サイズごとに異なるイベントが設定できるResponsive Web Design用のスクリプト -Breakpoints.js

          Responsive Web Design用に表示サイズの複数のブレイクポイントを定義し、異なるイベントを設定できるjQueryのプラグインを紹介します。 デモページ:幅640pxで表示 デモページで設定されているブレイクポイントは下記の4つです。 1024px 768px 480px 320px [ad#ad-2] Breakpoints.jsの実装 外部ファイル 「jquery.js」と当スクリプトを外部ファイルとして指定します。 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> <script type="text/javascript" src="http://xoxco.com/projects/code/b

          • Rubicode - RCDefaultApp

            RCDefaultApp is a Mac OS X 10.2 or higher preference pane that allows a user to set the default application used for various URL schemes, file extensions, file types, MIME types, and Uniform Type Identifiers (or UTIs; MacOS 10.4 only). MacOS X uses the extension and file type settings to choose the application when opening a file in Finder, while Safari and other applications use the URL and MIME

            • Microservice Trade-Offs

              Many development teams have found the microservices architectural style to be a superior approach to a monolithic architecture. But other teams have found them to be a productivity-sapping burden. Like any architectural style, microservices bring costs and benefits. To make a sensible choice you have to understand these and apply them to your specific context. Microservices provide benefits… Stron

                Microservice Trade-Offs
              • Agile Carousel - Javascript Slideshow - Image Carousel

                Usage Add a div to your page in the location where you would like to add your slideshow. Invoke the plugin as shown below. Provide data in JSON format as shown below. See the "Settings" section at the bottom of the page for available settings. See the "Single Page Examples" (above) for more implementation examples. Invoke the Plugin <link rel="stylesheet" href="agile_carousel.css"> <script src="ht

                • What Every Programmer Should Know About Memory (PDF)

                  What Every Programmer Should Know About Memory Ulrich Drepper Red Hat, Inc. drepper@redhat.com November 21, 2007 Abstract As CPU cores become both faster and more numerous, the limiting factor for most programs is now, and will be for some time, memory access. Hardware designers have come up with ever more sophisticated memory handling and acceleration techniques–such as CPU caches–but these canno

                  • Pysa: An open source static analysis tool to detect and prevent security issues in Python code

                    Pysa: An open source static analysis tool to detect and prevent security issues in Python code Today, we are sharing details about Pysa, an open source static analysis tool we’ve built to detect and prevent security and privacy issues in Python code. Last year, we shared how we built Zoncolan, a static analysis tool that helps us analyze more than 100 million lines of Hack code and has helped engi

                      Pysa: An open source static analysis tool to detect and prevent security issues in Python code
                    • マルチコア時代の高速サーバーの実装 - Blog by Sadayuki Furuhashi

                      特にサーバー用途では、CPUがシングルコアに戻ってくることは考えにくい。 マルチコアCPUの性能を活かすにはマルチスレッドに対応したサーバーの実装が必要になるわけですが、マルチスレッドなプログラミングは往々にして「高負荷になると固まる」とか「たまに落ちる」といった悩ましいバグと戦わなければならず、イヤです。 かといってシングルスレッドでは、近い将来 32コアCPU! などが出てきたとき、たぶん性能を発揮できません。 そこで、そこそこデバッグしやすく、それでいて多コアCPUでもスケールするという落としどころを模索しているのですが、ボトルネックはネットワークIO周りにあるだろう*1という前提の元で、ネットワークIO部分だけをマルチスレッドで動かし、それ以外の部分をシングルスレッドで動かすというアーキテクチャを考えています。 ロジックの部分はマルチスレッドで書いても共有リソースにアクセスする度に

                        マルチコア時代の高速サーバーの実装 - Blog by Sadayuki Furuhashi
                      • ブラウザの仕組み: 最新ウェブブラウザの内部構造

                        How browsers work Stay organized with collections Save and categorize content based on your preferences. Preface This comprehensive primer on the internal operations of WebKit and Gecko is the result of much research done by Israeli developer Tali Garsiel. Over a few years, she reviewed all the published data about browser internals and spent a lot of time reading web browser source code. She wrot

                          ブラウザの仕組み: 最新ウェブブラウザの内部構造
                        • jQuery Core 1.9 Upgrade Guide

                          jQuery Core 1.9 Upgrade Guide Overview jQuery Migrate Plugin Changes of Note in jQuery 1.9 .toggle(function, function, ... ) removed jQuery.browser() removed .live() removed .die() removed jQuery.sub() removed .add() .addBack( selector ) replaces .andSelf() .after(), .before(), and .replaceWith() with disconnected nodes .appendTo, .insertBefore, .insertAfter, and .replaceAll Ajax events should be

                          • Toggle Tutorial - jQuery CSS Toggle Effect - javascript toggle tutorial - simple Toggle Effect

                            I know there are a lot of toggle tutorials out there already, but when I was learning the basics of jQuery and the toggle effect, I had a hard time finding resources on how to switch the “open” and “close” graphic state. After reading a few tutorials and mix and matching techniques I was able to achieve this effect, but wanted to share it with those who experienced the same frustration that I had

                            • EGit/User Guide - Eclipsepedia

                              Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan. Getting Started Overview If you're new to Git or distributed version control systems generally, then you might want to read Git for Eclipse Users first. More background and details can be found in the on-li

                              • New – Open Distro for Elasticsearch | Amazon Web Services

                                AWS News Blog New – Open Distro for Elasticsearch September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Elasticsearch is a distributed, document-oriented search and analytics engine. It supports structured and unstructured queries, and does not require a schema to be defined ahead of time. Elasticsearch can be used as a search engine, and is of

                                  New – Open Distro for Elasticsearch | Amazon Web Services
                                • Visual Studio Code Tips and Tricks

                                  Version 1.90 is now available! Read about the new features and fixes from May. Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the Us

                                    Visual Studio Code Tips and Tricks
                                  • CSS Sprites2 – It’s JavaScript Time

                                    A sense of movement is often the differentiator between Flash-heavy web sites and standards-based sites. Flash interfaces have always seemed more alive—responding to the user’s interactions in a dynamic way that standards-based web sites haven’t been able to replicate. Lately that’s been changing, of course, with a resurgence in dynamic interface effects, helped along by JavaScript libraries that

                                      CSS Sprites2 – It’s JavaScript Time
                                    • Keypress: A Javascript library for capturing input

                                      Some browsers do not distinguish some or all of the numpad keys. Why use Keypress? Keypress is an input capture library with some very special features, it is easy to pick up and use, has a reasonable footprint (~9kb), and has no dependencies. Here's some of what Keypress offers: Fire on keyup and/or keydown Any key can serve as a modifier Special "counting" combos Sequence combos Other features..

                                      • JavaScriptパフォーマンスベストプラクティスその4 - 読み書きプログラミング

                                        Nokia Developerより Document Object Model (DOM) の難解さ ソース: Efficient JavaScript - DOM DOMパフォーマンスの遅さは以下の3つの主な原因に遡ることができる: 大規模なDOM操作 DOM APIの大量の使用は遅さのよく知られた原因である。 スクリプトが多すぎるリフローや再描画を引き起こす DOM操作の結果として、レイアウトのリフローと再描画はとても高価である。 DOMの中にノードを置く遅いやり方 DOMに望みのノードを置くことはDOMがサイズ変更可能だったり複雑だったりすると、潜在的なボトルネックとなる。 Slow DOM performance can be traced back into the following three main causes: Extensive DOM manipulation E

                                          JavaScriptパフォーマンスベストプラクティスその4 - 読み書きプログラミング
                                        • Why Google Stores Billions of Lines of Code in a Single Repository

                                          Early Google employees decided to work with a shared codebase managed through a centralized source control system. This approach has served Google well for more than 16 years, and today the vast majority of Google’s software assets continues to be stored in a single, shared repository. Meanwhile, the number of Google software developers has steadily increased, and the size of the Google codebase h

                                          • Linux perf Examples

                                            Recent posts: 22 Jul 2024 » No More Blue Fridays 24 Mar 2024 » Linux Crisis Tools 17 Mar 2024 » The Return of the Frame Pointers 10 Mar 2024 » eBPF Documentary 28 Apr 2023 » eBPF Observability Tools Are Not Security Tools 01 Mar 2023 » USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon 17 Feb 2023 » USENIX SREcon APAC 2023: CFP 02 May 2022 » Brendan@Intel.com 15 Apr 2022 » Netfl

                                              Linux perf Examples
                                            • Kwicks for jQuery

                                              Kwicks for jQuery (v2.2.1)Welcome to the Kwicks for jQuery home page. Kwicks is a plugin providing sexy sliding panels with an emphasis on navigational interaction. Kwicks was originally a port of a MooTools effect (of the same name), but has since evolved into a highly configurable and versatile UI component. Please check out the examples to see it in action. New in v2.2.1This is a patch release

                                              • 2015年うるう秒の検証方法と検証結果 (Amazon Linux, CentOS) - tkuchikiの日記

                                                日本時間 2015/07/01 08:59:59 から 09:00:00 の間にうるう秒が挿入されます。 検証手順と、どのように対応すれば良さそうか検証した結果をまとめます。 情報は、すべて執筆時(2015/06/18)のものです。 検証環境は Amazon Linux 2015.03、Timezone は Asia/Tokyo です。 うるう秒を挿入させない 時間遡行を起こさせない 08:59:60 を刻ませない の 3 点に対応するための方法を記します。 結論 追記(2015/06/25): ntpd を事前に止める手順で、すでに Leap Indicator(LI) がセットされている場合は、 ntptime -s 0 を実行する必要があります。 実行する必要があるケースは、ntptime で確認できます。 $ ntptime ntp_gettime() returns code 1

                                                  2015年うるう秒の検証方法と検証結果 (Amazon Linux, CentOS) - tkuchikiの日記
                                                • Psyco - Home Page

                                                  Psyco is a Python extension module which can greatly speed up the execution of any Python code. 12 March 2012 Psyco is unmaintained and dead. Please look at PyPy for the state-of-the-art in JIT compilers for Python. 16 July 2010 Python 2.7 is unsupported so far. Anyone interested in porting Psyco to it is welcome. I started the work in a branch but it needs finishing. 4 March 2010 On Mac OS/X "Sno

                                                  • 小保方晴子 - Wikipedia

                                                    1983年(昭和58年)9月25日生まれ[注釈 1]、千葉県松戸市出身[26]。松戸市立第六中学校、東邦大学付属東邦高等学校[27]卒業。中学時代はSAPIX松戸校、高校時代は代々木ゼミナールに通っていた。また、幼い頃から研究者を志し、生命や再生医療に興味を持っていた[26][28][29]。 2002年4月、AO入試の一種である「創成入試」(現・特別選抜入試)で早稲田大学理工学部応用化学科に入学[30]。学部時代はラクロス部で活動し[31]、卒業研究では常田聡の下で微生物に関する研究に取り組んだ[32][33][34]。2006年3月に、早稲田大学理工学部応用化学科を卒業。 早稲田大学大学院に進学すると専門分野を転向し、東京女子医科大学先端生命医科学研究所の研修生となり、東京女子医科大学教授大和雅之の指導の下、医工融合研究教育拠点である先端生命医科学センター (TWIns) にて[35]

                                                    • 他研究者の論文からの文章剽窃(盗用) 1件目

                                                      疑惑論文1: Nature Article や特許における文章剽窃(盗用)疑惑 1件目 について。(2件目はこちら) 小保方晴子らのNature Article論文の”Methods”のセクションにおける”Karyotype analysis”の文章の一部は、ドイツの研究者(Jianli Guoら)が2005年にIn Vitro Cell Dev Biol Anim.誌で発表した論文の文章から拝借したものですが、拝借元の論文を引用していないことが明らかとなり、問題となっています。 下記の文章で、赤く太文字でハイライトされている部分がJianli Guoらの論文と同一の文章です。 さらに、青く太文字でハイライトされている部分が、Jonathan Landryの博士論文(Dissertation)と同一の文章です。 Guo Jianliらの論文との比較 赤く太文字でハイライトされている部分が同

                                                      • Tips for High Availability

                                                        By Andy Glover and Katharina Probst Over the past four years, Netflix has gone from less than 50 Million subscribers to 125 Million subscribers. While this kind of growth has caused us no shortage of scaling challenges, we actually managed to improve the overall availability of our service in that time frame. Along the way, we have learned a lot and now have a much better understanding of what it

                                                          Tips for High Availability
                                                        • Services By Lifecycle - Wide Awake Developers

                                                          This post took a lot longer to pull together than I expected. Not because it was hard to write, but because it was too easy to write too much. Like a pre-bonsai tree, it would grow out of control and get pruned back over and over. In the meantime, I delivered a workshop and spent some lovely holiday time with my family. But it’s a new year now, and January is devoid of holidays so it’s high time I

                                                          • jQuery plugin: Simplest Twitter-like dynamic character count for textareas and input fields | Css Globe

                                                            Every hour that you put into enhancing user experience while developing a site is a hour well spent. There are numerous small improvements that you can perform to make things easier and obvious for the end user. In this article I will present a jQuery plugin built for that purpose. The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. Wh

                                                            • 「自閉症とMMRワクチンの関連を示す」論文のデータがフェイクだった by Times

                                                              自閉症の原因として、おおよそ90%は遺伝だと言われている。ただし、色々複雑に絡まっていて効いている遺伝子は特定されていない[Freitag 2007]。 これに対して、「自閉症の原因はMMRワクチンである」というワクチン否定論が存在する。もちろん、その論は最近も否定されている:[uneyama: "ワクチンと自閉症:多くの仮説があるが何の相関もない" (2009/02/02) on 食品安全情報blog] Vaccines and Autism: Many Hypotheses, But No Correlation 2009年1月30日 Clinical Infectious Diseasesの2009年2月15日号に発表されたレビュー。 多くの研究がワクチンと自閉症の関連を否定している ... The Lancetに1998年に発表されたMMRと自閉症の関連を示唆する論文やエチル水銀含

                                                                「自閉症とMMRワクチンの関連を示す」論文のデータがフェイクだった by Times
                                                              • Performance Tips for JavaScript in V8 - HTML5 Rocks

                                                                Performance tips for JavaScript in V8 Stay organized with collections Save and categorize content based on your preferences. Introduction Daniel Clifford gave an excellent talk at Google I/O on tips and tricks to improve JavaScript performance in V8. Daniel encouraged us to "demand faster" - to carefully analyze performance differences between C++ and JavaScript, and write code mindfully of how Ja

                                                                  Performance Tips for JavaScript in V8 - HTML5 Rocks
                                                                • blog.8-p.info: sbt で Scala の開発サイクルを速くする (前編)

                                                                  Posted at 2010/01/06 00:53, Modified at 2010/01/06 01:54 fsc は速くなった のだけど、コンパイルしたらテストしたいし、テストしたら普通に実行したい。コンパイルだけ速くなっても開発のサイクル全体はそんなに速くならないのでは、といまさら気づいた。scalac, fsc 同様に scala コマンドの実行のために Java VM をあげさげするのを減らす必要がある。 Java VM のあげさげを減らすのは Java 界にも需要があるらしく、具体的な実装として、Ant を対話的にした antshell や Ant Console がある。Scala は Ant からも使えるので、これらもまま使えるはずだけど、実はページがどちらも消えてしまっていて試せていない。 どうしようと探していたら sbt が良さげだった。 sbt - simple

                                                                  • Vue 2.6 released!

                                                                    Yesterday we just celebrated the 5th Vueniversary — today we are excited to announce the release of Vue 2.6 “Macross”! In the past year, we spent a lot of time working on the new CLI and prototyping for 3.0. As a result, Vue core 2.x hasn’t received major updates in quite a while. It’s about time! This release combines a number of substantial improvements, internal changes and new features which a

                                                                      Vue 2.6 released!
                                                                    • Plans for the Next Iteration of Vue.js – The Vue Point – Medium

                                                                      Last week at Vue.js London I gave a brief sneak peek of what’s coming in the next major version of Vue. This post provides an in-depth overview of the plan. Why a new major version?Vue 2.0 was released exactly two years ago (how time flies!). During this period, the core has remained backwards compatible with five minor releases. We’ve accumulated a number of ideas that would bring improvements, b

                                                                        Plans for the Next Iteration of Vue.js – The Vue Point – Medium
                                                                      • ollicle.com: Biggerlink – jQuery plugin

                                                                        Purpose Demo Updated for jQuery 1.3 How to use it Download Thanks Purpose A jQuery plugin to make it really easy to enable the specified element/s to behave as a proxy for their first contained link. Uses additional css classes to provide the means for the specified element to visually reflect focus and hover states of it's contained link/s. More to read in my blog post: Bigger link: easier clicki

                                                                        • 6/16の若山教授の会見で判明した事など−STAP細胞がES細胞である可能性について - warbler’s diary

                                                                          基本情報:若山さんは、STAP細胞に関する実験で、キメラマウスの作製とSTAP幹細胞・Fgf4誘導幹細胞の樹立を担当。 この記事で、 Nature Article論文とは、 Stimulus-triggered fate conversion of somatic cells into pluripotency Nature 505, 641–647 (30 January 2014) | doi:10.1038/nature12968 http://www.nature.com/nature/journal/v505/n7485/abs/nature12968.html Nature Letter論文とは、 Bidirectional developmental potential in reprogrammed cells with acquired pluripotency Natu

                                                                            6/16の若山教授の会見で判明した事など−STAP細胞がES細胞である可能性について - warbler’s diary
                                                                          • [和訳] 次期 Vue (v3.0) の計画 / Plans for the Next Iteration of Vue.js - Qiita

                                                                            [和訳] 次期 Vue (v3.0) の計画 / Plans for the Next Iteration of Vue.js ありがとう Evan You, ありがとう Vue.js 開発チーム 元記事 Plans for the Next Iteration of Vue.js – The Vue Point – Medium 追記 (2018/10/02) この訳が Vue.js 日本語公式サイトの翻訳記事になりました 🎉 https://jp.vuejs.org/2018/10/01/plans-for-the-next-iteration-of-vue-js/ Plans for the Next Iteration of Vue.js ─ Vue.js における次のイテレーションの計画 先週の Vue.js London で、私は Vue の次のメジャーバージョンについて簡単

                                                                              [和訳] 次期 Vue (v3.0) の計画 / Plans for the Next Iteration of Vue.js - Qiita
                                                                            • Creating A Slick Auto-Playing Featured Content Slider | CSS-Tricks

                                                                              DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! I love the Coda Slider plugin for jQuery. I’ve used it recently to build a couple of tabbed “widgets”. One here on CSS-Tricks in the sidebar to show Script & Style links, Featured Posts, and Popular Posts. Just kind of a fun way to show lots of content in a small area. I also used it on an a

                                                                                Creating A Slick Auto-Playing Featured Content Slider | CSS-Tricks
                                                                              • wg-serverless/whitepaper at master · cncf/wg-serverless · GitHub

                                                                                README.md CNCF Serverless Whitepaper v1.0 The current PDF version of the whitepaper can be found here. This paper describes a new model of cloud native computing enabled by emerging "serverless" architectures and their supporting platforms. It defines what serverless computing is, highlights use cases and successful examples of serverless computing, and shows how serverless computing differs from

                                                                                  wg-serverless/whitepaper at master · cncf/wg-serverless · GitHub
                                                                                • Introducing CloudFront Functions – Run Your Code at the Edge with Low Latency at Any Scale | Amazon Web Services

                                                                                  AWS News Blog Introducing CloudFront Functions – Run Your Code at the Edge with Low Latency at Any Scale With Amazon CloudFront, you can securely deliver data, videos, applications, and APIs to your customers globally with low latency and high transfer speeds. To offer a customized experience and the lowest possible latency, many modern applications execute some form of logic at the edge. The use

                                                                                    Introducing CloudFront Functions – Run Your Code at the Edge with Low Latency at Any Scale | Amazon Web Services