A punch clock to help with hourly household workers
My wife & I have a housekeeper who works flexible days and hours during the week. She has other commitments, so she comes to our house when it works best for her, within “agreed reasonable hours” (she doesn’t come on the weekends, or before 8am). Both of us are usually working in our home offices when she shows up, so I needed a way to track her hours so I could pay her every 2 weeks. I was afraid of losing a piece of paper (especially to our dog as he is fond of those), so I started keeping track of her hours in a spreadsheet. At the end of each day, I’d scrub the driveway video from our…
What it does
Simple time tracking for the people who help out at home: a kiosk, two buttons, and an honest record of the hours. Adults only. U.S. only.
A home kiosk, a personal PIN, and an honest record of the hours: no spreadsheets and no paperwork. The kiosk is a screen at your home, not an app on anyone's phone. Free to use · No credit card · No ads · Adults only · Available in the United States. Set it up once on a device at home. From there, every shift is captured automatically. On your own computer or phone: add the adults whose hours you want to track (a house cleaner, gardener, dog walker, tutor, or caregiver) and give each one a personal PIN. They never need an account. Open your private kiosk link on a spare tablet or old phone and leave it somewhere your people can reach. There is nothing to install, and the device stays at…from punchy.live
In the maker’s words, at launch
My wife & I have a housekeeper who works flexible days and hours during the week. She has other commitments, so she comes to our house when it works best for her, within “agreed reasonable hours” (she doesn’t come on the weekends, or before 8am). Both of us are usually working in our home offices when she shows up, so I needed a way to track her hours so I could pay her every 2 weeks. I was afraid of losing a piece of paper (especially to our dog as he is fond of those), so I started keeping track of her hours in a spreadsheet. At the end of each day, I’d scrub the driveway video from our security system to pick up the timestamps. Then for payday I’d add the hours, multiply by 60, add minutes, divide by 60, and multiply by her hourly rate. Then mark it paid in the spreadsheet. That worked OK, but it was a bit of a pain to use. There would be days when I would forget this process and the source-of-truth video would have aged out of the security system history. Then doing the base 60 math required a few re-verify steps as I didn’t want to risk a mistake that would be in our favor financially. As a precaution I’d always round the timestamps up/down in her favor (which ends up being real money over a month). So I grabbed Claude (my first serious AI use) and built something to simplify my life: a small web app (Spring Boot + React on AWS), with an old iPad by the door as a kiosk. She punches in and out on it, and I have an “admin” view that lets me see the time logs and compute pay automatically. It grew some legs because there's a few extra features I realized I needed after weeks of using it (like notifications when she punches in or out, or the ability to leave her a message when I'm stuck in a meeting). This was a fun side project, and since it was already on AWS I figured I could make it public and the extra cost wouldn't be too much to bear. It actually took a lot of effort to do that (more than I wanted: email deliverability alone was a saga), but it's there now, and it's free. Happy to answer anything about the stack, the hosting, or whatever. I don’t have Android devices to test, so I’m not sure how well it works in that world (any feedback appreciated).
Does the same job
all alternatives →More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com