並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 13 件 / 13件

新着順 人気順

runtime error 339の検索結果1 - 13 件 / 13件

  • July 2022 (version 1.70)

    Join a VS Code Dev Days event near you to learn about AI-assisted development in VS Code. Update 1.70.1: The update addresses these issues. Update 1.70.2: The update addresses these issues. Update 1.70.3: This update is only available for Windows 7 users and is the last release supporting Windows 7. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welc

      July 2022 (version 1.70)
    • Timestamping を使ってネットワークレイテンシを分析することで、ゲスト VM の Disk 性能低下問題を解決した - NTT Communications Engineers' Blog

      OpenStack の Compute Node を更新する際にゲスト VM の Disk 性能が低下する問題を、 Linux の Timestamping という機能を使ってネットワークレイテンシを分析することで解決できた事例をご紹介します。 本事例は fukabori.fm #127 でもご紹介しています。 はじめに 前提: 仮想サーバの構成 初期調査 仮想化レイヤの問題を切り分ける CPv2 と CPv3 の違いに着目する CPv3 において RTT が高い問題を切り分ける Timestamping 実験の構成図 RX 方向のレイテンシを分析する RX 方向のタイムスタンプを取得するコード TX 方向のレイテンシを分析する TX 方向のタイムスタンプを取得するコード End to End レイテンシの内訳 RX 方向にノイズが乗る原因調査: 他プロセスの影響 RX 方向にノイズが乗る

        Timestamping を使ってネットワークレイテンシを分析することで、ゲスト VM の Disk 性能低下問題を解決した - NTT Communications Engineers' Blog
      • Vectorの魅力を語る!ログ収集ツールとしての可能性を語りたい - freee Developers Hub

        Vectorのロゴ vector.devより引用 こんにちは! SREのzakiです。この記事は、freee Developers Advent Calendar 2025 の 4日目の記事です。 はじめに Vectorの検証を始めた動機 Vectorの使い方速習 基本コンセプト 動かし方 Vectorの良さ 設定ファイルをテストできる エラーメッセージが非常に分かりやすい メモリ使用量が少ない 開発が活発 (懸念点) しかしながら。。 最後に はじめに Vectorという名前のツールはいろいろ存在しますが、今回取り上げるのは「ログ収集ツール」のVectorです。Vectorは、もともとTimber.ioにより開発されていましたが、Datadogによって買収され、現在はVector By Datadogとして開発が活発に続けられています。なお、Vectorについて詳しくは、以下の公式ドキュ

          Vectorの魅力を語る!ログ収集ツールとしての可能性を語りたい - freee Developers Hub
        • AWS LambdaのコールドスタートとLLRTによる改善について

          はじめに 今回は、アプリエンジニアでも比較的触ることの多いLambdaの課題の一つであるコールドスタートとLLRTを使った改善方法について紹介したいと思います。 コールドスタートとは Lambdaはイベント駆動型のサーバーレスコンピューティングサービスです。 API GatewayやEventBridge等様々なサービスから起動されます。 Lambdaが呼び出されると、AWSはLambdaを実行するために必要なインフラストラクチャを自動的に構成・管理を行います。 関数が初めて呼び出される場合や長時間呼び出されていなかった場合、新しいコンテナを起動する必要があります。これを「コールドスタート」と呼び、時間がかかり、遅延が発生することがあります。 コールドスタートの影響について コールドスタートによる遅延は様々な影響が考えられます。 特にリアルタイム性が求められるようなシステムでは、この遅延で

            AWS LambdaのコールドスタートとLLRTによる改善について
          • Node.js — Node.js 23.0.0 (Current)

            2024-10-16, Version 23.0.0 (Current), @RafaelGSS We’re excited to announce the release of Node.js 23! Key highlights include: Enabling require(esm) by default for Node.js applications Removing support for Windows 32-bit systems Stabilizing the node --run command Enhancements to the test runner, including glob pattern support for coverage files Node.js 23 will replace Node.js 22 as the ‘Current’ re

              Node.js — Node.js 23.0.0 (Current)
            • Large Text Compression Benchmark

               Large Text Compression Benchmark Matt Mahoney Last update: Mar. 25, 2026. history This competition ranks lossless data compression programs by the compressed size (including the size of the decompression program) of the first 109 bytes of the XML text dump of the English version of Wikipedia on Mar. 3, 2006. About the test data. The goal of this benchmark is not to find the best overall compress

              • Spring Batchで、Bean ValidationとItemのスキップの動作を確認する - CLOVER🍀

                これは、なにをしたくて書いたもの? Spring BatchとBean Validationを組み合わせて、Itemのバリデーションをしたり、NGになったItemをスキップできたりするというので ちょっと試してみようかなと。 Spring BatchとBean Validation Spring BatchでBean Validationが使えることはドキュメントに書かれているわけですが、ItemProcessorの用途のひとつとして登場します。 Item processing / Validating Input BeanValidatingItemProcessorというItemProcessorが提供されているので、こちらを使って実現するようですね。 BeanValidatingItemProcessor (Spring Batch 4.3.5 API) Springのバリデーション

                  Spring Batchで、Bean ValidationとItemのスキップの動作を確認する - CLOVER🍀
                • Node.js — Node.js 20.4.0 (Current)

                  Notable Changes Mock Timers The new feature allows developers to write more reliable and predictable tests for time-dependent functionality. It includes MockTimers with the ability to mock setTimeout, setInterval from globals, node:timers, and node:timers/promises. The feature provides a simple API to advance time, enable specific timers, and release all timers. import assert from 'node:assert'; i

                    Node.js — Node.js 20.4.0 (Current)
                  • 地面を見下ろす少年の足蹴にされる私

                    文書の一覧 JTC1/SC22/WG21 - Papers mailing2025-12 全部で113本あります。 もくじ N5011 Brno 2026 N5029 WG21 2025-10 Kona Admin telecon minutes N5031 WG21 2025-11 Kona Minutes of Meeting N5032 Working Draft, Standard for Programming Language C++ N5033 Editors' Report - Programming Languages - C++ P1317R2 Remove return type deduction in std::apply P1789R2 Library Support for Expansion Statements P1789R3 Library Suppor

                      地面を見下ろす少年の足蹴にされる私
                    • Node.js — Node.js 18.11.0 (Current)

                      Notable changes watch mode (experimental) Running in 'watch' mode using node --watch restarts the process when an imported file is changed. Contributed by Moshe Atlow in #44366 Other notable changes fs: (SEMVER-MINOR) add FileHandle.prototype.readLines (Antoine du Hamel) #42590 http: (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing) #44180 http2: (SEMVER-MINOR) make early hints

                        Node.js — Node.js 18.11.0 (Current)
                      • Rust ints to Rust enums with less instructions

                        I have an enum. It looks a bit like this: pub enum SomeEnum { A = 0, B = 1, C = 2, D = 3, } I have a number. It looks a lot like this: let number = 0b10. Turning an enum into a number is pretty simple; I can do SomeEnum::B as u8. Turning a number into an enum is considerably more difficult; number as SomeEnum won't work as number can't be constrained to only be the values of the provided enum (i.e

                        • Workshop: An Introduction to macOS Forensics with Open Source Software

                          Workshop: An Introduction to macOS Forensics with Open Source Software Japan Security Analyst Conference 2022 株式会社インターネットイニシアティブ 小林 稔 Who am I? 小林 稔 2 • 株式会社インターネットイニシアティブ セキュリティ本部 セキュリティ情報統括室 技術調査、社内インシデントレスポンス • 外部活動 セキュリティキャンプ全国大会講師 2017-2019 Japan Security Analyst Conference Speaker 2018/2020 Black Hat USA 2018 Briefing Speaker • Twitter: @unkn0wnbit はじめに 3 0 本ワークショップの目的 (1/2) ◦本ワークショップでやること ▪

                          • 新しいソリューションファイルSLNX形式を使う - tech.guitarrapc.cóm

                            C#のプロジェクト構成といえば、プロジェクトファイル(.csrpoj)とそれを束ねるソリューションファイル(.sln)が定番です。 現在プレビュー提供されているSLNX形式と呼ばれる新しいソリューションファイルが、.NET SDK 9.0.200から利用しやすくなりました。 いい機会なのでSLNX形式について、どのような課題を解決し、どう利用できるのか見ていきましょう。 C#のプロジェクト構成の変遷 プロジェクトファイルとソリューションファイル プロジェクトファイル ソリューションファイル .slnの課題 SLNX形式 .NET SDK 9.0.200+からSLNX形式を実用的に試せる 新規.slnxを作成する 既存.slnをSLNX形式にマイグレートする SLNX形式を開く dotnet buildでビルドする slnxとslnの併用 ファイルグロブでパス指定には対応していない slnと

                              新しいソリューションファイルSLNX形式を使う - tech.guitarrapc.cóm
                            1