直近1週間の更新
3/18 (水)

Bun v1.3.11
bun.com
Fixes 105 issues (addressing 307 👍). 4 MB smaller on Linux. x64 Bun.cron for OS-level cron jobs and expression parsing, Bun.sliceAnsi for ANSI/grapheme-aware string slicing, richer Bun.markdown list metadata; bun test --path-ignore-patterns; native Windows ARM64 .bin shim; dgram UDP fixed on macOS, fs.openSync numeric flags fixed on Windows (unbreaks tar@7), http2 WINDOW_UPDATE fix; bundler --bytecode/barrel/import-attribute fixes; CSS unicode-range/mask/border-radius fixes; Proxy-array crash f...
2時間前

LINE iOSアプリにWebKitの新API「WebPage」を導入できず、自前で実装した件 LINEヤフー Tech Blog (LY Corporation Tech Blog
はじめにこんにちは、iOSアプリエンジニアのKiichiです。LINE iOSアプリでアプリ内ブラウザなど、Webまわりの開発を担当しています。普段はUIKitをベースに機能改善や新機能開発を進めつつ...
3時間前

2026年4月の技術系イベント予定 LINEヤフー Tech Blog (LY Corporation Tech Blog
LINEヤフー株式会社では、技術に関するイベントや勉強会の主催・協賛などを行っています。最新情報は各リンク先でご確認ください。タイミングによっては、申し込み開始前や既に満席となっていることがあります。...
4時間前

「言語処理学会第32回年次大会(NLP2026)」参加レポート
LegalOn Technologies Engineering Blog
はじめに こんにちは、株式会社LegalOn Technologies MLエンジニアの藤田と申します。GenAIチームに所属しており、現在は契約書レビューシステムの開発を行っています。 この記事は、2026年3月9日~3月13日に行われた「言語処理学会第32回年次大会(NLP2026)」 の参加記録となります。当社では1件の学会発表を行いました。 本記事では、その参加の様子や発表内容をご報告します。
5時間前

GitHub Commit Status を活用した柔軟な Approve 数管理
1
CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
目次 この記事で学べること 想定読者 はじめに GitHub の Branch Protection ...
7時間前

40,000行のAPIテスト作成で学んだClaude Code Skillsの育て方
62
カミナシ エンジニアブログ
こんにちは、ソフトウェアエンジニアの渡邉(匠)です。「カミナシ 設備保全」の開発に携わっています。 Claude CodeのSkills(以下スキル)を使い、約2週間で40,000行超のAPIシナリオテストを書き切りました。最初のスキルは粗削りでしたが、テストを量産する中で繰り返し改善した結果、後半は「スキル実行 → レビュー → マージ」のサイクルだけで回せるようになりました。 この記事では、スキルをどう設計し、どう育てたかを中心にお伝えします。 背景 APIの動作保証にシナリオテストツール runn を使っていました。 サービス成長に伴うAPIの増加により、当初のテスト構成では運用が回らな…
7時間前

Quoting Ken Jin Simon Willison's Weblog
<blockquote cite="https://fidget-spinner.github.io/posts/jit-on-track.html"><p>Great news—we’ve hit our (very modest) performance goals for the CPython JIT over a year early for macOS AArch64, and a few months early for x86_64 Linux. The 3.15 alpha JIT is about <strong>11-12%</strong> faster on macOS AArch64 than the tail calling interpreter, and <strong>5-6%</strong>faster than the standard interpreter on x86_64 Linux.</p></blockquote><p class...
8時間前

GPT-5.4 mini and GPT-5.4 nano, which can describe 76,000 photos for $52 Simon Willison's Weblog
<p>OpenAI today: <a href="https://openai.com/index/introducing-gpt-5-4-mini-and-nano/">Introducing GPT‑5.4 mini and nano</a>. These models join GPT-5.4 which was released <a href="https://openai.com/index/introducing-gpt-5-4/">two weeks ago</a>.</p><p>OpenAI's self-reported benchmarks show the new 5.4-nano out-performing their previous GPT-5 mini model when run at maximum reasoning effort. The new mini is also 2x faster than the previous mini.</p>...
10時間前

Quoting Tim Schilling Simon Willison's Weblog
<blockquote cite="https://www.better-simple.com/django/2026/03/16/give-django-your-time-and-money/"><p>If you do not understand the ticket, if you do not understand the solution, or if you do not understand the feedback on your PR, then your use of LLM is hurting Django as a whole. [...]</p><p>For a reviewer, it’s demoralizing to communicate with a facade of a human.</p><p>This is because contributing to open source, especially Django, is a communal endeavor....
14時間前

Investing in the people shaping open source and securing the future together
The GitHub Blog
See how GitHub is investing in open source security funding maintainers, partnering with Alpha-Omega, and expanding access to help reduce burden and strengthen software supply chains.The post Investing in the people shaping open source and securing the future together appeared first on The GitHub Blog.
14時間前

How to preserve your AI context across devices, outages, and model providers
WorkOS Blog
Lost all your AI session data switching computers? Here's how to externalize your context into Obsidian, Linear, and git so any agent can pick it up.
15時間前
3/17 (火)

Toolbox App 3.4: Remote IDE Lifecycle Hooks, macOS Fullscreen Fix, UTF-8 Support, and More
Company | The JetBrains Blog
Toolbox App 3.4 brings several long-awaited fixes alongside new capabilities for plugin developers. You can now hook into the remote IDE launch lifecycle, the Toolbox window behaves correctly in full-screen mode on macOS, and Windows users with non-ASCII usernames no longer need workarounds. The jetbrainsd service introduced in 3.3 also gets a round of reliability […]
16時間前

Subagents Simon Willison's Weblog
<p><em><a href="https://simonwillison.net/guides/agentic-engineering-patterns/">Agentic Engineering Patterns</a> &gt;</em></p> <p>LLMs are restricted by their <strong>context limit</strong> - how many tokens they can fit in their working memory at any given time. These values have not increased much over the past two years even as the LLMs themselves have seen dramatic improvements in their abilities - they generally top out at around 1,...
18時間前

Flexbox Masonry Layout (Explained with Math)
Frontend Masters Boost RSS Feed
Flexbox has a very specific algorithm for determining how to deal with remaining (or lack of) space in a row. Let's use actual math to understand it then apply it to a masonry layout.
18時間前

Anime vs. Marvel/DC: Designing Digital Products With Emotion In Flow
Articles on Smashing Magazine — For Web Designers And Developers
Design is about pacing and feelings as much as pixels and patterns. Alan Cohen explores Emotion in Flow and Emotion in Conflict, showing how anime like Dan Da Dan and superhero films like James Gunn’s Superman manage emotional shifts and translating those ideas into practical patterns for product design.
20時間前

ベクトル検索エンジンValdの長期運用で見えたパフォーマンス最適化とベストプラクティス LINEヤフー Tech Blog (LY Corporation Tech Blog
はじめに私たちは、社内のプラットフォームにおいて、Cloud NativeなANN(近似最近傍探索)ベクトル検索エンジン「Vald」のマネージドシステムを約4年間にわたり運用・開発してきました。本記事...
1日前

全社横断のデータガバナンスを実現するためにデータワーキンググループを設立・運営した
LegalOn Technologies Engineering Blog
はじめに はじめまして、こんにちは。LegalOn TechnologiesでHead of Dataをしている若菜です。データ部門では、データアナリスト、データエンジニア、アナリティクスエンジニアが所属しており、日夜データに関連する施策に取り組んでいます。 記事タイトルにもある「データガバナンス」と聞くと、ルールで開発を縛る"守り"の活動をイメージされる方も多いかもしれません。しかし私たちは、ガバナンスは開発を止めるものではなく、加速させるものだと考えています。明確な基準があるからこそ、開発者は「このデータを使って良いのか」と迷う時間がなくなり、安心してデータを活用できる。結果として、事業の…
1日前

Automating SOC workflows with 1Password Enterprise Password Manager
Blog on 1Password Blog
Introducing our Users API for Partners in public preview and new Security Automation integrations that enable SOC teams to execute programmatic user actions within automated workflows in 1Password Enterprise Password Manager.Modern security teams increasingly rely on integrated security operations center (SOC) workflows that correlate signals and alerts, while orchestrating detection responses in real time. Behind every alert is an identity: a person, a service account, an API key, or an AI agen
1日前

Automated Provisioning hosted by 1Password: A Simpler, Smarter Way to Manage Access
Blog on 1Password Blog
Modern enterprises aren’t just adding employees; they’re adding subsidiaries, multiple teams, contractors, AI builders, temporary projects, and new SaaS tools every week.And every new addition to a company’s ecosystem also brings more credentials to manage. Unfortunately, not all of those credentials can be managed by solutions like single-sign-on (SSO) or privileged access management (PAM). Many of them might be stored in shared spreadsheets, developer environments, browser sessions, and automa
1日前

Introducing 1Password® Unified Access: Identity Security for Humans and Their AI Agents
Blog on 1Password Blog
Agentic AI is changing how work gets done inside organizations. It’s embedded in IDEs and automation tools, and it’s showing up in browsers, internal workflows, and everyday productivity apps. Developers are using AI agents to accelerate engineering work, while knowledge workers are vibe coding apps without training on developer security practices, all of which create untenable risks for organizations. That shift has real implications for identity and access control. For years, identity security
1日前

Next-generation automated provisioning, without compromising zero-knowledge security
Blog on 1Password Blog
Automating user provisioning sounds simple, until you remember everything that provisioning really touches.For most SaaS products, SCIM is “just” user and group lifecycle management. Your identity provider calls an API, accounts get created, access is assigned, and offboarding removes it. But for 1Password, provisioning intersects with something far more sensitive: the cryptographic foundation that protects every vault.1Password is end-to-end encrypted by design. We do not hold your encryption k
1日前

Web slides are web apps: live interactivity for Reveal.js and Slidev
Evil Martians
Nothing could make me switch from Keynote to web-based slides. Then, I did! And as a WebSocket geek, I realized it opens up new opportunities! Here's my contribution to making your web presentations beautifully interactive.
1日前

Magento PolyShell: unrestricted file upload in Magento and Adobe Commerce
Sansec - experts in eCommerce security
A critical flaw in Magento's REST API lets unauthenticated attackers upload executable files to any store. We named the vulnerability "PolyShell" because the attack uses a polyglot (code ...
1日前

Prompt injection attacks: What are they and how to defend against them
WorkOS Blog
A practical guide to understanding, preventing, and defending against the #1 vulnerability in LLM applications.
1日前

AuthKit Analytics: Understand user growth at a glance
WorkOS Blog
User and organization insights, built directly into AuthKit.
1日前

Tech Talk: How Electron went Wayland-native, and what it means for your apps
Electron Blog
Electron recently switched to Wayland by default on Linux, bringing dozens of popular desktop apps along with it. Here's what changed and how it affects developers and users.
1日前

Introducing Mistral Small 4 Simon Willison's Weblog
<p><strong><a href="https://mistral.ai/news/mistral-small-4">Introducing Mistral Small 4</a></strong></p>Big new release from Mistral today (despite the name) - a new Apache 2 licensed 119B parameter (Mixture-of-Experts, 6B active) model which they describe like this:</p><blockquote><p>Mistral Small 4 is the first Mistral model to unify the capabilities of our flagship models, Magistral for reasoning, Pixtral for multimodal, and Devstral for...
1日前

Use subagents and custom agents in Codex Simon Willison's Weblog
<p><strong><a href="https://developers.openai.com/codex/subagents">Use subagents and custom agents in Codex</a></strong></p>Subagents were announced in general availability today for OpenAI Codex, after several weeks of preview behind a feature flag.</p><p>They're very similar to the Claude Code implementation, with default subagents for "explorer", "worker" and "default". It's unclear to me what the difference between "worker" and "default" is bu...
1日前

Quoting A member of Anthropic’s alignment-science team Simon Willison's Weblog
<blockquote cite="https://www.newyorker.com/news/annals-of-inquiry/the-pentagon-went-to-war-with-anthropic-whats-really-at-stake?_sp=9a6e0ff7-2bfd-46f8-a9e1-3941ef2003b5.1773495048769"><p>The point of <a href="https://simonwillison.net/2025/Jun/20/agentic-misalignment/">the blackmail exercise</a> was to have something to describe to policymakers—results that are visceral enough to land with people, and make misalignment risk actually salient in practice for people who ha...
1日前

Quoting Guilherme Rambo Simon Willison's Weblog
<blockquote cite="https://daringfireball.net/2026/03/apple_enclaves_neo_camera_indicator"><p>Tidbit: the software-based camera indicator light in the MacBook Neo runs in the secure exclave¹ part of the chip, so it is almost as secure as the hardware indicator light. What that means in practice is that even a kernel-level exploit would not be able to turn on the camera without the light appearing on screen. It runs in a privileged environment separate from the kernel and blits the li...
1日前

Coding agents for data analysis Simon Willison's Weblog
<p><strong><a href="https://simonw.github.io/nicar-2026-coding-agents/">Coding agents for data analysis</a></strong></p>Here's the handout I prepared for my NICAR 2026 workshop "Coding agents for data analysis" - a three hour session aimed at data journalists demonstrating ways that tools like Claude Code and OpenAI Codex can be used to explore, analyze and clean data.</p><p>Here's the table of contents:</p><blockquote><ul><li...
1日前

Standing up for the open Internet: why we appealed Italy’s "Piracy Shield" fine
The Cloudflare Blog
Cloudflare is appealing a €14 million fine from Italian regulators over "Piracy Shield," a system that forces providers to block content without oversight. We are challenging this framework to protect the Internet from disproportionate overblocking and lack of due process.
1日前

GitHub for Beginners: Getting started with GitHub Actions
The GitHub Blog
Set up your first GitHub Actions workflow in this how-to guide.The post GitHub for Beginners: Getting started with GitHub Actions appeared first on The GitHub Blog.
2日前

When Deno or Bun is a Better Solution than Node.js
Frontend Masters Boost RSS Feed
Node.js is the default, but should it be? Bun and Deno have come a long way in compatibility and there are reasons that can make them better choices depending on the project.
2日前

Using Cursor Bugbot to autoreview and fix Claude Code PRs
WorkOS Blog
Different AI models catch different mistakes. Here's why I run Cursor Bugbot on every Claude Code PR.
2日前

Use Excalidraw Skills so your agents can describe themselves
WorkOS Blog
With the Excalidraw skill , agents can draw anything — including their own architecture. Here's why that's worth doing...
2日前

The best thing about using OpenClaw: Constant improvement via ChatOps
WorkOS Blog
Voice messages from your phone, transcribed and executed by your AI agent, which then upgrades itself. The ChatOps self-improvement loop.
2日前

Compression is one of the core patterns of this era of LLMs
WorkOS Blog
Knowledge compression, time compression, skill compression — understanding the unifying pattern behind what AI tooling is actually doing.
2日前

How I dropped my OpenClaw cost of ownership 17x with OpenRouter
WorkOS Blog
Running Claude Opus for every AI agent request was untenable. Here's how tiered model routing via OpenRouter cut costs 17x.
2日前

What’s !important #7: random(), Folded Corners, Anchored Container Queries, and More
CSS-Tricks
For this issue of What’s !important, we have a healthy balance of old CSS that you might’ve missed and new CSS that you don’t want to miss. This includes random(), random-item(), folded corners using clip-path, backdrop-filter, font-variant-numeric: tabular-nums, the Popover API, anchored container queries, anchor positioning in general, DOOM in CSS, the customizable select element, :open, scroll-triggered animations, the toolbar element, and somehow, more.What’s !important #7: random(), Folded
2日前
3/16 (月)

How coding agents work Simon Willison's Weblog
<p><em><a href="https://simonwillison.net/guides/agentic-engineering-patterns/">Agentic Engineering Patterns</a> &gt;</em></p> <p>As with any tool, understanding how <a href="https://simonwillison.net/guides/agentic-engineering-patterns/what-is-agentic-engineering/">coding agents</a> work under the hood can help you make better decisions about how to apply them.</p><p>A coding agent is a piece of software that acts as a <s...
2日前

4 Reasons That Make Tailwind Great for Building Layouts
CSS-Tricks
Tailwind is really great for making layouts and there are many reasons why. Zell Liew looks at four specific examples of common use cases.4 Reasons That Make Tailwind Great for Building Layouts originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
2日前

How to Communicate
Playful Programming's Atom Feed
Communication is one of the most critical skills for engineers to master, yet it's often overlooked.
2日前

Introducing Semaphore’s New Pricing Model: Built for the AI Era of CI/CD
Semaphore
Software development is accelerating. With AI tools helping developers write code faster, teams are shipping more frequently than ever before. Iteration cycles are shorter. Pipelines run more often. Tests execute continuously. In this environment, CI/CD isn’t just a tool used occasionally during development: it’s an always-on infrastructure that powers modern software delivery. To support this […]The post Introducing Semaphore’s New Pricing Model: Built for the AI Era of CI/CD appeared first on
2日前

Semaphore CI/CD Benchmark: Performance and Cost Analysis
Semaphore
This benchmark compares Semaphore to GitHub Actions, GitLab CI, Buildkite, and CircleCI using the same repository, pipeline logic, versions, and equivalent machine classes. The goal is to measure real execution time and compute cost under identical conditions. Repository and Workload Repository: Redmine (Ruby on Rails application). The workload consists of dependency installation and full test […]The post Semaphore CI/CD Benchmark: Performance and Cost Analysis appeared first on Semaphore.
2日前

ECMAScript proposal updates @ 2026-03
ECMAScript Daily
The changes of proposal’s status @ 113th meeting of Ecma TC39ECMA-262New ProposalsProposal Stage Iterator Includes 2.7 Updated ProposalsProposal From To Curtailing the power of “Thenables” 1 2 Temporal 3 4 Import Text 2 3 Error Stack Accessor 2 2.7 ArrayBuffer.prototype.transfer 4 withdrawn Dynamic Import Host Adjustment 2 withdrawn ECMA-402New ProposalsNo DataUpdated ProposalsProposal From To Intl Era and MonthCode Proposal 3 4 This diff is generated by ECMAScript Proposal Diff Tool.AgendaAgend
2日前

TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
Socket
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
2日前

「LINEヤフー Development with Agents Meetup #2」を開催しました!(イベントレポート)
LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフーの永吉です。2月24日(火)、「LINEヤフー Development with Agents Meetup #2」を開催しました。今回のMeetupは、Orchestrat...
2日前

わずか9秒の「事前タスク」でクラウドソーシング実験のデータ品質向上(CHI 2026採択論文解説) LINEヤフー Tech Blog (LY Corporation Tech Blog
こんにちは。LINEヤフー研究所でヒューマンコンピュータインタラクション(HCI)分野の研究をしている山中です。クラウドソーシングで収集したデータを使って、とても精度が良いとされているモデルに当てはめ...
2日前

Naturalest sort leanrada.com notes
For RSS readers: This article contains interactive content available on the original post on leanrada.com.You may have heard of the legendary naturalSort in JavaScript./** Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license* Author: Jim Palmer (based on chunking idea from Dave Koelle)*/function naturalSort (a, b) { var re = /(^-?[0-9]+(\.?[0-9]*)[df]?e?[0-9]?$|^0x[0-9a-f]+$|[0-9]+)/gi, sre = /(^[ ]*|[ ]*$)/g, dre = /(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w
2日前

moon v2.1 - Execution plans, target deps scopes, toolchain/task settings, and more
moonrepo Blog
It's been about a month since our major v2.0 release, and we're back with a smaller, but still
2日前

Multiple apps, one shared authentication layer
WorkOS Blog
First-class application support in WorkOS with per-app client IDs, session policies, and shared identity.
2日前

What is agentic engineering? Simon Willison's Weblog
<p><em><a href="https://simonwillison.net/guides/agentic-engineering-patterns/">Agentic Engineering Patterns</a> &gt;</em></p> <p>I use the term <strong>agentic engineering</strong> to describe the practice of developing software with the assistance of coding agents.</p><p>What are <strong>coding agents</strong>? They're agents that can both write and execute code. Popular examples include <a href="https://code...
2日前

Detect at-rule support in CSS with @supports at-rule(@keyword) Bram.us
Back in January 2022, I wrote about an exciting new CSS Working Group decision: a function to detect at-rule support using @supports at-rule(@keyword). Fast forward to today, and the CSS Conditional Rules Module Level 5 specification has solidified how this feature works and Chromium (Chrome, Edge, etc.) is about to ship it in Chromium 148!
2日前
3/15 (日)

npm パッケージに Agent Skills を同梱する TanStack intent
azukiazusa のテックブログ2
ライブラリのメンテナが Agent Skills を生成・検証して npm パッケージに同梱することを支援するツールである `@tanstack/intent` を使用して、ライブラリの使用者側と、メンテナ側の両方の観点から Agent Skills を利用する方法を紹介します。
3日前

Quoting Jannis Leidel Simon Willison's Weblog
<blockquote cite="https://jazzband.co/news/2026/03/14/sunsetting-jazzband"><p>GitHub’s <a href="https://www.theregister.com/2026/02/18/godot_maintainers_struggle_with_draining/">slopocalypse</a> – the flood of AI-generated spam PRs and issues – has made Jazzband’s model of open membership and shared push access untenable.</p><p>Jazzband was designed for a world where the worst case was someone accidentally merging the wrong PR. In a world where <a href="ht...
3日前

My fireside chat about agentic engineering at the Pragmatic Summit Simon Willison's Weblog
<p>I was a speaker last month at the <a href="https://www.pragmaticsummit.com/">Pragmatic Summit</a> in San Francisco, where I participated in a fireside chat session about <a href="https://simonwillison.net/guides/agentic-engineering-patterns/">Agentic Engineering</a> hosted by Eric Lui from Statsig.</p><p>The video is <a href="https://www.youtube.com/watch?v=owmJyKVu5f8">available on YouTube</a>. Here are my highlights from the conversatio...
3日前
3/14 (土)

human.json Evan Hahn (dot com)
To quote the human.json Protocol:human.json is a protocol for humans to assert authorship of their site content and vouch for the humanity of others. It uses URL ownership as identity, and trust propagates through a crawlable web of vouches between sites.I think this is a neat idea, so I added it to my site. It’s available at evanhahn.com/human.json.For more, see the human.json documentation. And see how I use AI on this blog.
4日前

72 Malicious Open VSX Extensions Linked to GlassWorm Campaign Now Using Transitive Dependencies
Socket
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.
4日前

1M context is now generally available for Opus 4.6 and Sonnet 4.6 Simon Willison's Weblog
<p><strong><a href="https://claude.com/blog/1m-context-ga">1M context is now generally available for Opus 4.6 and Sonnet 4.6</a></strong></p>Here's what surprised me:</p><blockquote><p>Standard pricing now applies across the full 1M window for both models, with no long-context premium.</p></blockquote><p>OpenAI and Gemini both <a href="https://www.llm-prices.com/#sel=gemini-3-1-pro-preview-200k%2Cgpt-5.4-272k%2Cgemini-3-...
4日前

Quoting Craig Mod Simon Willison's Weblog
<blockquote cite="https://craigmod.com/essays/software_bonkers/"><p>Simply put: It’s a big mess, and no off-the-shelf accounting software does what I need. So after years of pain, I finally sat down last week and started to build my own. It took me about five days. I am now using the best piece of accounting software I’ve ever used. It’s blazing fast. Entirely local. Handles multiple currencies and pulls daily (historical) conversion rates. It’s able to ingest any CSV I throw at it ...
5日前
3/13 (金)

From legacy architecture to Cloudflare One
The Cloudflare Blog
Learn how Cloudflare and CDW de-risk SASE migrations with a blueprint that treats legacy debt as an application modernization project.
5日前

Moving From Moment.js To The JS Temporal API
Articles on Smashing Magazine — For Web Designers And Developers
The way JavaScript handles time has evolved significantly, from the built-in `Date` API to Moment.js and now Temporal. The new standard fills gaps in the original `Date` API while addressing limitations found in Moment and other libraries. Joe Attardi shares practical “recipes” for migrating Moment-based code to the new Temporal API.
5日前

The Index: Issue #172
Piccalilli - Everything
NES.cssA NES-themed CSS framework and it looks exactly as you'd expect it to.An immersive personal siteWe're all out here building blogs, while Jonathan is here building an immersive first-person world as a personal site.Your AI slop bores meIn a world looming with the threat of ai stealing your job, save humanity by stealing AI's job.A very interesting person-to-person "chat bot".BonsplitA handy looking tabs and layout splitting tool for macOS power users.BaseWatchWant to get alerted as soon as
5日前

新時代のフロントエンドツールチェイン Vite+ を試してみた
azukiazusa のテックブログ2
Vite+ は Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown といった人気のツールを統合し、開発, テスト, ビルド, リント, フォーマットなどのフロントエンド開発に必要な機能を1つのツールチェインで提供する新しいフロントエンドツールチェインです。この記事では実際に Vite+ をインストールして、プロジェクトのセットアップから開発、テスト、ビルドまでの一連の流れを試してみました。
5日前

Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations Simon Willison's Weblog
<p><strong><a href="https://github.com/Shopify/liquid/pull/2056">Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations</a></strong></p>PR from Shopify CEO Tobias Lütke against Liquid, Shopify's open source Ruby template engine that was somewhat inspired by Django when Tobi first created it <a href="https://simonwillison.net/2005/Nov/6/liquid/">back in 2005</a>.</p><p>Tobi found dozens of new performance micro-opti...
5日前

データサイエンティスト一年目が学ぶこと
CyberAgent Developers Blog | サイバーエージェント デベロッパーズブログ
はじめに こんにちは。メディア統括本部 Data Science Center(DSC)の土井 悠生 ...
5日前

実装プラン作りの難しさを LLM × Linear で解決する ― Project壁打ちSkillの紹介
LegalOn Technologies Engineering Blog
はじめに こんにちは。プロダクト開発基盤チームのYoshioka(@tsuyogoro)です。 LLMによるコーディングが当たり前になり、チームでも人力でコードを書く場面は減ってきました。一方で、手戻りが起きやすいのは実装そのものより「実装の前」だという感覚は残っています。 何をどう分解するか どの順序で進めるか 依存関係や完了条件をどう定義するか ここが曖昧なままだと、あとから設計や優先順位が崩れ、「進んでいるのに進んでいない」状態になりがちです。こうした経験に心当たりのある方も多いのではないでしょうか。さらに計画フェーズは認知負荷が高く、人間がボトルネックになりやすい傾向があります。 そこ…
5日前

Women’s History Month: meet Nicole Scherbina, Senior Staff Manager of Product Operations
Blog on 1Password Blog
Women’s History Month is a time to recognize the women who are not only advancing their fields, but reshaping what leadership means within them. The theme guiding this year’s Women at 1Password Employee Resource Group (ERG), Leading the Change: Women Shaping a Sustainable Future, reflects that responsibility.One of the women leading that change within 1Password is Nicole Scherbina, Senior Staff Manager of Product Operations and a leader within our Women at 1Password ERG. Her perspective on leade
5日前

Atomic CRM March 2026 Updates
Marmelab Blog
Discover what's new in Atomic CRM 1.5, including SSO support, a new MCP server for AI assistants, enhanced mobile UX, and much more.
5日前

MCP vs. REST: What's the right way to connect AI agents to your API?
WorkOS Blog
REST APIs serve developers. MCP serves AI agents. Learn how the two protocols layer together and when your API needs both.
5日前

The NGINX Kubernetes Open Source Roadmap: First Half of 2026
NGINX Community Blog
Hello to our Kubernetes community! Over the past few months, the F5 NGINX Community and F5 NGINX Kubernetes teams have been working on reinvigorating our open source presence. One of our new initiatives involves having public roadmaps available through GitHub Projects boards for both the NGINX Ingress Controller and NGINX Gateway Fabric project! We also […]
5日前

Release Notes for Safari Technology Preview 239
1
WebKit
Safari Technology Preview Release 239 is now available for download for macOS Tahoe and macOS Sequoia.
5日前

MALUS - Clean Room as a Service Simon Willison's Weblog
<p><strong><a href="https://malus.sh/">MALUS - Clean Room as a Service</a></strong></p>Brutal satire on the whole vibe-porting license washing thing (<a href="https://simonwillison.net/2026/Mar/5/chardet/">previously</a>):</p><blockquote><p>Finally, liberation from open source license obligations.</p><p>Our proprietary AI robots independently recreate any open source project from scratch. The result? <strong>Leg...
5日前

Coding After Coders: The End of Computer Programming as We Know It Simon Willison's Weblog
<p><strong><a href="https://www.nytimes.com/2026/03/12/magazine/ai-coding-programming-jobs-claude-chatgpt.html?unlocked_article_code=1.SlA.DBan.wbQDi-hptjj6">Coding After Coders: The End of Computer Programming as We Know It</a></strong></p>Epic piece on AI-assisted development by Clive Thompson for the New York Times Magazine, who spoke to more than 70 software developers from companies like Google, Amazon, Microsoft, Apple, plus other individuals including ...
5日前

Quoting Les Orchard Simon Willison's Weblog
<blockquote cite="https://blog.lmorchard.com/2026/03/11/grief-and-the-ai-split/"><p>Here's what I think is happening: AI-assisted coding is exposing a divide among developers that was always there but maybe less visible.</p><p>Before AI, both camps were doing the same thing every day. Writing code by hand. Using the same editors, the same languages, the same pull request workflows. The craft-lovers and the make-it-go people sat next to each other, shipped the same produc...
6日前

Continuous AI for accessibility: How GitHub transforms feedback into inclusion
The GitHub Blog
AI automates triage for accessibility feedback, allowing us to focus on fixing barriers—turning a chaotic backlog into continuous, rapid resolutions.The post Continuous AI for accessibility: How GitHub transforms feedback into inclusion appeared first on The GitHub Blog.
6日前
3/12 (木)

What to Expect During the Free Trial Period of CKEditor
CKEditor Ecosystem Blog
Use your CKEditor 14-day trial to test AI, collaboration, and export. Learn what’s included, how to get a license key, and what changes after it ends.
6日前

Collaborative Markdown
Frontend Masters Boost RSS Feed
Just two short long years ago, I wrote an article here called Document Collaboration (with Comments!). As a long-time blogger who helps others with their articles too, I’ve played with lots of tools to help with this flow. I put some options in that post, but none are perfect. The big names come with baggage […]
6日前

6 Malicious Packagist Themes Ship Trojanized jQuery and FUNNULL Redirect Payloads
Socket
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.
6日前

How to Monitor and Audit AI Decisions in a CI/CD Pipeline
Semaphore
As AI becomes part of CI/CD workflows, new questions emerge: When AI participates in pipeline decisions — whether for test selection, risk scoring, anomaly detection, or deployment approval — observability and auditability become critical. This article explains how to monitor and audit AI-driven decisions in CI/CD pipelines in a way that preserves traceability, rollback safety, […]The post How to Monitor and Audit AI Decisions in a CI/CD Pipeline appeared first on Semaphore.
6日前

Building dynamic toggletips using anchored container queries
Piccalilli - Everything
To add to the container query options that we already have (size queries, style queries, scroll-state queries), as well as the container query range syntax and many upgrades to all of the above, we can now use anchored container queries from Chrome 143.Chrome’s announcement post demonstrates how, if we were using anchor positioning, we could use anchored container queries to query the currently active fallback position (if any). They’ve provided a little demo in the post where a toggletip caret
6日前

CSS によるスクロールトリガーアニメーション
azukiazusa のテックブログ2
要素が画面内に入った時にアニメーションを開始するスクロールトリガーアニメーションは、これまでは JavaScript を使用して `Intersection Observer API` を利用する方法が一般的でした。JavaScript を使わずに CSS だけで実装を完結できるようになる `animation-trigger` という新しい CSS プロパティが登場しました。
6日前

Beyond `border-radius`: What The CSS `corner-shape` Property Unlocks For Everyday UI
Articles on Smashing Magazine — For Web Designers And Developers
For years, developers have been hacking around the limitations of `border-radius`, using clip-path, SVG masks, and fragile workarounds just to get anything other than round corners. The new `corner-shape` property finally changes that, opening the door to beveled, scooped, and squircle corners.
6日前

Announcing Cloudflare Account Abuse Protection: prevent fraudulent attacks from bots and humans
The Cloudflare Blog
Blocking bots isn’t enough anymore. Cloudflare’s new fraud prevention capabilities — now available in Early Access — help stop account abuse before it starts.
6日前

GitHub availability report: February 2026
The GitHub Blog
In February, we experienced six incidents that resulted in degraded performance across GitHub services.The post GitHub availability report: February 2026 appeared first on The GitHub Blog.
6日前

GCVE Launches Decentralized Publishing Ecosystem for Vulnerability Disclosure
Socket
The GCVE initiative operated by CIRCL has officially opened its publishing ecosystem, letting organizations issue and share vulnerability identifiers without routing through a central authority.
6日前

共変量を考慮した顧客利用率モデリング ― 分位点回帰によるTier設計
LegalOn Technologies Engineering Blog
はじめに はじめまして、株式会社LegalOn Technologies(職種: データ分析)の上野と申します。現在、データ分析チームに所属し、データとML/AIを用いた営業支援活動を行っております。 2つの既存サービス「LegalForce」と「LegalForceキャビネ」がひとつになり、次世代の法務AI「LegalOn」として産声を上げてから、早いもので2年が経とうとしています。 プロダクトの統合によって、利便性は大きく向上しました。と同時に、サービス形態の変更により、お客様との契約方法も大きくアップデートされております。この新しい環境の中で、弊社営業部門がお客様と密接で継続的なコミュニ…
6日前

CloudCannon Joins Astro as an Official CMS Partner
The Astro Blog
Announcing CloudCannon as an official Astro partner, sponsoring $4,000 each month toward the ongoing open-source maintenance and development of Astro.
6日前

How I use generative AI on this blog Evan Hahn (dot com)
Inspired by others, I’m publishing how I use generative AI to write this little blog.General feelings on generative AIGenerative AI, like any technology, has tradeoffs. I think the cons far outweigh the pros. In other words, the world would be better off without generative AI.Despite this belief, I use it. I’m effectively forced at work, but I also use LLMs to help write this personal blog. I think they can produce better writing if used correctly.Also: I want to be critical of this technology.
6日前

App Hosting has in-console environment variables and faster builds
Firebase Blog
Manage environment variables in the Firebase console, and learn about a small change our engineering team made to improve build times for everyone.
6日前
Taskfile: The Modern Alternative to Makefile That Will Change Your Workflow
Marmelab Blog
Taskfile is a tool inspired by Makefile written in Go. It was designed to address common problems encountered with Makefile, while offering a simpler and more readable syntax.
6日前

Nuxt 4.4
The Nuxt Blog
Nuxt 4.4 brings custom useFetch/useAsyncData factories, vue-router v5, a new accessibility announcer, typed layout props, build profiling, smarter payload handling, and much more.
6日前

Best SCIM providers for automated user provisioning in 2026
WorkOS Blog
A 2026 guide to the best SCIM providers for SaaS teams that need enterprise ready user provisioning.
6日前

Sorting algorithms Simon Willison's Weblog
<p><strong><a href="https://tools.simonwillison.net/sort-algorithms">Sorting algorithms</a></strong></p>Today in animated explanations built using Claude: I've always been a fan of animated demonstrations of sorting algorithms so I decided to spin some up on my phone using Claude Artifacts, then added Python's timsort algorithm, then a feature to run them all at once. Here's the <a href="https://claude.ai/share/2c09f6f7-57ed-47eb-af2e-fc39ddc4c39f">full...
6日前

Form-Associated Custom Elements in Practice
Frontend Masters Boost RSS Feed
When you make a Web Component for a form element, you've got a bit of extra work to do to make sure they participate on the form in expected ways.
6日前

Addressing GitHub’s recent availability issues
The GitHub Blog
GitHub recently experienced several availability incidents. We understand the impact these outages have on our customers and are sharing details on the stabilization work we’re prioritizing right now.The post Addressing GitHub’s recent availability issues appeared first on The GitHub Blog.
6日前

Introducing Agentic Observability in NGINX: Real-time MCP Traffic Monitoring
NGINX Community Blog
Today we’re announcing the availability of a new open source module that enables real-time insights into Model Context Protocol (MCP) traffic processed by NGINX. This capability empowers NGINX operators to trace and monitor activity from AI agents, enabling the ability to spot error-prone agents, high latency MCP tools, throughput disparities between MCP servers, and much […]
7日前
3/11 (水)

Quoting John Carmack Simon Willison's Weblog
<blockquote cite="https://twitter.com/ID_AA_Carmack/status/1405932642005041153"><p>It is hard for less experienced developers to appreciate how rarely architecting for future requirements / applications turns out net-positive.</p></blockquote><p class="cite">&mdash; <a href="https://twitter.com/ID_AA_Carmack/status/1405932642005041153">John Carmack</a>, a tweet in June 2021</p> <p>Tags: <a href="https://simonwillison.net/tags/john-car...
7日前

Abusing Customizable Selects
CSS-Tricks
Let’s go over a few demos using the new customizable <select> feature that may be wild, but also give us a great chance to learn new things in CSS.Abusing Customizable Selects originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
7日前

Node.js Moves to Annual Major Releases Starting with Node 27
Socket
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.
7日前

Slashing agent token costs by 98% with RFC 9457-compliant error responses
The Cloudflare Blog
Cloudflare now returns RFC 9457-compliant structured Markdown and JSON error payloads to AI agents, replacing heavyweight HTML pages with machine-readable instructions. This reduces token usage by over 98%, turning brittle parsing into efficient control flow.
7日前

AI Security for Apps is now generally available
The Cloudflare Blog
Cloudflare AI Security for Apps is now generally available, providing a security layer to discover and protect AI-powered applications, regardless of the model or hosting provider. We are also making AI discovery free for all plans, to help teams find and secure shadow AI deployments.
7日前

The Index: Issue #171
Piccalilli - Everything
The value of z-indexA really pragmatic and systematic approach to z-index here.How to start a record collectionSome great recommendations here and as Mike says, "Congrats. I’m sorry."You probably shouldn’t be annotating focus orderA delightfully thorough piece by Eric here. Not many do it better.Animated dark mode transition with modern CSSDid you know that you can animate @property? You will by the end of this article.5 quick tips for giving better presentationsPlenty of very good advice here f
7日前

「Node.js は偶数バージョンが LTS」ではなくなる
mizdra's blog
長らく Node.js では偶数バージョン (v22, v24 など) が LTS としてメンテナンスされてました。しかし 2027/4 リリース予定の v27 以降はそうではなくなります。Node.js 公式ブログで、v27 以降に取り入れられる新しいリリーススケジュールについて説明されています。 Node.js — Evolving the Node.js Release Schedule かいつまんで説明すると: major リリースは年2回から年1回となる 奇数番号だけでなく全てのリリースが LTS となる 早期テスト目的で利用されてた奇数リリースは alpha チャンネルで代替される…
7日前

Chrome 147 beta
developer.chrome.com: Blog
Get a preview of the next Chrome release with this post detailing the features in the current beta.
7日前

When to use WebMCP and MCP
developer.chrome.com: Blog
Learn the different purposes of WebMCP and MCP, and how to use them together for agentic experiences.
7日前




















