Bookmarks

Bookmarks

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·
データモデルのイベントの期間の設計のコツ - そーだいなるらくがき帳
Bugs Apple Loves
Bugs Apple Loves
Bugs Apple won't fix. Why else would they keep them around for so long? We did the math.
·bugsappleloves.com·
Bugs Apple Loves
日本のアクセス解析史 -25年の歴史- - Real Analytics (リアルアナリティクス)
日本のアクセス解析史 -25年の歴史- - Real Analytics (リアルアナリティクス)
はじめに 私自身、アクセス解析業界に携わって20年近くになりますが、振り返ってみると本当にたくさんのツールが生まれ、そして消えていきました。Google Analyticsが登場する前の時代を知っている方は、今となっては少数派かもしれません。でも、あの頃の試行錯誤があったからこそ、今のアクセス解析があります。 本記事で…
·analytics.hatenadiary.com·
日本のアクセス解析史 -25年の歴史- - Real Analytics (リアルアナリティクス)
Beautiful Mermaid
Beautiful Mermaid
Mermaid rendering, made beautiful. Ultra-fast, fully themeable, outputs to SVG and ASCII.
·agents.craft.do·
Beautiful Mermaid
2026年のBluesky予測 - Bluesky
2026年のBluesky予測 - Bluesky
今年人々がオンラインでどのような行動をとるかについての予測と、それに応えるために私たちがどのようにBlueskyを構築しているか、その一部を共有したいと思います。
·bsky.social·
2026年のBluesky予測 - Bluesky
Craft Agents - The Open Source Agent Interface
Craft Agents - The Open Source Agent Interface
An open source desktop app for working with AI agents. Connect any API or MCP server. Multitask naturally. Make it yours.
·agents.craft.do·
Craft Agents - The Open Source Agent Interface
lukilabs/craft-agents-oss
lukilabs/craft-agents-oss
Craft Agents is a tool we built so that we (at craft.do) can work effectively with agents.
·github.com·
lukilabs/craft-agents-oss
「Claude Code」の責任者が語る、AIエージェントで変わったAnthropicの働き方と開発現場
「Claude Code」の責任者が語る、AIエージェントで変わったAnthropicの働き方と開発現場
AIコーディングツール「Claude Code」が開発者の間で急速に広まっている。AIエージェントがいかにソフトウェア開発の現場やAnthropicの働き方を変えているのかについて、Claude Code責任者のボリス・チェルニーに話を訊いた。
·wired.jp·
「Claude Code」の責任者が語る、AIエージェントで変わったAnthropicの働き方と開発現場
MoonBit で RESTful API サーバーを構築する
MoonBit で RESTful API サーバーを構築する
MoonBit は、WebAssembly や JavaScript にコンパイルできる新しいプログラミング言語です。この記事では、MoonBit を使用してシンプルな RESTful API サーバーを作成する方法を紹介します。
·azukiazusa.dev·
MoonBit で RESTful API サーバーを構築する
The end of the curl bug-bounty
The end of the curl bug-bounty
tldr: an attempt to reduce the terror reporting. There is no longer a curl bug-bounty program. It officially stops on January 31, 2026. After having had a few half-baked previous takes, in April 2019 we kicked off the first real curl bug-bounty with the help of Hackerone, and while it stumbled a bit at first … Continue reading The end of the curl bug-bounty →
·daniel.haxx.se·
The end of the curl bug-bounty
DORA | DORA Research: 2025 Overview
DORA | DORA Research: 2025 Overview
DORA is a long running research program that seeks to understand the capabilities that drive software delivery and operations performance. DORA helps teams apply those capabilities, leading to better organizational performance.
·dora.dev·
DORA | DORA Research: 2025 Overview
git gitをgitにするgit alias - hogashi.*
git gitをgitにするgit alias - hogashi.*
なんかの拍子に思考が割り込むとこうなりがち。 $ git git status git: 'git' is not a git command. See 'git --help'. The most similar command is init .gitconfig で alias すると解決できる。 git のサブ…
·blog.hog.as·
git gitをgitにするgit alias - hogashi.*