Found 49725 bookmarks
Newest
kata カタ - kata カタ
kata カタ - kata カタ
Local-first issue tracking for humans and coding agents.
·katatracker.com·
kata カタ - kata カタ
What's different in pnpm 12 | pnpm
What's different in pnpm 12 | pnpm
pnpm 12 is a rewrite of pnpm in Rust, and it is currently a release candidate. Upgrading is not meant to be a migration: apart from the differences below, it keeps the commands, flags, settings, and lockfile format of pnpm 11, and the documentation applies to both versions.
·pnpm.io·
What's different in pnpm 12 | pnpm
How to Fix the Dual-Write Problem in Node.js with the Outbox Pattern
How to Fix the Dual-Write Problem in Node.js with the Outbox Pattern
Imagine you're building an e-commerce platform where placing an order needs to trigger several things at once: the warehouse has to be told to prepare the shipment, the email service has to send a con
·freecodecamp.org·
How to Fix the Dual-Write Problem in Node.js with the Outbox Pattern
A deep dive into Hono
A deep dive into Hono
Follow one request through Hono to see how routing, middleware, context, Web Standards, and runtime adapters work together.
·flaviocopes.com·
A deep dive into Hono
DeepSeek Harness developer preview: Everything is a plugin
DeepSeek Harness developer preview: Everything is a plugin
DeepSeek Harness is now available in developer preview to developers building agent harnesses worldwide, with the source code released at the same time. Every agent capability is implemented as a plugin that can be swapped or recomposed.
·deepseek.com·
DeepSeek Harness developer preview: Everything is a plugin
hucre — Spreadsheet Playground
hucre — Spreadsheet Playground
Zero-dependency spreadsheet engine. Read & write XLSX, CSV, ODS, JSON, NDJSON, XML. Schema validation, streaming, tree-shakeable.
·hucre.productdevbook.com·
hucre — Spreadsheet Playground
Solid Objects for Node.js
Solid Objects for Node.js
Durable, serialized TypeScript objects on SQLite, PostgreSQL, or MySQL, exercised by a deployed reference app (Shuffle Up and Play). Pre-1.0 v0.14.0, MIT, Node 24.4+.
·solidobjects.dev·
Solid Objects for Node.js
bglgwyng/zat: CLI code outline viewer
bglgwyng/zat: CLI code outline viewer
CLI code outline viewer. Contribute to bglgwyng/zat development by creating an account on GitHub.
·github.com·
bglgwyng/zat: CLI code outline viewer
The Evolution of the Agent Harness
The Evolution of the Agent Harness
Models keep absorbing the harness into their weights — soon, it will be a harness for human attention rather than for the model.
·latent.space·
The Evolution of the Agent Harness
Handy
Handy
Handy is a cross platform, open-source, speech-to-text application for your computer
·handy.computer·
Handy
OXC for TSRX
OXC for TSRX
Rust-native parsing, linting, formatting, and editor support for .tsrx source through canonical OXC. No fork, no patches, one parse.
·compiled.run·
OXC for TSRX
Inside a TanStack Router Navigation | TanStack Blog
Inside a TanStack Router Navigation | TanStack Blog
A navigation looks like one asynchronous operation. Inside TanStack Router, separate owners coordinate matching, loaders, pending UI, redirects, caching, and rendering.
·tanstack.com·
Inside a TanStack Router Navigation | TanStack Blog
Slack 上でオープンな開発を行う Slack Code を試してみた
Slack 上でオープンな開発を行う Slack Code を試してみた
Slack Code は Slack 上でオープンな開発を行う手段を提供する機能です。コードチャンネルと呼ばれる特別なチャンネルを作成し、チーム全体でコーディングエージェントとやり取りを行うことができます。この記事では Slack Code を実際に試してみた感想を紹介します。
·azukiazusa.dev·
Slack 上でオープンな開発を行う Slack Code を試してみた
jetrockets/ui.jetrockets.com: A comprehensive Rails component library built with ViewComponent, TailwindCSS 4.0, and Stimulus. This template provides a complete set of reusable UI components that developers can copy and customize for their projects.
jetrockets/ui.jetrockets.com: A comprehensive Rails component library built with ViewComponent, TailwindCSS 4.0, and Stimulus. This template provides a complete set of reusable UI components that developers can copy and customize for their projects.
A comprehensive Rails component library built with ViewComponent, TailwindCSS 4.0, and Stimulus. This template provides a complete set of reusable UI components that developers can copy and customi...
·github.com·
jetrockets/ui.jetrockets.com: A comprehensive Rails component library built with ViewComponent, TailwindCSS 4.0, and Stimulus. This template provides a complete set of reusable UI components that developers can copy and customize for their projects.
Rails UI Components
Rails UI Components
A comprehensive Rails 8 component library built with ViewComponent, TailwindCSS 4.0, and Stimulus.
·ui.jetrockets.com·
Rails UI Components
3命令のCPU処理で済む高速なうるう年判定アルゴリズム - Faith and Brave - C++で遊ぼう
3命令のCPU処理で済む高速なうるう年判定アルゴリズム - Faith and Brave - C++で遊ぼう
要約 この短いコードで、西暦102499年までのうるう年を判定できます。このマジックナンバーはz3というSMTソルバーで見つけ出されました。 bool is_leap_year_fast(uint32_t y) { return ((y * 1073750999) & 3221352463) = 126976; } …
·faithandbrave.hateblo.jp·
3命令のCPU処理で済む高速なうるう年判定アルゴリズム - Faith and Brave - C++で遊ぼう