Davidb Williams

Davidb Williams

Growth Manager

About

Experiments with strategies to drive user acquisition and retention. Uses data and rapid testing to scale products.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Forums

What project will you do with infinite tokens

Hello guys, here is my question :

what project will you do with infinite AI tokens

space ocr update #2

It was a week of refactoring: one response shape across every surface, the structure behind it pulled into one place, and the bugs that turned up while I was in there.

The shape. /ocr/fields, /ocr/markdown and /ocr/text now return the same four keys. values is your data, exactly the schema you asked for and nothing else. cells is a flat map keyed by path, one entry per value, carrying box and quad (both always present, normalized 0 1000), verified, review, and the raw evidence behind that verdict. review is the summary: declared, returned, boxed, verified, flagged[], by_reason. image is the source size, for turning the normalized boxes back into pixels. Full shape with a worked example: https://space-ocr.com/docs#post-...

Cursor Crane 1.1.0: Declarative Workflows and Multi-Element Selection

Cursor Crane 1.1.0 expands keyboard-first automation on macOS with declarative workflows, multi-element selection, and improved scripting APIs.

Declarative workflows let you turn fixed sequences of built-in actions into reusable commands without writing JavaScript logic, state, or forms.
They are especially useful for turning hard-to-remember shortcuts into command sequences. For example, in Xcode, similar actions such as:

  • Move Focus to Next Editor Pane

  • Jump to Next Issue

  • Jump to Next Change

can be turned into three workflow and mapped to commands "ne", "ni", and "nc".

View more