Bookmarks

Bookmarks

49363 bookmarks
Custom sorting
Kiki
Kiki
The accountability monster for people who are easily distracted. Kiki helps you get more done by focusing on one thing at a time. Mac app.
·kiki.computer·
Kiki
Humans in the Loop
Humans in the Loop
The Oh My Zsh core team recently met up in person at GitHub Universe in San Francisco. Getting the maintainers into the same room matters more than most peop...
·robbyonrails.com·
Humans in the Loop
Why We Built Our Own Background Agent
Why We Built Our Own Background Agent
The craft of engineering is rapidly changing. We built our own coding agent to accelerate faster.
·builders.ramp.com·
Why We Built Our Own Background Agent
- How to write a good spec for AI agents
- How to write a good spec for AI agents
Learn how to write effective specifications for AI coding agents to improve clarity, focus, and productivity in your AI-driven development workflows.
·addyosmani.com·
- How to write a good spec for AI agents
Agentation
Agentation
The visual feedback tool for agents.
·agentation.dev·
Agentation
AeroSpace やめて HammerSpoon でウィンドウ管理することにした - tokuhirom's blog
AeroSpace やめて HammerSpoon でウィンドウ管理することにした - tokuhirom's blog
AeroSpace ちょっと使ってたんだけど、、よく考えると別にタイル型ウィンドウマネージャーそんなに好きじゃ無いかもって思って、構成変えました。 俺、本当はタイリングよりも ratpoison 好きなんだよな。。今時じゃないから使わないけど。。 HammerSpoon は Mac で lua で色々カスタマイズできるっていう便利すぎるアプリ。lua って聞くと、ウッってなる部分もあるんだけど、
·blog.64p.org·
AeroSpace やめて HammerSpoon でウィンドウ管理することにした - tokuhirom's blog
Image formats: Codecs and compression tools | MDN Blog
Image formats: Codecs and compression tools | MDN Blog
Image compression involves countless trade-offs between quality, size, and speed. In this final part of the series, we experiment with codecs, metrics, and tools to find practical ways to balance efficiency and visual fidelity.
·developer.mozilla.org·
Image formats: Codecs and compression tools | MDN Blog
Code is cheap. Show me the talk.
Code is cheap. Show me the talk.
Linus Torvalds once said, 'Talk is cheap. Show me the code'. That is no longer the case.
·nadh.in·
Code is cheap. Show me the talk.
Claude API: Web fetch tool
Claude API: Web fetch tool
New in the Claude API: if you pass the web-fetch-2025-09-10 beta header you can add {"type": "web_fetch_20250910", "name": "web_fetch", "max_uses": 5} to your "tools" list and Claude will gain the …
·simonwillison.net·
Claude API: Web fetch tool
Clawdbot bought me a car
Clawdbot bought me a car
Outsourcing the painful aspects of a car purchase to AI was refreshingly nice, and sold me on the vision of Clawdbot (now OpenClaw)
·aaronstuyvenberg.com·
Clawdbot bought me a car
langchain-ai/deepagents: Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.
langchain-ai/deepagents: Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.
Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped...
·github.com·
langchain-ai/deepagents: Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.
suspiciously precise floats, or, how I got Claude's real limits
suspiciously precise floats, or, how I got Claude's real limits
I reverse-engineered Claude's hidden subscription usage caps from two unrounded utilization floats, recovered exact denominators via Stern-Brocot, and compared what Pro/Max actually buy you versus API pricing (including caching).
·she-llac.com·
suspiciously precise floats, or, how I got Claude's real limits
データモデルのイベントの期間の設計のコツ - そーだいなるらくがき帳
データモデルのイベントの期間の設計のコツ - そーだいなるらくがき帳
アプリケーションを開発するときに期間を表すデータを扱うことは珍しくない。 例えばイベントの開催時間、タスクの予定時間などである。 実際にイベントの開催をDBに保存する場合によく見るテーブルは以下のようなものだろう。 CREATE TABLE events ( id SERIAL PRIMARY KEY, name VA…
·soudai.hatenablog.com·
データモデルのイベントの期間の設計のコツ - そーだいなるらくがき帳