並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 140件

新着順 人気順

simpleの検索結果1 - 40 件 / 140件

  • 【レビュー】傑作!これは「鳥山明のロマン」の完全ゲーム化だ!『SANDLAND(サンドランド)』【PS5/PS4/XBOX/PC】 - 絶対SIMPLE主義

    【公式】ゲーム『SAND LAND(サンドランド)』 | バンダイナムコエンターテインメント公式サイト 『SANDLAND(サンドランド)』のレビュー行くぜ! 俺がプレイしたのはPS5版ね。 パブリッシャー:バンダイナムコエンターテイメント 機種:PS5/PS4/XBOX/PC ジャンル:アクションRPG 発売日:2024/4/25 価格:8910円 鳥山明の名作『SANDLAND(サンドランド)』を完全ゲーム化!元のストーリーを大幅に膨らませたアクションRPGで、広大なフィールドを様々なメカで大冒険する内容だ。 開発は株式会社イルカが担当している。 去年くらいからアニメ化にグッズ化にと展開の多かった『SANDLAND(サンドランド)』だが、映画のパンフレットによるとそもそもゲーム化の企画が最初だったそうだ。 そのせいかシナリオもプレイ感も非常に凝っており、国産キャラゲーでこのレベルのゲー

      【レビュー】傑作!これは「鳥山明のロマン」の完全ゲーム化だ!『SANDLAND(サンドランド)』【PS5/PS4/XBOX/PC】 - 絶対SIMPLE主義
    • ばんくしさんによる「ゼロから作る自作 Python Package Manager 入門」がほんとよい! 写経を積みます - nikkie-ftnextの日記

      積ん読宣言エントリです。 ざっと一読した感想を述べています。 目次 目次 エムスリーテックブック5(技術書典15) 第6章 「ゼロから作る自作 Python Package Manager 入門」 組合せてパッケージマネージャー 終わりに P.S. 最近のばんくしさん エムスリーテックブック5(技術書典15) 2023年11月に頒布されました 第6章 「ゼロから作る自作 Python Package Manager 入門」 上記のエムスリーさんのエントリより この課題がどこから来ているのか、どのように解消されようとしているのか、そして開発者としてどのように貢献していけるのかを、実際にPackage Managerのlock、install、run、build、uploadのようなサブコマンドを実装して行くことで知っていく章になります。 ばんくしさんには2023年10月のみんなのPython

        ばんくしさんによる「ゼロから作る自作 Python Package Manager 入門」がほんとよい! 写経を積みます - nikkie-ftnextの日記
      • Your API Shouldn't Redirect HTTP to HTTPS

        TL;DR: Instead of redirecting API calls from HTTP to HTTPS, make the failure visible. Either disable the HTTP interface altogether, or return a clear HTTP error response and revoke API keys sent over the unencrypted connection. Unfortunately, many well-known API providers don't currently do so. Updated 2024-05-24: Added the Google Bug Hunter Team response to the report that the VirusTotal API resp

          Your API Shouldn't Redirect HTTP to HTTPS
        • Merging Remix and React Router

          We've been building a bridge. You can hear Ryan talk about this announcement at React Conf 🎥 For nearly 4 years we've been working on Remix, a fullstack framework built on web standards to help you build better websites and applications. React Router has always been Remix's largest dependency after React itself. The two projects are so closely aligned that we updated React Router to include Remix

            Merging Remix and React Router
          • 新しい「ChatGPT」はココがすごい 解説「GPT-4o」 (1/3)

            OpenAIは5月13日(現地時間)、「Spring Update」と題したをオンラインプレゼンテーションを配信。新しい大規模言語モデル(LLM)「GPT-4o(オー)」お披露目のほか、mac OS用デスクトップアプリや各種無料化施策なども発表した。 テキスト理解力は過去最高 GPT-4oは、これまでのフラッグシップモデル「GPT-4 Turbo」と同等の性能を持ちながら、より高速化され、テキスト、音声、画像の理解力も大幅に向上したという触れ込みの最新LLMだ。 ちなみにGPT-4oの「o」は、「すべての」「全てを含む」という意味を持つラテン語の接頭辞「omni(オムニ)」から来ている。 以前から得意な英語とプログラムコードに関してはGPT-4 Turboと同等の性能を発揮し、英語以外の言語のテキストでは大幅な改善がみられるという。 ベンチマーク(OpenAIが提供するsimple-eva

              新しい「ChatGPT」はココがすごい 解説「GPT-4o」 (1/3)
            • Doing RAG? Vector search is *not* enough

              I'm concerned by the number of times I've heard, "oh, we can do RAG with retriever X, here's the vector search query." Yes, your retriever for a RAG flow should definitely support vector search, since that will let you find documents with similar semantics to a user's query, but vector search is not enough. Your retriever should support a full hybrid search, meaning that it can perform both a vect

                Doing RAG? Vector search is *not* enough
              • [Software Design連動企画] 実践クエリチューニング | gihyo.jp

                この記事は、『Software Design 2024年6月号』(2024年5月17日発売)の第1特集「SQLチューニングする前に知っておきたい 実行計画&インデックスのしくみ」の連動企画です。ぜひ本誌特集1もお読みください。 適切なインデックスを設計する インデックスの調整によるクエリの高速化は、RDBMSを使用する際の数あるチューニングテクニックの中でも最もお手軽なものです。テーブルのカラムの定義を変えるわけではないので、クエリの結果に違いが生じず、アプリケーションを変更する必要性がないからです。適切なインデックスを付与するだけでチューニングが済むというのは極めて効率的です。それでは適切なインデックスとはどのようなものでしょうか。本記事では、まずインデックスを設計する際に重要なポイントを解説します。 インデックスとSQL構文 「どのカラムの組み合わせに対してインデックスを作成すべきか」

                  [Software Design連動企画] 実践クエリチューニング | gihyo.jp
                • Live types in a TypeScript monorepo

                  EDIT: A previous version of this post recommended publishConfig, operating under the mistaken belief that it could be used to override "exports" during npm publish. As it turns out, npm only uses "publishConfig" to override certain .npmrc fields like registry and tag, whereas pnpm has expanded its use to override package metadata like "main", "types", and "exports". There are a number of reasons y

                    Live types in a TypeScript monorepo
                  • What We Learned from a Year of Building with LLMs (Part I)

                    Join the O'Reilly online learning platform. Get a free trial today and find answers on the fly, or master something new and useful. Learn more It’s an exciting time to build with large language models (LLMs). Over the past year, LLMs have become “good enough” for real-world applications. The pace of improvements in LLMs, coupled with a parade of demos on social media, will fuel an estimated $200B

                      What We Learned from a Year of Building with LLMs (Part I)
                    • Apple Silicon MacのCPU E-/P-CoreやGPU、ANE、メモリ使用率、消費電力などを確認できるGo言語で書かれたターミナルベースのモニタリングツール「mactop」がリリース。

                      Apple Silicon MacのCPU E-/P-Coreや、GPU、消費電力などを確認できるターミナルベースのモニタリングツール「mactop」がリリースされています。詳細は以下から。 Apple Silicon Macでベンチマークや負荷の高いアプリを実行する際、Apple SiliconのCPUやGPU、ANE(Apple Neural Engine)、メモリ使用率、消費電力などを確認したいときがありますが、その用際に便利なターミナルベースのモニタリングツール「mactop」がリリースされています。 mactop is a terminal-based monitoring tool “top” designed to display real-time metrics for Apple Silicon chips. It provides a simple and effic

                        Apple Silicon MacのCPU E-/P-CoreやGPU、ANE、メモリ使用率、消費電力などを確認できるGo言語で書かれたターミナルベースのモニタリングツール「mactop」がリリース。
                      • 初めてAWSを使うときのセキュリティ覚書〜利用者編〜 | コラム | クラウドソリューション|サービス|法人のお客さま|NTT東日本

                        しばらくDevelopersIOから出張してクラソルにも投稿します。 今回はこれからAWSを使う方や使い始めた方向けに、AWSセキュリティで絶対に覚えておく必要があることを解説します。 この記事を読んでいただければ、自信を持って安全にAWSを利用し始められます! 1.前置き〜AWSは安全?〜 みなさんはAWSやクラウドを利用する際のセキュリティに対してどんな印象をもっていますか? 「なんだかよくわからないけど不安だ」と感じている方、いい感覚です。初めて扱う技術を怖く感じることは正常な感覚です。しかし、過剰に怖がりすぎるのは違いますね。 逆に「AWSやクラウドは安全だからセキュリティを気にせず使って大丈夫だ」と感じた方は少し危険かもしれません。自らの正確な知識と正しい根拠がないまま勝手に安全だと信じることは正常な感覚ではありません。 いずれの場合も、AWSやクラウドについてこれから学習してい

                          初めてAWSを使うときのセキュリティ覚書〜利用者編〜 | コラム | クラウドソリューション|サービス|法人のお客さま|NTT東日本
                        • No Way, PHP Strikes Again! (CVE-2024-4577)

                          Orange Tsai tweeted a few hours ago about “One of [his] PHP vulnerabilities, which affects XAMPP by default”, and we were curious to say the least. XAMPP is a very popular way for administrators and developers to rapidly deploy Apache, PHP, and a bunch of other tools, and any bug that could give us RCE in its default installation sounds pretty tantalizing. Fortunately, for defenders, the bug has o

                            No Way, PHP Strikes Again! (CVE-2024-4577)
                          • オブジェクトストレージにおけるファイルアップロードセキュリティ - クラウド時代に"悪意のあるデータの書き込み"を再考する - Flatt Security Blog

                            はじめに セキュリティエンジニアの齋藤ことazaraです。今回は、オブジェクトストレージに対する書き込みに関連するセキュリティリスクの理解と対策についてお話しします。 本ブログは、2024年3月30日に開催された BSides Tokyo で登壇した際の発表について、まとめたものです。 また、ブログ資料化にあたりオブジェクトストレージを主題とした内容の再編と、登壇時に口頭で補足した内容の追記、必要に応じた補足を行なっています。 なぜ今、この問題を取り上げるのか? 近年のクラウドリフト、クラウドシフトにより、クラウドを活用する場面が多くなってきていると思います。その中で、多くの場面で利用されるオブジェクトストレージにおいて、データの書き込み時に気にすべきセキュリティリスクが存在するのをご存知でしょうか? 近年、オブジェクトストレージの不適切な利用に起因する情報漏洩が多く発生しています。そのよ

                              オブジェクトストレージにおけるファイルアップロードセキュリティ - クラウド時代に"悪意のあるデータの書き込み"を再考する - Flatt Security Blog
                            • Why, after 8 years, I still like GraphQL sometimes in the right context

                              A recent post, Why, after 6 years, I’m over GraphQL, made the rounds in the tech circle. The author argues that they would not recommend GraphQL anymore due to concerns like security, performance, and maintainability. In this post, I want to go over some interesting points made, and some points I think don't hold up to scrutiny. Always be Persistin' Ok, first of all, let's start with something may

                                Why, after 8 years, I still like GraphQL sometimes in the right context
                              • Elasticsearch piped query language, ES|QL, now generally available — Elastic Search Labs

                                Elasticsearch piped query language, ES|QL, now generally available Today, we are pleased to announce the general availability of ES|QL (Elasticsearch Query Language), a dynamic language designed from the ground up to transform, enrich, and simplify data investigations. Powered by a new query engine, ES|QL delivers advanced search using simple and familiar query syntax with concurrent processing, e

                                  Elasticsearch piped query language, ES|QL, now generally available — Elastic Search Labs
                                • RFC 9562: Universally Unique IDentifiers (UUIDs)

                                   Internet Engineering Task Force (IETF) K. Davis Request for Comments: 9562 Cisco Systems Obsoletes: 4122 B. Peabody Category: Standards Track Uncloud ISSN: 2070-1721 P. Leach University of Washington May 2024 Universally Unique IDentifiers (UUIDs) Abstract This specification defines UUIDs (Universally Unique IDentifiers) -- also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform Resou

                                    RFC 9562: Universally Unique IDentifiers (UUIDs)
                                  • 宇宙の幾何学は非常に複雑でこれまでの手法では宇宙の形を確定できないことが判明

                                    宇宙の構造については「膨張を続ける開いた宇宙」「収縮し続ける閉じた宇宙」「膨張も収縮もしない平坦(へいたん)な宇宙」といった説が存在し、どの説が正しいのかは明らかになっていません。そんな宇宙の構造について、国際的な研究チーム「COMPACT Collaboration」が「宇宙の構造はこれまで考えられていたより複雑かもしれない」とする研究結果を2024年4月に発表しました。 Phys. Rev. Lett. 132, 171501 (2024) - Promise of Future Searches for Cosmic Topology https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.132.171501 Physics - The Universe’s Topology May Not Be Simple https

                                      宇宙の幾何学は非常に複雑でこれまでの手法では宇宙の形を確定できないことが判明
                                    • 2024 年 4 月の AWS Black Belt オンラインセミナー資料及び動画公開のご案内 | Amazon Web Services

                                      Amazon Web Services ブログ 2024 年 4 月の AWS Black Belt オンラインセミナー資料及び動画公開のご案内 2024 年 4 月に公開された AWS Black Belt オンラインセミナーの資料及び動画についてご案内させて頂きます。 動画はオンデマンドでご視聴いただけます。 また、過去の AWS Black Belt オンラインセミナーの資料及び動画は「AWS サービス別資料集」に一覧がございます。 YouTube の再生リストは「AWS Black Belt Online Seminar の Playlist」をご覧ください。 Amazon QuickSight 埋め込みオプションとタイプのご紹介 Amazon QuickSight の埋め込み機能を使うことで、アプリケーションやウェブポータルに Amazon QuickSight のインタラクティ

                                        2024 年 4 月の AWS Black Belt オンラインセミナー資料及び動画公開のご案内 | Amazon Web Services
                                      • How terminal works. Part 1: Xterm, user input

                                        Motivation Introduction User input strace Printing non-printable stty raw -echo -isig UTF-8 Conclusion Motivation This blog series explains how modern terminals and command-line tools work. The primary goal here is to learn by experimenting. I’ll provide Linux tools to debug every component mentioned in the discussion. Our focus is to discover how things work. For the explanation of why things wor

                                        • Introducing the ESLint Configuration Migrator - ESLint - Pluggable JavaScript Linter

                                          We’ve heard you: One of the biggest reasons ESLint users haven’t upgraded to ESLint v9.x is migrating a configuration file seems difficult and complicated. Some plugins support flat config and the ESLint v9.x rule APIs and some don’t. Sometimes you need to use FlatCompat and sometimes you need to use the compatibility utilities. While we cover as much as we can in the migration guide, it can take

                                            Introducing the ESLint Configuration Migrator - ESLint - Pluggable JavaScript Linter
                                          • matcha.css | Drop-in semantic styling library in pure CSS

                                            matcha.css Drop-in semantic styling library in pure CSS. matcha.css is a pure CSS library designed to style HTML elements similarly to a default browser stylesheet, eliminating the need for users to manually patch their documents. Ideal for fast prototyping, static HTML pages, Markdown-generated documents, and developers seeking to streamline their workflow without delving into CSS intricacies and

                                            • 5 Reasons to Switch From Google Calendar to Notion Calendar

                                              Notion Calendar has several advantages over Google Calendar, such as embedding Notion pages. With Notion Calendar, you can use Dark Mode on all devices where it's downloadable. Notion Calendar's streamlined interface is modern and intuitive, and it easily syncs with your Notion databases. Since launching in January 2024, Notion Calendar has been a tempting alternative to Google Calendar. Both apps

                                                5 Reasons to Switch From Google Calendar to Notion Calendar
                                              • What do I think about Lua after shipping a project with 60,000 lines of code?

                                                Hi there! This is Oleg from Luden.io. We decided to have a deep and meaningful conversation about Lua programming language with Ivan Trusov, lead programmer of the video game Craftomation 101. It contains ~60,000 lines of Lua code and is made with Defold game engine. I asked Ivan to talk about the real issues and show real code, not the “hypothetical code, carefully prepared for the public to illu

                                                  What do I think about Lua after shipping a project with 60,000 lines of code?
                                                • Cloudflare took down our website after trying to force us to pay 120k$ within 24h

                                                  TL;DR: We've been on the Cloudflare Business plan ($250/month) for years. They suddenly contacted us and asked us to either pay them $120k up front for one year of Enterprise within 24 hours or they would take down all of our domains. While this escalated up our business we had 3 sales calls with them, trying to figure out what was happening and how to reach a reasonable contract in a week. When w

                                                    Cloudflare took down our website after trying to force us to pay 120k$ within 24h
                                                  • AWS入門ブログリレー2024 〜AWS Step Functions編〜 | DevelopersIO

                                                    当エントリは弊社AWS事業本部による『AWS 入門ブログリレー 2024』の50日目のエントリです。 このブログリレーの企画は、普段 AWS サービスについて最新のネタ・深い/細かいテーマを主に書き連ねてきたメンバーの手によって、 今一度初心に返って、基本的な部分を見つめ直してみよう、解説してみようというコンセプトが含まれています。 AWS をこれから学ぼう!という方にとっては文字通りの入門記事として、またすでに AWS を活用されている方にとっても AWS サービスの再発見や 2024 年のサービスアップデートのキャッチアップの場となればと考えておりますので、ぜひ最後までお付合い頂ければ幸いです。 では、さっそくいってみましょう。今回のテーマはワークフローを制御する『AWS Step Functions』です。 AWS Step Functionsの概要 AWS Step Functio

                                                      AWS入門ブログリレー2024 〜AWS Step Functions編〜 | DevelopersIO
                                                    • dbt Semantic LayerとSteepで実現するデータ民主化 - Gaudiy Tech Blog

                                                      はじめまして、Gaudiyでアナリティクスエンジニア(副業)をしているkuwakenです。 Gaudiyでは現在、データの民主化を進めていますが、その過程でSQLを書く手間や負担、新しいBizメンバーのオンボーディングなどの面で、課題が生じていました。 今回は、その課題を解決するために導入した、dbt Semantic LayerとSteepという2つのデータ系プロダクトに関するお話をします。 1. dbt Semantic Layerの導入背景 2. Steep導入の決定理由 3. dbt Semantic Layerに関するナレッジ 3-1. ディレクトリ構造 3-2. dbt Cloud CLI 3-3. 時間のdimensionはdatetime型で揃える(BigQueryユーザーのみ) 3-4. entitiesを理解する 4. 今後やりたいこと 5. さいごに 1. dbt S

                                                        dbt Semantic LayerとSteepで実現するデータ民主化 - Gaudiy Tech Blog
                                                      • Statically Typed Functional Programming with Python 3.12

                                                        Lately I’ve been messing around with Python 3.12, discovering new features around typing and pattern matching. Combined with dataclasses, they provide support for a style of programming that I’ve employed in Kotlin and Typescript at work. That style in turn is based on what I’d do in OCaml or Haskell, like modelling data with algebraic data types. However, the more advanced concepts from Haskell —

                                                        • Unlock a new era of innovation with Windows Copilot Runtime and Copilot+ PCs

                                                          I am excited to be back at Build with the developer community this year. Over the last year, we have worked on reimagining  Windows PCs and yesterday, we introduced the world to a new category of Windows PCs called Copilot+ PCs. Copilot+ PCs are the fastest, most intelligent Windows PCs ever with AI infused at every layer, starting with the world’s most powerful PC Neural Processing Units (NPUs) c

                                                            Unlock a new era of innovation with Windows Copilot Runtime and Copilot+ PCs
                                                          • 60代のシンプルライフ・毎日の過ごし方おすすめは? - 貯め代のシンプルライフと暮らしのヒント

                                                            60代の生き方 まだ体力があるうちに、自分らしさを大切に積極的に生きたい! そんなふうに感じることが多くなったこの頃。 60代のシンプルライフ・毎日の過ごし方を考えます。 スポンサーリンク 60代の暮らし 60代の資産 60代におすすめは? ボランティア活動 運動習慣や断捨離 まとめ 60代の暮らし お友達とランチ 画像は先日、お友達と会った時のランチ・明太子とチーズのドリア。 久しぶりに会えた彼女は5歳上の65歳。 今もパワフルに活動していますが、60歳の手前で、家の中で転んで、大腿骨を骨折したそうです。 「転倒して、全く動けなかったの。 そうしたら夫が舌打ちしたのよ」 まさかご主人は、大腿骨の骨折と思わなかったのでしょう。 www.tameyo.jp 大恋愛の末に結婚しても、何十年も経つと、「チッ」と舌打ちされるとは。 知人女性は入院し、治るまでに2か月かかったそうです。 それでも、め

                                                              60代のシンプルライフ・毎日の過ごし方おすすめは? - 貯め代のシンプルライフと暮らしのヒント
                                                            • Introduction to gpt-4o | OpenAI Cookbook

                                                              GPT-4o ("o" for "omni") is designed to handle a combination of text, audio, and video inputs, and can generate outputs in text, audio, and image formats. Background Before GPT-4o, users could interact with ChatGPT using Voice Mode, which operated with three separate models. GPT-4o will integrate these capabilities into a single model that's trained across text, vision, and audio. This unified appr

                                                                Introduction to gpt-4o | OpenAI Cookbook
                                                              • GPT-4o紹介ビデオの文字起こし(英語と日本語訳の全文)|IT navi

                                                                5月13日(日本時間5月14日未明)にOpenAIが発表したGPT-4oの紹介ビデオ「Introducing GPT-4o」の文字起こしとその日本語訳です。 〇 日本語訳 [拍手] MIRA MURATI: みなさん、こんにちは。ありがとうございます。今日はここにいてくれてうれしいです。今日は3つのことについて話します。それだけです。まず、製品を真に利用可能かつ広く利用可能にすることがなぜ私たちにとって重要なのかについてお話しします。そして、摩擦を減らす方法を常に探しています。どこにいてもChatGPTを使えるようにするためです。今日はChatGPTのデスクトップ版をリリースし、使いやすく、より自然にするための改善を行います。 しかし、今日の大ニュースは、新しいフラッグシップモデルを発表することです。これをGPT-4oと呼んでいます。GPT-4oの一番の特徴は、無料ユーザーを含むすべての人

                                                                  GPT-4o紹介ビデオの文字起こし(英語と日本語訳の全文)|IT navi
                                                                • Microsoft Build 2024 - インフラ関連アップデートまとめ

                                                                  2024年5月、Microsoft の開発者向けイベント「Microsoft Build 2024」が開催されました。Windows の最新 AI 機能 (Copilot+PC) が開催前日に発表されるなど、Copilot を中心として Microsoft が AI に対する投資を積極的に行っていることをアピールする場になっていました。 数多くあったアップデート・アナウンスのうち、本稿ではインフラ エンジニア[1]の観点から重要だと思われるものをピックアップして、簡単に紹介していきます。 仮想マシン: 第一世代 Cobalt 100 (Preview) Azure Cobalt 100 プロセッサを使用した第一世代の Azure 仮想マシン シリーズが提供開始されました (Dpsv6 / Dpdsv6 / Dplsv6 / Dpldsv6)。 Cobalt 100 は、Microsoft

                                                                    Microsoft Build 2024 - インフラ関連アップデートまとめ
                                                                  • A baseline scrapscript compiler

                                                                    Scrapscript is a small, pure, functional, content-addressable, network-first programming language. fact 5 . fact = | 0 -> 1 | n -> n * fact (n - 1) My previous post introduced the language a bit and then talked about the interpreter that Chris and I built. This post is about the compiler that Chris and I built. In the beginning, there was an interpreter Writing a simple tree-walking interpreter is

                                                                    • GitHub - glebbash/LO: LO - small programming language targeting WASM that aims to be as simple as possible

                                                                      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 - glebbash/LO: LO - small programming language targeting WASM that aims to be as simple as possible
                                                                      • OpenAI、macOS向けのChatGPTデスクトップアプリを発表。本日よりChatGPT Plusユーザーにロールアウトが開始。

                                                                        OpenAIがmacOS向けのChatGPTデスクトップアプリを発表しています。詳細は以下から。 OpenAIは現地時間2024年05月13日、GPT-4モデルをアップデートし、撮影した画像などをもとに数ミリ秒の応答で会話できるAIモデル「GPT-4o」を発表するとともに、MacとWindowsユーザーに対しOpenAIの公式ChatGPTデスクトップアプリをリリースすると発表しています。 For both free and paid users, we’re also launching a new ChatGPT desktop app for macOS that is designed to integrate seamlessly into anything you’re doing on your computer. With a simple keyboard shortcu

                                                                          OpenAI、macOS向けのChatGPTデスクトップアプリを発表。本日よりChatGPT Plusユーザーにロールアウトが開始。
                                                                        • 破綻処理と信用サイクル - himaginary’s diary

                                                                          というNBER論文が上がっている(ungated版へのリンクがある著者の一人のページ)。原題は「Bankruptcy Resolution and Credit Cycles」で、著者はMartin Kornejew(ボン大)、Chen Lian(UCバークレー)、Yueran Ma(シカゴ大)、Pablo Ottonello(メリーランド大)、Diego J. Perez(NYU)。 以下はその要旨。 We study how the macroeconomic dynamics following credit cycles vary with business bankruptcy institutions. Using data on bankruptcy efficiency and business credit around the world, we document th

                                                                            破綻処理と信用サイクル - himaginary’s diary
                                                                          • アプリケーションの動作を担保するテストをどう書くか - JX通信社エンジニアブログ

                                                                            こんにちは。kimihiro_nです。 今回はアプリケーションの動作を保証するために不可欠なテストコードの書き方についてです。 特に外部依存要素のテストに焦点を当ててみていきたいと思います。 外部に依存するテストコード 皆さんはアプリケーションのテストコードを書いていますか? 内部的な状態を持たず、入力と出力が常に変化しない関数であれば、テストコードを書くのは比較的容易です。実際に関数を呼び出ししてその出力と期待値が一致しているかをみればテストすることができます。 しかし実際にアプリケーションを開発する場合、データベースへの接続だったり外部へのAPI呼び出しだったりといった外部の状態に依存した処理が含まれることが多いです。このような場合、素直にテストを書くのが難しいです。 多くの場合モックを利用して実際のデータベース呼び出しを置き換えたり、テスト用のリソースをdockerなどで構築してダミ

                                                                              アプリケーションの動作を担保するテストをどう書くか - JX通信社エンジニアブログ
                                                                            • Introducing Copilot+ PCs - The Official Microsoft Blog

                                                                              An on-demand recording of our May 20 event is available. Today, at a special event on our new Microsoft campus, we introduced the world to a new category of Windows PCs designed for AI, Copilot+ PCs. Copilot+ PCs are the fastest, most intelligent Windows PCs ever built. With powerful new silicon capable of an incredible 40+ TOPS (trillion operations per second), all–day battery life and access to

                                                                                Introducing Copilot+ PCs - The Official Microsoft Blog
                                                                              • シンプルな見出し・吹き出し素材のイラスト

                                                                                llustrator Factoryは、商用利用可能なフリー素材のイラストなどを提供しているウェブサイトです。 イラストをはじめAdobe Illustratorで利用できるグラフィックスタイル、フォントなどのフリー素材をご自由にダウンロードできます。

                                                                                  シンプルな見出し・吹き出し素材のイラスト
                                                                                • Llama 3-V: Matching GPT4-V with a 100x smaller model and 500 dollars

                                                                                  Edit (June 3 )— From TwitterFirst of all, we want to sincerely apologize to the original authors of MiniCPM. We wanted Mustafa to make the original statement but have been unable to contact him since yesterday. @siddrrsh and I posted Llama3-v with @mustafaaljadery. Mustafa wrote the entirety of the code for the project. Sid and I were both really excited about multimodal models and liked the archi

                                                                                    Llama 3-V: Matching GPT4-V with a 100x smaller model and 500 dollars