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

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

直近1週間の更新

9/2 (水)

記事のアイキャッチ画像
Quoting Tarn Adams Simon Willison's Weblog
<blockquote cite="https://www.pcgamer.com/gaming-industry/dwarf-fortress-creator-says-the-industrys-in-shambles-over-ai-and-layoff-happy-ceos-everyone-i-know-their-bosses-are-slowly-getting-psychosis/"><p>They took the letters from me! I have to talk about <em>dwarf behavior</em> now. I can't even talk about dwarf AI. It doesn't exist. It's <em>dwarf behavior</em>, and they misbehave sometimes</p></blockquote><p class="cite">— <...
41分前

9/1 (火)

記事のアイキャッチ画像
Python 3.15.0 candidate 2 is here! Simon Willison's Weblog
<p><strong><a href="https://discuss.python.org/t/python-3-15-0-candidate-2-is-here/108841">Python 3.15.0 candidate 2 is here!</a></strong></p>Hugo van Kemenade (release manager for Python 3.14 and 3.15) announces the final release candidate for Python 3.15, scheduled for release in October:</p><blockquote><p>Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate a...
3時間前
記事のアイキャッチ画像
How we could save petabytes of cache storage with Zstandard and Pingora ブログのファビコン Cloudflare Blog
Could we get more cache space with the same hardware? We prototyped compression inside Cloudflare's cache to find out.
5時間前
記事のアイキャッチ画像
`:playing` や `:muted` で video 要素の状態に応じたスタイルを適用する ブログのファビコン azukiazusa のテックブログ2
video 要素の再生やミュート状態に応じて見た目を変えるには、JavaScript でイベントを監視して CSS クラスを同期する方法が使われてきました。メディア状態擬似クラスを使うと、ブラウザが管理する再生、一時停止、シーク、バッファリング、ミュートなどの状態を CSS から直接選択できます。この記事では 7 つの擬似クラスの条件と、:has() を組み合わせて動画プレイヤーの表示を切り替える方法を紹介します。
7時間前
記事のアイキャッチ画像
Compute that takes any shape ブログのファビコン Vercel News
Workloads differ in how long they run, how much memory they take, and how much of the environment they control. That previously meant a different compute primitive for each job, so product iterations required provisioning infrastructure, not just working on a feature.We built Vercel so that none of this has to be your problem. The compute layer is a single system with a simple job. Take any workload, assemble the machine it needs, swap configuration on the fly, and absorb burst capacity in real
11時間前
記事のアイキャッチ画像
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90% ブログのファビコン Socket
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
15時間前
記事のアイキャッチ画像
Runtime Security for AWS CodeBuild-Hosted GitHub Actions Runners ブログのファビコン Step Security Blog
Harden-Runner now secures GitHub Actions jobs running on AWS CodeBuild-hosted runners, on EC2 compute, with managed or custom images.
17時間前
記事のアイキャッチ画像
素材ダウンロード負荷軽減のためにApache – PHP から切り離し、Fastly – S3 経由で配信するようにしました PR TIMES 開発者ブログ
こんにちは。PR TIMESでエンジニアをしている田中 (@Romira915)です。 この記事では、認可をアプリケーション側に残したまま、素材ダウンロード用ZIPの配信をApache・PHPからFastly・S3へ切り […]
17時間前
記事のアイキャッチ画像
Introducing deny list egress policies for Harden-Runner ブログのファビコン Step Security Blog
A new denied-endpoints input blocks the destinations you name and leaves everything else reachable. Here is why that matters, and how to use it to stop CI from bypassing your package proxy
17時間前
記事のアイキャッチ画像
10 anti-AI slop moves for frontend projects going faster than humans can review ブログのファビコン Evil Martians
Ten checks that catch what AI-written frontend code hides: contract codegen, boundary linting, mutation testing, and dead-code detectors.
18時間前
記事のアイキャッチ画像
Full-Stack Type Safety Across Languages with @nx/dotnet ブログのファビコン Nx Blog
Generate an OpenAPI document from a .NET API at build time, generate a TypeScript client from it, and let the Nx task graph keep the two in sync.
18時間前
記事のアイキャッチ画像
What’s new in Svelte: September 2026 ブログのファビコン Svelte blog
This month, Svelte 5.57 shipped with new SvelteMap methods and a few quality-of-life additions while SvelteKit 3 got closer to the finish line with its Release Candidate.The sv CLI also got a new ai-tools add-on that replaces the old mcp one, and sv@next now ships a task-based sveltekit-3 migration for existing apps.Let’s dive a bit deeper!What’s new in SvelteSvelteMap now has getOrInsert and getOrInsertComputed methods for the common “read or initialize” pattern (5.57.0, Docs, #18728)createCont
18時間前
記事のアイキャッチ画像
AWS PrivateLink is now available on Pro and Enterprise ブログのファビコン Vercel News
is now available for Pro and Enterprise teams as part of Advanced Networking. It allows Vercel Functions and builds to connect to AWS-hosted services without sending traffic over the public internet.AWS PrivateLinkUse it to reach AWS-hosted databases such as RDS, Aurora, and Neon; SaaS services such as Snowflake and MongoDB Atlas; internal services behind an AWS Network Load Balancer; and S3 or DynamoDB through gateway endpoints.To configure PrivateLink, open your project's and enable . Select N
18時間前
記事のアイキャッチ画像
Introducing wrapture Simon Willison's Weblog
<p><strong><a href="https://grahamdumpleton.me/posts/2026/08/introducing-wrapture/">Introducing wrapture</a></strong></p>New from Graham Dumpleton (of <a href="https://pypi.org/project/wrapt/">wrapt</a>, mod_wsgi, and New Relic's Python agent fame), who describes Wrapture as taking the monkeypatching ideas from wrapt and extending them to apply to testing and tracing at the same time.</p><p>Wrapture (<a href="https://wrapture.readth...
18時間前
記事のアイキャッチ画像
Quoting Andrew Digby Simon Willison's Weblog
<blockquote cite="https://bsky.app/profile/digs.bsky.social/post/3mufrrsfhq22r"><p>325 #kakapo! The chicks from this year's record breeding season are now juveniles and so have been added to the population. In 1995 there were just 51 kākāpō left. Recovery of critically endangered species <em>is</em> possible with sustained effort.</p></blockquote><p class="cite">— <a href="https://bsky.app/profile/digs.bsky.social/post/3mufrrsfhq22r">And...
19時間前
記事のアイキャッチ画像
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat ブログのファビコン Socket
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
21時間前
記事のアイキャッチ画像
Let’s Use the Emergent CSS random() Function in all the Browsers ブログのファビコン CSS-Tricks
The journey to create a polyfill for the upcoming CSS random() function that works in all browsers.Let’s Use the Emergent CSS random() Function in all the Browsers originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
1日前

8/31 (月)

記事のアイキャッチ画像
13 Malicious Packagist Themes Deliver iOS Spyware That Steals Crypto Wallet Seeds ブログのファビコン Socket
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.
1日前
記事のアイキャッチ画像
What’s !important #18: <geolocation>, Syntax ::highlight()ing, named-feature(), and More ブログのファビコン CSS-Tricks
Well, that’s a wrap. No, not a flex-wrap, but rather today marks a new day, week, month, season, aaaand new edition of What’s important (#18), bringing you the best content that developers have produced over the last couple of weeks or so.What’s !important #18: <geolocation>, Syntax ::highlight()ing, named-feature(), and More originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
1日前
記事のアイキャッチ画像
Having Fun with Vercel’s AI SDK and AI Gateway Master.dev Blog RSS Feed
The why and how to get it installed and use it with different models, then actually build something. Plus a little Zod type safety for good measure.
1日前
記事のアイキャッチ画像
Introducing Adaptive Intelligence: Undermining the economics of every bot attack ブログのファビコン Cloudflare Blog
Bot operators have historically had the economic advantage, bypassing static, deterministic detection rules with cheap proxies and retooling. Cloudflare's new Adaptive Intelligence engine flips this dynamic by autonomously learning from the meta-signals of live traffic and deploying disposable rules, making automated attacks too expensive to sustain.
1日前
記事のアイキャッチ画像
The Many Faces Of September (2026 Wallpapers Edition) ブログのファビコン Articles on Smashing Magazine — For Web Designers And Developers
Could there be a better way to welcome the new month than with a new collection of desktop wallpapers? Whether you’re holding tightly onto summer or eagerly awaiting autumn, we’ve got some eye-catching designs to make your September just a bit more colorful. Enjoy!
1日前
記事のアイキャッチ画像
Notes from August 2026 Evan Hahn (dot com)
Since last month, I released some new stuff at work, clicked a bunch of links, and wrote a little bit.Things I did this AugustAt Ghost, we added analytics for automated email sequences. This helps publishers see how their sequences are doing. This simple feature turned out to be pretty tricky under the hood.Learned that Vim has a joke trigger called UserGettingBored.I continued to write for Zelda Dungeon, including an interview with a very cool ROM hack developer.Links I clicked“Libertarian futu
1日前
記事のアイキャッチ画像
fx is now available in the AI SDK harness layer ブログのファビコン Vercel News
The now supports , Vercel's lightweight, open-source coding agent. The harness layer provides one API for running coding agents in your application, so you can add fx without building a separate integration.AI SDK harness layerfxConfigure with the official adapter: HarnessAgent@ai-sdk/harness-fxThe adapter connects to fx over the Agent Client Protocol (ACP) using .@ai-sdk/harness-fx@ai-sdk/harness-acpfx joins Claude Code, Cline, Codex, Cursor, Deep Agents, Grok Build, OpenCode, and Pi in the lis
1日前
記事のアイキャッチ画像
Set per-user budgets on AI Gateway ブログのファビコン Vercel News
You can now use to set a dollar spending limit for each user on your team. AI Gateway budgetsThe limit covers spend from every API key attributed to the user, along with their app tokens. After it's reached, AI Gateway rejects new requests until the budget resets or is increased.This is useful for controlling spend from coding agents and other workloads that run without supervision, and prevents one user from consuming all of the team's shared budget. Open the view on the to set two kinds of use
1日前
記事のアイキャッチ画像
How our agents build on-brand pages with design.md
はてなブックマークアイコン 1
ブログのファビコン Vercel News
Across Vercel, we use coding agents to design and build pages that have to look and feel like Vercel. The typography, color, and composition all need to carry the same judgment that we put into the pages we already ship ourselves. , our skill that teaches agents how we design when they work in our codebases. The skill lives in each repository alongside the code that it governs, explaining how agents can find and understand our design system as well as product guidelines for whatever they are bui
2日前
記事のアイキャッチ画像
What's new in Astro - August 2026
はてなブックマークアイコン 1
ブログのファビコン The Astro Blog
August 2026 - Project Steward announcement, new Astro Playground, Astro Germany, and more!
2日前
記事のアイキャッチ画像
I wanted the browser to just ship jQuery. Cross-Origin Storage came for rescue Ahmad Alfy
Two sites, the same 8GB model, two downloads. A look at Cross-Origin Storage, the WICG proposal for sharing big files across origins without leaking history.
2日前
記事のアイキャッチ画像
Remix 3 Release Candidate
はてなブックマークアイコン 2
ブログのファビコン Remix Blog
Remix 3 RC is available now. A full-stack JavaScript framework built on web primitives and shipped as a single dependency.
2日前
記事のアイキャッチ画像
July in Servo: more platforms, faster canvas, web fonts in SVG, and more!
はてなブックマークアイコン 2
ブログのファビコン Servo Blog
Servo 0.5.0 contains all of the changes we landed in July, which came out to 488 commits, and we now publish binaries for Linux aarch64 (@mukilan, #46760)!DOM text selections are now visible (@mrobinson, @SimonSapin, #46698, #46864, #46742, #46889, #46126).Interactive selection is coming soon!For security fixes, see § Security.`, and DOM selection rendering" />We’ve shipped several new web platform features:‘Cache-Control: stale-while-revalidate’ (@arayaryoma, #46060)‘text-decoration-thicknes...
2日前
記事のアイキャッチ画像
Vercel Sandbox now calculates snapshot storage costs daily ブログのファビコン Vercel News
Vercel now calculates charges for from each day’s average usage and adds them to your monthly invoice. Previously, billing used one average across the entire monthly billing period. Sandbox snapshot storageYou can track these daily charges on the team’s and see how changes in storage affect your cost.Usage pageThe rate remains $0.08 per GB-month; only how usage is calculated has changed. The update takes effect automatically at the start of the next billing period for Pro and Enterprise teams. N
2日前
記事のアイキャッチ画像
Understanding ChatGPT Work Simon Willison's Weblog
<p>OpenAI <a href="https://openai.com/index/chatgpt-for-your-most-ambitious-work/">announced ChatGPT Work</a> on July 9th, and have been furiously iterating on it ever since. It is an extraordinarily confusing and very powerful product. Here's what I've figured out about it so far.</p><h4 id="two-products">ChatGPT Work is actually two products</h4><p>The more interesting version of ChatGPT Work is the one that runs in the cloud. This can be accessed via...
2日前

8/30 (日)

記事のアイキャッチ画像
flex-wrap: balance で Flexbox の折り返しを均等にする ブログのファビコン azukiazusa のテックブログ2
flex-wrap: wrap では、最後の行に少数のアイテムだけが残り、行ごとのアイテムの量が大きく偏ることがあります。flex-wrap: balance は、通常の折り返しで決まる行数を維持しながら、各行の長さが近くなるように Flex アイテムを振り分けます。この記事では balance 使い方について紹介します。
2日前
記事のアイキャッチ画像
Zod の z.compile() でバリデーションを高速化する
はてなブックマークアイコン 42
ブログのファビコン azukiazusa のテックブログ2
Zod 4.5 で、スキーマを実行時に最適化された JavaScript へ変換する z.compile() が追加されました。コンパイル済みスキーマは通常のスキーマと同じ API を保ちながら、複雑なデータの検証を高速化します。この記事では基本的な使い方と仕組みを紹介します。
3日前
記事のアイキャッチ画像
MiniMax H3 and H3 Max are 50% off on AI Gateway ブログのファビコン Vercel News
and are 50% off on AI Gateway from August 30 through September 13, in partnership with MiniMax.MiniMax H3H3 MaxThe discount covers requests billed through AI Gateway, at every duration and in every aspect ratio the model supports.The model IDs ( and ) are unchanged, so requests you already send pick up the discounted rate with no code change:minimax/minimax-h3minimax/minimax-h3-maxRenders take minutes, so runs the generation as a background job and makes short status requests until it lands, rat
3日前
記事のアイキャッチ画像
Introducing Hy4 Preview
はてなブックマークアイコン 1
Simon Willison's Weblog
<p><strong><a href="https://hy.tencent.ai/research/hy4-preview">Introducing Hy4 Preview</a></strong></p>New open weight text input (no vision) LLM from Chinese company Tencent today: 770B total parameters, 49B active parameters, 1M token context window, <a href="https://huggingface.co/tencent/Hy4-preview">1.56TB on Hugging Face</a>.</p><p>This is a big size increase from their previous <a href="https://huggingface.co/tencent/Hy3"&gt...
3日前

8/29 (土)

記事のアイキャッチ画像
AI ポン出しスライド品評会
はてなブックマークアイコン 69
ブログのファビコン Object.create(null)
最近[いつ?]は AI に登壇用のスライドをポン出しさせたという話や, それに対する賛否両論を各所で聞くようになってきました. そこで私も試しに AI にスライドをポン出しさせてみて, 実際に登壇に耐える品質なのかレビューしてみました. 条件設定は以下の通りです: Claude Code を使用 題材は tsc.rip の実装リポジトリ 詳しくは前回の記事 tsc.rip を支える技術 または 型レベル Web アプリケーション - Object.create(null) を参照 リポジトリにはソースコード一式と, 構成などを書いた CLAUDE.md が含まれています 指示は tsc.rip…
3日前
記事のアイキャッチ画像
CSS の shape() 関数でレスポンシブな図形を作る ブログのファビコン azukiazusa のテックブログ2
clip-path の path() 関数で複雑な図形を作ると、固定座標のため要素のサイズへ追従させにくいという問題があります。shape() 関数ではパーセントや CSS の単位、カスタムプロパティを使って曲線を含む図形を定義できます。この記事では幅を変更できる吹き出しを作り、path() との違いや offset-path への応用を紹介します。
3日前
記事のアイキャッチ画像
tsc.rip を支える技術 または 型レベル Web アプリケーション
はてなブックマークアイコン 7
ブログのファビコン Object.create(null)
先週 8/22 に Kyoto.なんか #8 を開催しました. 名前の通り何でもありのイベントですが, 今年も多彩な登壇・参加者が集まって面白い会になったと思います. いつもありがとうございます. 私は「tsc.rip を支える技術」というタイトルで登壇しました. 以下は発表の記事版です. 当日のスライドは末尾にあります. TypeScript 7.0 先月 7/8 に TypeScript 7.0 がリリースされました. コンパイラ (tsc) の実装言語が TypeScript 自体から Go になり, パフォーマンスが向上しています. めでたいですね. devblogs.microsof…
4日前
記事のアイキャッチ画像
ローカル開発中に現れる GET /.well-known/appspecific/com.chrome.devtools.json とは何か
はてなブックマークアイコン 3
ブログのファビコン azukiazusa のテックブログ2
Chrome でローカル開発をしていると、開発サーバーへ GET /.well-known/appspecific/com.chrome.devtools.json という見慣れないリクエストが送られることがあります。これは Chrome DevTools がローカルプロジェクトを Workspace として自動検出するためのリクエストです。この記事では、実際にどのように動作するの確認します
4日前
記事のアイキャッチ画像
pnpm 11.25 ブログのファビコン pnpm Blog
pnpm 11.25 replaces topological batches with a task scheduler, adds configurable
4日前
記事のアイキャッチ画像
pnpm 12.1 ブログのファビコン pnpm Blog
pnpm 12.1 brings the new workspace task scheduler to the Rust CLI, persists
4日前
記事のアイキャッチ画像
Webpack 5.110 ブログのファビコン webpack Blog
Webpack 5.110
4日前
記事のアイキャッチ画像
@7nohe/openapi-react-query-codegen Compromised Through an Exposed npm Publishing Workflow ブログのファビコン Step Security Blog
Ten malicious versions of @7nohe/openapi-react-query-codegen were published through an exposed npm publishing workflow. IOCs and recovery steps inside.
4日前
記事のアイキャッチ画像
Just a rumour of a bug is enough to find a security exploit these days Simon Willison's Weblog
<p><strong><a href="https://anil.recoil.org/notes/rumour-is-the-exploit">Just a rumour of a bug is enough to find a security exploit these days</a></strong></p>Anil Madhavapeddy is a professor of computer science at Cambridge and a core maintainer of the OCaml compiler. In this somewhat alarming post he reports that security issues in OCaml projects are seeing evidence of attempted exploits within minutes of patches being shared for discussion:</p><b...
4日前
記事のアイキャッチ画像
Popular code generator for TanStack Query hit by supply chain worm ブログのファビコン Aikido Security's Blog
A supply chain worm was found hiding in @7nohe/openapi-react-query-codegen, a popular code generator for TanStack Query, stealing credentials and spreading itself to every package the victim maintains.Category: Vulnerabilities & Threats
4日前
記事のアイキャッチ画像
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack ブログのファビコン Socket
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
4日前
記事のアイキャッチ画像
Securing Docker images ブログのファビコン Aikido Security's Blog
Most of a container's vulnerabilities come from the base image. How to harden Docker images, why hardening is ongoing, and how to patch the base you already run.Category: Guides & Best Practices
4日前
記事のアイキャッチ画像
When Autonomous Agents Escape: Why Socket Signed the Cyber Defense Open Letter ブログのファビコン Socket
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.
4日前

8/28 (金)

記事のアイキャッチ画像
Socket Now Protects the Microsoft Edge Extension Ecosystem ブログのファビコン Socket
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.
4日前
記事のアイキャッチ画像
Background Image Refraction in CSS
はてなブックマークアイコン 1
Master.dev Blog RSS Feed
"Liquid glass" design is helped along by offsetting/scaling the background as if you're looking through real glass. But that gets tricky with arbitrary CSS background positioning.
4日前
記事のアイキャッチ画像
BotBase for Operators: A clearer path to joining Cloudflare's directory of bots and agents ブログのファビコン Cloudflare Blog
Bot operators now have a home in the Cloudflare dashboard to manage submissions. This update adds submission status tracking, submission editing, and a behavior model so operators can accurately declare how their bots use content.
4日前
記事のアイキャッチ画像
The Index: Issue #196 ブログのファビコン Piccalilli - Everything
Before we get into this week's links, I just thought I'd let you know we're having a summer break next week, so the next issue won't be with you until September 11!Midnight Vinyl ClubA handy service that helps you explore music and find the best prices for vinyl.The search for a Spotify alternativeThere are so many better options than Spotify for music and Elliot helpfully breaks plenty of options for you.Little websites everywhereThis is a great piece. As we see it, the web — at large — always
4日前
記事のアイキャッチ画像
Hy4 Preview now available on AI Gateway ブログのファビコン Vercel News
is now available on AI Gateway.Hy4 Preview from TencentHy4 Preview is an open-source Mixture-of-Experts model with 770B total parameters and 49B active per token, aimed at long-horizon coding, document analysis, game development, and scientific reasoning. It serves a context window of 1M tokens.To use Hy4 Preview, set to in the :modeltencent/hy4-previewAI SDKTo use it in a coding agent, see the , then run to connect agents like Claude Code, Codex, OpenCode, Cursor, Pi, and more and select inside
5日前
記事のアイキャッチ画像
Build and deploy eve agents from the Vercel dashboard ブログのファビコン Vercel News
You can now create agents directly from the Vercel dashboard, giving you a deployed agent that you can chat with right away. The builder scaffolds the agent, creates a private Git repository with its files, and deploys it as a new Vercel project on your team. In a few clicks, you get a working agent, backed by a repo with code you can use to customize it. eveFrom the builder you can:Select in your dashboard to .Add New → Agentcreate your first agentRead moreWrite the instructions that define the
5日前
記事のアイキャッチ画像
Vercel CLI expands commands for DNS, domains, and projects ブログのファビコン Vercel News
The Vercel CLI now provides dedicated commands for managing DNS records, domains, and projects. This brings more of the functionality available through the Vercel dashboard and API to the terminal, where it can be used interactively, in scripts, or by agents.Retrieve the complete configuration for a DNS record or update it in place using its record ID. supports changes to the record name, type, value, TTL, MX priority, and comment. SRV records can also be updated using their priority, weight, po
5日前
記事のアイキャッチ画像
Run Claude Managed Agents with Chat SDK ブログのファビコン Vercel News
You can now run with .Claude Managed AgentsChat SDKClaude Managed Agents handles the agent loop server-side, including the model, tools, session state, and sandboxed web research. That means you can ship a Slack research bot built on Claude Managed Agents and Chat SDK, with one persistent session per thread and streamed briefs with sources.To try Claude Managed Agents with Chat SDK: Read moreWhat you getGet started: Replies render as the model writes them, over a single streamed response.Token-b
5日前
記事のアイキャッチ画像
Polypane 30.1: Selector specificity insights, server HTML validation, and more ブログのファビコン Polypane Blog
Polypane 30.1 adds selector specificity highlighting to the elements panel, a new server-sent HTML view in the sources panel, passkey…
5日前
記事のアイキャッチ画像
Breaking Claude Code Opus 5 Auto Mode
はてなブックマークアイコン 1
Simon Willison's Weblog
<p><strong><a href="https://embracethered.com/blog/posts/2026/breaking-claude-code-opus-5-and-automode/">Breaking Claude Code Opus 5 Auto Mode</a></strong></p>Anthropic are putting a great deal of faith in Claude Code's auto mode for protecting their coding agent users against prompt injection attacks. They recently <a href="https://simonwillison.net/2026/Aug/8/auto-mode/">made that the default</a> and have made bold claims about its effectiveness...
5日前
記事のアイキャッチ画像
How we saved 100 terabytes of memory by optimizing 1.1.1.1’s DNS cache
はてなブックマークアイコン 11
ブログのファビコン Cloudflare Blog
Five Rust-level memory optimizations to the DNS cache layout of Big Pineapple cut per-entry memory by 56%, freeing approximately 100 TB of memory across Cloudflare's fleet.
5日前
記事のアイキャッチ画像
19 Chrome and Edge Extensions Deliver a Wallet Drainer and Credential-Stealing Payloads ブログのファビコン Socket
Socket researchers found 18 Chrome extensions and one Edge extension delivering a wallet drainer, credential theft, and other malicious payloads.
5日前
記事のアイキャッチ画像
OpenClaw went viral. Meet the maintainers building and securing it. ブログのファビコン The GitHub Blog
OpenClaw is the fastest-growing project in GitHub history. Peter Steinberger and several maintainers share what they learned in the project's first six months.The post OpenClaw went viral. Meet the maintainers building and securing it. appeared first on The GitHub Blog.
5日前

8/27 (木)

記事のアイキャッチ画像
Cursor is now available in the AI SDK harness layer ブログのファビコン Vercel News
The now supports Cursor through the official adapter. The harness layer lets your application run different coding agents through the same interface, so you can switch agents without changing your application code. AI SDK harness layer@ai-sdk/harness-cursorHarnessAgentPass to :cursorHarnessAgentUnder the hood, the adapter uses to connect Cursor to through the Agent Client Protocol (ACP). @ai-sdk/harness-acpHarnessAgentSupported harnesses now include, in addition to Cursor, Claude Code, Cline, Co
5日前
記事のアイキャッチ画像
Creating Web Widgets Using the Document Picture-in-Picture API
はてなブックマークアイコン 1
ブログのファビコン CSS-Tricks
The general idea is that we create a Document Picture-in-Picture window (DPIP window), and then we put HTML, CSS, and JavaScript into it.Creating Web Widgets Using the Document Picture-in-Picture API originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
5日前
記事のアイキャッチ画像
Find deployments faster with redesigned filters ブログのファビコン Vercel News
The Deployments page now has redesigned filters that make it faster to find a specific deployment. You can: Open any project's to try the new filters.Deployments pageRead moreApply suggested filters for common searches. Type to find an option instead of scrolling through the list.Describe what you’re looking for in natural language, and Vercel automatically applies the matching filters.
5日前
記事のアイキャッチ画像
Personal website redesign project post: A CLI for adding new music to the collection ブログのファビコン Piccalilli - Everything
Right, we are at the end of iteration one.The last thing to do is to make my life a little easier. Markdown files work perfectly fine for the music collection, but they're a bit of a faff. Mostly because I always forget the front matter structure, so to fix that, I created myself a Command Line Interface (CLI) which is a series of questions, resulting in a new item being added to the collection.I add a lot of music to my collection because I'm truly trying to get away from streaming platforms co
5日前
記事のアイキャッチ画像
Good riddance, TeamPCP. Now for the hard part. ブログのファビコン Aikido Security's Blog
The AFP, FBI, and WA Police charged two men allegedly behind TeamPCP. Charlie Eriksen on why the arrest doesn't close the gap TeamPCP exposed.Category: News
5日前
記事のアイキャッチ画像
ChatGPT デスクトップの Codex から WebMCP 対応 TODO アプリを操作する ブログのファビコン azukiazusa のテックブログ2
ChatGPT デスクトップの内蔵ブラウザが、Web サイトの機能を AI エージェント向けのツールとして公開する WebMCP に対応しました。この記事では WebMCP に対応した TODO アプリを実装し、Codex が呼び出した Site tools の引数や結果を実行履歴から確認します。
5日前
記事のアイキャッチ画像
How to customize the CKEditor UI: custom dialogs and forms ブログのファビコン CKEditor Ecosystem Blog
Build custom dialogs in CKEditor 5 using HTML injection or the built-in Dialog plugin. Compare both approaches with a document management form example.
5日前
記事のアイキャッチ画像
The best workflow engine is a programming language ブログのファビコン Vercel News
The idea of orchestrating long-running, stateful logic on top of unreliable, stateless infrastructure isn't new. We've had message queues, job runners, microservice choreographies, and full-blown workflow engines for a long time. What we never had was a version of it that felt good to write.I'd spent about six months working on a fork of Temporal, mostly on weekends, trying to turn it into a serverless answer with DX that felt more Vercel-native. Eventually it dawned on me that to ship that expe
5日前
記事のアイキャッチ画像
Dev Machine Guard Now Inventories Where Developer Credentials Live ブログのファビコン Step Security Blog
Dev Machine Guard now inventories where developer tools keep credentials. See which credential sources are in use across your fleet, how many devices each one affects, and how much of that material is sitting in plaintext. Credential values, fragments, hashes, and fingerprints are never stored, displayed, or sent off the device.
6日前
記事のアイキャッチ画像
Dev Machine Guard Now Inventories Browser Extensions on Developer Machines ブログのファビコン Step Security Blog
Dev Machine Guard now inventories browser extensions across your developer fleet. See every extension installed in Chrome, Edge, and Firefox, what each one is currently permitted to do, whether it came from a marketplace or was installed some other way, and which devices are running it.
6日前
記事のアイキャッチ画像
Exploring Polyglot Monorepos with Nx, TanStack and Rust ブログのファビコン Nx Blog
How to add Rust and the Topcoat web framework to an existing pnpm and Nx monorepo: one task graph, shared caching, and distributed CI across both stacks.
6日前
記事のアイキャッチ画像
Ling 3.0 Flash Fin now available on AI Gateway for free ブログのファビコン Vercel News
is now available on AI Gateway and free to use through September 25. Ling 3.0 Flash Fin from Inclusion AILing 3.0 Flash Fin is a finance-focused version of . It has a 256K-token context window, produces up to 32K output tokens, and supports reasoning and function calling.Ling 3.0 FlashThe model is designed for financial research and analysis, including multi-step workflows that user multiple tool calls before producing an answer. Choose a model ID based on what should happen after the free perio
6日前
記事のアイキャッチ画像
Qwen3.8-Flash-Next Simon Willison's Weblog
<p><strong><a href="https://qwen.ai/blog?id=qwen3.8-flash-next">Qwen3.8-Flash-Next</a></strong></p>Another open weights model from Qwen. This one is "a multimodal MoE model that also serves as an early preview of the architecture used in Qwen4".</p><p>It's pretty big: 125B tokens, but only 6B active which means it gets a significant performance boost.</p><p>I've been trying it out on a DGX Spark using <a href="https://huggingface.co...
6日前
記事のアイキャッチ画像
Release Notes for Safari Technology Preview 251 ブログのファビコン WebKit
Safari Technology Preview Release 251 is now available for download for macOS Golden Gate and macOS Tahoe.
6日前
記事のアイキャッチ画像
GitHub Copilot app for Beginners: Automate Dependabot pull request triage ブログのファビコン The GitHub Blog
Managing library updates can be tedious at times. Learn how the GitHub Copilot app can handle this type of repetitive task.The post GitHub Copilot app for Beginners: Automate Dependabot pull request triage appeared first on The GitHub Blog.
6日前
記事のアイキャッチ画像
Socket for ClickUp Is Now Available ブログのファビコン Socket
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
6日前
記事のアイキャッチ画像
Top Minimus alternatives in 2026 ブログのファビコン Aikido Security's Blog
Minimus is shutting down. Compare Aikido, Chainguard, Docker Hardened Images, RapidFort, and Echo, and pick a hardened-image replacement that won't lock you in again.Category: DevSec Tools & Comparisons
6日前
記事のアイキャッチ画像
animation-trigger ブログのファビコン CSS-Tricks
The CSS animation-trigger property allows you to delay the start of a CSS animation until a specific trigger occurs.animation-trigger originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
6日前

8/26 (水)

記事のアイキャッチ画像
Announcing Rspack 2.2
はてなブックマークアイコン 1
ブログのファビコン Rspack Blog
Rspack 2.2 is now available, featuring performance and HMR improvements, shorter module IDs, import.meta enhancements, and support for more platforms.
6日前
記事のアイキャッチ画像
Rethinking Data Visualisation: A UX Approach To Dashboards That Actually Drives Decisions ブログのファビコン Articles on Smashing Magazine — For Web Designers And Developers
Data visualisation sits at the intersection of two disciplines that rarely talk to each other: data and design. Meriem Benhabiles explores what changes when you bring structured UX thinking to dashboards and data presentations, from the questions you ask before opening any tool to the decisions that determine whether an insight actually lands.
6日前
記事のアイキャッチ画像
Hover Proximity Using Modern CSS
はてなブックマークアイコン 2
Master.dev Blog RSS Feed
You can always easily style :hover, but what if you want the NEXT item to have styling too? Or, just a smidge harder, the PREVIOUS item. How about multiple in any direction?
6日前
記事のアイキャッチ画像
Software supply chain security requires decisions rather than defaults ブログのファビコン Aikido Security's Blog
Most software runs on decisions nobody made. We talk about why gating, pinning, backporting, and SBOM upkeep only work if someone actually owns them.Category: News
6日前
記事のアイキャッチ画像
Aikido Security achieves ISO 42001:2023 certification for AI governance ブログのファビコン Aikido Security's Blog
Aikido Security has achieved ISO 42001 certification, the global standard for AI governance, covering AI pentesting, Code Security Audit, and Deep PR Review.Category: Compliance
6日前
記事のアイキャッチ画像
Aikido launches agentic pentesting for Android apps ブログのファビコン Aikido Security's Blog
Aikido's agents pentest your Android app and its backend in a single whitebox assessment. You get reproducible findings, AutoFix, and retests for every issue.Category: Product & Company Updates
6日前
記事のアイキャッチ画像
Quoting Paul Dix Simon Willison's Weblog
<blockquote cite="https://pauldix.com/the-end-of-programming"><p>The fact that AI wrote 1M LOC and then refined it over the course of the next couple of months to produce a reliable piece of software that is currently running on millions of developer machines is absolutely mind blowing. And you can say, “well it’s not that impressive because they had an oracle to compare against, so it was simple to go from one language to another”, but I think that’s selling this entire thing short...
6日前
記事のアイキャッチ画像
AI活用率100%のQA組織をつくるまで
はてなブックマークアイコン 2
LINEヤフー Tech Blog (LY Corporation Tech Blog
本記事は、LINEヤフーの技術カンファレンス「Tech-Verse 2026」のセッション「10x Speed With QA Agent Platform — How we scaled adopt...
7日前
記事のアイキャッチ画像
LINEヤフーのAgent iを支えるAIエージェント基盤:「誰でも作れる」と「安全に動かせる」をどう両立したか
はてなブックマークアイコン 11
LINEヤフー Tech Blog (LY Corporation Tech Blog
LINEヤフーでは、ユーザーの目的に応じてさまざまなサービスや機能をつなぐAIエージェントサービス「Agent i」の開発を進めています。Agent iで多様なニーズに応えるには、現場のアイデアを素早...
7日前
記事のアイキャッチ画像
Why engineers should come to the SF Ruby Startup Conference in 2026 ブログのファビコン Evil Martians
The SF Ruby Startup Conference is an engineers' conference: meet the people building Ruby open source, scaling Rails in production, and shaping what agentic Rails looks like next.
7日前
記事のアイキャッチ画像
pnpm 12.0
はてなブックマークアイコン 3
ブログのファビコン pnpm Blog
pnpm 12 is stable. It is a rewrite of pnpm in Rust, and it is deliberately not a migration: the commands, flags, settings, and lockfile format of pnpm 11 all carry over, and the documentation describes both versions.
7日前
記事のアイキャッチ画像
Muse Image now available on AI Gateway ブログのファビコン Vercel News
from Meta Superintelligence Labs is now available on AI Gateway. It is their first image model and a separate family from Muse Spark, returning images rather than text. Send a prompt and get an image back, or send an image with an instruction and get it changed. One model does both, so you don't switch models to move from generating to editing.Muse ImageTo use Muse Image, set to and call from the :modelmeta/muse-image-1.0generateImageAI SDKTo steer the result toward art you already have, pass re
7日前
記事のアイキャッチ画像
Gemini 3.5 Transcribe now available on AI Gateway ブログのファビコン Vercel News
from Google is now available on AI Gateway for recorded and live audio:Gemini 3.5 TranscribeBoth models automatically detect more than 85 languages, including when a speaker switches languages. You can also provide custom vocabulary to improve the transcription of names, technical terms, and uncommon spellings. The model for complete recordings can also identify speakers and return word-level timestamps.Streaming transcription is available in . Install the latest AI SDK and AI Gateway provider:
7日前
記事のアイキャッチ画像
Qwen 3.8 Flash now available on AI Gateway ブログのファビコン Vercel News
from Alibaba is now available on AI Gateway. It takes text and images as input, serves a context window of 1 million tokens, and can return up to 65k tokens in a response. Alibaba recommends it for coding, tool use, and multi-step agent workflows.Qwen 3.8 FlashTo use Qwen3.8-Flash, set to in the :modelalibaba/qwen3.8-flashAI SDKTo use it in a coding agent, see the , then run to connect agents like Claude Code, Codex, OpenCode, Cursor, Pi, and more and select inside the agent.coding agents guidev
7日前
記事のアイキャッチ画像
GLM 5.3 Flash now available on AI Gateway ブログのファビコン Vercel News
is now available on AI Gateway as .GLM 5.3 Flash from Z.aizai/glm-5.3-flashGLM 5.3 Flash is a multimodal coding model with a 1M-token context window. It accepts both text and image inputs and supports function calling, structured output, and streaming.To include images, pass them with text in a message. A request can include multiple images using URLs, Base64 data URLs, or binary data: To use GLM 5.3 Flash with a coding agent, run , then select as your agent's model.vercel ai-gateway coding-agen
7日前
記事のアイキャッチ画像
Vercel Security Dashboard is now generally available ブログのファビコン Vercel News
The Vercel Security Dashboard is now generally available on all plans, giving you one place to see your security posture across every account and project.You can access the Security Dashboard in or run in the Vercel CLI. the UIvercel security checkAs teams grow and coding agents make it faster to spin up projects, small misconfigurations add up quietly. The Security Dashboard automatically flags issues like:Misconfigurations are ordered by risk with the most severe first, and each finding links
7日前
記事のアイキャッチ画像
Python projects now support routing rules ブログのファビコン Vercel News
Python projects can now use to set response headers or rewrite requests to internal paths, including apps built with FastAPI, Django, and Flask.routing rulesThe evaluates rules before requests reach your application, so changes apply without a new deployment.Vercel CDNFor example, this FastAPI app serves a route:/newTo send requests for to that route, create a rewrite from the CDN tab in your project dashboard or with the :/oldVercel CLIPublished rules take effect immediately across all regions,
7日前
記事のアイキャッチ画像
EVE Online: The Move to Python 3 Begins! Simon Willison's Weblog
<p><strong><a href="https://www.eveonline.com/news/view/the-move-to-python-3-begins">EVE Online: The Move to Python 3 Begins!</a></strong></p>EVE Online has been one of the most interesting case studies in Python at scale for over twenty years now.</p><p>They've been running on <a href="https://github.com/stackless-dev/stackless/wiki/">Stackless Python</a> since their launch in 2003, and their last major upgrade was 16 years ago, to St...
7日前
記事のアイキャッチ画像
How to evaluate LLMs before production ブログのファビコン The GitHub Blog
These are the lessons we learned evaluating LLMs for real-world secret scanning.The post How to evaluate LLMs before production appeared first on The GitHub Blog.
7日前
記事のアイキャッチ画像
Socket for Asana Is Now Available ブログのファビコン Socket
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
7日前