並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 62件

新着順 人気順

toolsの検索結果1 - 40 件 / 62件

  • 「先週何したっけ?」をゼロに:Obsidian + Claude Codeを業務アシスタントに - エムスリーテックブログ

    AI・機械学習チームの池嶋 (@mski_iksm)です。 このブログはAI・機械学習チームブログリレー 10日目の記事です。 前日は鴨田さんによる「BigQueryのCronJob向けQAテストを自動化した話」でした。 2025年6月現在、MarkdownエディタのObsidianが注目を集めています。 これはLLM(大規模言語モデル)の活用が普及し、ObsidianとAIを組み合わせることで、単なるメモツールを超えた「知的業務アシスタント」として機能するようになった点が要因の1つと言えるでしょう。 従来のメモツールが「記録」に留まっていたのに対し、AIとの連携により「記録→検索→分析→洞察」という一連のワークフローが自動化されるようになりました。 この記事では、ObsidianとClaude Codeを組み合わせることで、情報の蓄積と活用がいかに改善しているか、そしてどうそれを実践して

      「先週何したっけ?」をゼロに:Obsidian + Claude Codeを業務アシスタントに - エムスリーテックブログ
    • プログラミング1ミリも分からない人がGemini CLI始めるまでの全手順(Win篇)|ミヤマ|営業部にいるデザイナー

      📢非メンバーさんもGemini CLIを動かすまで無料で読めます! GoogleのGemini CLIが無料ですごい! なんかよく分からんが、MCPにも対応?とかなんとか……。 とにかく、すごく便利そうなのは分かった! そしてAIで自然言語で処理できるっぽいのも分かった! 「でもインストール分からない~🤤」 「プログラミング1ミリも分からない~🤤」 というド素人、プログラミング全然分からないわたし「ミヤマ」と、サポーターの「Gemini(WEB)くん」との戦いの記録を共有します。 ターミナルを「黒い画面」と言う、本気で1ミリも分からない人間がインストールして使えるようにセットアップするまでの全記録です。 ちなみにAIじゃなくて、人間ががんばって書きました! 💡オススメポイント💡 プログラミング分からない人特有の「つまずきポイント」も、全部網羅しております。ご参考にしてください!笑

        プログラミング1ミリも分からない人がGemini CLI始めるまでの全手順(Win篇)|ミヤマ|営業部にいるデザイナー
      • ターミナルを使う人は、とりあえず「mise」を入れておく時代。  ・・・を夢見て。

        「mise」ってすごい使いやすいんですよ。 miseとは GitHubリポジトリの説明書きに 「dev tools, env vars, task runner」 と書かれているrust製のcliツールです。 この記事ではmiseヘビーユーザーの私が推したい生産性の上がる機能を紹介するので、miseを初めて知った人も、知ってるけど使ってないって人も、ぜひ一読してみてください。 ちなみに最近話題になりやすいAIツールのcliパッケージなどもmiseで管理できたりします。 推したい機能はこれです! ① タスクランナー(私が推したい機能No.1) 私はmiseにおいてはタスクランナーが一番便利な機能だと思っているので最初に紹介します。 タスクランナーはmise.tomlによく使うスクリプトをタスクとして定義しておいて、mise runコマンドで実行する機能です。 ※設定ファイルはグローバルで有効

          ターミナルを使う人は、とりあえず「mise」を入れておく時代。  ・・・を夢見て。
        • Passkey認証の実装ミスに起因する脆弱性・セキュリティリスク - GMO Flatt Security Blog

          はじめに こんにちは、GMO Flatt Security株式会社 セキュリティエンジニアの小武です。 近年、WebAuthn、特にPasskeyはパスワードレス認証への関心の高まりや利便性の高さから、普及が進んでいます。 WebAuthnによるPasskey認証は強固な認証手段ですが、複雑な認証基盤の実装に不備があると、依然としてアカウント乗っ取りを含む従来のセキュリティリスクを払拭できません。 本記事では、W3CのWorking Draft(2025年5月現在)である Web Authentication: An API for accessing Public Key Credentials Level 3 を読み解き、Relying Party(RP)としてPasskey認証を導入する際に実装で注意すべき点を説明いたします。 はじめに Passkey認証でも生まれ得るセキュリティリ

            Passkey認証の実装ミスに起因する脆弱性・セキュリティリスク - GMO Flatt Security Blog
          • Pythonで理解するMCP(Model Context Protocol) | gihyo.jp

            動作環境 Python 3.12 ライブラリの使用バージョン gradio 5.34.2 anthropic 0.54.0 mcp 1.9.4 python-dotenv 1.1.0 仮想環境とライブラリインストール % cd mcp-host-with-gradio % python3 -m venv venv % source venv/bin/activate (venv) % pip install gradio anthropic mcp dotenv .envファイルの設定 AnthropicのAPIキーが必要です。APIキーの作成は以下を参考にしてください。APIの利用には料金がかかりますが、API従量課金であれば5ドルから始めることが可能です。 Claudeを使い始める -Anthropic .env ANTHROPIC_API_KEY=xxxxxxxxxxxxxxxxxx

              Pythonで理解するMCP(Model Context Protocol) | gihyo.jp
            • Claude Code: Best Practices and Pro Tips

              This guide provides tips and tricks for effectively using Claude Code, a command-line tool for agentic coding. Using Claude Code as a Bash CLI Claude Code (often invoked as claude or cc) can be used similarly to other bash-based command-line interfaces. Use CC as a bash CLI You can perform many standard command-line operations. For example, to checkout a new branch and lint the project: claude "ch

                Claude Code: Best Practices and Pro Tips
              • [入門] PythonでuvとPEP 723を使うと開発体験が10倍向上する理由 - Qiita

                uvとは何か、なぜ今注目されているのか 従来のPython環境構築の問題点 Pythonの環境構築には、長年にわたって解決されない問題がありました。まず速度の問題として、pip installが遅く、依存関係解決に時間がかかります。特にcondaは、環境解決に数分かかることも珍しくありません。 次に再現性の問題として、環境差異でエラーが発生し、バージョン固定が面倒です。pipとcondaを混在させると、さらに複雑な問題が発生することもあります。 さらに管理の複雑さとして、venv、pyenv、pipenv、conda、Anacondaなど、ツールが乱立し、どれを使うべきか迷ってしまいます。activateを忘れるといった問題も頻発します。 Python環境管理ツールの変遷 ここで、Python環境管理ツールの歴史を振り返ってみましょう。 2007年頃 - virtualenvの登場。初めて

                  [入門] PythonでuvとPEP 723を使うと開発体験が10倍向上する理由 - Qiita
                • Coding Agents 101: The Art of Actually Getting Things Done

                  Developer tooling has been rapidly evolving. Ten years ago, it was autocomplete and intellisense, capable of suggesting method names and carrying out programmatic refactors. Four years ago, it was copilots and tab complete, capable of writing the next couple lines of code for you. Two years ago, it was generative chatbots, capable of assisting your development and generating entire files for you.

                  • 速報版:Gemini CLIを業務で使う際のポイント - 電通総研 テックブログ

                    電通総研、スマートソサエティセンターの飯田です。 Gemini CLIがリリースされて話題になっていますね。 Developers, builders and creators: Bring the power of Gemini 2.5 Pro directly into your terminal with Gemini CLI, our new open-source AI agent with unmatched usage limits. Available now in preview — at no charge. pic.twitter.com/D576uqjfJG— Google (@Google) 2025年6月25日 リリースされたばかりで、Gemini CLIの良い利用方法はまだ掴みきれていないですが、 そもそも業務利用して使うために、利用規約、特にデータの取り扱い

                      速報版:Gemini CLIを業務で使う際のポイント - 電通総研 テックブログ
                    • 数理最適化とAIエージェントでシフト組み業務を自動化&効率化した話 - NearMe Tech Blog

                      はじめに NearMeエンジニアの柿野上拓真(Takuma Kakinoue)です。私は、数理最適化や機械学習をはじめとする高度なアルゴリズムを含むテクノロジーによって実社会の問題を解決することに高いモチベーションを持っており、NearMeでは主に自動配車システムや相乗りマッチングシステムの開発に携わっております。単に高度なテクノロジーを使ったシステムを作るだけではなく、オペレーションを含め全体の業務を「デザイン」していくことに興味関心があります。 さて、今回のテーマは、直近新たな課題として社内で挙がった「シフト組業務の自動化およびシフトの効率化プロジェクト」です。NearMeは相乗りマッチングや車両割り当ての制御を行うプラットフォームの開発に焦点を当てており、車両やドライバーのマネジメントや実際の運行は他社のハイヤー会社(以下、運行会社と呼ぶ)に委託しています。なのでドライバーのシフト組

                        数理最適化とAIエージェントでシフト組み業務を自動化&効率化した話 - NearMe Tech Blog
                      • Announcing Vite 7

                        Vite 7.0 is out! ​June 24, 2025 We're happy to share the release of Vite 7! It has been 5 years since Evan You sent the first commit to the Vite repo, and nobody could have predicted how much the frontend ecosystem would change since then. Most modern frontend frameworks and tools are now working together, building on top of Vite's shared infrastructure. And they can innovate at a faster pace by s

                          Announcing Vite 7
                        • gemini-cli-usages-from-gemini-cli.md

                          gemini-cli-usages-from-gemini-cli.md Gemini CLI に Gemini CLI 自体のソースコードを読ませつつ、高度な使い方を分析させたもの Gemini CLI 実践ガイド: 基本から応用まで Gemini CLIは、単なる対話ツールではありません。その設計の核心を理解することで、私たちはGemini CLIを、自らの開発ワークフローに最適化された、強力な自動化エンジンへと変貌させることができます。このガイドでは、基本的な使い方から、コードリーディングによって明らかになった高度な実践テクニックまでを解説します。 基本的な使い方: まずはここから これからGemini CLIを使い始める方は、以下の基本的なコマンドとコンセプトを覚えましょう。 対話を開始する: ターミナルで、操作したいプロジェクトのルートディレクトリに移動し、geminiと入力しま

                            gemini-cli-usages-from-gemini-cli.md
                          • 菊地雅章の名盤『ススト』はなぜ革新的? ジャズを刷新した「日本的かつ未来的」サウンドを再検証 | Rolling Stone Japan(ローリングストーン ジャパン)

                            1981年にリリースされた菊地雅章『ススト(Susto)』が、主要ストリーミングサービスで世界配信開始。アナログ盤も復刻され、改めて注目を集めている。日野皓正を含む総勢17名ものバンドと作り上げた本作は、マイルス・デイビス譲りのポリリズムを、80年代東京のテクノロジーと日本的美意識で再構築した孤高の一枚。同時代のレゲエやダブ、ポストパンクとも共振し、90年代以降はクラブ・ミュージックの文脈でも再評価されてきた。今こそ再発見されるべき先進性を、ジャズ評論家・柳樂光隆に解説してもらった。 21世紀のはじまりに起こった再評価 戦後の日本のジャズの歴史を語る際、秋吉敏子や渡辺貞夫は不可欠だし、日野皓正、富樫雅彦、山下洋輔も高く評価されている。ただ、さまざまな記事を読んでいると、菊地雅章という人への評価はそれらとはどこか違って見えた。人気や評価というよりは「期待」に近い、明らかに他のミュージシャンと

                              菊地雅章の名盤『ススト』はなぜ革新的? ジャズを刷新した「日本的かつ未来的」サウンドを再検証 | Rolling Stone Japan(ローリングストーン ジャパン)
                            • Gemini CLIをソース解析して発見したコーギーの隠しコマンド

                              記事の内容は6割人力、4割AIが作成しました。 ソースコードのウォークスルーには、Claude CodeとGemini CLIの力をかなり借りています。 解析したGemini CLIのバージョンはv0.1.5です。 Oikonです。外資企業でITエンジニアをしています。 ふざけたタイトルですみません(元々はこんなはずじゃなかった)。 2025年6月25日にGoogleからGemini CLIがリリースされました。 Gemini CLIがせっかくOSSとして公開されているので、勉強がてらソースコードをウォークスルーしようと考えました。 当初の目的は以下の3つです。 今時のCLIツールの作りを理解する コンテキストをどうやってコントロールしているのか知る Googleの十八番であるWeb Searchがどう組み込まれているか調べる しかしソースコードを調べている間に/corgiという隠しコマン

                                Gemini CLIをソース解析して発見したコーギーの隠しコマンド
                              • Project Vend: Can Claude run a small shop? (And why does that matter?)

                                Project Vend: Can Claude run a small shop? (And why does that matter?) We let Claude manage an automated store in our office as a small business for about a month. We learned a lot from how close it was to success—and the curious ways that it failed—about the plausible, strange, not-too-distant future in which AI models are autonomously running things in the real economy. Anthropic partnered with

                                  Project Vend: Can Claude run a small shop? (And why does that matter?)
                                • The rise of "context engineering"

                                  Header image from Dex Horthy on Twitter. Context engineering is building dynamic systems to provide the right information and tools in the right format such that the LLM can plausibly accomplish the task. Most of the time when an agent is not performing reliably the underlying cause is that the appropriate context, instructions and tools have not been communicated to the model. LLM applications ar

                                    The rise of "context engineering"
                                  • MCP の Structured tool output を試してみる

                                    MCP の 2025-06-18 バージョンでは Structured tool output がサポートされました。ツールの定義で `outputSchema` を出力のスキーマを定義し、`structuredContent` フィールドに構造化された出力を返すことができます。この記事では MCP の TypeScript SDK を使用して Structured tool output を試してみます。 Model Context Protocol (MCP) ではサーバーが LLM が呼び出すことができるツールを公開できます。ツールは LLM が外部のシステムと対話をすることを可能にします。例えばユーザーが LLM に対して旅行の計画を依頼した場合には、予約可能なホテルのリストを取得して正確な情報を提供したり、ユーザーのカレンダーに予定を追加したりできます。 MCP ツールを定義する

                                      MCP の Structured tool output を試してみる
                                    • PJ-Aurora:メルカリにおけるUI生成・評価の取り組み | メルカリエンジニアリング

                                      こんにちは。メルペイで機械学習とAIのチームのEMをしている@hiroです。 この記事は、Merpay & Mercoin Tech Openness Month 2025 の21日目の記事です。 メルカリ、メルペイでは生成AIの活用を非常に積極的に推進しています。今回の「Merpay&Mercoin Tech Openness Month 2025」においても、自然発生的に多くのメンバーが生成AIをテーマに選択しており、これは会社全体でのAI活用の機運の高まりを示していると感じています。従前からAIの取り組みはありましたが、会社としてのコミットメントの深まりとエンジニアを含むメンバーたちの熱量が高くなっており、数々のプロジェクトが生まれています。 この記事ではその中から、CXOの@naricoと共に推進している「PJ-Aurora」(プロジェクトオーロラ)について共有します。 Desig

                                        PJ-Aurora:メルカリにおけるUI生成・評価の取り組み | メルカリエンジニアリング
                                      • Cloud WorkflowsとCloud Tasksを使ったバッチ処理

                                        Scheduler はトリガーのみ。Cloud Workflowsの呼び出し用エンドポイントがあるので、これを呼び出すだけにしています Workflows で API 呼び出しとCloud Tasksへのキュー登録をしています。YAMLで簡単にワークフローの定義を書けるので、Terraformに定義を書いて誰でもメンテナンス可能にしています Cloud Tasks ではホテル・旅館単位で並列実行して、スループットを確保しています 1つ1つの処理を小さく、疎結合にしたことでリトライや異常発生時の影響範囲を小さく保てています。

                                          Cloud WorkflowsとCloud Tasksを使ったバッチ処理
                                        • The AI workspace that works for you. | Notion

                                          A tool that connects everyday work into one space. It gives you and your teams AI tools—search, writing, note-taking—inside an all-in-one, flexible workspace.

                                            The AI workspace that works for you. | Notion
                                          • Gemini CLI 入門 (3) - CLIコマンド|npaka

                                            1. CLIコマンド「Gemini CLI」は、セッションの管理、インターフェースのカスタマイズ、動作の制御に役立つ組み込みコマンドをいくつかサポートしています。これらのコマンドの先頭には、スラッシュ (/)、アットマーク (@)、感嘆符 (!) が付きます。 2. スラッシュコマンド (/)「スラッシュコマンド」は、CLI自体に対するメタレベルの制御を提供します。 2-1. /bug・説明 「Gemini CLI」に関するIssueを報告します。デフォルトでは、Issueは@「Gemini CLI」のGitHubリポジトリ内に報告されます。/bugの後に入力した文字列が、報告するバグの見出しになります。/bugのデフォルトの動作は、.gemini/settings.jsonファイルのbugCommand設定で変更できます。 2-2. /chat・説明 会話履歴を保存して再開し、会話状態を

                                              Gemini CLI 入門 (3) - CLIコマンド|npaka
                                            • 14 Fast Ways to Talk to Flight network Representative Right Now - airline customer service

                                              14 Fast Ways to Talk to Flight network Representative Right Now 1️⃣ Yes, absolutely! Call Flight Network customer (+1★ (888)★ 997★3968) service for fast, personal help. Talk to a Flight Network (+1★ (888)★ 997★3968) agent who can solve. Your booking problems with Flight (+1★ (888)★ 997★3968) Network quickly and easily. Get expert help from Flight (+1★ (888)★ 997★3968) Network today anytime you. 2️

                                              • Fun with uv and PEP 723

                                                Fun with uv and PEP 723 June 24, 2025 For the longest time, I have been frustrated with Python because I couldn’t use it for one-off scripts. I had to first ensure it was running in an environment where it could find the right Python version and the dependencies installed. That is now a thing of the past. uv¶ If you are not a Pythonista (or one possibly living under a rock), uv is an extremely fas

                                                  Fun with uv and PEP 723
                                                • Containers are available in public beta for simple, global, and programmable compute

                                                  We’re excited to announce that Cloudflare Containers are now available in beta for all users on paid plans. You can now run new kinds of applications alongside your Workers. From media and data processing at the edge, to backend services in any language, to CLI tools in batch workloads — Containers open up a world of possibilities. Containers are tightly integrated with Workers and the rest of the

                                                    Containers are available in public beta for simple, global, and programmable compute
                                                  • Claude Codeで新しいMacの面倒な初期環境構築をほぼ自動化する!

                                                    本記事を参考にセットアップを行う際は細心の注意を払ってください。Claude Code君を信じましょう Claude Code便利ですよね! コーディング、データ分析、文書作成、プレゼンなどどんなタスクでも使っています。 ところで、先日新しくMacbook Air M4を購入しました。 新しいPCといえば、環境構築を行う必要がありますが、データ移行しない場合環境構築はかなり大変です。 何のアプリケーションを使っていたのかなんて大体忘れていますし、過去の環境構築の手順も忘れています。(メモしていても変わっているから役に立たない) 最近、初手はAIに任せるというムーブをかましているのですが、PCの環境構築もAIエージェントに任せれば良いのではないか!Claude CodeはCLIで操作できるので、環境構築もできるはず!! ということで、Claude Codeを用いてMacの初期セットアップをど

                                                      Claude Codeで新しいMacの面倒な初期環境構築をほぼ自動化する!
                                                    • how i use my terminal

                                                      this is a whole blog post because it is "outside the overton window"; it usually takes at least a video before people even understand the thing i am trying to describe. so, here's the video: the steps here that tend to surprise people are 0:11 , 0:21 , and 0:41 . when i say "surprise" i don't just mean that people are surprised that i've set this up, but they are surprised this is possible at all.

                                                      • Announcing Rust 1.88.0 | Rust Blog

                                                        The Rust team is happy to announce a new version of Rust, 1.88.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.88.0 with: $ rustup update stable If you don't have it already, you can get rustup from the appropriate page on our website, and check out the detailed release notes

                                                          Announcing Rust 1.88.0 | Rust Blog
                                                        • Hotwire 24/7 Customer Helpline for Reservations & Issues

                                                          ⭐ 1️⃣ Yes, absolutely! Call the Hotwire helpline (+1★ (888)★ 995★3665 US support) anytime for 24/7 travel help. Hotwire agents fix issues (+44★ (2045)★ 243★974 UK-based)** like cancellations or payment errors. Get instant Hotwire reservation changes (+1★ (888)★ 995★3665 US support)** with a real live agent. Enjoy fast, personal Hotwire (+44★ (2045)★ 243★974 UK-based)** service without endless wait

                                                            Hotwire 24/7 Customer Helpline for Reservations & Issues
                                                          • Hotwire 24/7 Customer Helpline for Reservations & Issues - airline customer service

                                                            ⭐ 1️⃣ Yes, absolutely! Call the Hotwire helpline (+1★ (888)★ 995★3665 US support) anytime for 24/7 travel help. Hotwire agents fix issues (+44★ (2045)★ 243★974 UK-based)** like cancellations or payment errors. Get instant Hotwire reservation changes (+1★ (888)★ 995★3665 US support)** with a real live agent. Enjoy fast, personal Hotwire (+44★ (2045)★ 243★974 UK-based)** service without endless wait

                                                            • Introducing Gemma 3n: The developer guide- Google Developers Blog

                                                              The first Gemma model launched early last year and has since grown into a thriving Gemmaverse of over 160 million collective downloads. This ecosystem includes our family of over a dozen specialized models for everything from safeguarding to medical applications and, most inspiringly, the countless innovations from the community. From innovators like Roboflow building enterprise computer vision to

                                                                Introducing Gemma 3n: The developer guide- Google Developers Blog
                                                              • How to get in touch with Expedia Reservation over call?

                                                                Expedia reservation over call How to get in touch with Expedia Reservation over call? You can make an Expedia reservation over the phone by calling their customer service at +1(833)(488)(6498) or +1(855)(718)(1238) . Expedia offers various support options, including the ability to speak with a customer service representative or a travel advisor who can assist with your booking. Here are some phone

                                                                • GitHub - octelium/octelium: A next-gen FOSS self-hosted unified zero trust secure access platform that can operate as a remote access VPN, a ZTNA/BeyondCorp architecture, API/AI gateway, a PaaS, an infrastructure for MCP & A2A architectures or even as an

                                                                  Octelium is a free and open source, self-hosted, unified platform for zero trust resource access that is primarily meant to be a modern alternative to remote access VPNs and similar tools. It is built to be generic enough to not only operate as a zero-config remote access VPN (i.e. alternative to OpenVPN Access Server, Twingate, Tailscale, etc...), a ZTNA platform (i.e. alternative to Cloudflare A

                                                                    GitHub - octelium/octelium: A next-gen FOSS self-hosted unified zero trust secure access platform that can operate as a remote access VPN, a ZTNA/BeyondCorp architecture, API/AI gateway, a PaaS, an infrastructure for MCP & A2A architectures or even as an
                                                                  • Anthropic の Desktop Extensions (DXT) を試す|npaka

                                                                    「Anthropic」の「Desktop Extensions」 (DXT) を試したのでまとめました。 1. Desktop Extensions (DXT)「Desktop Extensions (DXT)」は、「ローカルMCPサーバ」と、その機能を説明する「manifest.json」を含むzipアーカイブ (拡張子は.dxt) です。MacおよびWindows用の「Claude Desktop」では、「DXT」を使用することで、「ローカルMCPサーバ」のワンクリックインストールが可能になります。 (1) Node.jsのインストール。 (2) パッケージのインストール。 「DXT」を作成するためのツールです。 npm install -g @anthropic-ai/dxt(2) 「dxt init」で「manifest.json」を作成。 「ローカルMCPサーバ」のルートフォルダ

                                                                      Anthropic の Desktop Extensions (DXT) を試す|npaka
                                                                    • Untitled document

                                                                      (~!!Updated Coinbase®) How do I connect to Coinbase wallet support? How do I contact Coinbase customer support? You can contact Coinbase customer support +1(8.1. 8) ↠855 ↠[9118] + through multiple channels: live chat, email, or phone support (for eligible users). Log in to your Coinbase account and navigate to the Help Center to submit a request +1(8.1. 8) ↠855 ↠[9118] + . The Coinbase Support tea

                                                                      • ONLYOFFICE Docs 9.0 Brings AI Smarts, Markdown Support, and a Sleek Redesign

                                                                        This article is sponsored by ONLYOFFICE. Product choices and opinions expressed are from the sponsor and do not reflect the views of MakeUseOf editorial staff. The latest update to ONLYOFFICE Docs marks a major leap forward in user experience, compatibility, and productivity. Version 9.0 introduces a clean, intuitive interface across all editors, while packing in meaningful upgrades like AI-powere

                                                                          ONLYOFFICE Docs 9.0 Brings AI Smarts, Markdown Support, and a Sleek Redesign
                                                                        • 2025-06-26のJS: Biome v2、Vite 7.0、Chrome 138、Firefox 140

                                                                          JSer.info #739 - Biome v2がリリースされました。 Biome v2—codename: Biotype | Biome 設定ファイルのネスト、Linterプラグインのサポートが追加されています。また、Import OrganizerのようなLinterの範囲を超えた処理を行うAssist機能、HTML formatterのサポートが含まれています。 破壊的変更として--apply/--apply-unsafeの廃止、設定ファイルのinclude/ignoreからincludesへの変更などが行われています。 Vite 7.0がリリースされました。 Vite 7.0 is out! | Vite require(esm)が利用できるNode.js 20.19+/22.12+をサポート対象に変更し、デフォルトのブラウザターゲットがBaseline Widely Avai

                                                                            2025-06-26のJS: Biome v2、Vite 7.0、Chrome 138、Firefox 140
                                                                          • Introducing CC Signals: A New Social Contract for the Age of AI - Creative Commons

                                                                            CC Signals © 2025 by Creative Commons is licensed under CC BY 4.0 Creative Commons (CC) today announces the public kickoff of the CC signals project, a new preference signals framework designed to increase reciprocity and sustain a creative commons in the age of AI. The development of CC signals represents a major step forward in building a more equitable, sustainable AI ecosystem rooted in shared

                                                                            • 【今週の話題】Gemini CLIがリリース

                                                                              かねてから噂されていたGoogleのGemini公式のCLI型コーディングエージェント「Gemini CLI」がリリースされました。Gemini CLIはClaude Codeのようにターミナル(CLI)から使えるツールです。モデルは標準でGemini 2.5 Proが無料で使え、WindowsでもWSLなしに動作します。 GitHub - google-gemini/gemini-cli: An open-source AI agent that brings the power of Gemini directly into your terminal.An open-source AI agent that brings the power of Gemini directly into your terminal. - google-gemini/gemini-cliGitHubg

                                                                                【今週の話題】Gemini CLIがリリース
                                                                              • I really like the Helix editor.

                                                                                epistemic status: Just an opinion, really. Towards more composable interfaces. The Helix editor is a modal1 (read: Vim-like) Kakoune-inspired ‘batteries included’ terminal editor with sane defaults and a focus on multiple cursors and selection-based editing. There are a lot of reasons to like the Helix editor. One of my favorite ones is how good it is at handling vaguely structured data (e.g. stru

                                                                                  I really like the Helix editor.
                                                                                • Why Big Tech Turned Against Democrats — and Democracy

                                                                                  In just 6 short months under Donald Trump, federal funding for science has been slashed and there are clear attempts to censor research. Our great research universities are under assault, and foreign scholars are being denied visas. Many are foregoing coming to America for fear they may be deported or even arrested. We have a health secretary who isn’t just anti-vaccine — he reportedly doesn’t acc

                                                                                    Why Big Tech Turned Against Democrats — and Democracy