並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 355件

新着順 人気順

consoleの検索結果241 - 280 件 / 355件

  • GitHub - byte-js/byte: The JavaScript runtime that aims for productivity and ease

    Byte Byte is a easy and productive runtime for Javascript . It makes making complex programs simple and easy-to-scale with its large and fast Rust API Aim The aim for Byte is that modern javascript runtimes are not easy to learn and usually there is a learning curve of about a month to gain knowledge and get comfortable in the software. With Byte, this learning curve is reduced to about a day. Wit

      GitHub - byte-js/byte: The JavaScript runtime that aims for productivity and ease
    • Opinion:ソニーとMicrosoftは異なるカードゲームをプレイしている

      ソニーとMicrosoftの次世代のコミュニケーション戦略は,技術仕様そのものとほぼ同じことを教えてくれる。 我々はPlayStation 5とXbox Series Xの両方について,以前よりも多くのことを知っている。ソニーとMicrosoftはどちらも,テーブルにカードを置き始めたのだ。本質的に同じAMDソースのCPUおよびGPUアーキテクチャに由来するデバイス間の類似性は長い間知られていたが,今では重要な違いが見え始めている。 大きな技術的な違いのメリットは ―Series Xはとくにパンチの効いたGPUを持ち,PS5は非常に高速なSSDを選択した― 専門家の間で何か月も熱く議論され,さらには無知な人々によって文字通り年単位でさらに熱く議論された。この対戦でのMicrosoftのハードウェアの技術的な優位性を過小評価したくはないが,生のグラフィックパワーが約20%勝っているように見え

        Opinion:ソニーとMicrosoftは異なるカードゲームをプレイしている
      • GitHub - Genivia/ugrep: ugrep 5.1: A more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz,

        Ugrep is a true drop-in replacement for GNU grep (assuming you copy or symlink ug to grep, egrep and fgrep), unlike many other popular grep claiming to be "grep alternatives" or "replacements" when those actually implement incompatible command-line options and use a different, incompatible regex matcher i.e. Perl regex versus POSIX regex grep (ugrep supports both) Ugrep is fast, user-friendly, and

          GitHub - Genivia/ugrep: ugrep 5.1: A more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz,
        • 個人的にTerser & Babelの好きなところ · GitHub

          Terser & Babel の好きなところ.md だれ? (credit: @tomo_e さん) Sho Miyamoto / @antidotech 新卒 2 年目 ウェブチーム フロント、BFF、CDN Introduction 今日話すこと 普段あまり気にしない(かもしれない)ビルドツールたちが頑張ってやってくれてること ぼくたちにも手伝えること 今日日のビルドツールたち Transpiler Bundler Minifier Babel Webpack Terser tsc Rollup UglifyJS (etc.) Parcel babel-minify Minifier & Transpiler どのバンドルツールを使ってもお世話になるツール AST を見てソースコードを加工する Minifier: Terser https://github.com/terser/ter

            個人的にTerser & Babelの好きなところ · GitHub
          • PC Engine mini, PC Engine CoreGrafx mini, TurboGrafx-16 mini Official Website

            PC Engine mini, PC Engine Core Grafx mini, TurboGrafx-16 mini Official Website ©BANDAI NAMCO Entertainment Inc. ©SEGA ©RED ©Nihon Falcom Corporation. All rights reserved. ©TAITO CORPORATION 1986, 1990, 1991 ALL RIGHTS RESERVED. ©CAPCOM CO., LTD. 1988, 2019 ALL RIGHTS RESERVED. ©さくまあきら ©1988 KOEI TECMO GAMES Co.,Ltd. All rights reserved. ©extreme ©IREM SOFTWARE ENGINEERING INC. ©Konami Digital Ente

            • GitHub - ruby/debug: Debugging functionality for Ruby

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - ruby/debug: Debugging functionality for Ruby
              • How CLS optimizations increased Yahoo! JAPAN News's page views per session by 15%  |  web.dev

                Yahoo! JAPAN is one of the largest media companies in Japan, providing over 79 billion page views per month. Their news platform, Yahoo! JAPAN News has more than 22 billion page views per month and an engineering team dedicated to improving the user experience. By continuously monitoring Core Web Vitals, they correlated the site's improved Cumulative Layout Shift (CLS) score with a 15% increase in

                  How CLS optimizations increased Yahoo! JAPAN News's page views per session by 15%  |  web.dev
                • ゲームボーイのエミュレータを自作した話

                  最近ゲームボーイのエミュレータを自作した.これが予想以上に楽しい趣味だったので ,色々な人に勧めたいと思いこの記事を書いている. 開発したエミュレータ “rgb” のソースコードはここに 公開している.ちなみにRustで書いた. なぜエミュレータなのか今までエミュレータを書いたことがなかったから,に尽きる.QemuやWineなどの エミュレータは普段から使っているし,エミュレータの動作原理は理解しているつもり でも,自作したことがなかったので,何となく気持ち悪さがあった. 今回,自ら手を動かしてゲームボーイのエミュレータを開発したことにより, 大体エミュレータの作り方が把握でき,他のプラットフォームのエミュレータも開発 できる見込みが立った. また,副次的効果としてコンピュータアーキテクチャの良い復習になった. ゲームボーイはレトロかつ単純なアーキテクチャとは言え,コンピュータアーキテクチ

                  • DenoのWeb Storage APIサポートとその将来について

                    はじめに Denoはv1.10からWeb Storage APIをサポートしています。 この記事ではDenoにおけるWeb Storage APIのサポートについて解説します。 前提 この記事はDeno v1.14を想定して記述されています。 基本的な使い方 localStorage まず、localStorageの使い方について解説します。 localStorage.setItem("foo", "bar"); console.assert(localStorage.getItem("foo") === "bar"); console.assert(localStorage.length === 1); localStorage.clear(); console.assert(localStorage.length === 0);

                      DenoのWeb Storage APIサポートとその将来について
                    • Amazon Aurora supports in-place upgrades from MySQL 5.6 to 5.7

                      Starting today, you can perform an in-place upgrade of your Amazon Aurora database cluster from MySQL major version 5.6 to 5.7. Instead of backing up and restoring the database to the new version, you can upgrade with just a few clicks in the Amazon RDS Management Console or by using the AWS SDK or CLI. Aurora MySQL 5.7 offers enhancements such as JSON support, spatial indexes, and generated colum

                        Amazon Aurora supports in-place upgrades from MySQL 5.6 to 5.7
                      • スーパーファミコン試作機の歴史

                        ◆前期プロトタイプ◆ サクッとおさらいの時間です。 スーパーファミコン(以下SFC)の試作機といえるものは少なくとも3種類が確認されています。まず世の中にその姿が初披露されたのは1988年11月21日。任天堂本社で開催されたSFC発表会の舞台でした。 (出典:ファミコン必読本12月16日号より) ブツを誇らしげにかかげているのは開発担当者の上村さんです。 実はこのときの試作機は我々が知っているSFCとはかけはなれた代物でした。これだ。 (出典:ファミリーコンピュータマガジン1988年12月16号) どちらかというとNEWファミコンを思わせるデザインです。便宜上、これを前期プロトタイプと呼びましょう。 余談になりますが、この頃、任天堂はSFCでファミコンを遊べる周辺機器「ファミコンアダプタ」なるものを考えていました。こちら↓。これがのちのNEWファミコンへとつながるのですが、それはまた別のお

                          スーパーファミコン試作機の歴史 
                        • TSyringeの使い方とコンテナ登録方法ごとの評価タイミングについて | DevelopersIO

                          吉川@広島です。 TypeScriptのDIコンテナライブラリはInversifyJSとTSyringeが有名ですが、より機能がミニマムと思われる後者に興味が出たため使ってみました。 https://github.com/microsoft/tsyringe 一番メジャーなInversifyに比べるとTSyringeはやや情報が少ないのと、公式のREADMEもかなりあっさりとしていて使い始める際に戸惑いやすいと思いました。 本記事では、 基本的な使い方 コンテナに登録したクラスのインスタンスをいつ生成しているか を確認したので紹介します。 後者が気になった理由は、DIコンテナへの登録は遅延評価方式に寄せた方がアプリケーション起動時のパフォーマンスに有利に働きやすいと考えるためです。 環境 TSyringe v4.4.0 使い方 import 'reflect-metadata' impor

                            TSyringeの使い方とコンテナ登録方法ごとの評価タイミングについて | DevelopersIO
                          • aqua Official Website | aqua

                            aquaDeclarative CLI Version Manager. Unify tool versions in teams, projects, and CI. Easy, painless, and secure.

                            • GitHub - octoherd/cli: CLI to run a octoherd scripts on one or multiple repositories

                              Usage: octoherd run -S path/to/script.js [options] Options: --help Show help [boolean] -S, --octoherd-script Path to *.js script. Must be an ES Module. [string] [required] -T, --octoherd-token Requires the "public_repo" scope for public repositories, "rep o" scope for private repositories. Creates an OAuth token if n ot set. [string] -R, --octoherd-repos One or multiple repositories in the form of

                                GitHub - octoherd/cli: CLI to run a octoherd scripts on one or multiple repositories
                              • WHATWG Stream の話

                                Node学園37時限目で発表した WHATWG Stream の話です。

                                  WHATWG Stream の話
                                • GitHub - bootandy/dust: A more intuitive version of du in rust

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - bootandy/dust: A more intuitive version of du in rust
                                  • PS1風ゲームを作るための3つのレベル

                                    (English version available here: https://medium.com/@asobu/the-3-difficulty-levels-for-developing-a-ps1-like-game-3508f24410c7) asobuのコアメンバーの一條です。asobuでは、日本のインディーゲームクリエイターの皆さんへasobuの活動とコミュニティを紹介する役割をしています。 もちろん私もゲーム開発者でして、今はNintendo Switch向けのロボットバトルゲーム『デモリッション ロボッツ K.K.』を開発しています。GDC2020で展示…予定だったのですが、あえなく中止となったため、なにかオンラインの展示イベントは無いかな…と別の機会を探しているところです。 今回はこのゲームの話ではなくて、私が過去に開発した『Back in 1995』についてのお話で

                                      PS1風ゲームを作るための3つのレベル
                                    • GitHub - noahgorstein/jqp: A TUI playground to experiment with jq

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - noahgorstein/jqp: A TUI playground to experiment with jq
                                      • The Secret of Good Electron Apps

                                        tl;dr Check out https://github.com/jlongster/electron-with-server-example Some people really hate Electron apps. The idea that an app includes an entire copy of the Chrome web browser sounds ridiculous. This feeling is validated when looking at the apps on your machine — they eat up memory, boot slowly, and aren't very responsive. It's hard enough to build good apps on web, why the heck are we bri

                                        • PC Engine mini, PC Engine CoreGrafx mini, TurboGrafx-16 mini Official Website

                                          PC Engine mini, PC Engine Core Grafx mini, TurboGrafx-16 mini Official Website ©BANDAI NAMCO Entertainment Inc. ©SEGA ©RED ©Nihon Falcom Corporation. All rights reserved. ©TAITO CORPORATION 1986, 1990, 1991 ALL RIGHTS RESERVED. ©CAPCOM CO., LTD. 1988, 2019 ALL RIGHTS RESERVED. ©さくまあきら ©1988 KOEI TECMO GAMES Co.,Ltd. All rights reserved. ©extreme ©IREM SOFTWARE ENGINEERING INC. ©Konami Digital Ente

                                          • jsmates.com

                                            This domain may be for sale!

                                            • GitHub - SoptikHa2/desed: Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal.

                                              Demystify and debug your sed scripts, from comfort of your terminal. Desed is a command line tool with beautiful TUI that provides users with comfortable interface and practical debugger, used to step through complex sed scripts. Some of the notable features include: Preview variable values, both of them! See how will a substitute command affect pattern space before it runs Step through sed script

                                                GitHub - SoptikHa2/desed: Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal.
                                              • 【仕様変更】一部のCloudTrailのログでSourceIPAddressとUserAgentが”AWS Internal”になる件 | DevelopersIO

                                                【仕様変更】一部のCloudTrailのログでSourceIPAddressとUserAgentが”AWS Internal”になる件 中山です とあるCloudTrailの仕様変更について、気がついていない方が多いのではないかと思いましてこの記事を書いています。 結論 AWS Management Console等のProxy client経由で行われるAWS APIへのアクセスについて、CloudTrailのログに含まれるsourceIPAddressおよびuserAgentの情報が"AWS Internal"に置き換わる。 この仕様変更が2022年2月24日から展開されている。 変更された仕様について CloudTrailのDocument historyには以下の記載があります。 Starting Feb 24, 2022, AWS CloudTrail began changin

                                                  【仕様変更】一部のCloudTrailのログでSourceIPAddressとUserAgentが”AWS Internal”になる件 | DevelopersIO
                                                • Cascadia Code

                                                  Email Subscriptions are here! Get notified in your email when a new post is published to this blog Cascadia Code is finally here! You can install it directly from the GitHub repository’s releases page or automatically receive it in the next update of Windows Terminal. Wait, what’s Cascadia Code? Cascadia Code was announced this past May at Microsoft’s Build event. It is the latest monospaced font

                                                    Cascadia Code
                                                  • GitHub - elbywan/zap: Another [insert blazing fast synonyms] JavaScript package manager

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - elbywan/zap: Another [insert blazing fast synonyms] JavaScript package manager
                                                    • GitHub - fiatjaf/jq-web: jq in the browser with emscripten.

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - fiatjaf/jq-web: jq in the browser with emscripten.
                                                      • TechCrunch

                                                        ICONIQ Growth has raised $5.21 billion across two funds associated with the seventh growth fund family, according to SEC filings. However, the firm’s actual fundraise was $5.75 billion, accordin

                                                          TechCrunch
                                                        • GitHub - mayuki/Cocona: Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - mayuki/Cocona: Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
                                                          • GitHub - lirantal/npq: 🎖safely* install packages with npm or yarn by auditing them as part of your install process

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - lirantal/npq: 🎖safely* install packages with npm or yarn by auditing them as part of your install process
                                                            • 夢のマルチレトロゲーム互換機「POLYMEGA」実機インプレッション!―ソフト起動編(PS/SS)【特集】 | Game*Spark - 国内・海外ゲーム情報サイト

                                                                夢のマルチレトロゲーム互換機「POLYMEGA」実機インプレッション!―ソフト起動編(PS/SS)【特集】 | Game*Spark - 国内・海外ゲーム情報サイト
                                                              • テトリミノの偏り補正から見るテトリスの歴史

                                                                レトロゲーム勉強会#04 https://retrog.connpass.com/event/153204/ での発表資料です。資料公開にあたり、ゲームボーイ版テトリスの記述を中心に追記を行っています。Read less

                                                                  テトリミノの偏り補正から見るテトリスの歴史
                                                                • Amplify ConsoleでCypressによるE2Eテストが実行できるようになりました!Vueアプリで試してみた #Amplify #Vue.js #Cypress | DevelopersIO

                                                                  Amplify ConsoleがCypressのテストをサポート! Amplify ConsoleでE2Eテスティングフレームワーク「Cypress」がサポートされました! Running end-to-end Cypress tests for your fullstack CI/CD deployment with Amplify Console | AWS Mobile Blog CypressはWebアプリ開発のお供として、現在非常によく使われているテスティングフレームワークかと思います。Amplify Consoleでサポートされたことによって、E2Eテストを含めたCI/CD環境がサクッと構築できるようになりました。 早速使ってみました!Cypressを使ってログイン操作のE2Eを試してみます。 試すためのWebアプリを用意する Amplify自体の説明は省きます。まずは以下のコ

                                                                    Amplify ConsoleでCypressによるE2Eテストが実行できるようになりました!Vueアプリで試してみた #Amplify #Vue.js #Cypress | DevelopersIO
                                                                  • GitHub - greymd/teip: Masking tape to help commands "do one thing well"

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - greymd/teip: Masking tape to help commands "do one thing well"
                                                                    • セガサターンやドリキャスでPS4,Switch用ゲームパッドが使える変換アダプタが登場

                                                                      セガサターンやドリキャスでPS4,Switch用ゲームパッドが使える変換アダプタが登場 (DC/SS用)スーパーコンバーター(PS4/PS3/Switch用コントローラ対応) 配信元 コロンバスサークル 配信日 2020/07/29 <以下,メーカー発表文の内容をそのまま掲載しています> 発売日決定のお知らせ (DC/SS 用)スーパーコンバーター (PS4/PS3/Switch用コントローラ対応) <<商 品 概 要>> 【ドリームキャスト本体・サターン本体で、PS4/PS3/Switch 用コントローラ、ジョイスティックが使える!】 本製品「(DC/SS用)スーパーコンバーター」は、PS4/PS3/Switch用「コントローラ」や「ジョイスティック」の数々を、「ドリームキャスト本体」・「サターン本体」で使用できるコントローラ変換アダプタです。 PS4/PS3/Switch用コントローラ

                                                                        セガサターンやドリキャスでPS4,Switch用ゲームパッドが使える変換アダプタが登場
                                                                      • AWS Organizations now provides a simple, scalable and more secure way to close your member accounts | Amazon Web Services

                                                                        AWS Cloud Operations & Migrations Blog AWS Organizations now provides a simple, scalable and more secure way to close your member accounts Today, you can centrally close member accounts in your AWS organization enabling easier and more efficient account management of your AWS environment. This means you’re able to close member accounts from your organization’s management account without needing to

                                                                          AWS Organizations now provides a simple, scalable and more secure way to close your member accounts | Amazon Web Services
                                                                        • Amazon Interactive Video Service – Add Live Video to Your Apps and Websites | Amazon Web Services

                                                                          AWS News Blog Amazon Interactive Video Service – Add Live Video to Your Apps and Websites Today, I am so excited to tell you about the new Amazon Interactive Video Service, which allows you to add live video directly into your own apps and websites. If you are anything like me, you are going to be blown away by how simple the team have made it to integrate interactive, low latency, live video into

                                                                            Amazon Interactive Video Service – Add Live Video to Your Apps and Websites | Amazon Web Services
                                                                          • 「バーガータイム」や「空手道」など自宅がゲーセンに?! 「データイースト クラシックコレクション」5月14日発売! データイーストのゲーム34タイトルを1台に収録した「レトロアーケード」シリーズ

                                                                              「バーガータイム」や「空手道」など自宅がゲーセンに?! 「データイースト クラシックコレクション」5月14日発売! データイーストのゲーム34タイトルを1台に収録した「レトロアーケード」シリーズ
                                                                            • Xbox Game Pass 日本で 4 月 14 日より提供開始 - News Center Japan

                                                                              Xbox のグローバルチームは Xbox Game Pass が利用価値の高いサービスとなるよう、提供開始時から努力を重ねてきました。このたび日本マイクロソフト株式会社は、100 本以上の人気ゲームを定額料金でプレイできる Xbox One (Xbox Game Pass for Console) および Windows PC 向け (Xbox Game Pass for PC (Beta) サービス「Xbox Game Pass」を 2020 年 4 月 14 日 (火) に日本で提供開始することを発表します。そして日本を含む世界中のゲーマーが今後も Xbox Game Pass を利用し、楽しんで頂けるよう素晴らしいサービスとして発展を目指します。 Xbox のフィル・スペンサーが日本のゲーマーに向けてメッセージ。 シアトルの自宅から 今世界中の人々がより多くの時間を自宅で過ごし、社会

                                                                                Xbox Game Pass 日本で 4 月 14 日より提供開始 - News Center Japan
                                                                              • [React]ContextAPIのアンチパターン

                                                                                ContextAPI と useState は本来組み合わせてはいけない ContextAPI の機能は、コンポーネントの階層を飛び越えてデータを配信することにあります。しかしここで気をつけなければならないのが、Provider に設定する値を useState で管理すると、Provider を持っているツリーが全て再レンダリングされることです。この書き方は最悪のアンチパターンです。 アンチパターン Provider に渡す値を更新をするのに上位のコンポーネントの useState のディスパッチャーが使用しています。どれか一つでも値を更新すると、全てのコンポーネントが再レンダリングされます。ContextAPI での解説などでこの方法をよく見かけます。しかし値一つの変更で全てを再レンダリングするなら、状態管理の必要性そのものが無くなってしまいます。これはやってはならない書き方です。 i

                                                                                  [React]ContextAPIのアンチパターン
                                                                                • Chrome will disable modifying document.domain to relax the same-origin policy  |  Blog  |  Chrome for Developers

                                                                                  Updates May 30, 2023: we've announced that the deprecation of document.domain setter will be effective in Chrome 115. April 7, 2023: We've identified an issue before shipping this change in Chrome 112. document.domain setter to be removed by default is currently suspended and the new shipping milestone is not determined yet. Please check back on this blog post or subscribe to blink-dev and this th