Found 49957 bookmarks
Newest
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++で遊ぼう
PR同士の関係を可視化するgh pr-graphコマンドを作った - orangain flavor
PR同士の関係を可視化するgh pr-graphコマンドを作った - orangain flavor
GitHubには、作成したりレビュー依頼を受けたりしたPull Request(以下PR)の一覧を表示するページがあります。業務では、Slackでリアルタイムの通知を受けつつ、これらのページを行き来して対応漏れがないようにしてきました。 AIを利用した開発でPRの作成量が増え、PRのネストも一般的になる中、1次元のPR…
·orangain.hatenablog.com·
PR同士の関係を可視化するgh pr-graphコマンドを作った - orangain flavor
Augmented Coding Patterns
Augmented Coding Patterns
A collection of emerging patterns, anti-patterns, and obstacles for effective AI-augmented software development
·lexler.github.io·
Augmented Coding Patterns
Don't paste the AI, please.
Don't paste the AI, please.
If someone asks you something, send your answer. Not the AI's.
·dontpastetheai.com·
Don't paste the AI, please.
Delayed-Then-Instant Tooltips with HTML & CSS Alone
Delayed-Then-Instant Tooltips with HTML & CSS Alone
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.
·blog.master.dev·
Delayed-Then-Instant Tooltips with HTML & CSS Alone