並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 94件

新着順 人気順

one heartbeatの検索結果1 - 40 件 / 94件

  • Amazon SQS を使ったアプリケーションを本番で運用する際に考慮すべき基本的な 5 つのこと

    Amazon SQS は可用性やスケーラビリティの高いメッセジキューサービスであり、AWS の代表的なサービスの 1 つと言えるでしょう。ところが、本番の運用に耐えられるアプリケーションにしようと思うと考えることが意外に多いものです。本エントリーでは簡単なサンプルアプリケーションをベースに、本番で運用するために考慮すべき点・注意点について見ていきます。題材として扱うのが SQS なだけで、SQS 以外を使ったアプリケーションにも応用できる内容もあるでしょう。 なお、SQS には Standard queue と FIFO queue がありますが、Standard queue を使う前提とします。 アジェンダは次のとおりです。 サンプルアプリケーション 1. ログ 2. At-least-once delivery と visibility timeout 3. デプロイ 4. 異常系 5

      Amazon SQS を使ったアプリケーションを本番で運用する際に考慮すべき基本的な 5 つのこと
    • WebSockets vs Server-Sent-Events vs Long-Polling vs WebRTC vs WebTransport | RxDB - JavaScript Database

      For modern real-time web applications, the ability to send events from the server to the client is indispensable. This necessity has led to the development of several methods over the years, each with its own set of advantages and drawbacks. Initially, long-polling was the only option available. It was then succeeded by WebSockets, which offered a more robust solution for bidirectional communicati

        WebSockets vs Server-Sent-Events vs Long-Polling vs WebRTC vs WebTransport | RxDB - JavaScript Database
      • 朝4時に彼氏の「身体活動レベル」が急上昇。Fitbitが彼氏の浮気を検知!

        朝4時に彼氏の「身体活動レベル」が急上昇。Fitbitが彼氏の浮気を検知!2019.12.11 22:0069,213 岡本玄介 「身体活動レベルが急上昇」というパワーワード。 以前に元カレから、クリスマスにFitbitを貰ったの。とても気に入ったわ。ふたりでアクティビティを共有しあって、お互いに運動へのモチベーションを高めあっていました。嫌いじゃありませんでした…彼が午前4時に行方不明になり、アプリ上で身体活動レベルが急上昇するまでは。この話が現実じゃなかったらって思うわ。 An Ex Boyfriend once got me a Fitbit for Christmas. I loved it. We synched up, motivated each other... didn’t hate it until he was unaccounted for at 4am and h

          朝4時に彼氏の「身体活動レベル」が急上昇。Fitbitが彼氏の浮気を検知!
        • Sensu | How Kubernetes works

          August 8, 2019 // Jef Spaleta Sensu, Inc. This post walks you through how Kubernetes works, breaking down the individual components to illustrate how K8s helps you manage the lifecycle of containerized applications. DevOps It’s no secret that the popularity of running containerized applications has exploded over the past several years. Being able to iterate and release an application by provisioni

          • 2020年機械学習総まとめ 興味深い論文/記事85選|akiraTOSEI

            この記事では、2020年に発表された論文や記事のうち、特に興味深かったものを合計85紹介します。下記12のトピックに分けて紹介していますが、あくまで便宜上の分類です。私の個人的な2020年総括は以下の通りです。 ---------------------   個人的2020年総まとめと所感  --------------------- 2020年はTransformerが大躍進しました。自然言語処理では大規模なTransformerモデルであるGPT-3が高い精度を多くのタスクで叩き出しています。大量のデータと大量のパラメータを使って画像分類でも最高精度であったBig Transferを超えるものが出てきています。 差別的要素や著作権の問題のないフラクタル画像データセットはAIの倫理がさらに重視されるであろう今後は、非常に重要なものになってくるかもしれません。ImageNetにアクセスでき

              2020年機械学習総まとめ 興味深い論文/記事85選|akiraTOSEI
            • 「最も偉大なUK No1シングル TOP100」 英ガーディアン紙発表 - amass

              英国のシングル・チャートで1位を記録したことがあるヒット曲を厳選。「最も偉大なUK No1シングル TOP100」を英国の新聞ガーディアンが発表しています。ルールとしてアーティストが登場できるのは1回だけ。 100 Bill Haley and His Comets - Rock Around the Clock (1955) 99 Lorde - Royals (2013) Advertisement 98 Lieutenant Pigeon - Mouldy Old Dough (1972) 97 Dave and Ansell Collins - Double Barrel (1971) 96 Roy Orbison - It’s Over (1964) 95 The Buggles - Video Killed the Radio Star (1979) 94 Dua Lipa -

                「最も偉大なUK No1シングル TOP100」 英ガーディアン紙発表 - amass
              • Data Movement in Netflix Studio via Data Mesh

                By Andrew Nguonly, Armando Magalhães, Obi-Ike Nwoke, Shervin Afshar, Sreyashi Das, Tongliang Liu, Wei Liu, Yucheng Zeng BackgroundOver the next few years, most content on Netflix will come from Netflix’s own Studio. From the moment a Netflix film or series is pitched and long before it becomes available on Netflix, it goes through many phases. This happens at an unprecedented scale and introduces

                  Data Movement in Netflix Studio via Data Mesh
                • Dive Deep Redis ~ 入門から実装の確認まで - hayashier Tech Blogs

                  ——————————————————————————————————————————————————— Redis(REmote DIrectory Server)Redisは例えば以下の特徴を持つLLOOGGを元としたインメモリの非リレーショナルのデータベースです。 String, List, Hash, Set, Sorted Setに代表される豊富なデータ型シングルスレッド処理イベント駆動処理 by aeライブラリ通常RESPプロトコルによるクライアント/サーバーモデルでリクエスト/レスポンスデータは条件を満たす場合にメモリ最適化されて保存。CPUとのトレードオフRAXを利用したメモリ利用量の最適化(Redis 4.0~)この記事では、入門から始まり、実装をより意識することで深く理解することを目標としています。 以下の説明中の(*)マークは、特にVanilla Redisでの話となり

                    Dive Deep Redis ~ 入門から実装の確認まで - hayashier Tech Blogs
                  • Emoji CSS

                    Want to include emoji in your HTML? Just include the (minified) stylesheet below, then add <i> tags to insert emoji. That's it! ✈ Click the emoji code and it will be copied to your clipboard. <link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet"> <i class="em em-bird" aria-role="presentation" aria-label="BIRD"></i> By default, the emoji will be served as PNGs. To use SVG instead, use

                    • #03 あの人は今!? 2年前のはてなブログの読者さんを訪ねてみる! アクセス数とか気にしすぎ編 - ねこのおしごと

                      運営報告は悪 301~350(敬称略) 351~400(敬称略) 401~450(敬称略) 前回のコメントのお返事 スターとかコメントほしいです! 運営報告は悪 2年前にやってたブログの 読者さん巡りも折り返しに 来たところなんだけど 生存ブログは 96/300 やっぱり2/3のブログは なんらかの理由で止めちゃってる って事っぽいねぇー。 更新頻度が高いor低いで それは変わって来るかもしれないけど 始めた事を途中で止めちゃって、 さらにキチンと終了させないのか 猫月さんは超謎に未だ思ってる。 数年後にひょっこり復活って 場合もあるだろうけど なんか、どーなったのか 気になって仕方ない! だって猫月さん完璧主義なので 中途半端なの苦手だから! でねぇー更新停止しちゃった ブログの共通点って言うのかなー? 過去記事とかすらぁーって 見ると毎月のブログの運営報告 とかしてる所が結構あったのよ

                        #03 あの人は今!? 2年前のはてなブログの読者さんを訪ねてみる! アクセス数とか気にしすぎ編 - ねこのおしごと
                      • Charlie Watts, the Rolling Stones' Drummer and Inimitable Backbone, Dead at 80

                        Charlie Watts, drummer with The Rolling Stones, Great Britain, circa 1970. Archive Photos/Getty Images Charles Robert “Charlie” Watts, the Rolling Stones‘ drummer and the band’s irreplaceable heartbeat, has died at age 80. No cause of death was given. Watts’ publicist confirmed his death in a statement. “It is with immense sadness that we announce the death of our beloved Charlie Watts,” it read.

                          Charlie Watts, the Rolling Stones' Drummer and Inimitable Backbone, Dead at 80
                        • How we designed Dropbox’s ATF - an async task framework

                          I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to schedul

                            How we designed Dropbox’s ATF - an async task framework
                          • brocoralan & Buy online overnight. - Forum - Services en Français - Alberta

                            AccueilForum forum Nous ne prétendons pas avoir une réponse à toutes les questions, mais nous savons qu'ensemble, nous pouvons faire une différence majeure dans la vie de plusieurs francophones. Notre forum interactif est donc dédié à tous ceux et celles qui désirent vivre leur vie en français en Alberta. N'hésitez pas à démarrer une discussion, à y poser vos questions, à partager vos opinions et

                            • FocalFossa/ReleaseNotes - Ubuntu Wiki

                              Introduction These release notes for Ubuntu 20.04 LTS (Focal Fossa) provide an overview of the release and document the known issues with Ubuntu 20.04 LTS and its flavors. For details of the changes applied since 20.04, please see the 20.04.6 change summary. The release notes for 20.04, 20.04.1, 20.04.2, 20.04.3, 20.04.4 and 20.04.5 change summary are available as well. Support lifespan Maintenanc

                              • The Capitol Rioters Weren’t ‘Low Class’

                                The business owners, real-estate brokers, and service members who rioted acted not out of economic desperation, but out of their belief in their inviolable right to rule. Updated at 11:13 a.m. on April 21, 2021. They were business owners, CEOs, state legislators, police officers, active and retired service members, real-estate brokers, stay-at-home dads, and, I assume, some Proud Boys. The mob tha

                                  The Capitol Rioters Weren’t ‘Low Class’
                                • 週刊Railsウォッチ: Rubyでシリアルポートにアクセス、Active Record vs Sequelほか(20240313後編)|TechRacho by BPS株式会社

                                  こんにちは、hachi8833です。 Railsの作者として有名なDHH氏がMacを捨ててWindows+WSL環境に変える宣言をしたのが話題になってるな。AppleのEUにおける一連のふぁっきんな対応にブチ切れたらしい😅 RubiestならばMacという雰囲気があったが、これでどうなることやらw / Committing to Windows https://t.co/IMl32lPwQa — AOE Takashi (@aoetk) March 7, 2024 つっつきボイス:「Macを使わなくなるわけではなくてメインマシンをWindowsにするということみたい」「ところでDHHって最近までエディタにTextMate使っていたのね: 遠い昔にDHHが初めてRailsをお披露目したときの有名な動画↓でTextMateを使っていたこともあって、Macユーザーで使ってた人も割といた印象があ

                                    週刊Railsウォッチ: Rubyでシリアルポートにアクセス、Active Record vs Sequelほか(20240313後編)|TechRacho by BPS株式会社
                                  • S3へ出力したCloudWatch LogsのデータをS3 SelectとAthenaで確認してみた | DevelopersIO

                                    Kinesis Data Firehose介し、S3へ出力したCloudWatch LogsのデータをS3 SelectとAthenaで確認してみました。 Kinesis Data Firehoseを使いCloudWatch LogのデータをS3に出力することが可能です。S3をデータソースにしたデータの確認方法は多々あると思いますが、ここではS3 SelectとAthenaを利用しログデータを確認してみたいと思います。本エントリでは、環境構築については割愛していますので、構築については以下ブログを参考にしてください。 CloudWatch LogsのログデータをKinesis Data Firehose経由でS3に出力する なお、ここではS3へ出力されたログデータはAurora監査ログを利用しています。 S3 Select 構成 Kinesis Data Firehose設定 配信ストリー

                                      S3へ出力したCloudWatch LogsのデータをS3 SelectとAthenaで確認してみた | DevelopersIO
                                    • Writing a scheduler for Linux in Rust that runs in user-space

                                      Overview I’ve decided to start a series of blog posts to cover some details about scx_rustland, my little Linux scheduler written in Rust that runs in user-space. This project started for fun over the Christmas break, mostly because I wanted to learn more about sched-ext and I also needed some motivation to keep practicing Rust (that I’m still learning). In this series of articles I would like to

                                      • AWS Data Exchange – Find, Subscribe To, and Use Data Products | Amazon Web Services

                                        AWS News Blog AWS Data Exchange – Find, Subscribe To, and Use Data Products We live in a data-intensive, data-driven world! Organizations of all types collect, store, process, analyze data and use it to inform and improve their decision-making processes. The AWS Cloud is well-suited to all of these activities; it offers vast amounts of storage, access to any conceivable amount of compute power, an

                                          AWS Data Exchange – Find, Subscribe To, and Use Data Products | Amazon Web Services
                                        • Distributed Locks are Dead; Long Live Distributed Locks!

                                          Distinguished Engineer Ensar’s primary areas of interest are distributed data, replication, consistency, and storage. He has more than seven years of hands-on expertise in designing, developing, and testing distributed algorithms, with solid experience in concurrency. He has authored a number of articles on distributed data and stream processing, and is a frequent speaker at industry conferences o

                                            Distributed Locks are Dead; Long Live Distributed Locks!
                                          • Building a large-scale distributed storage system based on Raft | Cloud Native Computing Foundation

                                            Guest post by Edward Huang, Co-founder & CTO of PingCAP In recent years, building a large-scale distributed storage system has become a hot topic. Distributed consensus algorithms like Paxos and Raft are the focus of many technical articles. But those articles tend to be introductory, describing the basics of the algorithm and log replication. They seldom cover how to build a large-scale distribut

                                              Building a large-scale distributed storage system based on Raft | Cloud Native Computing Foundation
                                            • Nizi Project(虹プロジェクト)で使われた楽曲をご紹介!【1話~最終回】 | 韓国オーディションでK-POPアイドルを目指す|K-DREAM

                                              Nizi Project(虹プロジェクト)で使われたK-POP楽曲をまとめてみました。原曲もかなりおすすめのものばかりなので、要チェックです! Nizi Projectとは Nizi Project(ニジプロジェクト/虹プロジェクト)とは、韓国の大手芸能事務所JYPエンターテインメントとソニーミュージックが合同で行うガールズプロジェクト。 J.Y. Parkがプロデューサーとして直接審査してオーディションが進んでいきます。 日本8都市とハワイ、LAで地方オーディションが行われ、その中から14人が韓国へ。 韓国のJYPトレーニングセンターにて6ヶ月の研修合宿を行い、最終的に2020年11月にデビューするメンバーを決定するといったサバイバルオーディションです。 Huluで独占配信を行っているので、見たい方はHuluの無料トライアルを試してみてください。 使用楽曲が話題に! そんなNizi Pr

                                                Nizi Project(虹プロジェクト)で使われた楽曲をご紹介!【1話~最終回】 | 韓国オーディションでK-POPアイドルを目指す|K-DREAM
                                              • generic cialis. How and Where You Can Buy . ? - Field and Stream Questions and Answers

                                                №1 US Reliable Pharmacy - How and Where You Can Buy -- Click here for more info - generic cialis - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Our prices are 70% less than your local pharmacy - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Fast delivery and complete anonymity - Your

                                                • eliquis from canada. Buy Over The Counter Online. * - Field and Stream Questions and Answers

                                                  №1 US Reliable Pharmacy - Buy Over The Counter Online -- Click here for more info - eliquis from canada - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Our prices are 70% less than your local pharmacy - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Fast delivery and complete anonymity

                                                  • Distributed Systems Shibboleths | Joey Lynch's Site

                                                    Shibboleths are historically a word or phrasing that indicate membership in a particular group or culture. I was introduced to the term in the West Wing where the President needed to verify the veracity of a person’s claims of religious persecution. I am still a relatively new engineer in the field of distributed systems, having only studied and worked in the field for around a decade, but in that

                                                    • KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum - Apache Kafka - Apache Software Foundation

                                                      KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum StatusCurrent state: Accepted Discussion thread: here JIRA: KAFKA-9119 - Getting issue details... STATUS Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast). MotivationCurrently, Kafka uses ZooKeeper to store its metadata about partitions and brokers, and to elect a bro

                                                      • OCN モバイル ONE の 通話 SIM がバッテリー異常消費 ーー 対策済み

                                                        本記事に関して事実誤認があるとの「田舎の人さん」からのご指摘があり、考察し直した結果、本記事の一部を訂正します。 これまで閲覧くださった方々には申し訳ございませんでした。 訂正箇所は「この文字色部分」です。 また、記事末のコメントのやり取りを参照ください。 OCN モバイル ONE の 通話 SIM を 楽天版 AQUOS sense3 plus(DSDV 機能はなし)に挿したところ、バッテリーを異常消費するのです。 この機種に楽天モバイルの SIM を挿した場合、24 時間経過後は 0.5 % 以下/h の消費率ですが、OCN モバイル ONE では 1.0 % 以上/h の状態です。 2〜3倍ほど消費率が高いのです。 まさに「異常消費」という状態です。 Google で「OCN モバイル バッテリー異常消費」で検索してみると「OCN モバイルの SIM はバッテリー消費が異常」という報

                                                          OCN モバイル ONE の 通話 SIM がバッテリー異常消費 ーー 対策済み
                                                        • 【異常検知】Deep Learning for Anomaly Detection: A Survey を読んだ (後編) |

                                                          Deep Learning for Anomaly Detection: A Surveyを読んだので備忘録を残しておきます。 前半は 深層異常検知 (Deep Anomaly Detection; DAD) のアーキテクチャの分類や長所・短所の紹介でした。後編は DAD の様々な領域への応用についてですが, 膨大な参考文献のため実質リンク集となっています。文献を徐々に読み進めて内容を追記する予定です。 Deep Anomaly Detection (DAD) の応用領域 Intrusion DetectionFraud DetectionMalware DetectionMedical Anomaly DetectionDeep learning for Anomaly detection in Social NetworksLog Anomaly DetectionInternet o

                                                          • generic nexium. Buy Online for US Pharmacy COD. $ - Field and Stream Questions and Answers

                                                            №1 US Reliable Pharmacy - Buy Online for US Pharmacy COD -- Click here for more info - generic nexium - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Our prices are 70% less than your local pharmacy - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Fast delivery and complete anonymity -

                                                            • High Availability and MetroCluster Configuration Guide

                                                              Data ONTAP® 8.2 High Availability and MetroCluster Configuration Guide For 7-Mode October 2020 | 215-08524_B0 doccomments@netapp.com Updated for 8.2.1 Contents Understanding HA pairs................................................................................................. 8 What an HA pair is....................................................................................................

                                                              • Biohacking Lite

                                                                Throughout my life I never paid too much attention to health, exercise, diet or nutrition. I knew that you’re supposed to get some exercise and eat vegetables or something, but it stopped at that (“mom said”-) level of abstraction. I also knew that I can probably get away with some ignorance while I am young, but at some point I was messing with my health-adjusted life expectancy. So about halfway

                                                                • Larkin Poe - "Get Up" from the "Sweetwater" Soundtrack (Official Video) - YouTube

                                                                  The official music video for Larkin Poe’s “Get Up,” featured in the film “Sweetwater” and available on the accompanying soundtrack from Candid Records. Stream the full soundtrack here: https://Sweetwater.lnk.to/gi4yC4YO Lyrics: Ripping up the concrete Lightning on two feet From the jump I always knew it I would be the one to do it Comes natural as a heartbeat And I’m ready cause it’s my time

                                                                    Larkin Poe - "Get Up" from the "Sweetwater" Soundtrack (Official Video) - YouTube
                                                                  • 10 Apple Watch Health and Fitness Features You Should Use

                                                                    A lot of the best fitness features on your Apple Watch aren't turned on automatically. Here's where to find them. Let’s be honest here. While the Apple Watch is technically a smartwatch, its best features are all fitness-related. If not for the annual additions to these features, Apple may not have found the same level of success with the watch. If you haven’t made the most of the fitness features

                                                                      10 Apple Watch Health and Fitness Features You Should Use
                                                                    • buy eliquis online. Buy American Express Online. # - Field and Stream Questions and Answers

                                                                      №1 US Reliable Pharmacy - Buy American Express Online -- Click here for more info - buy eliquis online - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Our prices are 70% less than your local pharmacy - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Fast delivery and complete anonymity

                                                                      • 20,000 Startup Ideas

                                                                        20,000 Startup Ideas (This data comes from the O*NET web site.) This gives a kind of map of the territory of current economically important human activities. Therefore it represents a good source of startup ideas. It maybe is even the listing of approximately all startup ideas. Visit individuals in homes or attend group meetings to provide information on agency services, requirements, or procedure

                                                                        • The Beacon Chain Ethereum 2.0 explainer you need to read first

                                                                          The engine was changed mid-flight! September 15 2022 — the day Ethereum switched to Proof-of-Stake. That new engine is the Beacon Chain. Do you feel it’s time to know a bit how it works? Ethereum’s Beacon Chain will be illustrated with examples at the right level to make you proficient and save time. Slots and Epochs The Beacon Chain provides the heartbeat to Ethereum’s consensus. Each slot is 12

                                                                          • Untitled/unsorted collection of math notes

                                                                            Untitled/unsorted collection of math notes Dennis Yurichev Untitled/unsorted collection of math notes Dennis Yurichev May 18, 2023 Contents 1 Unsorted parts 1 1.1 Fencepost error / off-by-one error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 GCD and LCM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2.1

                                                                            • In Search of an Understandable Consensus Algorithm

                                                                              In Search of an Understandable Consensus Algorithm (Extended Version) Diego Ongaro and John Ousterhout Stanford University Abstract Raft is a consensus algorithm for managing a replicated log. It produces a result equivalent to (multi-)Paxos, and it is as efficient as Paxos, but its structure is different from Paxos; this makes Raft more understandable than Paxos and also provides a better foundat

                                                                              • An apology to our community, and next steps

                                                                                I’m David Fullerton, Stack Overflow’s CTO, responsible for the product, engineering, and community teams. I joined Stack Overflow in 2010 because I believed in the vision and mission of Stack Overflow. I wanted to be a part of building a community where programmers come together to help one another learn and share their knowledge with one another. I loved how the site was run in the open, in colla

                                                                                  An apology to our community, and next steps
                                                                                • The process of dying

                                                                                  What is the process of dying? Dying can be a gradual process when someone has a terminal illness. If someone is receiving good palliative care, it can be quite a peaceful time — a time during which the body lets go of life. Palliative care aims to keep those with a terminal illness comfortable and includes treatments to relieve pain. In most people who are dying, the body's normal systems start to

                                                                                    The process of dying