並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 259件

新着順 人気順

Chromiumの検索結果201 - 240 件 / 259件

  • 中間証明書に対する対応が各アプリケーションで異なる話 | さくらのナレッジ

    はじめに 本記事では中間証明書が正しく設定されていないWebサーバーへのリクエスト時に、各アプリケーションがどのような動作をするかについて調査した結果をまとめます。最初に前提知識や調査に至った理由を書き、その後に調査結果を述べます。 前提知識 本記事を読むにあたって簡単なSSL/TLSの基本的な知識が必要です。 サーバー証明書/中間CA証明書/ルート証明書の違いとは? サーバー側ですべき設定 WebサイトをSSL化するためには、サーバー側がサーバー証明書と中間証明書を設定する必要があります。しかし、Webサーバーで中間証明書を設定する場合、Webサーバーソフトによっては中間証明書を設定する項目がない場合があります。例えば"Nginx"には中間証明書を直接指定するディレクティブが用意されていないため、サーバ証明書と中間証明書を結合したものを"ssl_certificate"で指定します。"A

      中間証明書に対する対応が各アプリケーションで異なる話 | さくらのナレッジ
    • Safariを「令和のIE」と風刺することより知っておくべきブラウザの事情 | yamanoku Advent Calendar 2023

      Safariを​「令和の​IE」と​風刺する​ことより​知っておくべきブラウザの​事情 この記事はyamanoku Advent Calendar 2023の9日目の記事になります。 Webサイト制作やWebサービスをする上で、ブラウザはそれらを表示するための重要な役割を果たしています。その開発したものがブラウジングをしているユーザーに正しく表示されなければ、それはサービス提供者にとっては大きな問題になります。 クロスブラウザ、すなわち様々なブラウザにおいて、共通の挙動を保証することが基本になります。それは開発者にとっては大きな負担になりますが、その負担があるからといってユーザーが使っているブラウザで正しく表示されないということは許容されることにはなりません。 クロスブラウザ対応について、2020年以前からWeb開発していた人であれば「IE対応」という言葉を思い出すかもしれません。 Win

        Safariを「令和のIE」と風刺することより知っておくべきブラウザの事情 | yamanoku Advent Calendar 2023
      • Visual Studio Code July 2024

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

          Visual Studio Code July 2024
        • エンジニアとして知っておきたい2024年デスクトップブラウザまとめ

          Web 関連の技術革新が目覚ましい一方で、クライアント側であるブラウザの進化も目覚ましいものがあります。 この記事では、2024年にエンジニアとして知っておきたいデスクトップブラウザについてまとめて紹介します。 王道ブラウザ Google Chrome 開発元 Google LLC (アメリカ) 初版 2008年9月2日 (15年前) エンジン Chromium (Blink / V8) 対応OS Windows macOS ChromeOS Linux iOS Android 料金 無償 ソースコード Google Git: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/ GitHub (mirror): https://github.com/chromium/chromium/tree/m

            エンジニアとして知っておきたい2024年デスクトップブラウザまとめ
          • 「Microsoft Edge」にRIDLサイドチャネル攻撃の緩和策 ~ただし代償も/まずはWindows版「Edge」で導入、「Chromium」プロジェクトにもコード貢献

              「Microsoft Edge」にRIDLサイドチャネル攻撃の緩和策 ~ただし代償も/まずはWindows版「Edge」で導入、「Chromium」プロジェクトにもコード貢献
            • 「Linux」をシンプルに--直感的な操作ですぐに使いこなせる「Endless OS」(ZDNET Japan) - Yahoo!ニュース

              本記事の要点 「Endless OS」の最新バージョンは現在、無料でダウンロード提供されている。 Endless OSによって、「Linux」が誰でもすぐに使いこなせるほど使いやすくなる。学習はほぼ必要ない。 イミュータブルであるため、OSのコアの部分は変更できず、アプリケーションをコマンドラインからインストールすることもできない。 「Endless OS」は、創作を始めるために必要なものがすべて含まれているOSだ。インターネット接続さえ必須ではない。初期状態で、「Endless Key」(探索と教育のツール)、「LibreOffice」「Chromium」ウェブブラウザー、「Decibels」オーディオプレーヤー、「Videos」動画プレーヤーなどが含まれている。 従来型の「Linux」OSであるように思えるかもしれないが、そうではない。Endless OSは、「OSTress」によって

                「Linux」をシンプルに--直感的な操作ですぐに使いこなせる「Endless OS」(ZDNET Japan) - Yahoo!ニュース
              • New in Chrome 119 - Chrome for Developers

                New in Chrome 119 Published on Tuesday, October 31, 2023 • Updated on Wednesday, November 1, 2023 Translated to: Español Here's what you need to know: There’s an update to the expiration date upper limit for cookies already in storage.CSS has new pseudo-classes, relative color syntax and more.Fenced Frames added improvements like ad size macros and others.And there’s plenty more.I’m Adriana Jara.

                  New in Chrome 119 - Chrome for Developers
                • Write your own terminal | Hacker News

                  FWIW, I wouldn't try to parse escape sequences directly from the input bytestream -- it's easy to end up with annoying edge cases. :-/ In my experience you'll thank yourself if you can separate the logic into something like:- First step (for a UTF-8-input terminal) is interpreting the input bytestream as UTF-8 and "lexing" into a stream of Unicode Scalar Values (https://www.unicode.org/versions/Un

                  • CS SYD - Getting your Haskell executable statically linked with Nix

                    I have been making my products statically linked over the past few days. This post presents why and how to statically link your Haskell executables and collects a mapping from obscure error to unexpected fixes. This work would not have been possible without the many-year-long effort of people like nh2. This issue on GitHub is a good summary of what went into making this possible. Why statically li

                    • Visual Studio Code May 2024

                      Version 1.92 is now available! Read about the new features and fixes from July. May 2024 (version 1.90) Update 1.90.2: The update addresses these issues. Update 1.90.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the May 2024 release of Visual Studio Code. There are many updates in this version that we

                        Visual Studio Code May 2024
                      • Playwright を使用した E2E テスト (feat. Cypress)

                        はじめに こんにちは、クラウドエース フロントエンドディビジョン所属の金です。 本記事では End to End テスト (E2E テスト) のツールの一つである Playwright について基本的な機能を中心にご紹介します。 本記事の対象者 E2E テストの初心者 Playwright を軽く試してみたい人 End to End (E2E) テストとは Playwright のご紹介を始める前に、E2E テストについて簡単にご説明します。 E2E テストは、アプリケーションが意図通りに動作するかどうかをテストするためのソフトウェアテスト技術です。 ご参考: E2E (エンドツーエンド) テストとは? | CircleCI フロントエンドの E2E テストとは フロントエンドの E2E テストは、主にブラウザ上での動作を検証します。 サービスによって異なりますが、一般的には以下の項目がテ

                          Playwright を使用した E2E テスト (feat. Cypress)
                        • hangout_services/thunk.js

                          hangout_services/thunk.js (via) It turns out Google Chrome (via Chromium) includes a default extension which makes extra services available to code running on the *.google.com domains - tweeted about today by Luca Casonato, but the code has been there in the public repo since October 2013 as far as I can tell. It looks like it's a way to let Google Hangouts (or presumably its modern predecessors)

                          • An Overview of the Starlark language | Laurent Le Brun's blog

                            Starlark is a small programming language, designed as a simple dialect of Python and intended primarily for embedded use in applications. Some people might say it’s a bit like Lua with Python syntax, but I think there are many interesting bits to discuss. The language is now open-source and used in many other applications and companies. As I led the design and implementation of Starlark, I’d like

                            • GaugeとPlaywrightをGitHub Actionsで実行する際に工夫していること - コドモン Product Team Blog

                              こんにちは!プロダクト開発部の関根です。 飛行機好きの息子のために飛行機が見られるお出かけスポットやいい感じのYouTube動画を探す毎日です。 さて、コドモンではATDDでソフトウェアを開発しており、E2EテストのツールとしてGaugeやPlaywrightを利用しています。 今回は、E2EテストをCI基盤であるGitHub Actions上でも動作させるために工夫していることをいくつか紹介したいと思います。 CI環境におけるE2Eテストの流れ GitHub Actionsを用いたE2Eテストの実行プロセスは以下の通りです。 Workflowが開始されると、最初にk8s環境へのデプロイ用コンテナイメージのビルドが行われます。続いて、Self-hosted Runnerを使用してk8sリソースを構築し、ヘルスチェックが完了するのを待ちます。その後、GaugeによってE2Eテストを実行し、テ

                                GaugeとPlaywrightをGitHub Actionsで実行する際に工夫していること - コドモン Product Team Blog
                              • Our container platform is in production. It has GPUs. Here’s an early look

                                Our container platform is in production. It has GPUs. Here’s an early look2024-09-27 We’ve been working on something new — a platform for running containers across Cloudflare’s network. We already use it in production for Workers AI, Workers Builds, Remote Browsing Isolation, and the Browser Rendering API. Today, we want to share an early look at how it’s built, why we built it, and how we use it

                                  Our container platform is in production. It has GPUs. Here’s an early look
                                • 革新的なUIを備えた新たなWebブラウザ「Zen」登場 — 非Chromiumブラウザに新たな選択肢

                                  9月3日、海外のテックメディアThe Registerが「Zen Browser is a no-Google zone that offers tiling nirvana」という題した記事を公開した。 この記事では、Zen Browserという新しいウェブブラウザの特徴や、その進化について詳しく紹介されている。 Zen Browserは、タイル配置やワークスペース機能などを取り入れ、ウェブブラウジングを近代化するために開発された新たなブラウザである。 その最大の特徴はFirefoxベースであり、Googleのコードを一切使用していない ことだ。近年登場したブラウザは、Googleが開発したChromiumブラウザをベースにしていることがほとんどで、Firefox由来の新たなブラウザは非常に珍しい。 現在は開発の初期段階(α版)にあるが、非常に活発に開発が行われており、速いペースでバージ

                                    革新的なUIを備えた新たなWebブラウザ「Zen」登場 — 非Chromiumブラウザに新たな選択肢
                                  • 電子情報学特論: Chromium のアーキテクチャを解き明かす

                                    電子情報学特論: Chromium のアーキテクチャを解き明かす 〜 EEIC の授業が生きるプロダクトの世界〜 Kentaro Hara 2024 May (๑>ᴗ<๑) * * * *

                                      電子情報学特論: Chromium のアーキテクチャを解き明かす
                                    • GeForce 546.33 ドライバ 不具合情報。カクつきは直らず [Update 4: NVIDIAがカクつきの不具合を認める] | ニッチなPCゲーマーの環境構築Z

                                      GeForce 546.33ドライバの不具合情報です。NVIDIA公式の既知の不具合と、海外のGeForceフォーラムで目に付いたユーザー報告を意訳しています。ユーザー報告は全ての環境で発生するものとは限らず、環境依存の可能性もあります。同様の不具合にお悩みの方の参考になりましたら幸いです。 更新履歴 [記事初公開日: 2023/12/16] ① 当サイトに寄せられたユーザー報告の不具合を1件追加。 [2024/1/1] ② 当サイトに寄せられたユーザー報告の不具合を1件追加。 [2024/1/5] ③ 既知の不具合を1件追加。 [2024/1/6] ④ 既知の不具合を1件追加。 [2024/1/12] [New]NVIDIA公式: 既知の不具合 (リリースノート + フォーラム)一部の環境において、Webブラウザのスクロール時に若干のスタッター(カクつき)が発生する場合がありますMicr

                                        GeForce 546.33 ドライバ 不具合情報。カクつきは直らず [Update 4: NVIDIAがカクつきの不具合を認める] | ニッチなPCゲーマーの環境構築Z
                                      • Layered Toggles: Optional CSS Mixins

                                        Layered Toggles: Optional CSS MixinsIn this article, I am sharing the next evolution of space & cyclic toggles, which allows us to create and apply optional mixins in CSS with the help of custom cascade layers, available today in every browser that supports them. I am no stranger to looking for various ways to apply some CSS conditionally, and through the years, went from using math as a way to ac

                                        • 「Chromium」のWebRTCゼロデイ脆弱性、「Microsoft Edge」も1日遅れで対処/v120.0.2210.91にアップデートされているかどうか確認を

                                            「Chromium」のWebRTCゼロデイ脆弱性、「Microsoft Edge」も1日遅れで対処/v120.0.2210.91にアップデートされているかどうか確認を
                                          • 【グラブル】古戦場に向けたメモ|ハーサカ

                                            古戦場の準備期間から、終わるまでに役立った系の知識備忘録です。 基本的にTwitterで呟いている事と同じですが、誰かのお力になれれば幸いです。 Chrome設定Ironの利用やFlagsの設定関連利用ブラウザやChrome://flagsを設定していない場合はさかみちさんの記事が大変参考になると思います。 グラブルだとIronが流行ってる →理由はChrome独自のトラフィック監視処理とかがない、Chromiumを採用しているからだと思ってる バージョンについて Flagsを利用し始める際によく 109 or 122のバージョン比較の話 109 : flagsの試験機能をonにするとゲーム内のぬるっとした演出がない 122 : バージョンが新しい分、javascriptやグラブルのレンダリング処理速度が速い 場合によっては109の方が登場演出などに影響するケースもあるはず ERR_INS

                                              【グラブル】古戦場に向けたメモ|ハーサカ
                                            • DOMDOMタイムス#6: 鏡の国のDOMラッパー、あるいはブラウザ内部のDOMとJSのDOMの結びつきについての覚書

                                              DOMDOMタイムス、今日はDOMの内部実装の話。話を単純にするため、V8の実装を念頭において進めていくよ。 ふだんJavaScriptで操作しているDOMのオブジェクトは、ブラウザ内部で管理されているDOMのオブジェクトとは別のものだよという話。 これだけ聞くと当たり前かもしれないけど、周辺をふかぼりして考えてみるとけっこう面白かったわけです👶 DOMの実体、そしてDOM wrapper さっそくだけどDOMの実体はブラウザ内部、例えばchromiumならC++の世界に存在していることに思いを馳せてほしいのです。 考えてみればchromiumの場合、ページを構築するのはBlinkというレンダリングエンジンなわけで、C++で実装されたBlinkがHTMLやらCSSやら場合によってはscriptまで含めた材料からDOMを構成してくれています。 BlinkがC++の世界、というかブラウザ内部

                                                DOMDOMタイムス#6: 鏡の国のDOMラッパー、あるいはブラウザ内部のDOMとJSのDOMの結びつきについての覚書
                                              • How Google helped destroy adoption of RSS feeds

                                                Although RSS feeds are alive and still heavily used today, their level of adoption has suffered because of how difficult a handful of popular technology companies have made it to use them. Google, especially, has relied on the open web RSS protocol to gain so much market share and influence, but continues to engage in behavior that exploits the open web at the expense of its users. As a result, Go

                                                  How Google helped destroy adoption of RSS feeds
                                                • DevTools Tips & Tricks – Frontend Masters Boost

                                                  Front-end developers spend a significant amount of time working inside the browser’s DevTools. Likely just as much as they spend time writing code in the code editor. However, most developers barely scratch the surface of what DevTools can accomplish. I have been curating a collection of DevTools tips across major browsers. The following are some of the useful tips & tricks for across different br

                                                    DevTools Tips & Tricks – Frontend Masters Boost
                                                  • Arcとは?注目ブラウザの特徴や使い方を解説! | 東京のWeb制作会社 株式会社クーシー

                                                    Arcとは?注目ブラウザの特徴や使い方を解説! 特集 Web最新トレンド 一部で話題となっている新ブラウザ「Arc」。「これまでのブラウザとは一味違う」と注目され、Macユーザーを中心に利用者が少しずつ増えてきています。 しかし多くのユーザーは 「今のに慣れているから、今更新しいブラウザは必要ない」 「Chromeの拡張機能がないと仕事が成り立たない」 といった理由で、ブラウザを変えることに対して腰が重いのは事実でしょう。 そこでこの記事では、新ブラウザ「Arc」の概要に加え、特徴的な機能やその活用法といった強みを紹介していき、なぜ「Arc」が注目されているのかを解説していきます。 これを読めば、今からでも「Arc」に乗り換えてみようと少しは思っていただけると思います。 画像や動画を使ってわかりやすく解説していますので、ぜひ最後までお読みください。 Arcとは? 「Arc」とは2023年7

                                                      Arcとは?注目ブラウザの特徴や使い方を解説! | 東京のWeb制作会社 株式会社クーシー
                                                    • ブラウザはどのようにしてテキストを描画しているのか?――Chromiumにみるテキスト描画の深淵

                                                      ブラウザはどのようにして テキストを描画しているのか? ―― Chromiumにみるテキスト描画の深淵

                                                        ブラウザはどのようにしてテキストを描画しているのか?――Chromiumにみるテキスト描画の深淵
                                                      • ChromeとSafariのuser agent stylesheet

                                                        以下のページに主要ブラウザのuser agent stylesheetへのリンクがまとまっています。 しかし、2024年2月時点で、これらは最新リビジョンへのリンクを参照していません。以下が現在の正しい最新版URLです。 Chromium (Chrome) のuser agent stylesheet 奇妙なことに、Chromiumのソースツリーの third_party/blink 以下の内容は、フォルダ名に反し、Blinkの正式な最新版のようです。 GitHub上の公式ミラーからもアクセスできます。 WebKit (Safari) のuser agent stylesheet

                                                          ChromeとSafariのuser agent stylesheet
                                                        • How web bloat impacts users with slow devices

                                                          At a first glance, the table seems about right, in that the sites that feel slow unless you have a super fast device show up as slow in the table (as in, max(LCP*,CPU)) is high on lower-end devices). When I polled folks about what platforms they thought would be fastest and slowest on our slow devices (Mastodon, Twitter, Threads), they generally correctly predicted that Wordpress and Ghost would b

                                                          • 英国で挙がる Google 強制分割の提言。「Googleは競争を抑制し、寡占を確立している」 | DIGIDAY[日本版]

                                                            記事のポイント 独立系アドテク団体ムーブメント・フォー・アン・オープンウェブ(MOW)はアドテク業界の競争を促進するため、Googleのアドテクアセットの分割を英国の競争・市場庁に提案。 MOWはまた、AppleのSafariとGoogleのChromeの機能を制限し、他のテックプロバイダーの製品との相互運用性を高めることを推奨。 具体的なGoogleの分割案として、SSPとDSPの独立と「公平、合理的、非差別的」なアクセス、相互運用性の実現を求めている。 AppleとGoogleは、欧州でも北米でもかつてないほど規制当局による監査に直面している。そんななか、ムーブメント・フォー・アン・オープンウェブ(Movement for an Open Web:以下、MOW)は、アドテク業界の競争条件を公平にするための手段を提案している。 MOWはまた、英国の競争・市場庁(日本の公正取引委員会に相当

                                                              英国で挙がる Google 強制分割の提言。「Googleは競争を抑制し、寡占を確立している」 | DIGIDAY[日本版]
                                                            • 『ミニPCにChrome OSをインストールして、Androidアプリを動かしてみた』

                                                              今年初め、中国製のミニPCというのを買いまして。 あれこれ試しています。 クセが強くて面白い。 その後実験用に激安の中古ミニPCを追加購入、 動作テストしつつ部屋に転がしています。 7月、仮想サーバ VMware ESXiをセレロン J4125の本体にインストールしました。 今回はミニPCでAndroidアプリ(ピグパーティー)を動かせないかと GoogleのChrome OSをインストール、試してみました。 ※興味のある方、細かい手順は他のネット記事を参照の上自己責任でお願いします。 仕様機材 PC: Beelink GK mini Celeron J4125(4コア) メモリ16GB SSD256GB 購入時はメモリ無し、SSD無し、内部ケーブル断線のジャンクで5000円ほど。 USBメモリ:32GB×1本 予備知識。 Google Chrome OSとはWindowsみたいな「OS」

                                                                『ミニPCにChrome OSをインストールして、Androidアプリを動かしてみた』
                                                              • What's new in DevTools, Chrome 129  |  Blog  |  Chrome for Developers

                                                                Recorder supports export to Puppeteer for Firefox As part of WebDriver BiDi support, the Recorder panel can now export recordings to Puppeteer for Firefox. With Puppeteer's support of Firefox, you can now record user flows using the Chrome DevTools Recorder panel, export them, and run them against both Firefox and Chrome. For more information, see WebDriver BiDi - The future of cross-browser autom

                                                                  What's new in DevTools, Chrome 129  |  Blog  |  Chrome for Developers
                                                                • Tracking supermarket prices with playwright

                                                                  Back in Dec 2022, when inflation was running high, I built a website for tracking price changes in the three largest supermarkets of my home country, Greece. In the process I ran into a few interesting hurdles that I had to clear before being able to "go live". There were also several lessons I learned and faulty assumptions that I made. In this post I will talk about scraping: What I use, where i

                                                                    Tracking supermarket prices with playwright
                                                                  • 「Microsoft Edge」にセキュリティアップデート、「Chromium」「V8」の脆弱性を修正/v129.0.2792.79への更新を

                                                                      「Microsoft Edge」にセキュリティアップデート、「Chromium」「V8」の脆弱性を修正/v129.0.2792.79への更新を
                                                                    • Dialog と Popover #5 | blog.jxck.io

                                                                      Intro このあたりから、まだ議論中の話が多いため、今後変わる可能性が高い点に注意。 popup が紆余曲折を経て popover 属性になり、 2023/3 に Safari が TP166 で実装した。そのまま Safari 17 に入ることを 2023/6 の WWDC で発表したあたりから、 popover の実装は各ブラウザで一気に話が進む。 Release Notes for Safari Technology Preview 166 https://webkit.org/blog/13964/release-notes-for-safari-technology-preview-166/ News from WWDC23: WebKit Features in Safari 17 beta https://webkit.org/blog/14205/news-from-ww

                                                                        Dialog と Popover #5 | blog.jxck.io
                                                                      • 「Raspberry Pi 5 2GB」を試す--どれだけの負荷に耐えられるかを4/8GBモデルと比較

                                                                        4GBのRAMを搭載する「Raspberry Pi 5」よりも10ドル安い2GBモデルが発売されたことを受けて、予想通り、2GBのRAMで十分なのだろうか、という疑問の声が上がっている。 ほかのほとんどのことと同様、それは用途次第だ。 筆者は新しい2GBのRaspberry Pi 5と4GBモデルおよび8GBモデルの比較テストを実施した。RAMの容量、そして、2GBモデルが新しいD0プロセッサーステッピングを使用していることを除けば、これら3つのモデルのハードウェアに違いはない。 最初のテストでは、大きな違いは確認できなかった。3台とも起動時間は約22秒で、コールドブートでの再起動時のRAM使用量もほぼ同じだった。具体的には、2GBモデルのRAM使用量は約630MBと最も多かったが、4GBモデルと8GBモデルはどちらも570MB前後だった。 バンドルされているさまざまなアプリの読み込み時間

                                                                          「Raspberry Pi 5 2GB」を試す--どれだけの負荷に耐えられるかを4/8GBモデルと比較
                                                                        • Visual Studio Code March 2024

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

                                                                            Visual Studio Code March 2024
                                                                          • NVIDIA、「GeForce RTX」シリーズのGPUでSDR→HDRのAI変換を可能に

                                                                            米NVIDIAは1月24日(現地時間)、「GeForce RTX」シリーズ向けドライバのアップデートで、SDR動画をHDR動画に自動変換する新機能「RTX Video HDR」を利用可能にしたと発表した。AI採用のこの機能で、HDR10互換のディスプレイで視聴できる高解像度の動画に変換できるとしている。 RTX Video HDRは、米MicrosoftのEdgeや米GoogleのChromeなど、Chromiumベースのブラウザで動作する。一部のDRMで保護されたコンテンツではサポートされない。 RTX Video HDRを有効にするための要件は以下の3点だ。 GeForce RTX GPU HDR10対応ディスプレイ 最新のChromeまたはEdgeブラウザ この環境で、Windowsのディスプレイ設定で「HDR」を有効にする。Microsoft StoreからWindows HDRキ

                                                                              NVIDIA、「GeForce RTX」シリーズのGPUでSDR→HDRのAI変換を可能に
                                                                            • Electron 28.0.0 | Electron

                                                                              Electron 28.0.0 has been released! It includes upgrades to Chromium 120.0.6099.56, V8 12.0, and Node.js 18.18.2. The Electron team is excited to announce the release of Electron 28.0.0! You can install it with npm via npm install electron@latest or download it from our releases website. Continue reading for details about this release. If you have any feedback, please share it with us on Twitter or

                                                                              • Windows 版 Chrome で Cookie のセキュリティを向上させる

                                                                                .app 1 .dev 1 #11WeeksOfAndroid 13 #11WeeksOfAndroid Android TV 1 #Android11 3 #DevFest16 1 #DevFest17 1 #DevFest18 1 #DevFest19 1 #DevFest20 1 #DevFest21 1 #DevFest22 1 #DevFest23 1 #hack4jp 3 11 weeks of Android 2 A MESSAGE FROM OUR CEO 1 A/B Testing 1 A4A 4 Accelerator 6 Accessibility 1 accuracy 1 Actions on Google 16 Activation Atlas 1 address validation API 1 Addy Osmani 1 ADK 2 AdMob 32 Ads

                                                                                  Windows 版 Chrome で Cookie のセキュリティを向上させる
                                                                                • Intent to Experiment: IP Protection Phase 0

                                                                                  Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message Contact emailsBrianna Goldstein, James Bradley, David Schinazi ExplainerIP Protection formerly known as Gnatcatcher SpecificationNone SummaryIP Protection is a feature that sends third-party traffic for a set of domains through proxies for the purpose of protectin