並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 637件

新着順 人気順

perfの検索結果281 - 320 件 / 637件

  • 2020-02-18のJS: Firefox 73、Node.js 12.16.0(13.xからのバックポート)

    JSer.info #475 - Firefox 73がリリースされました。 Firefox 73 is upon us - Mozilla Hacks - the Web developer blog Firefox 73.0, See All New Features, Updates and Fixes Firefox 73 for developers - Mozilla | MDN Firefox 73 Site Compatibility | Firefox Site Compatibility Formのvalidationを行ってからsubmitするHTMLFormElement.requestSubmit()をフラグ付きでサポート、CSSのoverscroll-behavior-blockとoverscroll-behavior-inlineをサポート。 開発者ツールのコ

      2020-02-18のJS: Firefox 73、Node.js 12.16.0(13.xからのバックポート)
    • Node.js — Node v14.0.0 (Current)

      Notable Changes Deprecations (SEMVER-MAJOR) crypto: move pbkdf2 without digest to EOL (James M Snell) #31166 (SEMVER-MAJOR) fs: deprecate closing FileHandle on garbage collection (James M Snell) #28396 (SEMVER-MAJOR) http: move OutboundMessage.prototype.flush to EOL (James M Snell) #31164 (SEMVER-MAJOR) lib: move GLOBAL and root aliases to EOL (James M Snell) #31167 (SEMVER-MAJOR) os: move tmpDir(

        Node.js — Node v14.0.0 (Current)
      • How much Rust's bounds actually cost | Readyset

        How much does Rust's bounds checking actually cost? Recently, a pair of critical vulnerabilities were reported in the OpenSSL project. Surprising absolutely nobody, the root cause of both vulnerabilities turned out to be a buffer overrun, which could be triggered by an attacker with a malicious payload to cause a crash and denial of service. Predictably, many Rust advocates (of which I am one) poi

          How much Rust's bounds actually cost | Readyset
        • Node.js — Node v19.1.0 (Current)

          const watcher = fs.watch(testDirectory, { recursive: true }); watcher.on('change', function (event, filename) {}); Contributed by Yagiz Nizipli in #45098 Other notable changes deps update ICU to 72.1 (Michaël Zasso) #45068 doc add lukekarrys to collaborators (Luke Karrys) #45180 add anonrig to collaborators (Yagiz Nizipli) #45002 lib drop fetch experimental warning (Matteo Collina) #45287 util (SE

            Node.js — Node v19.1.0 (Current)
          • CSS Findings From The New Facebook Design

            I am a curious person who is always interested in opening up the browser DevTools to see how things were made on a website. This is the first time that I blog about something like this. I found some interesting uses of different CSS features (at least for me), and I wanted to share them with you. The new Facebook design started rolling out for users lately, and I got it almost two weeks ago. At fi

              CSS Findings From The New Facebook Design
            • Native CSS support · Issue #14893 · webpack/webpack

              Current State: opt-in via experiments.css: true Explainer (not everything is implemented yet): experiments.css: true enables the native css support in webpack This will be enabled by default in webpack 6 There will be multiple modes depending on how you reference CSS A: import "./style.css": Attaches the stylesheet to the document as side effect of importing. @import and url() are resolved. B: imp

                Native CSS support · Issue #14893 · webpack/webpack
              • Google Colab ではじめる DreamBooth|npaka

                「Google Colab」で「DreamBooth」を試す方法をまとめました。 1. DreamBooth「DreamBooth」は、数枚の被写体画像 (例 : 特定の犬) と対応するクラス名 (例 : 犬) を与えてファインチューニングすることで、Text-to-Imageモデルに新たな被写体を学習させる手法です。愛犬の合成画像を生成できる画像生成AIとして話題になりました。 GPU 16GBで動くDreamBooth実装を作ってくれた方がいたので、「Google Colab」でも試せるようになりました。 ・diffusers/examples/dreambooth at main · ShivamShrirao/diffusers 2. ライセンスの確認HuggingFaceからStable Diffusionをはじめてダウンロードする人は、以下のサイトにアクセスして、ライセンスを確

                  Google Colab ではじめる DreamBooth|npaka
                • Lambda Cold Starts benchmark | maxday

                  Lambda Cold Starts benchmark by maxday Visualize 10 Cold Starts for each runtime, updated daily. [How to deploy a Rust Lambda function?] [How does it work?] | | | | | us-east1 Last update: loading ❄ Avg Cold Start duration · 💾 Avg Memory Used · ⚡ Avg duration

                    Lambda Cold Starts benchmark | maxday
                  • Bottlerocket のセキュリティ機能 〜オープンソースの Linux ベースオペレーティングシステム〜 | Amazon Web Services

                    Amazon Web Services ブログ Bottlerocket のセキュリティ機能 〜オープンソースの Linux ベースオペレーティングシステム〜 この記事は Security features of Bottlerocket, an open source Linux-based operating system を翻訳したものです。 Bottlerocket は Amazon が提供するオープンソースの Linux ベースオペレーティングシステムで、セキュリティを重視してコンテナを実行するために作られています。その結果、コンテナ化されたワークロードを実行するための安全な環境を構築する、さまざまな制御機能が組み込まれたオペレーティングシステムとなっています。この記事では、Bottlerocket に搭載されているいくつかのセキュリティ機能と、それらがどのように環境を保護するか

                      Bottlerocket のセキュリティ機能 〜オープンソースの Linux ベースオペレーティングシステム〜 | Amazon Web Services
                    • Node.js — Node v13.3.0 (Current)

                      Notable Changes fs: Reworked experimental recursive rmdir() (cjihrig) #30644 The maxBusyTries option is renamed to maxRetries, and its default is set to 0. The emfileWait option has been removed, and EMFILE errors use the same retry logic as other errors. The retryDelay option is now supported. ENFILE errors are now retried. http: Make maximum header size configurable per-stream or per-server (Ann

                        Node.js — Node v13.3.0 (Current)
                      • BPF binaries: BTF, CO-RE, and the future of BPF perf tools

                        Recent posts: 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 » Netflix End of Series 1 09 Apr 2022 » Te

                        • My experience crafting an interpreter with Rust

                          Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I needed more to really understand the language. I wanted to work on a small project to get some hands-on experience, but most of my ideas didn’t feel very well suited for Rust. Then I started reading the

                            My experience crafting an interpreter with Rust
                          • Sampling v. tracing

                            Perf is probably the most widely used general purpose performance debugging tool on Linux. There are multiple contenders for the #2 spot, and, like perf, they're sampling profilers. Sampling profilers are great. They tend to be easy-to-use and low-overhead compared to most alternatives. However, there are large classes of performance problems sampling profilers can't debug effectively, and those p

                            • Three.jsのパフォーマンスTips - 株式会社カブク

                              はじめに こんにちは。お弁当盛りつけ係のあんどうです。 📢 Calling all #threejs devs: Let's make a mega thread of performance/efficiency tips & tricks for three.js! Big or small, name something that has helped you boost rendering perf, load times, memory management, etc. Textures, materials, loaders, shaders, geometries, you name it. — Jack Rugile (@jackrugile) 2018年2月21日 先月のことですが、ウェブ/ゲーム開発者のJack RugileさんのTwitterでの「Three.jsに

                                Three.jsのパフォーマンスTips - 株式会社カブク
                              • LKML: Miguel Ojeda: [PATCH 00/19] Rust support

                                Rust support This is the patch series (v2) to add support for Rust as a second language to the Linux kernel. If you are interested in following this effort, please join us in the mailing list at: rust-for-linux@vger.kernel.org and take a look at the project itself at: https://github.com/Rust-for-Linux As usual, special thanks go to ISRG (Internet Security Research Group) and Google for their finan

                                • My Least Favorite Rust Type

                                  My least favorite Rust type is std::ops::Range. Range is a foundational type, with magic syntax but a simple definition: struct Range<Idx> { /// The lower bound of the range (inclusive). pub start: Idx, /// The upper bound of the range (exclusive). pub end: Idx, } Idx is typically an integral type, but you can make a Range of anything, which will become important later. Here’s a range of Unit: ().

                                  • ~60x speed-up of Linux

                                    I’ve recently been using cargo-flamegraph to profile syndicate-server. The tool is great, but it uses perf to record and analyze profile data, and perf on Debian has a performance problem: when not linked against libbfd, it shells out to addr2line for every address it needs to look up. Thousands and thousands and thousands of incredibly short-lived processes. Michał Sidor suggests building against

                                    • AWS Media Services で始めるライブ動画配信 - AWS Black Belt Online Seminar

                                      © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS 公式 Webinar https://amzn.to/JPWebinar 過去資料 https://amzn.to/JPArchive Solutions Architect 廣瀬 太郎 2019/11/12 AWS Media Services で始めるライブ動画配信 ソリューションカットシリーズ [AWS Black Belt Online Seminar] © 2019, Amazon Web Services, Inc. or its Affiliates. All rights r

                                      • Ubuntu 16.04.6 LTS (GNU/Linux, x86_64) のGPUマシンの設定・TF1.13.1 / CUDA10.0 / cuDNN7.4.2 - 閃き- blog

                                        - 最終更新:2019/11/07 クリーンブートしたUbuntu16.04LTS マシンに,NVIDIA GPUを導入し,CuDA・cuDNNをセットアップしました. おもにtensorflow-gpuを使うためです.導入過程で色々とつまづいたので,得た知識をこのポストにまとめておきます. 実行環境 1. OS 2. HDD 2.1. HDDデバイスの確認 3. メモリ 3.1. メモリデバイスの確認 3.2. 仮想メモリの状態確認 4. CPU 4.1. CPUデバイスの確認 5. GPU 5.1. GPUデバイスの確認 5.2. NVIDIA ドライバ 5.3. CUDA 10.0をマシンにインストール 5.4. cuDNN 7.4.2をマシンにインストール 5.5. cuDNNの動作確認 5.6. cuDNNの確認 5.7. cuDNNの保存場所 5.9. CUDA(/usr/lo

                                          Ubuntu 16.04.6 LTS (GNU/Linux, x86_64) のGPUマシンの設定・TF1.13.1 / CUDA10.0 / cuDNN7.4.2 - 閃き- blog
                                        • 「Git v2.27」が公開、Transport Protocol v2が非デフォルトに | OSDN Magazine

                                          分散型バージョン管理システムGitの開発チームは6月1日、最新版「Git v2.27.0」公開を発表した。 Gitは分散型のバージョン管理システム。軽量、高速などを特徴とし、小規模から大規模まで様々なプロジェクトに対応する。Linux開発のためにLinux Torvalds氏が開発したもので、現在は濱野純氏がメンテナーを務めている。 Git v2.27は3月に公開されたバージョン2.26に続く最新版。v2.26でデフォルトとなった「Transport Protocol v2」が、最新版ではデフォルトから降格となった。Tranport Protocolはリポジトリ間でのデータのやりとりを行うプロトコルだが、荒削りな部分が残っていたと理由を記している。 独自のバグレポートツール(bugreport)が加わった。CI設定をアップデートし、Azure Pipelinesベースのものに代わってGit

                                            「Git v2.27」が公開、Transport Protocol v2が非デフォルトに | OSDN Magazine
                                          • Go の Cache package のベンチマークを測ってみた話 - Qiita

                                            この投稿は、 Go4 Advent Calendar 2019の 15日目のものになります。 こんばんわ!! だんだん寒くなってきましたね。 さて、私たちは普段GCPも多く利用しています。 しばらくすると得体の知れない使用されていないリソースが大量に出来上がっていて、コストを圧迫する問題があったりします。 コストコントロール/棚卸し作業で、「Lifecycle設定が出来ていないもの/諸事情で設定しづらいもの且つ、使用されていないdiskを探す」といったことがしたく、 aws cliにはそれを探すコマンドがありますが、goolgle-cloud-sdkのgcloudコマンドにはありません。 そこで、それを作ることにしました。 https://github.com/k-oguma/gce-available-disks その際に option として、 誰が作成したものかわかるように Stac

                                              Go の Cache package のベンチマークを測ってみた話 - Qiita
                                            • [Amazon SQS] FIFOキューを使用したメール送信(VUIのバックエンドのレスポンスを高速化する) | DevelopersIO

                                              1 はじめに CX事業本部の平内(SIN)です。 Amazon Connectや、Alexaなど(※1)、VUIなシステムで利用されるLambdaでは、UXへの配慮のためか、タイムアウトが厳密に定義されており、どちらも、レスポンスが8秒以上かかると、エラーとして処理されてします。 このような制限の中で、活用されるのが、Amazon SQS(以下、SQS)です。SQSで、処理を階層(非同期)化して簡単にボトルネックを解消できます。また、フルマネージドなサービスであるSQSを挟むことで、耐障害性の向上も同時に図れます。 なお、昨年末より東京リージョンも利用可能になっている、FIFOキューでは、順番や、重複の制御も必要ないので、要件にもよりますが、軽易にキューを扱えると言えます。 今回は、VUIなバックエンドでメールを送ることを想定しFIFOキューで処理する要領を纏めます。 記事の内容は、単純な

                                                [Amazon SQS] FIFOキューを使用したメール送信(VUIのバックエンドのレスポンスを高速化する) | DevelopersIO
                                              • Node.js — Node v15.5.0 (Current)

                                                Contributed by Benjamin Gruenbaum #36431, #36432. BigInt support in querystring.stringify() If querystring.stringify() is called with an object that contains BigInt values, they will now be serialized to their decimal representation instead of the empty string: Contributed by Darshan Sen #36499. Additions to the C++ embedder APIs A new IsolateSettingsFlag is available for those calling SetIsolateU

                                                  Node.js — Node v15.5.0 (Current)
                                                • RDS Proxyを利用した際のクエリのレイテンシーを計測してみた | DevelopersIO

                                                  CX事業本部@大阪の岩田です。 RDS Proxyを利用することのデメリットとしてトランザクションやクエリのレイテンシー増加が挙げられれます。 Depending on your workload, Amazon RDS Proxy can add an average of 5 milliseconds of network latency to query or transaction response time. Amazon RDS のよくある質問 単に クライアント <-> RDS という通信よりも クライアント <-> RDS Proxy <-> RDS という通信の方が遅くなるというのはまあ当たり前の話ですね。上記のよくある質問に記載されているようにレイテンシーは5ms程度とされていますが、実際にどの程度レイテンシーが増加するのか計測してみました。 ちなみに前回のブログとの違

                                                    RDS Proxyを利用した際のクエリのレイテンシーを計測してみた | DevelopersIO
                                                  • Offersデジタル人材総研を支える技術 ー Astro、Svelte、Amplify、microCMS|Offers Tech Blog

                                                    Offers を運営している株式会社 overflow の あほむ でございます。今回は 弊社の新規メディア の開発にご参画いただいた、どせいさんのアイコンでお馴染みの(?) leader22 さんに技術スタック解説をご寄稿いただいたテックブログです。 はじめに こんにちは。ランチをご馳走するとそれなりに働く副業エンジニアの、りぃ (Twitter, Blog) です。 この記事では、先日リリースされた、Offers デジタル人材総研 の裏側、つまりはサイトを支える技術スタックについて紹介していきます。 要件の整理 技術選定をするにあたり、まずは要件を整理しました。そうして洗い出された要件は、だいたい次のようなものでした。 パブリックで静的なウェブサイトである 更新頻度はそれほど高くない API などを使って動的に表示する要素はない ログインなどもない JavaScript を使った UI

                                                      Offersデジタル人材総研を支える技術 ー Astro、Svelte、Amplify、microCMS|Offers Tech Blog
                                                    • Ubuntu / Debian でIPv4 over IPv6 (OCNバーチャルコネクト, v6プラス), systemdによる設定, ルーター化, VPNおよび自宅サーバー可能な固定グローバルIPv4アドレス - Qiita

                                                      Ubuntu / Debian でIPv4 over IPv6 (OCNバーチャルコネクト, v6プラス), systemdによる設定, ルーター化, VPNおよび自宅サーバー可能な固定グローバルIPv4アドレスIPv6RaspberryPinftablesIPv4OverIPv6MAP-E コメント(2024/07/27): 3年弱何も記述を更新していないが、以前から ニチバンベンチ には問題なく成功している。数行したのリンク先の systemd, nftablesだけでルーターを構成する設定でひかり電話契約ありフレッツジョイント無しのNTTレンタルルーター (RX-600KI) と併用して、IPv4パケットをすべてIPOEで高速に流すことができている。レンタルルーターのPPPOEの接続は解除している。 更新(2021/10/10): 引っ越しするとIPv6のグローバルアドレスが変わるた

                                                        Ubuntu / Debian でIPv4 over IPv6 (OCNバーチャルコネクト, v6プラス), systemdによる設定, ルーター化, VPNおよび自宅サーバー可能な固定グローバルIPv4アドレス - Qiita
                                                      • Node.js — Node v22.3.0 (Current)

                                                        2024-06-11, Version 22.3.0 (Current), @RafaelGSS Notable Changes [5a41bcf9ca] - (SEMVER-MINOR) src: traverse parent folders while running --run (Yagiz Nizipli) #53154 [1d5934524b] - (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken) #53221 [75e5612fae] - (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga) #53124 [b5c30e2f5e] - (SEMVER-MINOR) module: pr

                                                          Node.js — Node v22.3.0 (Current)
                                                        • [AtCoder]入緑しました!競プロ始める前~入緑までの道のり - Qiita

                                                          はじめに 初めてQiitaで記事を投稿させていただきます!Cecilと申します!最近、AtCoderにて緑色になることができたため、その道のりをここに記します! 自己紹介 情報理工学科に所属するB2 B1の夏休み頃に競プロを知る Pythonを主に使用している 競プロを始める前の話 私は大学に入学したらプログラミングの勉強をしたいと思っていました。その為、大学に入学後はPythonをメインに様々な書籍を読んだり、学習サイトなどで勉強をしていました。しかし、開発はおろかPythonの文法を理解することにすら苦戦していました。 競プロを始めた頃の話 Pythonの勉強をするなかで競技プログラミングの存在を知りました。問題が与えられてそれを満たすコードを作成することはプログラミングの勉強に効果的だと思い、競技プログラミングを始めてみることにしました。 まずは、AtCoder Beginners

                                                            [AtCoder]入緑しました!競プロ始める前~入緑までの道のり - Qiita
                                                          • 2020-01-13のJS: Firefox 72、Node.js 13.6.0、TypeScript 3.8 Beta(Private Fields)

                                                            JSer.info #470 - Firefox 72がリリースされました Firefox 72 — our first song of 2020 - Mozilla Hacks - the Web developer blog Firefox 72 for Developers - Mozilla | MDN Firefox 72.0, See All New Features, Updates and Fixes Firefox 72では開発者ツールの改善が行われ、デバッガーでプロパティにset/getに対するBreak Pointを設定できるようになっています。 また、コンソールでの非同期処理に対するスタックトレースがDeveloper Editionで有効化されています。 その他には、ES2020に入る予定のNullish coalescing operatorのサポート、CSSの

                                                              2020-01-13のJS: Firefox 72、Node.js 13.6.0、TypeScript 3.8 Beta(Private Fields)
                                                            • 北森瓦版 - これまでの世代と同等の性能向上を目指し、進化する“Zen 4/5”と“RDNA 3”

                                                              AMD Zen4/5 “extremely competitive”, RDNA3 to bring similar perf-per-watt improvements as RDNA2(KitGuru) 現在、AMDはCPU製品として“Zen 3”を、GPU製品として“RDNA 2”を展開している。そして、AMDは将来のCPUおよびGPUアーキテクチャの開発を鋭意行っている。幸いにもAMDはKitGuruに将来の製品についていくつかの情報を提供してくれた。 CPUおよびGPUの世代毎の劇的な性能向上の道のありはこれからも続く。AMDは“Zen 4”や“Zen 5”においても、“Zen 2”から“Zen 3”で見せたのと同様のIPCの向上を果たすという。 AMDのRick Bergman氏 (executive vice president of AMD’s computing and

                                                              • Optimizations That Aren't, Or Are They?

                                                                A few years back, I read a quite unique blog about C++. It was actually one of the first times I was exposed to the concept of technical blogs. And with it the whole concept of learning software development outside the education system (e.g., the good old courses, exercises and sitting in a class being taught by a teacher). It is, to the date, one of my favorite blog posts and a cornerstone in my

                                                                • Visual Studio Code January 2023

                                                                  Version 1.92 is now available! Read about the new features and fixes from July. January 2023 (version 1.75) Update 1.75.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the January 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlig

                                                                    Visual Studio Code January 2023
                                                                  • Noisy Neighbor Detection with eBPF

                                                                    By Jose Fernandez, Sebastien Dabdoub, Jason Koch, Artem Tkachuk The Compute and Performance Engineering teams at Netflix regularly investigate performance issues in our multi-tenant environment. The first step is determining whether the problem originates from the application or the underlying infrastructure. One issue that often complicates this process is the "noisy neighbor" problem. On Titus,

                                                                      Noisy Neighbor Detection with eBPF
                                                                    • こんな Git コミットメッセージのテンプレートを設定するといいかも

                                                                      私が個人的に使っている Git コミットメッセージのテンプレートがこちら。 変更内容のコミットメッセージを入力してください。 '#' で始まる行は無視され、空のメッセージはコミットを中止します。 コミットメッセージは 1 行目に変更内容の概要を記載し、 3 行目以降に変更内容の詳細や、コードで表現できない変更理由を説明してください。 1 行目、すなわちヘッダーはこのソフトウェアの利用者に伝わる形で書いてください。 そのまま CHANGELOG に記載できる形になっていることが望ましいです。 過去形や体言止めではなく現在形で書いてください。 (タグを除いた) 1 行目が次の文に続いたとして自然な形になるのが望ましいです。 もし適用されたら、このコミットは〜 3 行目以降、すなわちボディー部では「なぜ」「なんのために」「どのように」 などを説明してください。特に「なぜ」はコードで表現だけではさ

                                                                        こんな Git コミットメッセージのテンプレートを設定するといいかも
                                                                      • Ubuntu Linux 18.04にGPUドライバをインストールする|setoyama60jp

                                                                        上記でLinuxをインストールしましたが、GPUのドライバがインストールされていないため、ディスプレイに表示される画面も解像度が低く、またこのままでは機械学習などの仕事をするときにGPUが使えないため、NVIDIAのGPU RTX 2070のドライバーをインストールします。 はじめに、aptのリポジトリにNVIDIAのドライバのリポジトリを追加。ただし、ppaなので自己責任の元で追加です。以下を確認してください。 sudo add-apt-repository ppa:graphics-drivers/ppaその後、aptをアップデート sudo apt updateつぎに、推奨ドライバーを確認 ubuntu-drivers devices以下のような結果がでて推奨ドライバは、430の方でしたが、 masato1@masato1-ubuntu:~$ ubuntu-drivers devic

                                                                          Ubuntu Linux 18.04にGPUドライバをインストールする|setoyama60jp
                                                                        • Node.js — Node v15.6.0 (Current)

                                                                          Notable Changes child_process: add 'overlapped' stdio flag (Thiago Padilha) #29412 support AbortSignal in fork (Benjamin Gruenbaum) #36603 crypto: implement basic secure heap support (James M Snell) #36779 fixup bug in keygen error handling (James M Snell) #36779 introduce X509Certificate API (James M Snell) #36804 implement randomuuid (James M Snell) #36729 doc: update release key for Danielle Ad

                                                                            Node.js — Node v15.6.0 (Current)
                                                                          • Making Rust binaries smaller by default

                                                                            Have you ever tried to compile a helloworld Rust program in --release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my attempt to fix it in Cargo. Binary size analysis I’m a member of the (relatively recently established) #wg-binary-size working group, which is tryin

                                                                            • 2020年6月2日 Linux 5.7がリリース ―サーマルプレッシャー、exFAT、iOS用USBドライバなど | gihyo.jp

                                                                              Linux Daily Topics 2020年6月2日Linux 5.7がリリース ―サーマルプレッシャー、exFAT、iOS用USBドライバなど Linus Torvaldsは5月31日(米国時間⁠)⁠、「⁠Linux 5.7」のリリースを発表した。開発期間は約2ヵ月で、7本のリリース候補(RC)版を経ての公開となる。 Linux 5.7 -Linus Torvalds Linux 5.7におけるおもなアップデートは以下の通り。 CPUがオーバーヒートしたときに、ガバナーによる周波数の変更でパフォーマンスが下がりすぎないよう、タスクスケジューラが調整を行う「サーマルプレッシャー(Thermal Pressure⁠)⁠」の実装 Linux 4.7でサポートされたガバナー「schedutil(スケジューラがCPUの周波数を選択⁠)⁠」をx86プロセッサでも適切に利用できるようにする「周波数

                                                                                2020年6月2日 Linux 5.7がリリース ―サーマルプレッシャー、exFAT、iOS用USBドライバなど | gihyo.jp
                                                                              • Node.js — Node v15.9.0 (Current)

                                                                                Notable Changes crypto: add keyObject.export() 'jwk' format option (Filip Skokan) #37081 deps: upgrade to libuv 1.41.0 (Colin Ihrig) #37360 doc: add dmabupt to collaborators (Xu Meng) #37377 refactor fs docs structure (James M Snell) #37170 fs: add fsPromises.watch() (James M Snell) #37179 use a default callback for fs.close() (James M Snell) #37174 add AbortSignal support to watch (Benjamin Gruen

                                                                                  Node.js — Node v15.9.0 (Current)
                                                                                • AWS DataSync エージェントを EC2 インスタンスにデプロイしてパブリックと VPC Endpoint それぞれでアクティブ化してみた | DevelopersIO

                                                                                  AWS DataSync エージェントを EC2 インスタンスにデプロイしてパブリックと VPC Endpoint それぞれでアクティブ化してみた コンバンハ、千葉(幸)です。 AWS DataSync は、各種ストレージサービス間でのデータ転送をシンプルかつ高速に実現してくれるサービスです。 S3 や EFS などの AWS 上のサービスや、オンプレで稼働している NFS 、 SMB ストレージ などをロケーションとして定義し、それらを送信先/宛先として組み合わせることで、データ転送が実現できます。 各ロケーションには AWS DataSync エージェント が接続し、データ転送を中継します。エージェントは AWS 上、オンプレ上どちらでも構成することが可能です。 今回は AWS 上の EC2 インスタンスで稼働させる方式でセットアップし、アクティブ化が成功するところまでを試してみます。

                                                                                    AWS DataSync エージェントを EC2 インスタンスにデプロイしてパブリックと VPC Endpoint それぞれでアクティブ化してみた | DevelopersIO