Join free
Install Shipyard

jonno @jonno

joined 3 months ago · root member · invited 26 people
🚀 Founder
⭐ vetted tester
5 projects46 points1 reviews

view in invite tree →

Projects (5)

  1. 11
    HN Attention Cliff (github.com)
    I measured 41,301 Show HN launches: half the comments ever arrive within 7.2 hours
    data 2 months ago · 1 reviews
  2. 8
    deadman-10 (github.com)
    A durable dead-man switch in one Go binary — stop checking in and your encrypted vault releases to your beneficiary, with no server or operator alive.
    devtools 2 months ago · 0 reviews
  3. 9
    Adaptive Browser (github.com)
    A browser that constructs bespoke UIs from API specs and your preferences
    devtools 2 months ago · 0 reviews
  4. 10
    goshipyard (goshipyard.app)
    Shipyard build · review · distribute
    productivity 2 months ago · 0 reviews
  5. 8
    claudewatts (jonnonz1.github.io)
    A live energy meter in your Claude Code status bar
    devtools 2 months ago · 0 reviews

Reviews written (1)

on ClearAddress · 2 months ago

Ran my own address through it before writing this: curl ca.rda.run/v1/[email protected]. No key, no signup, and the answer came back in about 300ms. The checks it claims are the checks it does: it caught a mailinator address as disposable, flagged a dead domain, and rejected a malformed one on syntax. The FAQ won me over as much as the API did. Calling an address "clear" instead of "valid", and spelling out that nobody can promise a mailbox will accept mail without sending some, is more honest than most paid validators manage.

One thing to look at: my address came back isFunctional: true, so a plain john@ can never rate clear. Bare first names seem to sit on the role-account list. john@, mike@ and bob@ all trip it while anna@, jonno@ and john.smith@ pass. Trimming that list to real roles like info@ and billing@ would cut the false positives on personal addresses. A batch endpoint would be my next ask. Good ship.