I've got a 2013, and am thinking about trading in.
phppointofsale.com uses that code. Check out their demo. They swiping cards and breaking out the code into separate input fields.
So far it's got great feedback like "great read on the evolution of @teamwork - should be required reading for every SaaS founder & funder" (see @irltopper).
I really hope this story resonates with some of you and you find the tips useful.
https://www.teamwork.com/blog/peter-coppinger-developerceo-r...
Haven't read it yet, but I'm about to :)
So I built TinyViewers: a searchable database that breaks down kids’ movies scene by scene, with age-specific “scary” scores (for ages 2–5) and content warnings.
How it works:
Pulled subtitle .srt files and stored them in postgres DB
Used Claude/GPT to chunk scenes + assess intensity
Assigned age-based scary scores (2, 3, 4, 5)
Built with Supabase + Next.js (using Cursor AI)
Added a UI to be able to analyze movies that aren't in DB currently (hidden behind a passcode)
This was a recurring pain point in our house — figured it might help other parents too.