Claude Codeのルーチン機能で定期的にパフォーマンスチューニングをさせている
Ubuntu 26.04 Rust Coreutils: uutils vs GNU Guide | ComputingForGeeks
Run uutils 0.8.0 on Ubuntu 26.04 LTS, compare GNU coreutils side-by-side, switch back to GNU with one apt command, see real tested benchmarks.
andrew-waters/orchard: A GUI for Apple Containers, written in swift
A GUI for Apple Containers, written in swift. Contribute to andrew-waters/orchard development by creating an account on GitHub.
Orchard | andon.dev
A native macOS GUI for Apple's container tooling. Manage containers, images, networks and logs without dropping to the CLI.
Prompt guidance | OpenAI API
Learn prompt patterns and migration guidance for GPT-5.4, including completeness checks, verification loops, tool persistence, and structured outputs.
97%のPermission確認を自動化するCoding Agent用OSS「ccgate」が誕生した
tak848/ccgate: LLM-powered PermissionRequest hook for coding agents (e.g. Claude Code)
LLM-powered PermissionRequest hook for coding agents (e.g. Claude Code) - tak848/ccgate
Hono公式の Inertia アダプタが来た!Hono × Inertia × React によるSPA新体験
graphql-ruby 実践ガイド
graphql-rubyで開発中の中級者に向けた、設計判断のための実践ガイド。GraphQL Spec・Relay Spec・graphql-js・graphql-rubyの4つのレイヤーを意識しながら、実行パイプラインの内部構造から型設計、Mutation、認可、パフォーマンス
人間レビューはもう不要? AI と人間のレビューの線引きを決めた話
AI 駆動開発でコードの生産量が増え、人間レビュー必須がボトルネックになっていました。そこで、やり直しが効くかどうか(One-Way Door / Two-Way Door)で AI と人間のレビューを線引きするセルフマージ制度を導入し、PR の約 8 割を AI レビューのみでマージできるようにしました。制度設計の考え方と運用上の工夫、導入後の変化を紹介します
Claude for Creative Work \ Anthropic
Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.
lovro-bikic/rspec-mockbidden: Mocks + Forbidden = Mockbidden 🤸♀️
Mocks + Forbidden = Mockbidden 🤸♀️. Contribute to lovro-bikic/rspec-mockbidden development by creating an account on GitHub.
rspec-mockbidden: Forbid Unwanted RSpec Mocks
Utility gem for RSpec testing framework to forbid mocking methods on objects/classes/modules, evaluated at test runtime.
Self-hosted runnerにおけるキャッシュ運用【Android】 - Hatena Developer Blog
はじめに マンガアプリチームでAndroidエンジニアをしている id:matsudamper です。この記事ではSelf-hosted runnerにおけるAndroidのキャッシュの設定/運用方法を共有します。 はてなでは以前よりSelf-hosted runnerを運用しています。 developer.haten…
PerryTS/perry: A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM.
A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM. - PerryTS/perry
200万行のテーブルにDDLを打つ前に知りたかったこと
The Last Software Engineer
morishin/XDeck: An 𝕏 client app for macOS as a TweetDeck (X Pro) alternative.
An 𝕏 client app for macOS as a TweetDeck (X Pro) alternative. - morishin/XDeck
CITGuru/openduck: Distributed DuckDB - dual execution and differential storage
Distributed DuckDB - dual execution and differential storage - CITGuru/openduck
インフラ設定は「人の目」に頼るな──Policy as CodeでCIを番人にした話
gfazioli/octoscope: Terminal dashboard for GitHub — followers, stars, PRs and issues at a glance, auto-refreshed
Terminal dashboard for GitHub — followers, stars, PRs and issues at a glance, auto-refreshed - gfazioli/octoscope
janosmiko/lfk: ⚡ LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing Kubernetes clusters. Built for speed and efficiency, it brings a three-column Miller columns layout with an owner-based resource hierarchy to your terminal.
⚡ LFK is a lightning-fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing Kubernetes clusters. Built for speed and efficiency, it brings a three-column Miller c...
Anthropicはなぜ異次元の速度で開発できるのか|すてぃお
「Anthropic(Claudeを作っている会社)、開発が速すぎる」 最近、周りのエンジニアと話していると、この話題がよく出ます。僕も同じことを思っていて、いろいろ調べているうちに、単に「AIを使っているから速い」という一言では説明できない構造があることが見えてきました。 例えば、下記になります。 2026年Q1の3ヶ月で120以上の機能をリリース(18時間に1機能) エンジニア1人あたり1日約5PR(Pull Request、コードの変更を提出する単位) 社内では毎日60〜100回のリリース Claude Coworkは約10日で構築 Claude
North Korea-Nexus Threat Actor Compromises Widely Used Axios NPM Package in Supply Chain Attack | Google Cloud Blog
A North Korea-nexus threat actor targeted the popular axios NPM package in a massive supply chain attack.
Securing the git push pipeline: Responding to a critical remote code execution vulnerability
How we validated, fixed, and investigated a critical vulnerability in under two hours, and confirmed no exploitation.
スクリーンリーダーに触れてみるワークショップを「freee 技術の日 2025」で開催しました - freee Developers Hub
デザイナーだったりコードを書いていたりアクセシビリティまわりのことをやっていたりする id:ymrl です。すっかり半年も前になってしまいましたが、昨年11月30日に開催した「freee 技術の日 2025」で、スクリーンリーダーに触れてみる「アクセシビリティワークショップ」を開催しました。その紹介をしたいと思います。…
RDoc Documentation
RDoc Documentation: div align="center" img alt="Syntax Tree" height="400px" src=". logo.
AI-Assisted Coding: A Practical Guide for Software Engineers
Let's acknowledge that gap in AI-generated code between code that works and code that is production-ready. It's you.
Code is Clay
Kerri and I took a ceramics class recently! I made a hypercube. My instructor was... disappointed. The class was supposed to make a mug, or a bowl, something fu
How to implement AI agents in Rails with RubyLLM
Learn how to implement your first AI agents with the help of RubyLLM. Define a chat interface with access to a set of SERP tools that LLM models can use in their work.