詳解 Sidekiq Config
人間をプロンプトインジェクション攻撃する Gemini
Webアプリのベンチマークについて
Vibe Kanban + Codex が、Claude Codeよりも遙かに快適すぎる|erukiti
皆さん、AIコーディングやっていますか?CursorやClaude CodeやCline/Roo Codeのようなコーディングエージェントを使えば、AIがコードを書いてくれるアレです。バイブコーディングとも言いますよね。 筆者は、Claude Codeが定額で使えるようになった5月末からClaude Max で Claude Codeを使ってきたんですが、とにかくストレスがたまることが多かったのと、プラン改悪や、相次ぐClaude Codeの性能劣化で、ClaudeおよびClaude Codeから抜け出したい!と思って、ここ一ヶ月Codexを試してきました。 また、Vibe Kan
Vibe Kanban - Orchestrate AI Coding Agents
Get the most out of coding agents like Claude Code, Gemini CLI and Amp. Orchestrate multiple AI coding agents, track tasks, and manage your development workflow efficiently.
Releases now support immutability in public preview - GitHub Changelog
Releases now support immutability in public preview GitHub releases now support immutability, adding a new layer of supply chain security. With immutable releases, assets and tags are protected from tampering…
Containers are available in public beta for simple, global, and programmable compute
Cloudflare Containers are now available in public beta. Deploy simple, global, and programmable containers alongside your Workers.
facebook/pyrefly: A fast type checker and IDE for Python
A fast type checker and IDE for Python. Contribute to facebook/pyrefly development by creating an account on GitHub.
「NOT NULL制約 + DEFAULT制約」と「NULL許容カラム」の違い
TypeScriptファーストなコーディングAIエージェントのベンチマーク「ts-bench」を公開しました
AIコーディングエージェントのTypeScriptコード編集能力を評価するための、手軽に再現可能なベンチマークプロジェクト「ts-bench」を公開しました。この記事では、筆者がなぜ ts-bench を作ったのか、今後どうしていきたいかについてお話しします。
GitHub - laiso/ts-benchContribute to laiso/ts-bench development by creating an account on GitHub.GitHublaiso
ts-benchの仕組み
ts-benchは、プログラミング学習プラットフォーム Exercism のTypeScript問題セットを利用します。各問題には、仕様を説明するドキュメント、エージェントが編集すべきソースコードのひな形、そして正解判定に使うテストコードが含まれています。
ベンチマークタスクは、各問題に対して以下の4つのステップを順番に実行します。
1. AIエージェントの実行: 問題の指示書をプロンプトとしてAIエージェントに渡し、ソースコードを編集させます。
2. テストファイルの復元
Agentic Browser Security: Indirect Prompt Injection in Perplexity Comet | Brave
The attack we developed shows that traditional Web security assumptions don't hold for agentic AI, and that we need new security and privacy architectures for agentic browsing.
Kiroの良いところを伝えたい - ともにかける
KiroはAmazonが提供する仕様駆動型開発をAIで支援するIDEです。 生成AIに適切なコンテキストを渡す仕組みを作りたいけど、あまり手を出せていない人は多いのではないでしょうか。私もその一人で、そんな私にとってKiroはかなり衝撃的なプロダクトでした。 色々学ばせてもらった感謝の気持ちを込めて、Kiroの良いとこ…
Claude CodeでBigQueryのクエリを実行する際のガードレールを設計する - yasuhisa's blog
背景 おさらい: bqコマンドで実行できること 基本のbq query: 思いのほか、多様な破壊的操作ができてしまう... その他の破壊的なオペレーション いかにClaude Codeが意図せぬクエリを実行できないようにするか 素朴だが面倒: クエリ実行を毎回Acceptする 危険なクエリかどうかをLLM Agentに…
Comparing Codex CLI vs Claude Code side-by-side
新卒エンジニアが研修で AI Agent を全力で使ってみた - freee Developers Hub
初めまして!2025 年 4 月に新卒で freee に入社した massu です! この記事では、freee の新卒研修において AI Agent「Cline」をどのように活用したか、その効果と課題について技術的観点から詳しく紹介します。 新卒研修の概要 2025 年の freee の新卒研修は 3 ヶ月間で、以下の…
projectdiscovery/subfinder: Fast passive subdomain enumeration tool.
Fast passive subdomain enumeration tool. Contribute to projectdiscovery/subfinder development by creating an account on GitHub.
Self-Hosting Update: Migration to GitHub Container Registry - Announcements / Notices - Bitwarden Community Forums
Hi everyone, Due to recent Docker container limitations, we have migrated our images from Docker Hub to GitHub Container Registry. If you are deploying using methods that do not utilize the bitwarden.sh or bitwarden.ps1 scripts, please take a moment to update your image references to the new GitHub Container Registry URLs. Example E.g. ghcr.io/bitwarden/image_name:version Deployment Guides For general deployment guides, check out the following Help Center articles: Linux Windows Unified U...
Beyond Vibe Coding - A Guide To AI-Assisted Development
Transform your development workflow with AI. Learn from Google Chrome's Engineering Leader how to master AI-assisted development and build better software.
Remote GitHub MCP Server is now generally available - GitHub Changelog
The remote GitHub MCP Server is now GA with OAuth 2.1 + PKCE support across Copilot IDEs, tool improvements, and hardened security features.
5 tips for writing better custom instructions for Copilot
Learn how to write effective GitHub Copilot custom instructions to help developers get better code suggestions.
tokuhirom/dcv: TUI viewer for docker-compose
TUI viewer for docker-compose. Contribute to tokuhirom/dcv development by creating an account on GitHub.
ly
A lightweight TUI (ncurses-like) display manager for Linux and BSD.
orhun/systeroid: A more powerful alternative to sysctl(8) with a terminal user interface 🐧
A more powerful alternative to sysctl(8) with a terminal user interface 🐧 - orhun/systeroid
Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization
Postgres creates an execution plan for how to retrieve the data you're asking for in a query. The execution plan is based in part on statistics from your data and indexes it has available. Just the right index and a bit of query tuning can have a huge payoff in performance gains that your users will notice.
AIでSlackから歴史的経緯を追いかけやすくしよう - slack-explorer-mcpを作った - $shibayu36-blog;
エンジニアリングをしていると、「なぜ現在こうなっているか」について調べたくなることがよくある。コードを読んでも、なぜその設計判断がされたのか、なぜその仕様になっているのかが分からないことが多い。 歴史的経緯はコミットログ、GitHub Pull Request、Slackでの議論などに残っていることが多い。これらの情報…
Hive Router: A High-Performance GraphQL Federation Gateway | Hive
Discover Hive Router, a new high-performance and open-source GraphQL Federation gateway. Built in Rust, it's a production-ready alternative to Apollo Router, offering superior GraphQL gateway performance and full Apollo Federation compatibility.
Apollo Federation Compatibility Audit: GraphQL Gateway Implementations
Audit of various GraphQL Gateways that support acting as an Apollo Federation Gateway. Check their compatibility with Apollo Federation and read detailed test reports.
Topeka - MCP Server Generation
Generate Model Context Protocol (MCP) servers from gRPC service specifications, enabling LLMs to interact with your services through natural language.
adamhl8/filterql: A tiny query language for filtering structured data
A tiny query language for filtering structured data - adamhl8/filterql
matheus-git/systemd-manager-tui: A program for managing systemd services through a TUI (Terminal User Interfaces).
A program for managing systemd services through a TUI (Terminal User Interfaces). - matheus-git/systemd-manager-tui
