並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 64件

新着順 人気順

FIXの検索結果1 - 40 件 / 64件

  • 大実験!ChatGPTは競プロの問題を解けるのか (2024年5月版) - E869120's Blog

    1. はじめに 2024 年 5 月 14 日、OpenAI 社から新たな生成 AI「GPT-4o」が発表され、世界に大きな衝撃を与えました。これまでの GPT-4 よりも性能を向上させただけでなく1、音声や画像のリアルタイム処理も実現し、さらに応答速度が大幅に速くなりました。「ついにシンギュラリティが来てしまったか」「まるで SF の世界を生きているような感覚だ」という感想も見受けられました。 しかし、いくら生成 AI とはいえ、競技プログラミングの問題を解くのは非常に難しいです。なぜなら競技プログラミングでは、問題文を理解する能力、プログラムを実装する能力だけでなく、より速く答えを求められる解法 (アルゴリズム) を考える能力も要求されるからです。もし ChatGPT が競技プログラミングを出来るようになれば他のあらゆるタスクをこなせるだろう、と考える人もいます。 それでは、現代最強の

      大実験!ChatGPTは競プロの問題を解けるのか (2024年5月版) - E869120's Blog
    • 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
      • Gitでコード管理する際の運用ガイドライン - Qiita

        はじめに データサイエンティストのasanoです。 Gitコマンドを学んだあと「Gitブランチ戦略」や「綺麗なコミット」や「プルリクの出し方」など、チームでGitのコード管理を円滑に運用するためのノウハウは実務を通して学ぶことが多いと思います。 実際の業務ではそういった暗黙知になっている部分を認識合わせするために、本記事のようなガイドラインを利用しています。 ※ これを読んでスキルが一朝一夕で身に着くわけではなく少ない時間でも毎日Gitを触る中で身につけるものだと思いますが、学習の一助になれば幸いです。 円滑に運用するために 次の3つをチーム全員で取り組む必要があります。 ①Git運用モデルを取り入れる ②綺麗なコミットを心がける ③適切なプルリクを出す、受ける ①Git運用モデルを取り入れる まずはA successful git branch model (git-flow)を学びまし

          Gitでコード管理する際の運用ガイドライン - Qiita
        • とあるインフラ屋のプルリクエストレビュー奮闘記 - NRIネットコムBlog

          本記事は 【プルリクウィーク】 2日目の記事です。 💻 1日目 ▶▶ 本記事 ▶▶ 3日目 📚 はじめに Git と インフラ屋 と IaC そもそもインフラ屋が管理するコードとは? IaC インフラ関連の設定ファイル CI/CD周りの設定ファイル PRレビューで難しいと思うこと 何を持ってOKとするか そもそも検証が難しい 網羅性が判断つかない PRレビューで意識していること 静的チェックの導入 コメントには意向を示す略語を付ける コメントがFixすればリアクションしてクローズする 対面レビューの時間を設ける リリースとの親和性が高い さいごに はじめに こんにちは、加藤です。 普段、私はインフラエンジニア(以下インフラ屋)としてシステム運用に携わっています。 最近はIaCの普及もあり、インフラチームでもプルリクエスト(以下PR)レビューを実施しているチームが多いのではないでしょうか

            とあるインフラ屋のプルリクエストレビュー奮闘記 - NRIネットコムBlog
          • Amazon Aurora MySQL バージョン 2 (MySQL 5.7 互換) からバージョン 3 (MySQL 8.0 互換) へのアップグレードのチェックリスト、パート 1 | Amazon Web Services

            Amazon Web Services ブログ Amazon Aurora MySQL バージョン 2 (MySQL 5.7 互換) からバージョン 3 (MySQL 8.0 互換) へのアップグレードのチェックリスト、パート 1 本記事は、Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade checklist, Part 1 を翻訳したものです。 Amazon Aurora MySQL 互換エディション バージョン 2 (MySQL 5.7 互換)は 2024 年 10 月 31 日に標準サポートの終了が予定されています。Amazon Aurora MySQL バージョン 2 の標準サポートの終了タイムラインについて

              Amazon Aurora MySQL バージョン 2 (MySQL 5.7 互換) からバージョン 3 (MySQL 8.0 互換) へのアップグレードのチェックリスト、パート 1 | Amazon Web Services
            • 入力線画を全く変えずに画像生成AIに色塗りさせる方法

              タイトル通り、入力線画を(基本的には)1pixelも変えずに画像生成AIに色塗りをさせる方法について解説していきます。 本題に入る前に そもそも画像生成AIによる色塗り(着彩)について知らない方向けに、既存技術でAIに色塗りをさせるとはどのような事を指すか?またどのような課題があるか?について一度整理します。 画像生成AIによる着彩 テキストから画像を生成できるという事で一躍有名になった画像生成AIですが、テキストだけでは生成したい画像を詳細に指示することが困難であるという課題を抱えていました。 そこで、テキストと比較してより具体的に生成したい画像を指示する方法として。ControlNetを用いた画像とテキストを入力して新たな画像を生成する手法が現れます。 この応用として、色塗りがされていない線画と指示テキストを入力することで、入力した線画に対し色を塗った状態の画像を生成するという方法が存

                入力線画を全く変えずに画像生成AIに色塗りさせる方法
              • Omakub

                Turn a fresh Ubuntu installation into a fully-configured, beautiful, and modern web development system by running a single command. That’s the one-line pitch for Omakub. No need to write bespoke configs for every essential tool just to get started or to be up on all the latest command-line tools. Omakub is an opinionated take on what Linux can be at its best. Omakub includes a curated set of appli

                  Omakub
                • ゲームギアで弾幕STGを創ってみた - Qiita

                  はじめに 以前、VGS-Zeroというラズパイで動作する自作ゲーム機を紹介させていただきました。 今回、上記の記事でも触れているVGS-Zeroのローンチタイトル「Battle Marine」(下記)をゲームギアに移植してみました。 本書はBattle Marineをゲームギアへ移植した経緯や技術的に苦労した点などを纏めたものとなります。 なお、今回ゲームギア(実機)で動作できるソフトとしてBattle Marineを開発しましたが、セガの公式なライセンス商品ではなく、飽くまでも ゲームギアと互換性のある同人ソフト となります。 何故ゲームギア? Battle Marine のゲームジャンルは「弾幕STG」です。 もしかすると、この点については議論の余地があるかもしれませんが、少なくとも私は弾幕STGとして創ったつもりです。 「Z80のゲーム機」としてはチート級のスペックのVDPを搭載して

                    ゲームギアで弾幕STGを創ってみた - Qiita
                  • 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)
                    • TikTokやInstagramの現役社員にお金を払ってBANされたアカウントを復旧してもらう「pls fix」

                      SNSのアカウントが凍結された場合、サポートセンターに連絡して復旧してもらうのが一般的ですが、場合によっては時間がかかったりそのまま放置されたりする可能性もあります。そんな場合に、お金を払ってでも特別に対応して欲しい人とSNS企業の社員をマッチングするサイト「pls fix」が公開されました。ただし、「不正行為を依頼」することになるので倫理的にも問題だという声も多く寄せられています。 pls fix https://plsfix.co/ pls fixにアクセスすると、以下のように表示されます。 左から順に題名、プラットフォーム、報酬額、投稿日がリスト化されており、「Suck my cock」のような冗談じみた投稿もあれば、Microsoftの社員に向けて「2000年以前の古いHotmail」を復旧して欲しいと依頼するものや、Xのアカウントが凍結されたと訴えるようなものもあります。 よくあ

                        TikTokやInstagramの現役社員にお金を払ってBANされたアカウントを復旧してもらう「pls fix」
                      • 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
                        • "早く・よりよく・安全に"リリースするためにデザイナーができること | 英語アプリmikanの学習結果画面リニューアル事例|Ayaka Nagataki

                          "早く・よりよく・安全に"リリースするためにデザイナーができること | 英語アプリmikanの学習結果画面リニューアル事例 はじめにこんにちは!英語アプリmikanのデザイナーをしているayataki(@ag_ayakan)です🍊 今回は「"早く・よりよく・安全に"リリースするためにデザイナーができること」というテーマで記事を書いてみたいと思います。 2024年5月にmikanの学習結果画面のリニューアルを終えたので、今回はこの事例をもとにご紹介します。 残念ながら初期リリースでは思うように数字が上がらず、3回のリベンジ版リリースを経ての着地となったため、超成功事例を紹介する記事ではありません。。 ただ、8年触っていなかった画面をキックオフから3ヶ月で初回リリース、その後も大きな事故はなく閉幕できました。初回リリースまでの3ヶ月間、そしてその後の2ヶ月間どのようにして制作していったかをお

                            "早く・よりよく・安全に"リリースするためにデザイナーができること | 英語アプリmikanの学習結果画面リニューアル事例|Ayaka Nagataki
                          • Top Website Accessibility Testing Tools For Inclusive Web Design

                            In an increasingly digital age, the internet serves as a vital resource for information, communication, commerce, and entertainment. However, for the millions of people living with disabilities, navigating the web can present significant challenges. Web accessibility addresses these challenges by ensuring that websites, tools, and technologies are designed and developed to be usable by everyone, r

                              Top Website Accessibility Testing Tools For Inclusive Web Design
                            • 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?
                              • RubyKaigi 2024に参加できて本当に良かった - joker1007’s diary

                                RubyKaigi 2024に参加してきました。 今回参加までに紆余曲折あったので、一時は参加を諦めていたんですが、何とか無事参加することが出来ました。 2011年に初参加して以来休まず参加していたので、ついに連続参加が途絶えるのかと思ってましたが、無事連続参加を達成できて嬉しい限りです。 今回はそういう事情もあってか、コミュニティとの繋がりを強く感じることができたRubyKaigiでした。 色々思いが溢れてしまって、技術的に楽しかったこと、自分が嬉しかったこと、参加前の事情とか全部書いてたらえらい分量になってしまいました。気が向いたら目に付いたところだけ読んでくださいw 参加前 そもそも何があったかというと、大体去年の12月ぐらいから咳が止まらなくなり、更に年明けぐらいに高熱が出た上で咳が出続けている状態でした。 余りに咳が酷かったので、喉に傷が付いた後胃酸が逆流したりして声帯の近くに潰

                                  RubyKaigi 2024に参加できて本当に良かった - joker1007’s diary
                                • カンファレンスの”体験”のデザイン -かりゆしウエアの舞台裏- | RubyKaigi 2024|ゆっきー | Yuki Haruyama

                                  めんそ〜れ!「B/43(ビーヨンサン)」を提供するスマートバンクでコミュニケーションデザイナーをしているゆっきー(@yuki930)です✋ 2024年5月に沖縄で開催されたRubyの国際カンファレンス「RubyKaigi 2024」で、同僚のmmitoさんと共にRubyKaigi 2024カンファレンス全体のデザインを担当させていただきました。 沖縄らしさを表現した今回のビジュアルの制作過程については、せひmmitoさんの記事をご覧ください! RubyKaigiでは、毎年デザイナーが入れ替わる方式が採用されており、RubyKaigi 2024ではmmitoさんと私の2名体制でデザインを担当しました。 歴史のあるカンファレンスなので、歴代デザイナーのみなさんのさまざまな試行錯誤がチームに経験として積み重ねられています。 私の記事では、カンファレンスの体験のデザインにフォーカスをあて、今年の制

                                    カンファレンスの”体験”のデザイン -かりゆしウエアの舞台裏- | RubyKaigi 2024|ゆっきー | Yuki Haruyama
                                  • Opinion | Less Marriage, Less Sex, Less Agreement

                                    I wrote a column recently lamenting the decline in marriage rates, noting that a record half of American adults are now unmarried. As a long-married romantic myself, steeped in statistics suggesting that marriage correlates with happiness, I found that sad. My readers, not so much. Many women readers in particular dismissed heterosexual marriage as an outdated institution that pampers men while tu

                                      Opinion | Less Marriage, Less Sex, Less Agreement
                                    • Managing My Motivation, as a Solo Dev

                                      One of the biggest sticking points of being a solo dev is maintaining motivation. I’ve been keeping a journal entry about how to hack my motivation, what works and what doesn’t. Here are the things that have worked. Convert external sources to motivationI’ve always known that I’m more extrinsically than intrinsically motivated, so I have a couple systems that help to give me bursts of external mot

                                      • iOS 17.5で過去に削除したはずの写真が復元されているとの報告、消したはずのNSFW画像が復活しているとの指摘も

                                        2024年5月14日に配信開始されたiOS 17.5にアップデートしたiPhoneユーザーが、「過去に削除したはずの写真がなぜか復元されている」と報告しています。同問題に遭遇したユーザーの中には、削除したはずのNSFW画像が復活してしまったと報告している人もいます。 Troubling iOS 17.5 Bug Reportedly Resurfacing Old Deleted Photos - MacRumors https://www.macrumors.com/2024/05/15/ios-17-5-bug-deleted-photos-reappear/ iPhone owners say the latest iOS update is resurfacing deleted nudes - The Verge https://www.theverge.com/2024/5/1

                                          iOS 17.5で過去に削除したはずの写真が復元されているとの報告、消したはずのNSFW画像が復活しているとの指摘も
                                        • Introducing GitHub Copilot Extensions: Unlocking unlimited possibilities with our ecosystem of partners

                                          Today, we’re introducing GitHub Copilot Extensions to bring the world’s knowledge into the most widely adopted AI developer tool. Through a growing partner ecosystem, Copilot Extensions enables developers to build and deploy to the cloud in their natural language with their preferred tools and services, all without leaving the IDE or GitHub.com. With Copilot and now Copilot Extensions, developers

                                            Introducing GitHub Copilot Extensions: Unlocking unlimited possibilities with our ecosystem of partners
                                          • Announcing TypeScript 5.5 RC - TypeScript

                                            Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s new in TypeScript 5.5! Inferred Type Predicates Control Flow Narrowing for Constant Indexed Accesses Type Imports in JSDoc Regular Expression Syn

                                              Announcing TypeScript 5.5 RC - TypeScript
                                            • Appleが3年間も「ペアレンタルコントロールを回避して子どもがポルノサイトなどにアクセスできるバグ」の報告を黙殺していたことが判明

                                              AppleはiPhoneやiPadなどのデバイスで、子どもがポルノや暴力的なウェブサイトにアクセスできないようにする「ペアレンタルコントロール」を提供しています。ところが、このペアレンタルコントロールには禁止したはずのウェブサイトにアクセスできてしまうバグがあり、研究者が2021年から問題を報告し続けていたにもかかわらず、Appleは対応せず黙殺していたとウォール・ストリート・ジャーナルが報じました。 How Broken Are Apple’s Parental Controls? It Took 3 Years to Fix an X-Rated Loophole. - WSJ https://www.wsj.com/tech/personal-tech/a-bug-allowed-kids-to-visit-x-rated-sites-apple-took-three-years-t

                                                Appleが3年間も「ペアレンタルコントロールを回避して子どもがポルノサイトなどにアクセスできるバグ」の報告を黙殺していたことが判明
                                              • CSS Length Units | CSS-Tricks

                                                Overview Many CSS properties accept numbers as values. Sometimes those are whole numbers. Sometimes they’re decimals and fractions. Other times, they’re percentages. Whatever they are, the unit that follows a number determines the number’s computed length. And by “length” we mean any sort of distance that can be described as a number, such as the physical dimensions of an element, a measure of tim

                                                  CSS Length Units | CSS-Tricks
                                                • GitHub Copilot導入 - 合同会社ChameleonMeme

                                                  GitHub Copilotとは AIを利用してコーディングを助けてくれるツールです。vscode等のIDE上で使用することができます。 公式ドキュメントはこちらになります。 料金 以下のとおり、個人は$10/月、企業向けは$19/月で、個人の場合30日のお試し期間があります。 使い方 vscodeの設定 拡張機能のインストールマーケットプレイスでGitHub Copilotを検索してインストールします。 これをいれると、GitHub Copilot Chatというのもインストールされるはずです。 インストールしたら、vscodeを再起動してください。 GitHubの認証 右下のCopilotのマークを押して、SIgn in to GitHubを選択します 認証のブラウザが表示されるので認証するとvscodeでCopilotが使えるようになります。 軽くさわってみた python編 適当な

                                                    GitHub Copilot導入 - 合同会社ChameleonMeme
                                                  • テスラ車の自動ワイパーがうまく動作しないのは「カメラ重視」の方針のせいだという指摘

                                                    多くの現代車にはフロントガラスに落ちた雨滴を感知して動く自動ワイパー機能が搭載されていますが、テスラ車の自動ワイパー機能は性能が低いことが以前から指摘されています。一体なぜテスラ車の自動ワイパー機能がうまく動作しないのか、どうして問題の修正が難しいのかについて、テスラ関連の話題を取り上げるウェブメディアのNot a Tesla Appが解説しました。 Tesla Auto Wipers: Why They Don't Work and Why There Isn't an Easy Fix https://www.notateslaapp.com/news/2045/tesla-auto-wipers-why-they-dont-work-and-why-there-isnt-an-easy-fix テスラ車の自動ワイパー機能がうまく動作しない一番の理由は、「テスラ車には他の多くの自動ワイ

                                                      テスラ車の自動ワイパーがうまく動作しないのは「カメラ重視」の方針のせいだという指摘
                                                    • Engineering for Slow Internet – brr

                                                      Engineering for Slow Internet How to minimize user frustration in Antarctica. Hello everyone! I got partway through writing this post while I was still in Antarctica, but I departed before finishing it. I’m going through my old draft posts, and I found that this one was nearly complete. It’s a bit of a departure from the normal content you’d find on brr.fyi, but it reflects my software / IT engine

                                                      • 『セクシー田中さん』報告書、原作者に嘘の説明→総括「意図を全て取り入れた」

                                                        日本テレビ(「Wikipedia」より/Suicasmo) 昨年10月期の連続テレビドラマ『セクシー田中さん』(日本テレビ系)で、原作者・芦原妃名子さんの意向に反し何度もプロットや脚本が改変されていたとされるトラブルが表面化し、芦原さんが死去した問題をめぐり、日本テレビは5月31日、社内特別調査チームがまとめた調査報告書を公表。ドラマの制作過程においてドラマ制作スタッフが芦原さんに嘘の説明をしたり、同社が芦原さんと契約書の締結を行っていなかった事実が記述されている一方、 「放送されたドラマは本件原作者の意図をすべて取り入れたものとなったと日本テレビも小学館も認識している」 「本件原作者が本件ドラマの内容が自己の意向にそぐわないものだとの理由で不満を抱えていたという事実はなかったとみられる」 と結論付けていることに疑問の声が広がっている。さらに、 「(原作者サイドとの早期の契約について)テレ

                                                          『セクシー田中さん』報告書、原作者に嘘の説明→総括「意図を全て取り入れた」
                                                        • 生成AIグラビアをグラビアカメラマンが作るとどうなる?第25回:三拍子揃った新Upscale手法 ControlNet 852_a_clone_xlを試す (西川和久) | テクノエッジ TechnoEdge

                                                          ■Upscaleの基本Stable Diffusionを使った生成AI画像の場合、SD 1.5、SDXL共に推奨解像度があり、例えばよく使う縦横比の2:3だと、それぞれ512x768 と 832x1,216となっている。 これより大きい画素数を指定すると、妙に体が長かったり、顔が複数出て来たり…オカルト的な絵となるケースが多い。 ではフルHDサイズの画像を作るにはどうすれば?というと、上記で生成した画像に対して2.5倍もしくは1.58倍すればフルHDとなるのはお分かりいただけると思うが、これをUpscaleと呼んでいる。 手順は大きく分けて、txt2img中にUpscaleする方法と、一旦 txt2imgで画像を作り、できた画像を img2imgでUpscaleする方法の2パターンがある。 筆者の場合は前者がほとんどで、後者は何か理由がない限り使わなかった(単にできた画像をimg2imgへ

                                                            生成AIグラビアをグラビアカメラマンが作るとどうなる?第25回:三拍子揃った新Upscale手法 ControlNet 852_a_clone_xlを試す (西川和久) | テクノエッジ TechnoEdge
                                                          • References are like jumps

                                                            In a high-level language, the programmer is deprived of the dangerous power to update his own program while it is running. Even more valuable, he has the power to split his machine into a number of separate variables, arrays, files, etc.; when he wishes to update any of these he must quote its name explicitly on the left of the assignment, so that the identity of the part of the machine subject to

                                                            • GitHub - panglesd/slipshow: An engine for displaying slips, the next-gen version of slides

                                                              Slipshow is a tool specifically designed for technical presentations where traditional slides are not enough. In a slipshow presentation, the equivalent of a slide is called a slip. Each slip is like a slide, but with no bottom limit. That is, the content can be arbitrarily long! During the presentation, the camera will "scroll" down to reveal the hidden content, following a script given by the pr

                                                                GitHub - panglesd/slipshow: An engine for displaying slips, the next-gen version of slides
                                                              • Stripe's monorepo developer environment - Made of Bugs

                                                                I worked at Stripe for about seven years, from 2012 to 2019. Over that time, I used and contributed to many generations of Stripe’s developer environment – the tools that engineers used daily to write and test code. I think Stripe did a pretty good job designing and building that developer experience, and since leaving, I’ve found myself repeatedly describing features of that environment to friend

                                                                • Ruby構文解析器 開発日録#3 - RubyKaigi 2024に登壇してきました - I Would Prefer Not To.

                                                                  私は2024年5月15日から17日まで、沖縄の那覇で開催されていたRubyKaigi 2024に参加し、登壇をしてきました。 RubyKaigiへの参加はRubyKaigi 2022からなので今年で3年目です。 もう2週間が経とうとしていますが、少しずつ気持ちを整理してようやく現実に戻ってきました。 この記事自体は帰りの飛行機の中で書き始めたのですが、つらつらと書いていると凄まじい長文となってしまいました。(6/2現在までずっと書いているとは思いもしませんでした。) 本文章内に、他の方の旧Twitterでのポストを引用していますが、もし問題がございましたらお手数ですがお知らせください。 これはゆいレールのはじまり 発表では、Lramaに新たな文法を拡張するというアプローチでparse.yのメンテナンス性を向上させるというお話をしました。 rubykaigi.org 言葉にするのは非常に難し

                                                                    Ruby構文解析器 開発日録#3 - RubyKaigi 2024に登壇してきました - I Would Prefer Not To.
                                                                  • Fault tolerant Gleam – Gleam

                                                                    Published 27 May, 2024 by Louis Pilfold Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.2.0 has been published, a release that focuses on improving the language server and developer experience. It’s a big one both in terms of size and impact, so let’s take a look as what it includes. Fault tolerant compilation Gleam’s compiler has t

                                                                      Fault tolerant Gleam – Gleam
                                                                    • Node.js — Node v22.3.0 (Current)

                                                                      2024-06-11, Version 22.3.0 (Current), @RafaelGSS Notable Changes [5a41bcf9ca] - (SEMVER-MINOR) src: traverse parent folders while running --run (Yagiz Nizipli) #53154 [1d5934524b] - (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken) #53221 [75e5612fae] - (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga) #53124 [b5c30e2f5e] - (SEMVER-MINOR) module: pr

                                                                        Node.js — Node v22.3.0 (Current)
                                                                      • Professional-grade mypy configuration

                                                                        Type hints are an essential part of modern Python. Type hints are the enabler for clever IDEs, they document the code, and even reduce unit testing needs. Most importantly, type hints make the code more robust and maintainable which are the attributes that every serious project should aim for. At Wolt we have witnessed the benefits of type hints, for example, in a web backend project which has 100

                                                                          Professional-grade mypy configuration
                                                                        • F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog

                                                                          Programming language authors have to think about many things at once: overall language design, runtime dangers, possible feature misuse, backward compatibility, forward compatibility, and so on. All these aspects, together with communication hiccups and time constraints, might get in the way of some seemingly clear and manageable problems. The Bug The story began in the summer of 2015 with this is

                                                                            F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog
                                                                          • VALORANTで有害プレイヤーにハードウェアBANを実施すると運営が発表、「他のゲームをプレイしてください」と害悪プレイヤーとの決別を宣言

                                                                            人気シューティングゲーム「VALORANT」の運営チームが「有害プレイヤーはハードウェアBANの対象になる」と明言しました。さらに、一部地域で実施しているボイスチャット監視の対象地域を拡大することや、今後30日以内にポリシーのアップデートを実施することも発表されています。 TLDR: we are taking actions to improve the state of player behavior in the game. If you want to make evil statements under the guise of "shit talk", you aren't welcome here. Specific actions we're taking 👇🏽 pic.twitter.com/l5Um40Q7KR— VALORANT (@VALORANT) May 3

                                                                              VALORANTで有害プレイヤーにハードウェアBANを実施すると運営が発表、「他のゲームをプレイしてください」と害悪プレイヤーとの決別を宣言
                                                                            • List of Patterns

                                                                              See the README for an explanation and discussion about this project and how to use it. The Patterns A pattern language has the structure of a network. […] The sequence of patterns is both a summary of the language, and at the same time, an index to the patterns. — p. xviii Town Patterns We begin with that part of the language which defines a town or community. These patterns can never be designed

                                                                                List of Patterns
                                                                              • ESLintを活用したReact Routerのアップデート作業 - asoview! Tech Blog

                                                                                こんにちは。技術本部ウラカタ開発部のkaorun343です。フロントエンドエンジニアのチームでは継続的に開発環境の改善活動をおこなっています。今回はこの活動において実施した、React Routerのアップデート作業について紹介します。 はじめに 方針 移行ガイドにそって更新作業を実施する ESLintを用いる AST Grepについて ESLintを活用した移行作業 ルート定義の修正 <Switch> の中にある <Redirect> を除去 <Switch> の中にある <Route> 以外のコンポーネントの除去 コンポーネントの修正 route propsを利用している箇所の修正 最後に はじめに アソビューの社内向け管理画面はReact Routerを用いたシングルページアプリケーションとして構築しています。この管理画面アプリケーションは長らく依存パッケージの更新がなされていなかっ

                                                                                  ESLintを活用したReact Routerのアップデート作業 - asoview! Tech Blog
                                                                                • Node.js — Node v22.2.0 (Current)

                                                                                  2024-05-15, Version 22.2.0 (Current), @targos Notable Changes [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766 [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #52874 [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #52837 [8748dd6477] - (SEMVER-MINOR) inspector: intr

                                                                                    Node.js — Node v22.2.0 (Current)