#!/bin/sh
cat /dev/random \
    | base32 \
    | head -c8 \
    | jq -cR '{id: ., title: "Hello"}'