Bookmarks

Bookmarks

Git自動化で見るMCPとAgent Skillの長所・短所
Git自動化で見るMCPとAgent Skillの長所・短所
こんにちは。AI LabチームのHan Kil Roです。サービスに必要なAIモデルやソリューションを開発するチームで業務に携わっています。最近、LINEヤフー社内で実施された Orchestrati...
·techblog.lycorp.co.jp·
Git自動化で見るMCPとAgent Skillの長所・短所
How We Achieved 75% Faster Builds by Removing Barrel Files - Work Life by Atlassian
How We Achieved 75% Faster Builds by Removing Barrel Files - Work Life by Atlassian
Learn how Atlassian achieved a 75% reduction in build times for the Jira frontend by removing JavaScript barrel files. This large-scale automated refactor not only delivered dramatically faster TypeScript highlighting, unit testing, and CI builds, but also improved code navigation, reliability, and developer productivity across thousands of packages and over 90,000 files.
·atlassian.com·
How We Achieved 75% Faster Builds by Removing Barrel Files - Work Life by Atlassian
npm: eslint-plugin-oxlint
npm: eslint-plugin-oxlint
Turn off all rules already supported by oxlint. Latest version: 1.60.0, last published: 4 days ago. Start using eslint-plugin-oxlint in your project by running `npm i eslint-plugin-oxlint`. There are 38 other projects in the npm registry using eslint-plugin-oxlint.
·npmjs.com·
npm: eslint-plugin-oxlint
ESLintを「入れただけ」で終わらせない — 適切なルールの選び方と実行タイミング - ICS MEDIA
ESLintを「入れただけ」で終わらせない — 適切なルールの選び方と実行タイミング - ICS MEDIA
ESLintイーエスリントは、JavaScriptやTypeScriptのコードの問題点を自動でチェックするツールです。フォーマットの統一だけでなく、バグの兆候や実行時エラーにつながる記述も検知できる点が特徴です。
·ics.media·
ESLintを「入れただけ」で終わらせない — 適切なルールの選び方と実行タイミング - ICS MEDIA
In defense of GitHub's poor uptime
In defense of GitHub's poor uptime
GitHub's downtime is bad, but uptime numbers can be misleading. It's not as bad as it looks; more like a D than an F.
·evanhahn.com·
In defense of GitHub's poor uptime
cloudflare/artifact-fs: ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical.
cloudflare/artifact-fs: ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical.
ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, s...
·github.com·
cloudflare/artifact-fs: ArtifactFS is a filesystem driver designed to mount large git repos as quickly as possible, hydrating file contents on-the-fly instead of blocking on the initial clone. It's ideal for agents, sandboxes, containers and other use-cases where startup time is critical.
Artifacts: versioned storage that speaks Git
Artifacts: versioned storage that speaks Git
Give your agents, developers, and automations a home for code and data. We’ve just launched Artifacts: Git-compatible versioned storage built for agents. Create tens of millions of repos, fork from any remote, and hand off a URL to any Git client.
·blog.cloudflare.com·
Artifacts: versioned storage that speaks Git
Codex for (almost) everything
Codex for (almost) everything
The updated Codex app for macOS and Windows adds computer use, in-app browsing, image generation, memory, and plugins to accelerate developer workflows.
·openai.com·
Codex for (almost) everything
PII filtering for RubyLLM with Top Secret
PII filtering for RubyLLM with Top Secret
Automatically filter sensitive information from your RubyLLM conversations before it reaches third-party providers.
·thoughtbot.com·
PII filtering for RubyLLM with Top Secret
月間150億トークンを使う私が、自分では“やらないこと” - Findy Media
月間150億トークンを使う私が、自分では“やらないこと” - Findy Media
今回の「エンジニアたちの“やらないこと”リスト」は、株式会社レクター代表の広木 大地さん。メールもコードも文章も「自分でやらない」働き方はどう成り立つのか。AIエージェント前提で再構築された仕事の進め方と、その変化に迫ります。
·findy-code.io·
月間150億トークンを使う私が、自分では“やらないこと” - Findy Media
Manage agent skills with GitHub CLI - GitHub Changelog
Manage agent skills with GitHub CLI - GitHub Changelog
Agent skills are reshaping how developers work with AI coding agents. Today we’re launching gh skill, a new command in the GitHub CLI that makes it easy to discover, install,…
·github.blog·
Manage agent skills with GitHub CLI - GitHub Changelog
The Vertical Codebase
The Vertical Codebase
Let's take a look at why the common, horizontal code structure is not ideal, where it breaks down, and what we can do about it.
·tkdodo.eu·
The Vertical Codebase
Next.js use cache: remote: A Distributed Cache in One Line
Next.js use cache: remote: A Distributed Cache in One Line
Introduction I discovered this while digging through the Vercel docs and the Next.js cache components skill. I was trying to understand how caching actually works when you deploy to Vercel. What I fou
·tigerabrodi.blog·
Next.js use cache: remote: A Distributed Cache in One Line