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

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

直近1週間の更新

8/20 (木)

記事のアイキャッチ画像
2026年9月の技術系イベント予定 LINEヤフー Tech Blog (LY Corporation Tech Blog
LINEヤフー株式会社では、技術に関するイベントや勉強会の主催・協賛などを行っています。最新情報は各リンク先でご確認ください。タイミングによっては、申し込み開始前や既に満席となっていることがあります。...
1時間前
記事のアイキャッチ画像
AI pentesting evaluation checklist: What to look for in an AI pentesting vendor ブログのファビコン Aikido Security's Blog
A checklist for scoring AI pentesting vendors on validation, code access, scope control, and reliability, plus the red flags that separate a real platform from a strong demo.Category: Aikido
2時間前
記事のアイキャッチ画像
smolmachines / smolvm as a sandbox for untrusted Python & JavaScript Simon Willison's Weblog
<p><strong>Research:</strong> <a href="https://github.com/simonw/research/tree/main/smolmachines-untrusted-sandbox#readme">smolmachines / smolvm as a sandbox for untrusted Python & JavaScript</a></p> <p>I tasked Claude Fable 5 running in Claude Code for web with the following research task:</p><blockquote><p><code>Put https://smolmachines.com through its paces as a fast secure sandbox. Explore what it would take to use th...
4時間前
記事のアイキャッチ画像
Quoting Jeremy Morrell Simon Willison's Weblog
<blockquote cite="https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/"><p>My hypothesis is that <strong>there is a new opportunity for Extensible Software on the web</strong>. LLMs radically lower the cost of authoring extensions, and modern sandbox primitives lower the deployment cost and provide good security boundaries. We can build our app as a solid, accountable core, and allow users to safely extend it in many directions by having LLMs fill in th...
4時間前
記事のアイキャッチ画像
Conceptual integrity and counting lines of code Simon Willison's Weblog
<p>Last week I recorded <a href="https://talkingpostgres.com/episodes/how-ai-is-changing-software-development-with-simon-willison">an episode of the Talking Postgres podcast</a> with Claire Giordano on the subject of "How AI is changing software development". We had a really great conversation. Here are a couple of my highlights from a lightly edited transcript (prompt to Claude: "very minor edits to remove disfluencies").</p><p>This is the latest version of an arg...
4時間前
記事のアイキャッチ画像
GitHub Actions Node 24 対応状況 ブログのファビコン ゆめみのフィード
はじめにGitHub Actions で Node 20 を利用していると次のような警告が表示されています。Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-java@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-action...
8時間前
記事のアイキャッチ画像
GitHub Copilot app for Beginners: Managing your work ブログのファビコン The GitHub Blog
If you’re juggling multiple Copilot sessions, use the My work pane to track what's in flight, what's done, and what's next.The post GitHub Copilot app for Beginners: Managing your work appeared first on The GitHub Blog.
9時間前
記事のアイキャッチ画像
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft ブログのファビコン Socket
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
9時間前
記事のアイキャッチ画像
A revisit of remote Spectre attacks on Cloudflare Workers
はてなブックマークアイコン 1
ブログのファビコン Cloudflare Blog
In 2024 and 2025, we reassessed remote Spectre attacks on our Workers infrastructure. We share details about the new attack primitives like Spectre gadgets, remote timers, achieving co-location and how new defenses further harden Cloudflare Workers.
11時間前

8/19 (水)

記事のアイキャッチ画像
CSS Navigation Matching, Early Days ブログのファビコン CSS-Tricks
Apply a style when someone navigates from one specific page to another. The idea being it'd make the sources for cross-document view transitions declarative in CSS rather than managing that stuff in JavaScript.CSS Navigation Matching, Early Days originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
12時間前
記事のアイキャッチ画像
Yet another RCE in Gogs, but it's fixed this time! ブログのファビコン Aikido Security's Blog
CVE-2026-52813 | An Aikido pentesting agent flagged a path traversal in Gogs. We escalated it to full RCE and reported two more bugs, all fixed in 0.14.3.Category: Vulnerabilities & Threats
15時間前
記事のアイキャッチ画像
Web-Perf Wednesday 005 – RUM Needs More Than a Percentile ブログのファビコン CSS Wizardry
LUX Sidecar adds context to RUM, while browser-tool fixes show why measurement conditions and small debugging details matter.
16時間前
記事のアイキャッチ画像
WordPress.com Student Plan ブログのファビコン CSS-Tricks
As someone who teaches beginning web development, I find that building a WordPress site makes for a great final project. Hosting those projects has always been a roadblock though.WordPress.com Student Plan originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
18時間前
記事のアイキャッチ画像
Algolia joins the Vercel Marketplace ブログのファビコン Vercel News
You can now provision and manage directly from the Vercel Marketplace.AlgoliaAlgolia is a hosted search platform. You send it your content, it builds an index, and your app queries that index instead of your database. Results come back in milliseconds, with typo tolerance, synonyms, and facet counts built in.Key capabilities:Installing adds your Algolia credentials to your project's environment variables; redeploy to pick them up. Algolia's agent skills install too, so your coding agent knows ho
1日前
記事のアイキャッチ画像
AIを入れても、なぜ業務量は思ったほど減らないのか LINEヤフー Tech Blog (LY Corporation Tech Blog
本記事は、Tech-Verse 2026で発表したセッション「AIを入れても、なぜ業務量は思ったほど減らないのか――Human-in-the-loopの限界とAI-Readyな業務設計」の内容を、LI...
1日前
記事のアイキャッチ画像
Get in, human: cut Rails boot time with require-profiler and this guide ブログのファビコン Evil Martians
Rails boot time is a DX metric in the AI age: meet require-profiler, learn to actually read sampling profilers, and see the pit stop that cut a 200-component monolith's boot by 40%.
1日前
記事のアイキャッチ画像
Introducing Vercel for Slack ブログのファビコン Vercel News
now works in Slack. Mention it the way you'd pull a teammate into a thread, and it reads the discussion, answers with the context of the platform running your app, and turns the team's decisions into changes you approve. Vercel for Slack is available today in Public Beta for Pro and Enterprise teams.Vercel Agent. An alert gets noticed in a channel, a fix gets agreed on in a thread, and then someone leaves Slack to do the work. With Vercel Agent, you can tag it in for answers about your infrastru
1日前
記事のアイキャッチ画像
Compliance documents are now available in Team settings ブログのファビコン Vercel News
A new Compliance section in Team settings lets you preview and download Vercel's compliance documents directly in the dashboard. These include attestations like SOC 2 Type 2, security policies, and other security documents that are available through the Trust Center.You can select a single document, an entire attestation, or multiple documents, and download them together as a single zip archive. Every download and preview is watermarked with your user and team information. Some entries link out
1日前
記事のアイキャッチ画像
Fish Audio models now available on Vercel AI Gateway for free ブログのファビコン Vercel News
's audio models are now available on AI Gateway. To celebrate the launch, every model is free on AI Gateway for the next 30 days, through September 18.Fish AudioFish AudioFour models from Fish Audio are available, including their latest text-to-speech model:How to use models during the offer periodSpeech and transcription ship in the current 7 release.AI SDKGenerate spoken audio from text with and write the result:generateSpeechTranscribe recordings into text with . The audio can be a buffer, a
1日前
記事のアイキャッチ画像
Vercel for Slack now in public beta ブログのファビコン Vercel News
Vercel Agent is now available in Slack. Mention in any channel or thread, and Agent joins the conversation with relevant context from your Vercel projects, including deployments, builds, logs, metrics, configuration, and connected repos.@VercelFor example, use it to:Vercel Agent acts through its own identity. It's read-only by default, never exceeds the requester’s permissions, and makes no changes without approval. Every action is attributed to Agent, the requester, and the approver.Vercel for
1日前
記事のアイキャッチ画像
Vercel Connect now supports Microsoft ブログのファビコン Vercel News
now includes a managed connector for , so your apps and agents can access all Microsoft products such as Teams, OneDrive and more.Vercel ConnectMicrosoftAs a , Vercel registers the Entra application and configures federated credentials for it, so you don't have to create an app registration or manage client secrets yourself. Authorize the app for your Microsoft tenant once, then attach the connector to the projects and environments it needs.Vercel Managed ConnectorCreate a connector from the or
1日前
記事のアイキャッチ画像
Chat SDK adds Instagram adapter ブログのファビコン Vercel News
You can now build bots for Instagram with the new for Chat SDK.Instagram adapterBots can send and receive DMs and media, render cards as quick replies and link buttons, show typing indicators, receive reactions, and handle story replies.The adapter connects through Meta's Instagram Messaging API and requires a professional Business or Creator account.Messages are buffered, so streamed responses send as one message when the stream completes. Meta enforces a 24-hour messaging window, so bots can o
1日前
記事のアイキャッチ画像
Polypane 30: Playgrounds, Side Panel extension API, updated video recording and Chromium 152 ブログのファビコン Polypane Blog
Polypane 30 introduces Playgrounds so you can open directories as real HTTPS URLs in seconds, adds support for the Side Panel extension API…
1日前
記事のアイキャッチ画像
参加者約 5,000 人が UC Berkeley に集結 — Agentic AI Summit 2026 参加レポート ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
UC Berkeley で開催された Agentic AI Summit 2026 の参加レポート。現地約 5,000 人・登壇者 150 名超のカンファレンスから、harness・評価基盤・セキュリティ・coding agent など Agentic AI の最前線を紹介します。
1日前
記事のアイキャッチ画像
Mojo🔥 is now open source Simon Willison's Weblog
<p><strong><a href="https://www.modular.com/blog/mojo-open-source">Mojo🔥 is now open source</a></strong></p>The Mojo programming language has been promising an open source release <a href="https://simonwillison.net/2023/May/4/mojo/">since May 2023</a>. Last week they <a href="https://www.modular.com/blog/modular-26-5-mojo-1-0-is-here">shipped their 1.0</a> and today they have followed through on that original promise, releasing the co...
1日前
記事のアイキャッチ画像
NGINX 1.31.4: PROXY Protocol v2, Stricter Validation and More ブログのファビコン NGINX Community Blog
NGINX 1.31.4 is an incremental release focused on the protocols we all depend on. Backends behind a stream or mail proxy can now see a client’s TLS details alongside its address thanks to PROXY protocol v2, HTTP/2 and gRPC requests to your upstreams follow the standards more closely, and NGINX has stricter checks on malformed […]
1日前
記事のアイキャッチ画像
Vercel for Platforms can now deploy from your users' GitHub repositories ブログのファビコン Vercel News
Teams building on can now create deployments directly from their users' GitHub repositories, without requiring them to install the Vercel GitHub App. When , pass a alongside . Vercel uses the token to retrieve the source and build the deployment.Vercel for Platformscreating a deploymentgitAccessTokengitSourceTokens should be read-only, scoped to the requested repository, and valid for 24 hours or less. Vercel temporarily stores the token in encrypted form so source retrieval can complete. The to
1日前
記事のアイキャッチ画像
BGP Role model: tracking the adoption of RFC 9234 ブログのファビコン Cloudflare Blog
RFC 9234 lets routers reject route leaks on their own, using BGP Roles and the Only to Customer attribute. We measured who has deployed it, and found two Tier 1 networks unexpectedly stripping OTC.
1日前

8/18 (火)

記事のアイキャッチ画像
Toolbox App 3.7: JVM Memory Optimizations and Update Improvements ブログのファビコン Company | The JetBrains Blog
Toolbox App 3.7 enables JVM memory optimization by default, improves the reliability of updates and session expiration recovery, and ensures compatibility with Windows Smart App Control. Action required: Update Toolbox App on Windows If you’re using an older version of the Toolbox App (3.4 or earlier) for Windows, update to v3.7 or later to keep […]
2日前
記事のアイキャッチ画像
Introducing AI Skills for Real Engineers ブログのファビコン Master.dev Blog RSS Feed
Matt Pocock's skills offers a suite of impactful skills to streamline AI integration in software development. These skills facilitate prompt refinement, project setup, and task management.
2日前
記事のアイキャッチ画像
$1 million hacker challenge for Vercel Sandbox ブログのファビコン Vercel News
Agents need to run untrusted code, and the microVM has become the standard way to do it: a dedicated guest kernel per workload, isolated from the host and from every other workload on the same machine. But recent security research and real-world incidents have revealed that agents running untrusted code do not need to cross a VM boundary to escape containment; they only need one network path the security model failed to account for, which we explained in our post .A sandbox without a network bou
2日前
記事のアイキャッチ画像
Introducing LUX Sidecar: Your SpeedCurve Companion ブログのファビコン CSS Wizardry
LUX Sidecar is a small SpeedCurve RUM plugin that adds browser and navigation context to your real-user performance data.
2日前
記事のアイキャッチ画像
React でアクセシブルな Tree View を実装する ブログのファビコン azukiazusa のテックブログ2
Tree View は階層構造を効率よく操作できる一方、ARIA ロールを付けるだけではアクセシブルになりません。WAI-ARIA APG を参考に、roving tabindex、矢印キー、選択、文字検索を備えた単一選択の Tree View を React で実装する方法を紹介します
2日前
記事のアイキャッチ画像
直前の検索クエリを考慮したYahoo!ショッピングの検索サジェスト改善
はてなブックマークアイコン 1
LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。自然言語処理エンジニアの石原です。Yahoo!ショッピングでは、ユーザーが目的の商品にたどり着きやすくなるよう、検索機能の改善を継続的に進めています。本記事では、その中から、直前の検索クエ...
2日前
記事のアイキャッチ画像
React Compiler Support
はてなブックマークアイコン 15
ブログのファビコン The Oxidation Compiler Blog
We are excited to announce React Compiler support in Oxlint and Oxc Transform.Oxlint now includes 22 React Compiler-powered rules that use the compiler's validation passes to catch violations of the Rules of React.The package oxc-transform-react applies React Compiler's automatic memoization. It is more than 10 times faster than Babel in our preliminary benchmark.Integration with @vitejs/plugin-react is coming soon.Getting started ​Oxlint ​Enable the React plugin and its correctness rules:.oxlin
2日前
記事のアイキャッチ画像
pnpm 11.21-11.22
はてなブックマークアイコン 1
ブログのファビコン pnpm Blog
pnpm 11.21 and 11.22 teach pnpm install to update the lockfile in place for most everyday changes instead of re-resolving the whole dependency graph, stop recording SSH URLs that break installs on CI, make global installs switch over atomically and global interactive updates select whole install groups, add pnpm cache path, and take away a project's ability to relocate pnpm's machine-level state through pnpm-workspace.yaml.
2日前
記事のアイキャッチ画像
Cline is now available in the AI SDK harness layer ブログのファビコン Vercel News
The lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we are adding Cline, which runs through the same interface as other supported harness.AI SDK harness layerHarnessAgent is the official harness adapter for Cline, implemented in collaboration with the Cline team.@ai-sdk/harness-clineCline runs fully in the host process and uses the sandbox as a remote filesystem and shell, so only its tools ope
2日前
記事のアイキャッチ画像
GLM 5.3 now available on AI Gateway ブログのファビコン Vercel News
is now available on AI Gateway.GLM 5.3 from Z.aiGLM 5.3 has improvements vs. GLM 5.2 at complex software engineering and at agent tasks that run across many steps, and it reaches those results while producing fewer output tokens than GLM 5.2 did at the same effort level.Z.ai also reports stronger vulnerability discovery, including reasoning across the successive stages of an exploitation chain. measures that work directly, scoring how reliably a model finds security vulnerabilities in applicatio
2日前
記事のアイキャッチ画像
Sign JWTs from your Functions without managing private keys ブログのファビコン Vercel News
Vercel KMS lets you sign JWTs and arbitrary messages from your Vercel Functions using managed asymmetric signing keys, so private keys never live in your code or environment variables. Your function authenticates with its token, and the private key stays inside Vercel's key management service while verifiers use only the public key.Vercel OIDCWith Vercel KMS you can:Sign a token inside a function:Verify a token anywhere with a standard JOSE library, using the issuer's public JWKS:Set up an issue
2日前
記事のアイキャッチ画像
Qwen 3.8 27B scores 52 on the Artificial Analysis Intelligence Index Simon Willison's Weblog
<p><strong><a href="https://artificialanalysis.ai/models/qwen3-8-27b">Qwen 3.8 27B scores 52 on the Artificial Analysis Intelligence Index</a></strong></p>That's the same score as GPT-5.6 Luna (max), and just one point behind GLM-5.2 (max) and DeepSeek V4 Pro 0813 (max) - that GLM is <a href="https://huggingface.co/zai-org/GLM-5.2">753B</a> and that DeepSeek is <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro-0813">1.7T parameters...
2日前
記事のアイキャッチ画像
React Compiler Linting Just Got a Rust-Native Speedup in Oxlint ブログのファビコン Master.dev Blog RSS Feed
Update! This is a re-written version of this recently-published post about linting code bound for the React Compiler with Oxlint. Oxlint just published a new guide to this, so this post reflects that new information. The React team made a big splash recently when it announced the release of the Rust rewrite of React Compiler and said […]
2日前
記事のアイキャッチ画像
When Safari’s ‘Ignore Cache’ Ignored Cache-Control ブログのファビコン CSS Wizardry
Safari Technology Preview 250 fixed a subtle Web Inspector bug that overwrote page-authored Cache-Control request headers when the resource cache was disabled.
2日前
記事のアイキャッチ画像
How canvases make agentic workflows visible, steerable, and cost-efficient ブログのファビコン The GitHub Blog
Chat is great for intent, but agent work gets lost in the scroll. Here is how I use canvases with my agentic workflows—and why your workflow also deserves a canvas.The post How canvases make agentic workflows visible, steerable, and cost-efficient appeared first on The GitHub Blog.
2日前
記事のアイキャッチ画像
We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility
はてなブックマークアイコン 1
Simon Willison's Weblog
<p><strong><a href="https://www.404media.co/we-tracked-a-shipment-of-rare-books-it-ended-at-an-amazon-ai-training-facility/">We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility</a></strong></p>Excellent piece of reporting from 404 Media. For a while now there have been stories of book dealers receiving orders for large volumes of books from apparently price-insensitive anonymous customers, widely suspected to be companies looking t...
2日前

8/17 (月)

記事のアイキャッチ画像
Dark mode toggles: two states are enough
はてなブックマークアイコン 1
ブログのファビコン CSS-Tricks
Lea's pushing back on light/dark mode implementations that display three state options for visitors: light, dark, and system.Dark mode toggles: two states are enough originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
3日前
記事のアイキャッチ画像
NIST Proposes AI-Enabled NVD Overhaul After Cutting Routine CVE Enrichment ブログのファビコン Socket
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.
3日前
記事のアイキャッチ画像
新旧MetricKitの共存 – iOS 27を見据えたタップルの戦略 ブログのファビコン CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
株式会社タップルで内定者アルバイトをしている及川寛太 (@kanta_cky) です。 本記事では、 ...
3日前
記事のアイキャッチ画像
Better Auth 1.7
はてなブックマークアイコン 1
ブログのファビコン Better Auth Blog
A major OAuth and OpenID Connect expansion, updated MCP authorization, SCIM Groups and role projections, unified identity, device authorization, and more.
3日前
記事のアイキャッチ画像
Deploy Cursor Origin repositories with Vercel in public beta ブログのファビコン Vercel News
Pro customers can now connect repositories to Vercel. OriginOnce connected, pull requests on Origin will automatically generate Preview deployments on Vercel, and merging will trigger a Production deployment.You can connect Origin through , , or by clicking "Continue with Origin" when . Team settingsProject settingscreating a new projectYou can also connect Vercel to a repository from within Origin by adding Vercel in the repo's Apps tab. Vercel's integration is in public beta and Origin is in e
3日前
記事のアイキャッチ画像
GPT-5.6 Sol is 50% off on AI Gateway for the next month ブログのファビコン Vercel News
, the flagship of OpenAI's GPT-5.6 series, is 50% off on AI Gateway through September 18. The discount applies on the OpenAI provider to all token types, tiers, regions, and modes, and it is available only on requests running directly through AI Gateway (not BYOK).GPT-5.6 SolThe discount applies on the same terms everywhere else the model is priced: across every service tier, including fast mode, and to cached tokens, cache writes, long-context requests, and different regions.It covers requests
3日前
記事のアイキャッチ画像
Markdown SVG upgrades Simon Willison's Weblog
<p>I started building my <a href="https://tools.simonwillison.net/markdown-svg-renderer">markdown-svg-renderer</a> tool <a href="https://tools.simonwillison.net/colophon#markdown-svg-renderer.html">in May</a>, but I've since added enough features to it that it's worth talking about here again.</p><p>It's evolved into my ideal tool for sharing Markdown transcripts that include SVG documents. Given my <a href="https://simonwillison.net/tags/pelican-rid...
3日前
記事のアイキャッチ画像
Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things
はてなブックマークアイコン 15
Simon Willison's Weblog
<p>Friday's big release was <a href="https://huggingface.co/Qwen/Qwen3.8-27B">Qwen 3.8 27B</a>, an Apache 2 licensed 27B parameter vision-capable LLM from Alibaba's Qwen research lab. I've been looking forward to this one: 27B is an excellent size for running a model on a reasonably specced laptop, and its predecessor <a href="https://simonwillison.net/2026/Apr/22/qwen36-27b/">Qwen 3.6 27B</a> was impressive.</p><p>Qwen's <a href="https://huggingface...
3日前
記事のアイキャッチ画像
How AI Agents Expand the Software Supply Chain Attack Surface ブログのファビコン Socket
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.
3日前
記事のアイキャッチ画像
Quoting Dario Amodei Simon Willison's Weblog
<blockquote cite="https://twitter.com/darioamodei/status/2088758819304443967"><p>I do agree that the public has a negative view of AI (and that this is a big problem), but I don’t think it is primarily caused by me or any other AI leader warning about AI’s risks. I think it is fundamentally a crisis of trust. I think that ordinary people don’t trust companies, governments, or the tech industry and always suspect that we are cooking up some new way to screw them over. The causes of t...
3日前

8/16 (日)

記事のアイキャッチ画像
宣言的にカメラ・マイク権限を要求する `<usermedia>` 要素
はてなブックマークアイコン 27
ブログのファビコン azukiazusa のテックブログ2
Chrome 151 で `` 要素が使えるようになりました。従来の `getUserMedia()` の問題を解決するために提案された新しい HTML 要素です。この記事では、仕様の概要と、実際に動かしてみた様子を紹介します。
4日前
記事のアイキャッチ画像
ChainDrop npm Worm: Bun-loaded CI/CD credential harvester with Ethereum dead-drop C2 ブログのファビコン Step Security Blog
ChainDrop npm worm: 444 packages and 2,212 versions poisoned, starting with [email protected]. Payload analysis, affected package list, IOCs, and remediation steps.
4日前
記事のアイキャッチ画像
静的 SQL ジェネレータはなぜ Oracle と相性が悪いのか
はてなブックマークアイコン 4
ブログのファビコン ゆめみのフィード
!主に Oracle がターゲットの記事ですが,「なぜ PostgreSQL や MySQL では問題にならないのか」を実測付きで掘り下げています。 Oracle ユーザ以外の方も是非ご一読ください。 はじめにある案件で,静的 SQL ジェネレータ(SQL ファイルを書くと型付きのアクセサコードを生成してくれるタイプのツール)を採用していたバックエンドを,SQL テンプレート方式に載せ替えました。きっかけは「条件分岐の多い検索クエリが,どう頑張っても Oracle でまともな実行計画にならない」という, EXPLAIN を適用して初めて顕在化した性能問題です。 調べていくう...
4日前
記事のアイキャッチ画像
How to prevent Google Antigravity from accessing .env ブログのファビコン Jad Joubran
How to deny Google Antigravity's agent access to your .env in the IDE and the CLI, how to verify it worked, and the settings around it that matter.
4日前
記事のアイキャッチ画像
Team PCP Stole 78,330 Secrets From 2,186 Organizations. CloudSEK Just Published the List. ブログのファビコン Step Security Blog
Team PCP exfiltrated 78,330 secrets from 2,186 organizations via CI/CD pipelines. Analysis of the CloudSEK disclosure, why attackers target CI/CD, and how to defend.
4日前

8/15 (土)

記事のアイキャッチ画像
CORS Chat Simon Willison's Weblog
<p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/cors-chat">CORS Chat</a></p> <p>I built this today (<a href="https://gist.github.com/simonw/92a1d97773744b45bf259e003013cf36">with GPT-5.6-Sol xhigh</a>) to help test Qwen 3.8 27B running in LM Studio on both my M5 MacBook Pro and an NVIDIA DGX Spark.</p><p>It provides a web UI for exercising an OpenAI-Responses-compatible chat endpoint. I've tried it against LM S...
5日前
記事のアイキャッチ画像
Scoped Custom Element Registries でカスタム要素の名前衝突を防ぐ ブログのファビコン azukiazusa のテックブログ2
Web Components を利用してアプリケーションを構築する際に、異なるコンポーネントライブラリが同じ名前のカスタム要素を定義していると、名前の衝突が発生します。Scoped Custom Element Registries を使用すると、同じページの異なるスコープで同名のカスタム要素に別々の実装を登録できます。この記事では Scoped Custom Element Registries について紹介します
5日前
記事のアイキャッチ画像
Northern Gannet Simon Willison's Weblog
<p><img src="https://static.inaturalist.org/photos/716984157/large.jpg" alt="Northern Gannet"></p><p>Northern Gannet, in Pillar Point Harbor, CA, US</p><p>This is Morris.</p><p>Morris is a local celebrity: the only known Northern Gannet (<em>Morus bassanus</em>) in the entire Pacific Ocean.</p><p>They showed up in the Farallon Islands off the coast of San Francisco <a href="https://baynature.org/magazine/spring2017/atlan...
5日前
記事のアイキャッチ画像
Don't classify. Hallucinate! Simon Willison's Weblog
<p><strong><a href="https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications">Don't classify. Hallucinate!</a></strong></p>I still have quite a bit of older content on my blog that I never got round to tagging. My blog has <a href="https://simonwillison.net/">1,856 tags</a> - likely too many to feed to an LLM in one go and say "which of these tags match the following content".</p><p>Doug Turnbull has a neat soluti...
5日前
記事のアイキャッチ画像
Top enterprise SCA tools in 2026 ブログのファビコン Aikido Security's Blog
Compare enterprise SCA tools for 2026: Aikido, Sonatype, Snyk, Endor Labs, Checkmarx, Black Duck, and Veracode on intelligence, remediation, and compliance.Category: DevSec Tools & Comparisons
5日前
記事のアイキャッチ画像
Top enterprise DAST tools in 2026 ブログのファビコン Aikido Security's Blog
Compare the top enterprise DAST tools of 2026 on authenticated coverage, API discovery, exploit validation, governance, compliance, and AI pentestingCategory: DevSec Tools & Comparisons
5日前
記事のアイキャッチ画像
How to bring your software delivery workflow into GitHub with agent apps ブログのファビコン The GitHub Blog
See how four GitHub agent apps can help you scope, secure, roll out, and ship a feature across the SDLC–all without leaving GitHub. The post How to bring your software delivery workflow into GitHub with agent apps appeared first on The GitHub Blog.
5日前
記事のアイキャッチ画像
Encrypted Client Hello (ECH) is now supported on Vercel CDN ブログのファビコン Vercel News
Vercel CDN now supports Encrypted Client Hello (ECH) for domains managed by Vercel DNS. ECH encrypts the Server Name Indication (SNI) in the TLS handshake, the last part of an HTTPS connection that revealed which hostname a client was connecting to. With ECH, network observers see a connection to Vercel's shared ECH hostname, .vercel-ech.comECH is managed at the platform level and automatically enabled selectively where supported, starting in the US for a limited number of TLDs, and expanding to
5日前
記事のアイキャッチ画像
Top unified security tools in 2026 ブログのファビコン Aikido Security's Blog
Compare the top unified security tools of 2026: Aikido, Cortex Cloud, Wiz, Checkmarx, Snyk, and Orca, across coverage, correlation, governance, and cost.Category: DevSec Tools & Comparisons
5日前

8/14 (金)

記事のアイキャッチ画像
What’s !important #17: Custom Highlight API, CSS Navigation Matching, Fixing text-stroke, and More ブログのファビコン CSS-Tricks
Plus, how to style skeleton UIs, how to enable diagonal scrolling, how images can overflow themselves, and yet, still more. Basically, how to do a lot of really cool (CSS) stuff.What’s !important #17: Custom Highlight API, CSS Navigation Matching, Fixing text-stroke, and More originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.
6日前
記事のアイキャッチ画像
How Cloudflare detects MCP traffic and helps secure it
はてなブックマークアイコン 1
ブログのファビコン Cloudflare Blog
Cloudflare Gateway identifies MCP requests using protocol-level heuristics. Security teams can use that signal to find shadow MCP traffic, enforce Portal-only access for approved servers, and block direct connections on managed network paths.
6日前
記事のアイキャッチ画像
Secure all your internal vibe-coded applications — in one click
はてなブックマークアイコン 5
ブログのファビコン Cloudflare Blog
Introducing Cloudflare Access for Workers. Attach an Access policy directly to a Worker and it applies everywhere that Worker runs — routes, custom domains, workers.dev, and previews — automatically.
6日前
記事のアイキャッチ画像
The Index: Issue #194 ブログのファビコン Piccalilli - Everything
Cooking NotebookJosh Nesbitt is an immense cook, trust us, and they've compiled some great recipes for this very nice website. They're using tabular recipe layouts, which is also a nice touch.Keeping type consistent in changing conditionsYet another article packed with sage advice from Elliot Jay Stocks here.Doodle ScanThis is cool! The method for removing the background from scanned images is really smart too.I recently sat down for coffee with one of my oldest friends in the industryBoth a hum
6日前
記事のアイキャッチ画像
TSKaigi Mashup Kansai #2 で「Flow の今」について話しました
はてなブックマークアイコン 10
ブログのファビコン mizdra's blog
少し前の出来事になるのですが、2026/07/24 に TSKaigi Mashup Kansai #2 というイベントに参加してきました。アウトプットの仕方や姿勢の話、Effect の話、TSKaigi のイベント運営の裏話といった発表がありました。どれも興味深い話で面白かったです。 かくいう僕も「Flow は今どうなっているか」というタイトルで発表しました。 speakerdeck.com Flow はもはや新規開発で避けられる技術となっていますが、今も開発が続き、進化しています。その進化は実は TypeScript にも影響を与えているのです。Flow で今どういった変化が起きているのか…
6日前
記事のアイキャッチ画像
moon v2.5 - OpenTelemetry, shared worktree caching, async engine by default, and more ブログのファビコン moonrepo Blog
This release is about speed you can feel and visibility you can graph. The async engine we've been
6日前
記事のアイキャッチ画像
sqlite-utils 4.2.1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/sqlite-utils/releases/tag/4.2.1">sqlite-utils 4.2.1</a></p> <p>Fixes a crashing bug in <a href="https://simonwillison.net/2026/Aug/13/sqlite-utils/">sqlite-utils 4.2</a>. I'd introduced code that looks like this:</p><pre><code>from typing_extensions import Self</code></pre><p>It turned out the <a href="https://pypi.org/project/typing-extens...
6日前
記事のアイキャッチ画像
Delayed-Then-Instant Tooltips with HTML & CSS Alone
はてなブックマークアイコン 1
ブログのファビコン Master.dev Blog RSS Feed
We don't NEED JavaScript to adjust tooltip timing displays. Super modern CSS and HTML has this covered simply, and we can do fully successful fallbacks.
6日前
記事のアイキャッチ画像
Release Notes for Safari Technology Preview 250
はてなブックマークアイコン 1
ブログのファビコン WebKit
Safari Technology Preview Release 250 is now available for download for macOS Golden Gate and macOS Tahoe.
6日前
記事のアイキャッチ画像
Tooltips Need a Delay, and Then They Need to Skip It ブログのファビコン Master.dev Blog RSS Feed
Thinking about UX, a slight delay on a simple tooltip can be nice so that mousing over something quickly doesn't trigger it, but if there are related tooltips nearby, maybe we don't need to wait.
6日前
記事のアイキャッチ画像
sqlite-utils 4.2 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/sqlite-utils/releases/tag/4.2">sqlite-utils 4.2</a></p> <p>Lots of improvements in this one relating to the <a href="https://sqlite-utils.datasette.io/en/stable/python-api.html#transforming-a-table">table.transform() feature</a>, which adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing the old one.&l...
6日前
記事のアイキャッチ画像
Total eclipse of the Internet: traffic impacts in Iceland, Spain, and Portugal
はてなブックマークアイコン 1
ブログのファビコン Cloudflare Blog
Cloudflare's data shows a clear impact on Internet traffic from Iceland to Spain and Portugal, following the path of totality of the total solar eclipse that occurred on August 12, 2026.
6日前
記事のアイキャッチ画像
llm-gemini 0.33 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-gemini/releases/tag/0.33">llm-gemini 0.33</a></p> <p>It's been a while since the last <code>llm-gemini</code> release. This version of the plugin adds support for today's <a href="https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-flash/">Gemini 3.7 Flash</a> release, plus <code>gemini-3.6-flash</code>, <...
6日前
記事のアイキャッチ画像
Your guide to GitHub Universe 2026 is here: The schedule just launched! ブログのファビコン The GitHub Blog
The GitHub Universe session catalog is live. Explore interactive workshops, community talks, demos, and panels. Plus, register before August 19 to save $300.The post Your guide to GitHub Universe 2026 is here: The schedule just launched! appeared first on The GitHub Blog.
6日前
記事のアイキャッチ画像
White House Authorizes Private Companies to Conduct Offensive Cyber Operations ブログのファビコン Socket
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
6日前
記事のアイキャッチ画像
What 50 open source projects taught us about security in the AI era ブログのファビコン The GitHub Blog
See how the open source projects in Session 4 of the GitHub Secure Open Source Fund combined AI-assisted workflows, maintainer expertise, GitHub security tools, expert guidance, and funding to improve project security. The post What 50 open source projects taught us about security in the AI era appeared first on The GitHub Blog.
6日前

8/13 (木)

記事のアイキャッチ画像
From Hugging Face to Fable: this summer shows AI control matters more than trust ブログのファビコン Aikido Security's Blog
An autonomous AI breach at Hugging Face and Anthropic's Fable suspension show the same thing: trusting a vendor isn't the same as being in controlCategory: News
7日前
記事のアイキャッチ画像
Certificate Transparency Monitoring is now generally available ブログのファビコン Cloudflare Blog
Cloudflare's Certificate Transparency Monitoring is now generally available. The biggest change: we no longer email you about certificates Cloudflare issued for your domain, so when an alert lands in your inbox, it's worth a look.
7日前
記事のアイキャッチ画像
Personal website redesign project post: A little progressive enhancement as a treat ブログのファビコン Piccalilli - Everything
For a long time, I've included last.fm and Open Scrobbler links on each music collection item's detail page in some shape or form because those are pretty straightforward to render, but something I really wanted on this new website was provide more links for different platforms.The more my music collection helps people discover music away from algorithmic recommendations, the better. A good way to do that is to provide as many links as possible to services that people use. I already covered this
7日前
記事のアイキャッチ画像
New EU Guidelines For AI Labelling ブログのファビコン Articles on Smashing Magazine — For Web Designers And Developers
New EU guidelines, why AI sparkles aren’t enough, when AI labels are required, and what the rules mean for AI-powered features and products.
7日前
記事のアイキャッチ画像
useR! 2026 参加レポート LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフー株式会社の佐野です。2026年7月6日〜9日にポーランド・ワルシャワで開催された useR! 2026 に参加してきました。私自身は初めての参加です。弊社は過去にも参加してお...
7日前
記事のアイキャッチ画像
Inside the Vercel intern experience ブログのファビコン Vercel News
The best way to learn is by shipping product to users in production, and that's why we don’t treat our interns as temporary guests. Every intern at Vercel is expected to operate like a core part of our engineering team from day one.This past winter, we welcomed a small cohort of those interns to our headquarters in San Francisco. Over an intense four months, they contributed to some of our most important products: the CDN, v0, financial infrastructure, AI Gateway, and more. They shipped features
7日前
記事のアイキャッチ画像
alchemy-utils 0.1a1 Simon Willison's Weblog
<p><strong>Release:</strong> <a href="https://github.com/simonw/alchemy-utils/releases/tag/0.1a1">alchemy-utils 0.1a1</a></p> <p>Performance boost for DuckDB exports and CSV imports, <a href="https://simonwillison.net/2026/Aug/12/alchemy-utils/">see here</a>.</p>
7日前