並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 102件

新着順 人気順

algorithmの検索結果1 - 40 件 / 102件

  • ゲーム開発者らが「ユーザーが確率を理解してくれない」とコミュニティで悩みを吐露し合う。でも優しくウソつく時もあるから単純な話でもない - AUTOMATON

    あるゲーム開発者がRedditにて、ゲーム内に「確率」を表記した場合、多くのプレイヤーが正しく理解してくれないとの見解を投じ、話題を呼んでいる。ゲームにおいては数値どおりの確率で処理されるとプレイヤーにストレスが生じうる可能性もあるようだ。 今回ゲーム内の確率表記にまつわるトピックが議論されているのは、Redditのゲーム開発に関するコミュニティr/gamedev内のスレッドだ。スレッド投稿者のCable23000氏はゲームデザイナーだそうで、手がけた作品でプレイテストをおこなったところ、確率表記を正しく理解してくれないプレイヤーが続出したという。同氏はフィードバックの例として「10%の確率で新たなアイテムを獲得できるPerk」において、“10回に1回は新たなアイテムを獲得できる”といった認識をもたれていたとしている。 確率と試行回数 しかし、たとえば仮に50%の確率でドロップするアイテム

      ゲーム開発者らが「ユーザーが確率を理解してくれない」とコミュニティで悩みを吐露し合う。でも優しくウソつく時もあるから単純な話でもない - AUTOMATON
    • ゲームプログラミング研修 - KAYAC Engineers' Blog

      こんにちは。技術部平山です。 たぶん15年ぶりくらいに研修の類の講師をやったので、そのことについて書きます。 概要 2D用(github)、 3D用(github) の2つのUnityプロジェクトをテンプレートとして用意して、 そこに「コードだけで」ゲームを作る研修をしました。 どちらも、Hierarchyに何かを足すことは禁止、 足して良いアセットはC#ファイルのみで、 そのC#ファイル内ではUnityEngineの機能を使用禁止、 というレギュレーションです。 いずれも、IMachineなるインターフェイスが存在し、 これを通してゲームを作ります。 例えば2D用のIMachineの主要部分はこんな感じです。 public interface IMachine { public int Width { get; } // スクリーン横解像度 public int Height { get

        ゲームプログラミング研修 - KAYAC Engineers' Blog
      • 【React】リッチテキストエディタ(Quill、Tiptap、Slate...)の考え方や前提知識

        概要 4年ほどProductionで使っていたリッチテキストエディタ(Quill on Nuxt.js v2)をTiptap on Next.jsに移行しました。 既存のQuillエディタの使い勝手をTiptapで再現しつつ、改善できるところは改善しつつ、既存の4年分のリッチテキストデータが正しく編集できるようにしなければいけませんでした。 本記事では移行の具体的なプロセスを解説しようと思っていたのですが、リッチテキストエディタは前提知識があまりに多いため、前提となる知識や考え方を解説しているだけでそこそこのボリュームになりました。そこで、一旦考え方や前提知識をまとめた、という体で公開します。 本記事を読んでから各ライブラリのDocsを読んだりカスタマイズを始めたら、少しハードルが下がっていることかと思います。 対象読者の例 リッチテキストエディタに興味がある リッチテキストエディタの開発

          【React】リッチテキストエディタ(Quill、Tiptap、Slate...)の考え方や前提知識
        • ちょっとJavaのsynchronizedをGoに移植しようとしたはずが、なぜか1万文字の作文ができた - エムスリーテックブログ

          AI・機械学習チームのブログリレーも9日目になりました。同チームの横本@yokomotodです。 本日はJavaとGoを題材に並行プログラミングまわりの自由研究をしたお話をしてみたいと思います。 3部構成で、パート1では発端となった「排他制御」について、パート2では「メモリの可視化」について、それぞれJavaとGoを比べてみました。 最後にパート3では、それらの動作を規定する「メモリモデル」について、わかりやすく解説されているリソースを紹介します。 長過ぎる! 3行で!! パート1: synchronized = 「排他制御」? Java synchronized vs Go sync.Mutex Goで再入可能なロック? 仮にGoで再入可能なロックを実装するなら? Javaが再入可能を選択した理由 パート2. sycnhronized = 「排他制御」+「メモリ可視性の保証」 Javaの

            ちょっとJavaのsynchronizedをGoに移植しようとしたはずが、なぜか1万文字の作文ができた - エムスリーテックブログ
          • Building a highly-available web service without a database

            If you’ve ever built a web service or a web app, you know the drill: pick a database, pick a web service framework (and in today’s day and age, pick a front-end framework, but let’s not get into that). This has been the case for several decades now, and people don’t stop to question if this is still the best way to build a web app. Many things have changed in the last decade: Disk is a lot faster

              Building a highly-available web service without a database
            • How to Build Anything Extremely Quickly - Learn How To Learn

              Do “outline speedrunning”: Recursively outline an MVP, speedrun filling it in, and only then go back and perfect. This is a ~10x speed up over the ‘loading-bar’ style (more on that below) Don’t just read this article and move on. Go out and do this for the very next thing you make so you can get in the habit of doing it. (btw, here, speedrunning just means doing something as fast as possible) Outl

                How to Build Anything Extremely Quickly - Learn How To Learn
              • RDBでのツリー表現入門2024 | ドクセル

                「楽しく楽にcoolにsmartに」を理想とするprogrammer/philosopher/liberalist/realist。 好きな言語はClojure, Haskell, Python, English, français, русский。 読書、プログラミング、語学、法学、数学が大好き! イルカと海も大好き🐬

                  RDBでのツリー表現入門2024 | ドクセル
                • find + mkdir はチューリング完全 - Qiita

                  FizzBuzz の構成 find は -regex オプションにより、それに対して後続のアクションを実行するファイル名をフィルタすることができます。これを使って x/ の 3,5,15の倍数回の繰り返しをフィルタすることができ、これをループと組み合わせることで FizzBuzz を実装できます。 以下では読みやすさのために -regextype posix-extended を使っていますが、どの正規表現文法でも同じことができるはずです。 mkdir -p d/x find d/x -regextype posix-extended -regex 'd(/x){0,29}' -execdir mkdir x/x \; find d -regextype posix-extended \ -regex 'd((/x){15})+' -printf "FizzBuzz\n" -o \ -re

                    find + mkdir はチューリング完全 - Qiita
                  • Chevy Ray | How I Created 175 Fonts Using Rust

                    In December of 2023 I launched the 175 Pixel Font Megapack, followed shortly by 42 individual packs for each font family. I created my own toolchain for generating, quality testing, and deploying these fonts... in Rust! In this post I'll walk you through the whole process. Check out the Pixel Font Megapack on itch.io! Before the MegapackBefore we talk about the new pack, let's talk about the old p

                      Chevy Ray | How I Created 175 Fonts Using Rust
                    • Security best practices when using ALB authentication | Amazon Web Services

                      Networking & Content Delivery Security best practices when using ALB authentication At AWS, security is the top priority, and we are committed to providing you with the necessary guidance to fortify the security posture of your environment. In 2018, we introduced built-in authentication support for Application Load Balancers (ALBs), enabling secure user authentication as they access applications.

                        Security best practices when using ALB authentication | Amazon Web Services
                      • 【極を計算せずに制御系の安定性をチェック】ラウス・フルビッツの安定判別法(基本手法と応用) - 制御工学ブログ

                        この記事ではラウス・フルビッツの安定判別法についてまとめます。制御システムの安定性について説明した動画や関連記事リンクは最下部に置いています。 伝達関数の安定性 ラウスの安定判別法 フルビッツの安定判別法 低次システムの安定性について 例題 ラウスの安定判別法の応用例 安定性の動画・関連記事 伝達関数の安定性 入出力伝達関数が与えられたとき、その安定性を判別するには、の分母多項式の係数に着目する必要があります。 \begin{equation} G(s) = \frac{N(s)}{D(s)} \end{equation} 分母多項式の係数を確認して安定性を調べます。まず、の係数を確認したとき、全ての係数が同じ符号である必要があります。例えば、が \begin{equation} D(s) = s^3 -3s^2+4s+2 \end{equation} と与えられると符号が異なる係数がある

                          【極を計算せずに制御系の安定性をチェック】ラウス・フルビッツの安定判別法(基本手法と応用) - 制御工学ブログ
                        • 人間よりいいぜ!と思ってAI科学者を使ったら、人間より日給が高かった|shi3z

                          世の中そんなに甘くない。 SakanaAIの「AI科学者(AI Scientist)」を使ったら爆発的に研究が捗る!と思ったのも束の間、人間並、いや下手すると人間より日給が高くなる可能性があることがわかった。 この二日間、好き放題にAI科学者に研究させた結果がこのザマ 二日で300ドルを突破する勢いで、これはちょっと遊びでやるレベルを超えてる。 また、指示の出し方(seed_ideas.json)によっては、実験が失敗する可能性もある。 昨日はMNISTと進化計算をテーマに7つの研究をしたみたいだが、5本は失敗し、2本だけ論文が得られた。 まあ一晩で2本も論文書けるレベルの人間の日当はもっと遥かに高いと思うが、個人で抱えるにはリッチすぎる。 というのも、デフォルトでClaud-3.5-SonnetやGPT-4oを使うようになっているからだ。そこで激安になったGPT-4o-miniをデフォル

                            人間よりいいぜ!と思ってAI科学者を使ったら、人間より日給が高かった|shi3z
                          • Everything a developer needs to know about Generative AI for SaaS

                            Everything a developer needs to know about Generative AI for SaaS Few months ago, I knew almost nothing about AI. I used ChatGPT and Co-Pilot (I'm civilized, after all), but a lot of the content around AI was Greek to me. Terms like models, transformers, training, inference, RAG, attention, and agents were unfamiliar. Last week, I have completed my first end-to-end AI-based product: AI Code Assist

                              Everything a developer needs to know about Generative AI for SaaS
                            • OpenAI API の Structured Outputs の使い方|npaka

                              以下の記事が面白かったので、簡単にまとめました。 ・Introducing Structured Outputs in the API 1. Structured Outputs昨年のDevDayで、「JSONモード」を導入しました。これは、OpenAIのモデルを使用して信頼性の高いアプリを構築しようとしている開発者にとって便利な構成要素です。「JSONモード」は、有効なJSON出力を生成するためのモデルの信頼性を向上させますが、モデルの応答が特定のスキーマに準拠することを保証するものではありません。本日、APIに「Structured Outputs」を導入します。これは、モデルによって生成された出力が、開発者が提供するJSONスキーマと完全に一致するように設計された新機能です。 複雑なJSONスキーマのフォローの評価では、「Structured Outputs」を備えた新しいモデル「g

                                OpenAI API の Structured Outputs の使い方|npaka
                              • ザ・ソウルミュージックII 2024年8月3日(サイ・スミス、カリ・ウチス、クイーン・ナイジャ、アレックス・アイズレー&ジャック・ダイン、ラッキー・デイ、アイズレー・ブラザーズ) - ラジオと音楽

                                www.nhk.jp 【目次】 R&B breeze(久保田利伸) Sy Smith「Summer Of '93 (feat. Tracey Lee & Dontae Winslow) 」 Kali Uchis「Never Be Yours」 Queen Naija「Self Love」 Alex Isley & Jack Dine「Under The Moon」 リクエストコーナー Lucky Daye「Paralyzed(feat. RAYE)」 ラストナンバー The Isley Brothers「For the Love of You(Part 1 & 2)」 R&B breeze(久保田利伸) Sy Smith「Summer Of '93 (feat. Tracey Lee & Dontae Winslow) 」 サイ・スミスのトレイシー・リーとダンテ・ウィンスローをフィーチャー

                                  ザ・ソウルミュージックII 2024年8月3日(サイ・スミス、カリ・ウチス、クイーン・ナイジャ、アレックス・アイズレー&ジャック・ダイン、ラッキー・デイ、アイズレー・ブラザーズ) - ラジオと音楽
                                • Making a Chess Engine in Zig

                                  I had the honor of speaking at Systems Distributed at the end of June. Since it was hosted by TigerBeetle who is one of the largest zig users, a lot of the zig community was there. After talking to some of them, Zig seemed more interesting for me to try out. Around the same time my youtube algorithm got me hooked on chess content. I'm not a good chess player by any means, but it started giving me

                                  • tolower() with AVX-512 – Tony Finch

                                    A couple of years ago I wrote about tolower() in bulk at speed using SWAR tricks. A couple of days ago I was interested by Olivier Giniaux’s article about unsafe read beyond of death, an optimization for handling small strings with SIMD instructions, for a fast hash function written in Rust. I’ve long been annoyed that SIMD instructions can easily eat short strings whole, but it’s irritatingly dif

                                    • Building A Generative AI Platform

                                      After studying how companies deploy generative AI applications, I noticed many similarities in their platforms. This post outlines the common components of a generative AI platform, what they do, and how they are implemented. I try my best to keep the architecture general, but certain applications might deviate. This is what the overall architecture looks like. This is a pretty complex system. Thi

                                        Building A Generative AI Platform
                                      • Developing a cryptographically secure bootloader for RISC-V in Rust

                                        Developing a cryptographically secure bootloader for RISC-V in Rust SentinelBoot is a demonstrative, cryptographically secure RISC-V bootloader written in Rust. This project forms a final-year project at The University of Manchester sponsored by Codethink. Motivation Memory safety is a persistent issue in software, especially system software, such as bootloaders. Implementing some kinds of run-tim

                                          Developing a cryptographically secure bootloader for RISC-V in Rust
                                        • いまさら聞けない「Git」とは? ネットワークエンジニアのためのGit入門

                                          関連キーワード ネットワーク | 運用管理 | ネットワーク管理 | バージョン管理 ネットワーク担当者が、ネットワーク構成の変更を手作業で確認する時代は終わりを告げた。技術の発展に伴って、ネットワーク担当者はネットワーク自動化、DevOps(開発と運用の融合)、Infrastructure as Code(IaC)といった手法を活用して、構成管理の効率を上げるようになった。 現代の企業では、チームの構成員が世界中に分散していたり、テレワーカーとオフィスワーカーが混在していたりすることが一般的だ。こうした従業員とその働き方を支えるネットワークの管理では、自動化やバージョン管理システムが活躍している。その一例が、オープンソースのバージョン管理システム(VCS)である「Git」だ。 ネットワーク管理者はGitを使えば、ネットワーク構成ファイルの管理、プロジェクトでの共同作業、構成変更の監視、ド

                                            いまさら聞けない「Git」とは? ネットワークエンジニアのためのGit入門
                                          • Primitive Recursive Functions For A Working Programmer

                                            Primitive Recursive Functions For A Working Programmer Aug 1, 2024 Programmers on the internet often use “Turing-completeness” terminology. Typically, not being Turing-complete is extolled as a virtue or even a requirement in specific domains. I claim that most such discussions are misinformed — that not being Turing complete doesn’t actually mean what folks want it to mean, and is instead a stand

                                            • Functional programming languages should be so much better at mutation than they are

                                              Functional programming languages should be so much better at mutation than they are A lot of people think that functional programming is mostly about avoiding mutation at all costs. Even though persistent data structures are great and there is definitely some truth to it, this view just doesn't really hold up in reality. Many data structures fundamentally require some form of mutation (e.g. union

                                                Functional programming languages should be so much better at mutation than they are
                                              • Mountpoint for Amazon S3でS3バケットをマウントしたEC2インスタンスをSFTPサーバーとして動作させてみた | DevelopersIO

                                                Mountpoint for Amazon S3でS3バケットをマウントしたEC2インスタンスをSFTPサーバーとして動作させてみた S3バケットにSFTPで接続したい こんにちは、のんピ(@non____97)です。 皆さんはS3バケットにSFTPで接続したいなと思ったことはありますか? 私はあります。 S3バケットにSFTPで接続したい場合は大きく2パターンあります。 S3バケットに対応したSFTPクライアントで接続する ドメインがS3のAWS Transfer Familyを用意し、SFTPクライアントで接続する 最初に選択するのは前者だと考えます。SFTPクライアントとIAMユーザーを用意するだけです。コストも転送料金とS3バケットのストレージ料金程度でしょう。 WinSCPの場合は以下記事を参考に実装できます。 また、Cyberduckの様にMFAに対応したものであれば、よりセキ

                                                  Mountpoint for Amazon S3でS3バケットをマウントしたEC2インスタンスをSFTPサーバーとして動作させてみた | DevelopersIO
                                                • FlexAttention: The Flexibility of PyTorch with the Performance of FlashAttention

                                                  In theory, Attention is All You Need. In practice, however, we also need optimized attention implementations like FlashAttention. Although these fused attention implementations have substantially improved performance and enabled long contexts, this efficiency has come with a loss of flexibility. You can no longer try out a new attention variant by writing a few PyTorch operators - you often need t

                                                    FlexAttention: The Flexibility of PyTorch with the Performance of FlashAttention
                                                  • 【JS体操】第3問「Zalgo Text の生成」〜いろんな回答紹介編〜 - KAYAC Engineers' Blog

                                                    こんにちは!面白プロデュース事業部のおばらです。 『JS体操』第3問 「Zalgo Text の生成」、今回もたくさんの方が挑戦してくださいました。ありがとうございます!本記事はその解説記事の第1弾。挑戦してくださったみなさまの回答、JS体操 QA チームが事前に検証・想定していた回答を一挙にご紹介します。 もし第3問まだ挑戦できていなかった!というひとは以下よりぜひ。 hubspot.kayac.com 今回の第3問では事前にヒント記事を4件書いてみました。ぜひ併せてご覧ください。 techblog.kayac.com techblog.kayac.com techblog.kayac.com techblog.kayac.com 目次 本戦上位3名の回答 🥇 114文字 by halwhite さん 🥈 117文字 by ほーく さん 🥉 119文字 by すぎゃーん さん 社内

                                                      【JS体操】第3問「Zalgo Text の生成」〜いろんな回答紹介編〜 - KAYAC Engineers' Blog
                                                    • 日経平均株価の下落幅とは ブラックマンデー時3836円安 きょうのことば - 日本経済新聞

                                                      ▼日経平均株価の下落幅 日経平均株価の終値が前営業日の終値を下回ったときの大きさ。これまで最も下落幅が大きかったのは、1987年10月20日で3836円。米国株急落が世界に飛び火した「ブラックマンデー」で、下落率でも14.9%でトップだ。当時普及し始めたコンピューターによるプログラム取引では、ある程度株価が下落すると損失を抑えようとシステムが機械的に売り注文を出すため「売りが売りを呼ぶ」連鎖につ

                                                        日経平均株価の下落幅とは ブラックマンデー時3836円安 きょうのことば - 日本経済新聞
                                                      • shadowファイルを理解してパスワードを解読してみる - 土日の勉強ノート

                                                        前回 は、Flask で実装した Pythonスクリプトを Cython化してみました。 今回は、参考書にしている「ハッキング・ラボのつくりかた 完全版 仮想環境におけるハッカー体験学習」で解説されていた shadowファイルについて、実際の shadowファイルを使って、内容を理解し、解析までやってみたいと思います。 それでは、やっていきます。 参考文献 はじめに Linuxのユーザ名とパスワードの管理方法 パスワードハッシュの詳細内容 mkpasswdを使ってハッシュ値を生成する John the Ripperを使ってパスワードを解読する John the Ripperを使ってみたいので概要を説明します John the Ripperを実際に使ってみる おわりに 参考文献 ハッキング・ラボのつくりかた 完全版 仮想環境におけるハッカー体験学習 作者:IPUSIRON翔泳社Amazon

                                                          shadowファイルを理解してパスワードを解読してみる - 土日の勉強ノート
                                                        • Functional programming languages should be so much better at mutation than they are

                                                          Functional programming languages should be so much better at mutation than they are A lot of people think that functional programming is mostly about avoiding mutation at all costs. Even though persistent data structures are great and there is definitely some truth to it, this view just doesn't really hold up in reality. Many data structures fundamentally require some form of mutation (e.g. union

                                                            Functional programming languages should be so much better at mutation than they are
                                                          • Go 1.23 Release Notes - The Go Programming Language

                                                            Introduction to Go 1.23 The latest Go release, version 1.23, arrives six months after Go 1.22. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Changes to the language Go 1.23 makes the (Go 1.22) “range-over-func” expe

                                                              Go 1.23 Release Notes - The Go Programming Language
                                                            • Faith and Fate: Transformers as fuzzy pattern matchers – Answer.AI

                                                              Are GPT-like models thinking? Unclear. But the Faith and Fate paper (Dziri, 2023) points out they are often “just” pattern matching. Here at Answer.AI, we are fans of Faith and Fate: Limits of Transformers on Compositionality (aka Dziri et al. 2023, and also presented in this talk). It studies performance on multiplication and a couple other tasks, but in a way that suggests answers to some more f

                                                                Faith and Fate: Transformers as fuzzy pattern matchers – Answer.AI
                                                              • A hash table by any other name [LWN.net]

                                                                Benefits for LWN subscribers The primary benefit from subscribing to LWN is helping to keep us publishing, but, beyond that, subscribers get immediate access to all site content and access to a number of extra site features. Please sign up today! On June 25, Matthew Wilcox posted a second version of a patch set introducing a new data structure called rosebush, which "is a resizing, scalable, cache

                                                                • PEP 751 – A file format to list Python dependencies for installation reproducibility | peps.python.org

                                                                  PEP 751 – A file format to list Python dependencies for installation reproducibility Author: Brett Cannon <brett at python.org> Discussions-To: Discourse thread Status: Draft Type: Standards Track Topic: Packaging Created: 24-Jul-2024 Post-History: 25-Jul-2024 Replaces: 665 Table of Contents Abstract Motivation Rationale Locking Scenarios Per-file Locking Package Locking Specification File Name Fi

                                                                    PEP 751 – A file format to list Python dependencies for installation reproducibility | peps.python.org
                                                                  • D-Bot: Database Diagnosis System using Large Language Models

                                                                    Database administrators (DBAs) play an important role in managing, maintaining and optimizing database systems. However, it is hard and tedious for DBAs to manage a large number of databases and give timely response (waiting for hours is intolerable in many online cases). In addition, existing empirical methods only support limited diagnosis scenarios, which are also labor-intensive to update the

                                                                    • Go 1.23 Release Notes - The Go Programming Language

                                                                      Introduction to Go 1.23 The latest Go release, version 1.23, arrives six months after Go 1.22. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Changes to the language Go 1.23 makes the (Go 1.22) “range-over-func” expe

                                                                        Go 1.23 Release Notes - The Go Programming Language
                                                                      • BM𝒳: A Freshly Baked Take on BM25 - Blog

                                                                        We are proud to announce that researchers from Mixedbread and the Hong Kong Polytechnic University have developed a new lexical search algorithm, BMX, that outperforms the current standard BM25 across the board and is easy to use via Mixedbread's open-source Baguetter library. Read on to learn about BMX, how it works, our benchmarks, and how to use it in practice. If you want to jump right in, you

                                                                          BM𝒳: A Freshly Baked Take on BM25 - Blog
                                                                        • テック系企業に優位性をもたらす珍しい5つの「コンピューターサイエンス」の概念(Forbes JAPAN) - Yahoo!ニュース

                                                                          テック系スタートアップにとって、コンピュータサイエンスの基本的な概念は、まさに活動の基盤といえるだろうが、一般的ではない高度なトピックを掘り下げることで、大きな競争力を獲得できるかもしれない。あまり一般的ではない概念は、独自の洞察や方法論を提供し、イノベーションにつながる可能性がある。 たとえ、これらのアイデアのほとんどを自らのソフトウェアに取り入れる方法が見つからなくても、理解することで既成概念にとらわれない発想ができるようになり、より創造的な問題解決能力を身につけることができる。 本記事では、テック系スタートアップの創業者が戦略的な優位性を獲得するために知っておくべき5つの一般的ではないコンピュータサイエンスの概念を紹介する。 ■1. 最適化問題を解決に役立つ「遺伝的アルゴリズム」 アルゴリズムとは、特定のタスクを実行するための命令の集まりである。アルゴリズムはコンピュータサイエンスの

                                                                            テック系企業に優位性をもたらす珍しい5つの「コンピューターサイエンス」の概念(Forbes JAPAN) - Yahoo!ニュース
                                                                          • C++26 の std::execution の概念まとめ [WIP]

                                                                            用語の定義など query object, queryable object queryable object は query object と呼ばれる CPO を Key とする Key/Value ペアの集合であり、query object に queryable object を渡すことで各 query object に対応する queryable object の性質を問い合わせることができます。 execution resource execution resource は並列で処理を行う可能性のある execution agent を管理するプログラムの実体であり、asynchronous operation を実行します。 asynchronous operation asynchronous operation は結果のデータと次の三つの完了状態(disposition)の

                                                                              C++26 の std::execution の概念まとめ [WIP]
                                                                            • 量子コンピュータ研究の最前線【学術対談】

                                                                              提供:株式会社QunaSys ▼藤井先生の著書 ・驚異の量子コンピュータ: 宇宙最強マシンへの挑戦 https://amzn.to/41iNajq ▼藤井先生の講演と量子コンピュータの体験・見学イベント(6/24) ・実際に量子コンピュータで計算を行っていただき、理解を深めていただくイベントです https://qunasys-2023-0624.peatix.com/view ▼Quantum Algorithm Grand Challenge ・量子コンピュータのアルゴリズムを競うチャレンジプログラムです ・Awardもあります(1位は賞金$10,000 & IEEE Quantum weekで発表頂けます) https://www.qagc.org/ ▼学術対談再生リスト https://www.youtube.com/playlist?list=PLDJfzGjtVLHk

                                                                                量子コンピュータ研究の最前線【学術対談】
                                                                              • GitHub - cgzirim/seek-tune: An implementation of Shazam's song matching algorithm.

                                                                                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 - cgzirim/seek-tune: An implementation of Shazam's song matching algorithm.
                                                                                • HamClock

                                                                                  Original QST Article proof Corrections: There is a typo in Table 1. The RA8875 costs $35, not $5. There is a typo in Figure 2. The 33K resistor should be 330K. Also in Figure 2, sometimes pin A0 is labeled ADC. Download current stable HamClock release source code as zip or tgz. Revision history: Version 4.06: 2024-08-03 change: longer POTA/SOTA watch lists and ADIF file name fix: better error mess