JSer.infoの情報源となるサイトをまとめたサイトです。
全てのサイトを一つにまとめたRSSを配信しています

Slackに貼り付けると更新を受け取ることができます

直近1週間の更新

4/3 (金)

記事のアイキャッチ画像
What To Know in JavaScript (2026 Edition)
はてなブックマークアイコン 1
ブログのファビコン Frontend Masters Boost RSS Feed
An overview of what's new in language features, frameworks, runtimes, build tools, testing, and more.
9時間前
記事のアイキャッチ画像
Highlights from my conversation about agentic engineering on Lenny's Podcast Simon Willison's Weblog
<p>I was a guest on Lenny Rachitsky's podcast, in a new episode titled <a href="https://www.lennysnewsletter.com/p/an-ai-state-of-the-union">An AI state of the union: We've passed the inflection point, dark factories are coming, and automation timelines</a>. It's available on <a href="https://youtu.be/wc8FBhQtdsA">YouTube</a>, <a href="https://open.spotify.com/episode/0DVjwLT6wgtscdB78Qf1BQ">Spotify</a>, and <a href="https://podcasts.apple.com/us/pod...
13時間前
記事のアイキャッチ画像
Introducing view-transitions-toolkit, a collection of utility functions to more easily work with View Transitions. Bram.us
Over the past years, I’ve published a bunch of View Transitions contents: articles, talks, demos, etc. I’ve also done a bunch of more experimental things with them, such as optimizing the keyframes or driving a View Transition by scroll.What I noticed while doing all those experiments is that I repeated a lot of the code … and they were scattered a bit all over the place as well. So I bundled that all up in a package: view-transitions-toolkit.
14時間前
記事のアイキャッチ画像
Gemma 4: Byte for byte, the most capable open models Simon Willison's Weblog
<p><strong><a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/">Gemma 4: Byte for byte, the most capable open models</a></strong></p>Four new vision-capable Apache 2.0 licensed reasoning LLMs from Google DeepMind, sized at 2B, 4B, 31B, plus a 26B-A4B Mixture-of-Experts.</p><p>Google emphasize "unprecedented level of intelligence-per-parameter", providing yet more evidence that creating small useful models is one of ...
16時間前
記事のアイキャッチ画像
llm-gemini 0.30 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-gemini/releases/tag/0.30">llm-gemini 0.30</a></p> <p>New models <code>gemini-3.1-flash-lite-preview</code>, <code>gemma-4-26b-a4b-it</code> and <code>gemma-4-31b-it</code>. See <a href="https://simonwillison.net/2026/Apr/2/gemma-4/">my notes on Gemma 4</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/gemini">gemi...
16時間前
記事のアイキャッチ画像
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise ブログのファビコン Socket
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
17時間前

4/2 (木)

記事のアイキャッチ画像
Node.js Drops Bug Bounty Rewards After Funding Dries Up ブログのファビコン Socket
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
19時間前
記事のアイキャッチ画像
Making Complex CSS Shapes Using shape() ブログのファビコン CSS-Tricks
Creating rectangles, circles, and rounded rectangles is the basic of CSS. Creating more complex CSS shapes such as triangles, hexagons, stars, hearts, etc. is more challenging but still a simple task if we rely on modern features.Making Complex CSS Shapes Using shape() originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
20時間前
記事のアイキャッチ画像
CKEditor 5 v48.0.0 Release Highlights: Installation Methods Transition Completed ブログのファビコン CKEditor Ecosystem Blog
Installation methods transition is now complete, table capabilities significantly expanded, CKEditor AI improved, Export to PDF defaults to v2, and more.
21時間前
記事のアイキャッチ画像
Why we're rethinking cache for the AI era ブログのファビコン The Cloudflare Blog
The explosion of AI-bot traffic, representing over 10 billion requests per week, has opened up new challenges and opportunities for cache design. We look at some of the ways AI bot traffic differs from humans, how this impacts CDN cache, and some early ideas for how Cloudflare is designing systems to improve both the AI and human experience.
21時間前
記事のアイキャッチ画像
A quick guide to creating syndication feeds ブログのファビコン Piccalilli - Everything
News of RSS' death following the demise of Google Reader has been greatly exaggerated. RSS is alive, well, and as omnipresent as ever. You aren't properly publishing content on the web if you aren't also publishing in syndication formats.This is a general guide designed to help you understand, build, and distribute various formats of web feeds, even if you've never touched them before. We're not going to run through all the uses and details of syndication feeds, because they've been covered ad n
1日前
記事のアイキャッチ画像
What Is CSS Containment and How Can I Use It? ブログのファビコン CSS Wizardry
CSS containment lets you isolate layout and paint work to self-contained ‘islands’. Here’s what each contain value does and how to use it safely.
1日前
記事のアイキャッチ画像
difit-review スキルでエージェント自身に変更点をコメントしてもらおう ブログのファビコン azukiazusa のテックブログ2
difit はローカルの git 差分を GitHub スタイルのインターフェースで確認できる CLI ツールです。difit-review スキルを使用することでエージェントがコードの変更点にコメントを残した状態で difit を起動できます。この記事では、difit-review スキルを使用してエージェント自身にコードの変更点をコメントしてもらう方法を紹介します。
1日前
記事のアイキャッチ画像
100,000 GitHub stars ブログのファビコン Supabase Blog
Supabase hits 100,000 GitHub stars. A reflection on community, open source, and what got us here.
1日前
記事のアイキャッチ画像
March 2026 sponsors-only newsletter Simon Willison's Weblog
<p>I just sent the March edition of my <a href="https://github.com/sponsors/simonw/">sponsors-only monthly newsletter</a>. If you are a sponsor (or if you start a sponsorship now) you can <a href="https://github.com/simonw-private/monthly/blob/main/2026-03-march.md">access it here</a>. In this month's newsletter:</p><ul><li>More agentic engineering patterns</li><li>Streaming experts with MoE models on a Mac</li><li>Model re...
1日前
記事のアイキャッチ画像
AWS CloudTrail ログを BigQuery 上で分析できるようにしました ブログのファビコン PR TIMES 開発者ブログ
はじめに こんにちは!PR TIMES第二開発部の加来安東です。 本記事では、AWS CloudTrail の監査ログを Google Cloud(BigQuery)上で分析できるように整備した事例についてご紹介します。 […]
1日前
記事のアイキャッチ画像
Natoma and 1Password help enterprises scale AI securely with governed agent access ブログのファビコン Blog on 1Password Blog
To support enterprise workflows like monitoring systems, triaging support tickets, and automating routine work, AI agents need access to the same sensitive systems employees use, including databases, APIs, SaaS tools, and internal infrastructure. However, many of these systems still rely on shared passwords, API keys, tokens, and other credential-based access paths that are difficult to manage and control. As organizations put agents to work for new use cases and in new environments, IT and secu
1日前
記事のアイキャッチ画像
Go beyond device health with External Checks in 1Password Device Trust ブログのファビコン Blog on 1Password Blog
Most organizations already have the policies they need in place. The problem is enforcement.Employees must complete security awareness training, contractors must acknowledge updated agreements, and teams must meet compliance requirements. But the systems that track these requirements rarely connect to the systems that control user and device access. As a result, access is granted even when required conditions haven’t been met.That’s why we're excited to announce that 1Password Device Trust can n
1日前
記事のアイキャッチ画像
Changelog — Apr 2, 2026 ブログのファビコン Val Town Blog
Better Townie system prompt, std/oauth, migrating from Clerk to BetterAuth, Deno 2.7.5, and more
1日前
記事のアイキャッチ画像
The developer's guide to CLI authentication ブログのファビコン WorkOS Blog
API keys, token files, OAuth Device Flow, and Client Credentials compared. A practical guide to choosing the right authentication pattern for your CLI.
1日前
記事のアイキャッチ画像
Passkeys stop phishing. Your MFA fallbacks undo it. ブログのファビコン WorkOS Blog
How FIDO2 and passkeys use cryptographic domain binding to stop phishing attacks, why SMS and push notification fallbacks destroy your security posture, and what to do about it.
1日前
記事のアイキャッチ画像
How attackers are bypassing MFA using AI in 2026 ブログのファビコン WorkOS Blog
MFA still blocks most automated attacks. But the new generation of AI-powered phishing tools does not send automated attacks. It runs real-time, human-speed session hijacking that MFA was never designed to stop.
1日前
記事のアイキャッチ画像
23歳、平凡なエンジニアワイ。AIと不安で眠れない夜。決意の朝に。 ブログのファビコン カミナシ エンジニアブログ
AIと不安で眠れない夜。 あ〜〜〜〜〜今日もTwitterのタイムラインはAI、Claude、OpenClaw、エーアイ、Codex、Gemini、ハーネスの話題で持ち切りだわ。なんだよハーネスって。自意識過剰なホモサピエンスがAI様をコントロールできると考えているのか!?奴らの成長速度を考えたら、数年以内に制御できる範囲なんてとっくに飛び出して二足歩行でコンビニ行ってオハヨーのブリュレアイス買って食っとるわ。あれうますぎだろ。 あ〜〜〜〜〜わかってるよ。Twitter呼びは時代遅れだって?そのツッコミも飽きたわ!俺は死ぬまでTwitterって言うからいちいち気にしないでくれ! ジュニアやミド…
1日前
記事のアイキャッチ画像
datasette-llm 0.1a6 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm/releases/tag/0.1a6">datasette-llm 0.1a6</a></p> <blockquote><ul><li>The same model ID no longer needs to be repeated in both the default model and allowed models lists - setting it as a default model automatically adds it to the allowed models list. <a href="https://github.com/datasette/datasette-llm/issues/6">#6</a></li><li>Improved docu...
1日前
記事のアイキャッチ画像
datasette-enrichments-llm 0.2a1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-enrichments-llm/releases/tag/0.2a1">datasette-enrichments-llm 0.2a1</a></p> <blockquote><ul><li>The <code>actor</code> who triggers an enrichment is now passed to the <code>llm.mode(... actor=actor)</code> method. <a href="https://github.com/datasette/datasette-enrichments-llm/issues/3">#3</a></li></ul></blockquote&...
1日前
記事のアイキャッチ画像
The Hidden Blast Radius of the Axios Compromise ブログのファビコン Socket
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
2日前
記事のアイキャッチ画像
Securing the open source supply chain across GitHub ブログのファビコン The GitHub Blog
Recent attacks on open source focus on exfiltrating secrets; here are the prevention steps you can take today, plus a look at the security capabilities GitHub is working on.The post Securing the open source supply chain across GitHub appeared first on The GitHub Blog.
2日前
記事のアイキャッチ画像
Run multiple agents at once with /fleet in Copilot CLI ブログのファビコン The GitHub Blog
/fleet lets Copilot CLI dispatch multiple agents in parallel. Learn how to write prompts that split work across files, declare dependencies, and avoid common pitfalls.The post Run multiple agents at once with /fleet in Copilot CLI appeared first on The GitHub Blog.
2日前
記事のアイキャッチ画像
CSSのlinear()でUIが軽快になる! スプリングアニメーション活用術13選 ブログのファビコン ICS MEDIA
記事は ics.media へアクセスしてご覧ください。
2日前

4/1 (水)

記事のアイキャッチ画像
Front-End Fools: Top 10 April Fools’ UI Pranks of All Time ブログのファビコン CSS-Tricks
These are the historical pranks I consider the top 10 most noteworthy, rather than the “best.” You’ll see that some of them crossed the line and/or backfired.Front-End Fools: Top 10 April Fools’ UI Pranks of All Time originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
2日前
記事のアイキャッチ画像
NGINX Gateway Fabric 2.5.0: Enterprise-Grade Features and Gateway API 1.5 Conformance ブログのファビコン NGINX Community Blog
NGINX Gateway Fabric 2.5.0 is here, and this one is a big deal. The release doubles down on enterprise-grade capabilities while keeping us at the forefront of Gateway API conformance. NGF remains one of the top conformant implementations of the Gateway API spec, and this release reinforces why. Here’s what’s new. Gateway API 1.5 Conformance […]
2日前
記事のアイキャッチ画像
Sniffing Out the CSS Olfactive API ブログのファビコン CSS-Tricks
A deep sniff of the new CSS Olfactive API, a set of proposed features for immersive user experiences using smell.Sniffing Out the CSS Olfactive API originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
2日前
記事のアイキャッチ画像
Our ongoing commitment to privacy for the 1.1.1.1 public DNS resolver ブログのファビコン The Cloudflare Blog
Eight years ago, we launched 1.1.1.1 to build a faster, more private Internet. Today, we’re sharing the results of our latest independent examination. The result: our privacy protections are working exactly as promised.
2日前
記事のアイキャッチ画像
Introducing EmDash — the spiritual successor to WordPress that solves plugin security ブログのファビコン The Cloudflare Blog
Today we are launching the beta of EmDash, a full-stack serverless JavaScript CMS built on Astro 6.0. It combines the features of a traditional CMS with modern security, running plugins in sandboxed Worker isolates.
2日前
記事のアイキャッチ画像
dockerfile-pin: DockerfileやComposeのイメージをSHA256でピン留めするCLIツールを作った ブログのファビコン Web Scratch
DockerfileやComposeファイルのイメージ参照に@sha256:<digest>を自動で追加するCLIツール dockerfile-pin を作りました。GitHub: azu/dockerfile-pinなぜ作ったかtrivyへのサプライチェーン攻撃などの事件を見ていると、次に狙われるのはDocker Hubかなと思ったのがきっかけです。CIでDocker Hubへのpushをしているケースは多いので、そこに悪意あるコードが混入する事件は今後も起きるだろうと思っています。Dockerイメージのタグ(例:node:20)はデフォルトで可変(mutable)です。同じタグ名で中身を上書きできるため、悪意ある第三者がレジストリへのアクセスを得た場合、既存タグに対して改竄されたイメージをpushできます。Can a Docker Hub tag have its content changed? - Docker Community ForumsDocker Hubなどのレジストリは安全とは限りません。npmのようにトークンの制限が厳しくなっていたり、デフォルトでタグ...
2日前
記事のアイキャッチ画像
A Practical Guide To Design Principles ブログのファビコン Articles on Smashing Magazine — For Web Designers And Developers
Design principles with references, examples, and methods for quick look-up. Brought to you by Design Patterns For AI Interfaces, **friendly video courses on UX** and design patterns by Vitaly.
2日前
記事のアイキャッチ画像
2026年4月1日 デザインデータ更新情報 ブログのファビコン デジタル庁デザインシステムβ版
デザインデータ(Figma)v2.11.1を公開しました。
2日前
記事のアイキャッチ画像
2026年4月1日 コードスニペット更新情報 ブログのファビコン デジタル庁デザインシステムβ版
テキストエリアに文字数カウンターを追加。プログレスインジケーターを新規追加。
2日前
記事のアイキャッチ画像
2026年4月1日 ウェブサイト更新情報 ブログのファビコン デジタル庁デザインシステムβ版
本ウェブサイトのソースコードの可読性を向上しました。
2日前
記事のアイキャッチ画像
JetBrains Blog RSS Support Is Now Generally Available ブログのファビコン Company | The JetBrains Blog
We’re excited to announce that RSS feed support for blog.jetbrains.com and all JetBrains product blogs is now generally available. After months of development and rigorous testing across 47 RSS readers on 6 platforms, we’re proud to deliver a reliable, standards-compliant way for you to read JetBrains content in the environment of your choice. What You […]
2日前
記事のアイキャッチ画像
Supabase docs over SSH ブログのファビコン Supabase Blog
Browse Supabase docs with grep, find, and cat.
2日前
記事のアイキャッチ画像
株式会社はてなに入社しました
はてなブックマークアイコン 1
ブログのファビコン mizdra's blog
株式会社はてなに入社しました 株式会社はてなに入社しました - hitode909の日記
2日前
記事のアイキャッチ画像
Claude Code の Plugin Marketplace でスキルをオプトイン配布にする
はてなブックマークアイコン 27
ブログのファビコン newmo 技術ブログ
Claude Code のスキルが数十個に増えてきたのですが、全員に一律で適用されるのがつらくなってきたので、Plugin Marketplace を使ってオプトイン配布に移行しました。 スキルが増えると何が起きるか Claude Code のスキルは .claude/skills/ に配置すると、リポジトリを開いた全員に適用されます。数個なら問題ないのですが、数十個に増えてくるとスキルの description マッチングで意図しないスキルまで発火するようになってきました。QA 向けのスキルがバックエンドエンジニアの作業中に反応したり、フロントエンド向けのスキルがインフラの作業で発火したりと…
2日前
記事のアイキャッチ画像
datasette-extract 0.3a0 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-extract/releases/tag/0.3a0">datasette-extract 0.3a0</a></p> <ul><li>Now uses <a href="https://github.com/datasette/datasette-llm">datasette-llm</a> to manage model configuration, which means you can control which models are available for extraction tasks using the <code>extract</code> purpose and <a href="https://github.com/datasette/datasette-l...
2日前
記事のアイキャッチ画像
datasette-enrichments-llm 0.2a0 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-enrichments-llm/releases/tag/0.2a0">datasette-enrichments-llm 0.2a0</a></p> <blockquote><ul><li>This plugin now uses <a href="https://github.com/datasette/datasette-llm">datasette-llm</a> to configure and manage models. This means it's possible to <a href="https://github.com/datasette/datasette-enrichments-llm/blob/0.2a0/README.md#configuration">sp...
2日前
記事のアイキャッチ画像
datasette-llm-usage 0.2a0 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm-usage/releases/tag/0.2a0">datasette-llm-usage 0.2a0</a></p> <blockquote><ul><li>Removed features relating to allowances and estimated pricing. These are now the domain of <a href="https://github.com/datasette/datasette-llm-accountant">datasette-llm-accountant</a>.</li><li>Now depends on <a href="https://github.com/datasette/datasette-l...
2日前
記事のアイキャッチ画像
datasette-llm 0.1a5 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm/releases/tag/0.1a5">datasette-llm 0.1a5</a></p> <blockquote><ul><li>The <code>llm_prompt_context()</code> plugin hook wrapper mechanism now tracks prompts executed within a chain as well as one-off prompts, which means it can be used to track tool call loops. <a href="https://github.com/datasette/datasette-llm">#5</a></li></ul&gt...
2日前
記事のアイキャッチ画像
Quoting Soohoon Choi Simon Willison's Weblog
<blockquote cite="https://www.greptile.com/blog/ai-slopware-future"><p>I want to argue that AI models will write good code because of economic incentives. Good code is cheaper to generate and maintain. Competition is high between the AI models right now, and the ones that win will help developers ship reliable features fastest, which requires simple, maintainable code. Good code will prevail, not only because we want it to (though we do!), but because economic forces demand it. Mark...
2日前
記事のアイキャッチ画像
AI時代の認証課題を解決する次世代標準候補「ID-JAG」とは? LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフー株式会社で認証・認可基盤Athenzの開発・運用を担当している金 廷祐(Kim, Jeongwoo)です。この記事では、AIエージェントがさまざまなサービスと連携する際のトー...
2日前
記事のアイキャッチ画像
We analyzed 1,140 devtools funding rounds—here's who's writing checks and why ブログのファビコン Evil Martians
We analyzed 1,140 early-stage funding rounds in developer tools, cybersecurity, and infrastructure from January 2025 through March 2026. Here are the top VCs and investors writing checks, the metrics that got companies funded, and the exact person to email based on what you're building.
2日前
記事のアイキャッチ画像
A new hope. Good bye React. Meet COBOL-Admin. ブログのファビコン Marmelab Blog
React Admin is a great framework to build admin interfaces. However we can do better, we can do simpler, we can do faster. How? By leveraging the power of old and robust technology: COBOL.
2日前
記事のアイキャッチ画像
What’s new in Svelte: April 2026 ブログのファビコン Svelte blog
This month, a new best practices guide was added to the Svelte docs. Check it out, if you haven't already!On the code side, the Svelte MCP got even easier to use with improvements to the official OpenCode package. Combined with the improvements to svelte.config.js, server-side error boundaries in SvelteKit and better types all around, this month is full of great improvements!As always, there's plenty in the showcase too!What's new in Svelte and SvelteKitMCP: Svelte's OpenCode config can now be f
2日前
記事のアイキャッチ画像
MFA for AI agents: Why traditional authentication falls short ブログのファビコン WorkOS Blog
AI agents don't have phones, fingerprints, or sessions. The identity infrastructure they need looks nothing like what we built for humans.
2日前
記事のアイキャッチ画像
Rainbow table attacks: What they are and how to prevent them ブログのファビコン WorkOS Blog
What they are, how they work, and why modern password security has moved beyond them.
2日前
記事のアイキャッチ画像
Top 5 MFA providers for securing your app in 2026 ブログのファビコン WorkOS Blog
A practical comparison of the leading multi-factor authentication solutions: what they're good at, where they fall short, and how to choose the right one for your stack.
2日前
記事のアイキャッチ画像
Checkly Playwright Reporter: A Cloud Dashboard for Your Playwright Tests ブログのファビコン Checkly Blog: Monitoring Insights & Trends
Send Playwright test runs to Checkly with traces, videos, screenshots, flaky test visibility, and session history, then take key tests into monitoring.
2日前
記事のアイキャッチ画像
Supply Chain Attack on Axios Pulls Malicious Dependency from npm Simon Willison's Weblog
<p><strong><a href="https://socket.dev/blog/axios-npm-package-compromised">Supply Chain Attack on Axios Pulls Malicious Dependency from npm</a></strong></p>Useful writeup of today's supply chain attack against Axios, the HTTP client NPM package with <a href="https://www.npmjs.com/package/axios">101 million weekly downloads</a>. Versions <code>1.14.1</code> and <code>0.30.4</code> both included a new dependency called <co...
2日前
記事のアイキャッチ画像
datasette-llm 0.1a4 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm/releases/tag/0.1a4">datasette-llm 0.1a4</a></p> <blockquote><ul><li>Ability to <a href="https://github.com/datasette/datasette-llm/blob/0.1a4/README.md#model-references-with-custom-api-keys">configure different API keys for models based on their purpose</a> - for example, set it up so enrichments always use <code>gpt-5.4-mini</code> with ...
3日前
記事のアイキャッチ画像
llm-all-models-async 0.1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-all-models-async/releases/tag/0.1">llm-all-models-async 0.1</a></p> <p>LLM plugins can define new models in both <a href="https://llm.datasette.io/en/stable/plugins/tutorial-model-plugin.html">sync</a> and <a href="https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#async-models">async</a> varieties. The async variants are most common for API-b...
3日前
記事のアイキャッチ画像
llm 0.30 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm/releases/tag/0.30">llm 0.30</a></p> <blockquote><ul><li>The <a href="http://llm.datasette.io/en/stable/plugins/plugin-hooks.html#plugin-hooks-register-models">register_models() plugin hook</a> now takes an optional <code>model_aliases</code> parameter listing all of the models, async models and aliases that have been registered so far by other plugins...
3日前
記事のアイキャッチ画像
Introducing the JetStream 3 Benchmark Suite ブログのファビコン WebKit
Today, alongside our colleagues at Google and Mozilla, we announced JetStream 3.0, a major update to the cross-browser benchmark suite.
3日前
記事のアイキャッチ画像
llm-echo 0.4 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-echo/releases/tag/0.4">llm-echo 0.4</a></p> <blockquote><ul><li>Prompts now have the <code>input_tokens</code> and <code>output_tokens</code> fields populated on the response.</li></ul></blockquote> <p>Tags: <a href="https://simonwillison.net/tags/llm">llm</a></p>
3日前
記事のアイキャッチ画像
Agent-driven development in Copilot Applied Science ブログのファビコン The GitHub Blog
I used coding agents to build agents that automated part of my job. Here's what I learned about working better with coding agents.The post Agent-driven development in Copilot Applied Science appeared first on The GitHub Blog.
3日前
記事のアイキャッチ画像
Fancy Short Screen Recording Tools ブログのファビコン Frontend Masters Boost RSS Feed
There is a category of apps that help record short-form videos, mostly screencasts. For those of you who work on products that you need to showcase/teach people how to use, video can be super effective. Here’s a list of the ones I’ve seen for reference: I’ve been trying them out for videos like this, but […]
3日前
記事のアイキャッチ画像
llm-echo 0.3 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-echo/releases/tag/0.3">llm-echo 0.3</a></p> <blockquote><ul><li>Mechanisms for <a href="https://github.com/simonw/llm-echo/blob/0.3/README.md#tool-calling">testing tool calls</a>. #3</li><li>Mechanism for <a href="https://github.com/simonw/llm-echo/blob/0.3/README.md#raw-responses">testing raw responses</a>. #4</li><li>New <...
3日前

3/31 (火)

記事のアイキャッチ画像
What’s !important #8: Light/Dark Favicons, @mixin, object-view-box, and More ブログのファビコン CSS-Tricks
Short n’ sweet but ever so neat, this issue covers light/dark favicons, @mixin, anchor-interpolated morphing, object-view-box, new web features, and more.What’s !important #8: Light/Dark Favicons, @mixin, object-view-box, and More originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
3日前
記事のアイキャッチ画像
Introducing Programmable Flow Protection: custom DDoS mitigation logic for Magic Transit customers ブログのファビコン The Cloudflare Blog
Magic Transit customers can now program their own DDoS mitigation logic and deploy it across Cloudflare’s global network. This enables precise, stateful mitigation for custom and proprietary UDP protocols.
3日前
記事のアイキャッチ画像
The Joy Of A Fresh Beginning (April 2026 Wallpapers Edition) ブログのファビコン Articles on Smashing Magazine — For Web Designers And Developers
With the new month just around the corner, could there be a better occasion to freshen up your desktop? If you’re looking for some unique and inspiring wallpapers to accompany you on all those adventures that April may bring — and maybe spark some new ideas, too — well, this post has got you covered.
3日前
記事のアイキャッチ画像
Claude Code から Codex を呼び出すためのプラグイン codex-plugin-cc ブログのファビコン azukiazusa のテックブログ2
Codex プラグインを使用すると、Claude Code から Codex を呼び出してコードレビューをしたり、タスクを委任するといったことが簡単にできるようになります。この記事では、Codex プラグインの使用方法と、どのような方法で Codex を呼び出しているのかといった内部の仕組みについて紹介します。
3日前
記事のアイキャッチ画像
開発チームに入ってセキュリティを向上するということ ブログのファビコン カミナシ エンジニアブログ
「カミナシ レポート」の開発・運用をしている、AWS インフラが得意な Security Engineering の furuya です(属性過多)。妙に流行り物に乗っかるときがあるのですが、「超かぐや姫!」を見てきました。よかったです。それはさておき今回は「カミナシ レポート」の開発におけるセキュリティ向上施策のお話です。 カミナシでは開発チームに Security Engineer を派遣する取り組みがあります。 kaminashi-developer.hatenablog.jp 気がつけば、この記事の公開から1年が経過していました。ここでそれを振り返ってみたいと思います。 サービスにおけ…
3日前
記事のアイキャッチ画像
Web 標準動向 2026年3月版 ブログのファビコン サイボウズ フロントエンドのフィード
こんにちは! サイボウズ株式会社 デザインテクノロジストの saku (@sakupi01) です。 はじめにサイボウズは 2025 年 4 月より、W3C のメンバーに加入しました。https://blog.cybozu.io/entry/joining-w3c標準化プロセスに関わることができるようになるための最初の一歩として、フロントエンドエンジニアの一部のメンバーは積極的に Web 標準のキャッチアップを行っています。そこで、毎月メンバーが興味を持った Web 標準に関する話題や、実際に標準化プロセスに関わることができた場合にはその報告などを 1 つの記事としてまとめ、...
3日前
記事のアイキャッチ画像
Supply Chain Attack on Axios Pulls Malicious Dependency from npm ブログのファビコン Socket
A supply chain attack on Axios introduced a malicious dependency, [email protected], published minutes earlier and absent from the project’s GitHub releases.
3日前
記事のアイキャッチ画像
Mastra をバックエンド + AI エージェントサーバーとして本番運用してみた ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
こんにちは。 AI 事業本部 AI クリエイティブカンパニー BPO 事業部のエンジニアの佐藤 (@ ...
3日前
記事のアイキャッチ画像
PKaaSで始めるパスキーのローカル開発
はてなブックマークアイコン 2
LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフー研究所の大神と田口です。パスワードを使わない認証方法として、「パスキー(Passkey)」を目にする機会が増えてきました。パスキーを使う認証(パスキー認証)では、端末の画面ロ...
3日前
記事のアイキャッチ画像
git worktree × Docker Composeによる並行開発環境の改善
はてなブックマークアイコン 51
ブログのファビコン PR TIMES 開発者ブログ
こんにちは、PR TIMESでインターンをしている笹山雷雅です。 レビュー中や検証中に、いま触っているブランチをそのまま残したまま、別ブランチの挙動を確認したくなる場面は少なくありません。 ただ、git switch を […]
3日前
記事のアイキャッチ画像
What's new in Astro - March 2026
はてなブックマークアイコン 1
ブログのファビコン The Astro Blog
March 2026 - Astro 6, CloudCannon CMS Partnership, Astro Together London, and more!
3日前
記事のアイキャッチ画像
A first step toward post-quantum security ブログのファビコン Blog on 1Password Blog
At 1Password, our mission is simple: to protect people’s most critical information, their credentials. At the time of writing this post, I personally have 291 items in my vault, so the long-term confidentiality of this data is critical to myself and every 1Password user. We are thrilled to announce the first major milestone in our post-quantum cryptography (PQC) journey, the successful deployment of PQC on 1Password’s web application. If you’re using a PQC-capable browser, such as Chrome or Fire
3日前
記事のアイキャッチ画像
New integrations between 1Password SaaS Manager and EPM ブログのファビコン Blog on 1Password Blog
Most organizations can tell you which apps sit behind SSO. Far fewer can tell you what other apps teams are using, or who has access to the credentials.Shared and sensitive non-SSO logins remain some of the hardest access paths to govern. Credentials are often tied to individuals, scattered across vaults and browsers, and difficult to rotate or revoke when roles change. For many teams, this creates a gap in their Zero Trust strategy.For the last several months, we’ve been hard at work connecting
3日前
記事のアイキャッチ画像
Notes from March 2026 Evan Hahn (dot com)
March always seems to be my life’s busiest month.Things I wrote and made“The two kinds of error”: in my mind, software errors are divided into two categories: expected and unexpected errors. I finally wrote up this idea I’ve had for a long time.“All tests pass” is a short story about a strange, and sorta sad, experience I had with a coding agent.Inspired by others, I published a disclaimer about how I use generative AI to write this blog. My main rule of thumb: the final product must be word-for
3日前
記事のアイキャッチ画像
Logging AI agents into web apps: From cookie hacks to proper OAuth ブログのファビコン WorkOS Blog
Cookie syncing and credential injection get agents past login screens, but they break every security assumption your app relies on.
3日前
記事のアイキャッチ画像
The architecture of governable AI agents: Constrain first, observe always ブログのファビコン WorkOS Blog
How to design AI agents that do less, prove more, and stay within boundaries your security team can actually audit.
3日前
記事のアイキャッチ画像
datasette-files 0.1a3 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-files/releases/tag/0.1a3">datasette-files 0.1a3</a></p> <p>I'm working on integrating <code>datasette-files</code> into other plugins, such as <a href="https://github.com/datasette/datasette-extract">datasette-extract</a>. This necessitated a new release of the base plugin.</p><blockquote><ul><li><code>owners_can_edit</co...
3日前
記事のアイキャッチ画像
WINTICKETにおけるインシデント避難訓練の仕組みと1年間の運用知見 ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
目次 はじめに 背景と課題 避難訓練の全体像 GUIベースのツールを選定した理由 AIによるシナリオ ...
3日前
記事のアイキャッチ画像
Quoting Georgi Gerganov Simon Willison's Weblog
<blockquote cite="https://twitter.com/ggerganov/status/2038674698809102599"><p>Note that the main issues that people currently unknowingly face with local models mostly revolve around the harness and some intricacies around model chat templates and prompt construction. Sometimes there are even pure inference bugs. From typing the task in the client to the actual result, there is a long chain of components that atm are not only fragile - are also developed by different parties. So it...
4日前
記事のアイキャッチ画像
datasette-llm 0.1a3 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-llm/releases/tag/0.1a3">datasette-llm 0.1a3</a></p> <p>Adds the ability to configure <a href="https://github.com/datasette/datasette-llm/tree/0.1a3#purpose-specific-configuration">which LLMs are available for which purpose</a>, which means you can restrict the list of models that can be used with a specific plugin. <a href="https://github.com/datasette/datasette-...
4日前
記事のアイキャッチ画像
GitHub for Beginners: Getting started with GitHub security ブログのファビコン The GitHub Blog
Learn how to secure your projects and keep them safe with GitHub Advanced Security.The post GitHub for Beginners: Getting started with GitHub security appeared first on The GitHub Blog.
4日前
記事のアイキャッチ画像
The Drill-Down Menu with Details and @scope ブログのファビコン Frontend Masters Boost RSS Feed
Even if you nest details elements, you can ensure only one level of them is open at a time, making a menu you can drill down (and up!) from.
4日前

3/30 (月)

記事のアイキャッチ画像
The State of Flint - Spring 2026 ブログのファビコン Flint | Blog
Hello, and welcome to the first State of Flint blog post! These posts explain the high-level status of the Flint project - what's been done, what's coming up next, and what's being pushed to the backlog. For this first post, we'll cover progress made from Flint's start in 2025 through the first few months of 2026.
4日前
記事のアイキャッチ画像
Mr. Chatterbox is a (weak) Victorian-era ethically trained model you can run on your own computer Simon Willison's Weblog
<p>Trip Venturella released <a href="https://www.estragon.news/mr-chatterbox-or-the-modern-prometheus/">Mr. Chatterbox</a>, a language model trained entirely on out-of-copyright text from the British Library. Here's how he describes it in <a href="https://huggingface.co/tventurella/mr_chatterbox_model">the model card</a>:</p><blockquote><p>Mr. Chatterbox is a language model trained entirely from scratch on a corpus of over 28,000 Victorian-era Bri...
4日前
記事のアイキャッチ画像
Form Automation Tips for Happier User and Clients ブログのファビコン CSS-Tricks
That gap between "the form works" and "the business works" is something we don't really tend to discuss much as front-enders. We focus a great deal on user experience, validation methods, and accessibility, yet we overlook what the data does once it leaves our controlForm Automation Tips for Happier User and Clients originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
4日前
記事のアイキャッチ画像
CSS position: sticky now sticks to the nearest scroller on a per axis basis! Bram.us
If you’ve ever tried to build a data table with a sticky header and a sticky first column, you know the pain. You’d think a simple position: sticky with top: 0 and left: 0 would be enough, but the reality was that only one of both would stick.A recent change to CSS fixes this: position: sticky now plays nice with single-axis scrollers, allowing you to have sticky elements that track different scroll containers on different axes. This change is available in Chrome 148.
4日前
記事のアイキャッチ画像
When All You Can Do Is All or Nothing, Do Nothing ブログのファビコン CSS Wizardry
If your design system can only apply `loading=lazy` or `fetchpriority=high` blindly, it may be safer not to apply them at all.
4日前
記事のアイキャッチ画像
PR TIMESでのインターンで学んだこと ブログのファビコン PR TIMES 開発者ブログ
こんにちは!第一開発部でエンジニアとしてインターンをしていた三宅(@pure_notchman)です。PR TIMESのインターンを卒業することになったため、これまで取り組んできた開発や学びについて振り返りたいと思います […]
4日前
記事のアイキャッチ画像
Cloudflare Client-Side Security: smarter detection, now open to everyone ブログのファビコン The Cloudflare Blog
We are opening our advanced Client-Side Security tools to all users, featuring a new cascading AI detection system. By combining graph neural networks and LLMs, we've reduced false positives by up to 200x while catching sophisticated zero-day exploits.
4日前
記事のアイキャッチ画像
llm-mrchatterbox 0.1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-mrchatterbox/releases/tag/0.1">llm-mrchatterbox 0.1</a></p> <p>See <a href="https://simonwillison.net/2026/Mar/30/mr-chatterbox/">Mr. Chatterbox is a (weak) Victorian-era ethically trained model you can run on your own computer</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/llm">llm</a></p>
4日前
記事のアイキャッチ画像
OpenAPI + NestJS: type-safe controllers from the contract ブログのファビコン Evil Martians
NestJS is code-first by default meaning decorators describe your API, and the spec is generated from code. But decorators don't enforce anything at compile time. This post shows how to flip the flow to generate controller method types from an OpenAPI spec and let TypeScript catch contract drift before reaching production.
4日前
記事のアイキャッチ画像
March 2026 Security Releases ブログのファビコン Express Blog
Read March 2026 Security Releases
4日前
記事のアイキャッチ画像
Mass PolyShell attack wave hits 471 stores in one hour ブログのファビコン Sansec - experts in eCommerce security
Sansec is tracking a mass exploitation wave of the PolyShell vulnerability that hit hundreds of online stores within a single hour today. The attacks are ongoing: new victims appear every minute.N...
4日前
記事のアイキャッチ画像
The OWASP Top 10 for agentic applications: What developers building with AI agents need to know ブログのファビコン WorkOS Blog
How AI agents get hijacked, poisoned, and over-privileged, and why identity is the fix for most of it.
4日前
記事のアイキャッチ画像
Impossible travel: What it is, how it works, and how to defend against it ブログのファビコン WorkOS Blog
How comparing login timestamps and locations catches credential theft before attackers get in.
4日前
記事のアイキャッチ画像
Connect your app to GitLab without building OAuth ブログのファビコン WorkOS Blog
Let users sync their GitLab projects in your app, using a fresh access token, without writing any OAuth logic.
4日前
記事のアイキャッチ画像
複数リポジトリをまたぐ横断設計をAIで自律化するまで ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
はじめに こんにちは。AmebaLIFE事業本部エンジニアのsatominです。 この記事では、ビジ ...
4日前
記事のアイキャッチ画像
Google Cloud Workflowsを導入してABEMAの課金システムをリファクタリングした話 ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
ABEMA バックエンドエンジニアの大真です。 ABEMAのサブスクリプションシステムをリファクタリ ...
4日前
記事のアイキャッチ画像
Pretext Simon Willison's Weblog
<p><strong><a href="https://github.com/chenglou/pretext">Pretext</a></strong></p>Exciting new browser library from Cheng Lou, previously a React core developer and the original creator of the <a href="https://github.com/chenglou/react-motion">react-motion</a> animation library.</p><p>Pretext solves the problem of calculating the height of a paragraph of line-wrapped text <em>without touching the DOM</em>. The usual way of d...
5日前
記事のアイキャッチ画像
Pretext — Under the Hood Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/pretext-explainer">Pretext — Under the Hood</a></p> <p>See <a href="https://simonwillison.net/2026/Mar/29/pretext/">my notes on Pretext here</a>.</p>
5日前
記事のアイキャッチ画像
Python Vulnerability Lookup Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/python-vulnerability-lookup">Python Vulnerability Lookup</a></p> <p>I learned that the <a href="https://osv.dev/">OSV.dev</a> open source vulnerability database has an open CORS <a href="https://google.github.io/osv.dev/api/">JSON API</a>, so I had Claude Code build this <a href="https://simonwillison.net/2025/Dec/10/html-tools/">HTML tool</a> for past...
5日前

3/28 (土)

記事のアイキャッチ画像
Quoting Matt Webb Simon Willison's Weblog
<blockquote cite="https://interconnected.org/home/2026/03/28/architecture"><p>The thing about agentic coding is that agents grind problems into dust. Give an agent a problem and a while loop and - long term - it’ll solve that problem even if it means burning a trillion tokens and re-writing down to the silicon. [...]</p><p>But we want AI agents to solve coding problems quickly and in a way that is maintainable and adaptive and composable (benefiting from improvements els...
6日前
記事のアイキャッチ画像
イラつくバルーンを滅ぼそう ブログのファビコン Object.create(null)
みなさんにもマウスホバーで表示されるバルーン内のリンクが開けなくてイラついた経験があるかと思います. リンクにカーソルを移動しようとすると閉じてしまうバルーン 丁寧に吹き出しの三角形の部分を通ったときだけリンクに辿り着ける. イライラ棒か? こんな体験は今すぐ滅ぼしましょう. Web なら floating-ui を使うと, そもそものバルーン自体の実装も簡単にできますし, この問題への対策も 1 行で済みます. 対策 1. バルーンが閉じるのを遅延させる リンクにカーソルを合わせようとするとマウスホバーが外れ, その瞬間にバルーンが閉じてしまうのが問題の原因です. ということで, 素朴にはバ…
6日前
記事のアイキャッチ画像
Cline Kanban で複数のコーディングエージェントを一括管理する ブログのファビコン azukiazusa のテックブログ2
Cline Kanban は人間が数十個のエージェントを運用するうえで正気を保つためにはどうすればいいか、という問いに対する 1 つの答えとして、Cline が開発したツールです。Cline Kanban はカンバン方式のビューを提供します。各カードは稼働中のエージェントを表しており、どのエージェントが実行中で、どのエージェントが作業がブロックされているのか、どのエージェントが完了しているのかを一目で把握できるようになっています。
6日前
記事のアイキャッチ画像
Figma のキャンバスを AI エージェントから操作してデザインしよう ブログのファビコン azukiazusa のテックブログ2
2026 年 3 月末、Figma の MCP サーバーに Figma のキャンバスを直接操作できる `use_figma` ツールが追加されました。`use_figma` ツールは Figma Plugin API を通じて Figma ファイル上で JavaScript を直接実行する汎用ツールとして設計されている点が特徴です。この記事では、実際に `use_figma` ツールを使用して Figma のキャンバスを操作する方法を試してみます。
6日前
記事のアイキャッチ画像
datasette-showboat 0.1a2 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/datasette-showboat/releases/tag/0.1a2">datasette-showboat 0.1a2</a></p> <p>I added an option to export a Markdown file from my app that lets Showboat <a href="https://simonwillison.net/2026/Feb/17/chartroom-and-datasette-showboat/#showboat-remote-publishing">incrementally publish updates</a> to a remote server.</p>
6日前
記事のアイキャッチ画像
Quoting Richard Fontana Simon Willison's Weblog
<blockquote cite="https://github.com/chardet/chardet/issues/334#issuecomment-4098524555"><p>FWIW, IANDBL, TINLA, etc., I don’t currently see any basis for concluding that chardet 7.0.0 is required to be released under the LGPL. AFAIK no one including Mark Pilgrim has identified persistence of copyrightable expressive material from earlier versions in 7.0.0 nor has anyone articulated some viable alternate theory of license violation. [...]</p></blockquote><p class="cit...
7日前
記事のアイキャッチ画像
Vibe coding SwiftUI apps is a lot of fun Simon Willison's Weblog
<p>I have a new laptop - a 128GB M5 MacBook Pro, which early impressions show to be <em>very</em> capable for running good local LLMs. I got frustrated with Activity Monitor and decided to vibe code up some alternative tools for monitoring performance and I'm very happy with the results.</p><p>This is my second experiment with vibe coding macOS apps - the first was <a href="https://simonwillison.net/2026/Feb/25/present/">this presentation app a few weeks ago&...
7日前

3/27 (金)

記事のアイキャッチ画像
How we use Abstract Syntax Trees (ASTs) to turn Workflows code into visual diagrams ブログのファビコン The Cloudflare Blog
Workflows are now visualized via step diagrams in the dashboard. Here’s how we translate your TypeScript code into a visual representation of the workflow.
7日前
記事のアイキャッチ画像
The Index: Issue #175 ブログのファビコン Piccalilli - Everything
JavaScript for Everyone: DestructuringMat explains the ever-useful, but sometimes hard to understand destructuring assignment in JavaScript.Mise en ModeA very good methodology for design systems now has a book!The old internet is still hereA great reminder for us all. Don't get nostalgic and get surfing instead.2026 design systems reportAnother year and another design systems report, this time delivered with a lovely, texture-rich UI.Paper birdsSome stunning, physical art for you to enjoy.P.S. t
7日前