I made Beacon, a mobile app for answering: “which of my friends is free to talk right now?” It’s basically a one-to-many phone call that only one person can answer. Send a beacon to a group, and everyone gets rung at the same time. The first person who answers gets connected for a 1-1 call, and for everyone else the signal drops silently. No missed-calls or pressure to answer. Works pretty well given most people keep…
Ask HN: What Are You Working On? (July 2026)
771–780 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#772I'm building an RF monitoring system. It can tell you things like: - The car that parked nearby last night coincided with "Chad's Galaxy Buds" with MAC address aa:bb:cc:dd:ee:ff. The buds also drove by briefly the previous night. - Alert on sudden cross-specturm interference (e.g. burglars using a cheap jammer to knock out WiFi cameras). - Alert on known device contact loss (powered off / left premises). - Review dev…
Re: Ask HN: What Are You Working On? (July 2026)
#773Started with just an html page with buttons for shortcuts. Added a few paragraphs and then got tired of writing html. Not many simple wysiwyg desktop html editors surprisingly.
Then discovered Zola, a static site generator that takes md files as content, and adds them to template html files.
Perfect for my little use case. I'm having fun with it :D
Re: Ask HN: What Are You Working On? (July 2026)
#774Business objects as state machines.
The idea is to reduce the number of moving parts and simplify processing architecture when building apps that need to be transactionally rigorous and scalable.
It stems from the patterns we used to successfully apply in banks, which worked really well. I believe it's an effective way to get shit done in a broad class of systems. You just need to first get your head around it.
https://medium.com/@paul_42036/whats-an-entity-database-11f8...
Re: Ask HN: What Are You Working On? (July 2026)
#775I made Beacon, a mobile app for answering: “which of my friends is free to talk right now?” It’s basically a one-to-many phone call that only one person can answer. Send a beacon to a group, and everyone gets rung at the same time. The first person who answers gets connected for a 1-1 call, and for everyone else the signal drops silently. No missed-calls or pressure to answer. Works pretty well given most people keep…
Re: Ask HN: What Are You Working On? (July 2026)
#776Housecat is the first email inbox that helps you get real work done. Our email connects to the other services you actually use like your Claude, Notion, Slack, CRM and Github and makes it easy to send messages and data between them. So if you need to update the CRM with a new lead, track a Github issue or ask a question of a colleague in Slack, you can do it all from right inside of your inbox. We just launched the email app in private beta.
Check out https://housecat.com/ or join the beta at https://home.housecat.com/welcome
Feedback and thoughts very welcome!
Re: Ask HN: What Are You Working On? (July 2026)
#777https://easyinvoicepdf.com https://github.com/VladSez/easy-invoice-pdf
Re: Ask HN: What Are You Working On? (July 2026)
#778Re: Ask HN: What Are You Working On? (July 2026)
#779I launched in April, and I've been steadily updating it as time allows. Really happy with how far it's come. Here are the notable privacy-by-design features I've led with:
- Bring-your-own-storage
- End-to-end encrypted media (config stored encrypted in the secure enclave, cached data gets stored encrypted -- one exception is videos, which require on-disk passing to the native video player -- data gets stored on your cloud provider's system encrypted)
- Multi-cloud replication (and promotion from a replica to a new primary)
- Proximity-based no-internet local file sharing using ephemeral keys, with man-in-the-middle protection
- All the other typical non-shady features of a good vault (metadata removal, PIN auto-lock, privacy blur on app-switching)
- Zero telemetry, tracking, etc. There in fact no servers at all in the loop.
https://mediaden.caRe: Ask HN: What Are You Working On? (July 2026)
#780A newspaper for kids - printed and delivered monthly. Full of puzzles, math, nature facts, science experiments, card games, outdoor scavenger hunts, etc... I wanted something for my kids to do for hours every month that is fun, education, and most importantly, screen free. I built a custom newspaper builder along with it to help me design it. I'm not a designer so tools like phoshop don't ocme easy. This allows me to…