並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 13 件 / 13件

新着順 人気順

racing specの検索結果1 - 13 件 / 13件

  • Conventional Commits

    Conventional Commits 人間と機械が読みやすく、意味のあるコミットメッセージにするための仕様 Conventional Commits 1.0.0 概要 Conventional Commits の仕様はコミットメッセージのための軽量の規約です。 明示的なコミット履歴を作成するための簡単なルールを提供します。この規則に従うことで自動化ツールの導入を簡単にします。 コミットメッセージで機能追加・修正・破壊的変更などを説明することで、この規約は SemVer と協調動作します。 コミットメッセージは次のような形にする必要があります: 原文: <type>[optional scope]: <description> [optional body] [optional footer(s)] 訳: <型>[任意 スコープ]: <タイトル> [任意 本文] [任意 フッター] あな

    • 車の買い替えを余儀なくさせた「カーナビのサ終問題」と今どきの「売り方」「買い方」(西川善司のバビンチョなテクノコラム) | テクノエッジ TechnoEdge

      筆者の愛車遍歴まずは、今回がITmedia時代の「西川善司の日産GT-Rとのシン・生活」の「精神的続編」ということもあるので「そのあらすじ」を軽く紹介したい。 筆者は、スポーツカー好きで、ボディの左右にドアが1枚ずつついた、いわゆる2ドア・クーペの車しか、所有したことがない。 1台を所有すると車検を3回パスするくらい乗るので(例外はあったが)、まあまあ長く乗る方だとは思う。 人生初のマイカーは、大学生の時に購入したホンダの「プレリュード Si VTEC」(BB1型)。父親がホンダ勤務だったので(現在は定年退職)、父親名義で社割で新車を安く購入。ただし、筆者は高校生のときから、市販ゲームの移植業務を行ったり、パソコン誌でも記者デビューをしていて、学生にしては稼いではいたので、完全自腹で購入している。この車は7年乗った。 ▲筆者の最初の愛車、ホンダ「プレリュード Si VTEC」(BB1型/5

        車の買い替えを余儀なくさせた「カーナビのサ終問題」と今どきの「売り方」「買い方」(西川善司のバビンチョなテクノコラム) | テクノエッジ TechnoEdge
      • Goodbye to the C++ Implementation of Zig ⚡ Zig Programming Language

        Goodbye to the C++ Implementation of ZigHow we used WebAssembly to annihilate 80,000 lines of legacy codeAuthor: Andrew Kelley It’s funny - I have shared this story a handful of times with friends of mine who are qualified, competent software engineers, and each time the response was confusion about why any of this would be necessary or even remotely helpful. WebAssembly?! After ten minutes of puz

        • 18-956 Google LLC v. Oracle America, Inc. (04/05/2021)

          1 (Slip Opinion) OCTOBER TERM, 2020 Syllabus NOTE: Where it is feasible, a syllabus (headnote) will be released, as is being done in connection with this case, at the time the opinion is issued. The syllabus constitutes no part of the opinion of the Court but has been prepared by the Reporter of Decisions for the convenience of the reader. See United States v. Detroit Timber & Lumber Co., 200 U. S

          • 『グランツーリスモ4』の達成率をB-specナシで100%にする狂気のタイムアタックが成功。230時間の耐久レースを4人の走者たちがやり遂げる

            『グランツーリスモ4』の達成率をB-specナシで100%にする狂気のタイムアタックが成功。230時間の耐久レースを4人の走者たちがやり遂げる PlayStation 2で2004年に発売されたレースシミュレーションゲーム『グランツーリスモ4』。50以上のコース、80メーカー700台以上の車種、そして多様なゲームモードとシステムを持つ本作だが、その達成率を100パーセントにするという狂気のタイムアタックが海外で成功した。 この挑戦はタイラー氏、ショーン氏、ジョナ氏、ポール氏の4人の走者が休みなく交代しながらプレイしたもので、4月6日にクリアしたことが報告された。ゴールまでにかかった時間は230時間35分51秒19、丸9日と14時間という計算だ。競技カテゴリは「100% No B-spec」と名付けられており、AIレーサーが運転するB-specモードを利用せず、人間の力だけで達成率100%に

              『グランツーリスモ4』の達成率をB-specナシで100%にする狂気のタイムアタックが成功。230時間の耐久レースを4人の走者たちがやり遂げる
            • Vision Pro is an over-engineered “devkit” // Hardware bleeds genius & audacity but software story is disheartening // What we got wrong at Oculus that Apple got right // Why Meta could finally have its Android moment

              by Hugo Barra (former Head of Oculus at Meta) Friends and colleagues have been asking me to share my perspective on the Apple Vision Pro as a product. Inspired by my dear friend Matt Mullenweg’s 40th post, I decided to put pen to paper. This started as a blog post and became an essay before too long, so I’ve structured my writing in multiple sections each with a clear lead to make it a bit easier

                Vision Pro is an over-engineered “devkit” // Hardware bleeds genius & audacity but software story is disheartening // What we got wrong at Oculus that Apple got right // Why Meta could finally have its Android moment
              • research!rsc: Programming Language Memory Models (Memory Models, Part 2)

                Programming language memory models answer the question of what behaviors parallel programs can rely on to share memory between their threads. For example, consider this program in a C-like language, where both x and done start out zeroed. // Thread 1 // Thread 2 x = 1; while(done == 0) { /* loop */ } done = 1; print(x); The program attempts to send a message in x from thread 1 to thread 2, using d

                • Service Worker Static Routing API Origin Trial - Chrome for Developers

                  Service Worker Static Routing API Origin Trial Published on Friday, November 10, 2023 Service workers are a powerful tool for allowing websites to work offline and create specialized caching rules for themselves. A service worker fetch handler sees every request from a page it controls, and can decide if it wants to serve a response to it from the service worker cache, or even rewrite the URL to f

                    Service Worker Static Routing API Origin Trial - Chrome for Developers
                  • Quantum supremacy: the gloves are off

                    The Blog of Scott Aaronson If you take nothing else from this blog: quantum computers won't solve hard problems instantly by just trying all solutions in parallel. Links: Google paper in Nature New York Times article IBM paper and blog post responding to Google’s announcement Boaz Barak’s new post: “Boaz’s inferior classical inferiority FAQ” Lipton and Regan’s post My quantum supremacy interview w

                      Quantum supremacy: the gloves are off
                    • Using AWS App Mesh with Fargate | Amazon Web Services

                      AWS Compute Blog Using AWS App Mesh with Fargate This post is contributed by Tony Pujals | Senior Developer Advocate, AWS AWS App Mesh is a service mesh, which provides a framework to control and monitor services spanning multiple AWS compute environments. My previous post provided a walkthrough to get you started. In it, I showed deploying a simple microservice application to Amazon ECS and confi

                        Using AWS App Mesh with Fargate | Amazon Web Services
                      • 日産・RB26DETT - Wikipedia

                        日産・RB26DETTは、日産自動車が開発・製造していた直列6気筒ガソリンエンジンである[1]。 概要[編集] RB26DETTはRBエンジンの一型式であり、総排気量は2,568立方センチメートル (cc)、バルブ数は24バルブで、二基のターボチャージャーで過給される (ツインターボ)[1]。シリンダーブロックは鋳鉄製[2]。乾燥重量は255キログラム (kg) (BNR32型時)。『RB26DETT』という名称は、Response Balance 2600cc DOHC Electronic concentrated engine control system Twin Turboの英字の頭文字をとった言葉である[3]。市販車に搭載されるエンジンとしては珍しい多連スロットルを搭載している。スカイラインGT-R用のエンジンとして開発され、BNR32型において初搭載された[1]。その後もBC

                          日産・RB26DETT - Wikipedia
                        • Node.js — Node v16.17.0 (LTS)

                          Notable Changes Experimental command-line argument parser API Adds util.parseArgs helper for higher level command-line argument parsing. Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi, Kevin Gibbons, Aaron Casanova, Jessica Nahulan, and Jordan Harband - #42675 Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved

                            Node.js — Node v16.17.0 (LTS)
                          • Gran Turismo 4 Pcsx2 Download For Mac

                            Visiteurs depuis le 27/01/2019 : 3229 Connectés : 1 Record de connectés : 4 Gran Turismo 4 Pcsx2 Download For MacDuring this update, some open top cars like the MX5's and the F1 cars that didn't have interiors (Formula Gran Turismo, F2007 PSP Import). I don't play GT anymore, GT6 was disappointing for me, and I have a PC now so I can play the older games.Download page for Gran Turismo 4 (USA). Gra

                              Gran Turismo 4 Pcsx2 Download For Mac
                            1