Ask HN: What Are You Working On? (December 2025)
1–10 of 1001 posts
Re: Ask HN: What Are You Working On? (December 2025)
#2[1]: https://apps.apple.com/de/app/days-of-life-milestones/id6738...
Re: Ask HN: What Are You Working On? (December 2025)
#3I wrote about it here: https://pcmaffey.com/custom-ssg/
Forkable template: https://github.com/pcmaffey/bun-ssg
Re: Ask HN: What Are You Working On? (December 2025)
#4Re: Ask HN: What Are You Working On? (December 2025)
#5And sort of in that same vein, I've been developing my own static site generator that I eventually want to move my blog to. It's almost certainly going to be a worse SSG than every alternative, but it'll be mine and that's worth something in itself.
Plus it's just been fun to make! I wrote some gnarly code to generate infinitely nestable layouts that I'm kind of proud of. It's the kind of code that's really cool but you can only code on a project for yourself, because if someone else had to debug it, they might say some pretty unkind things about you.
Re: Ask HN: What Are You Working On? (December 2025)
#6and also I am trying to find some time to improve the minimal month planner https://printcalendar.top/
Re: Ask HN: What Are You Working On? (December 2025)
#7USCIS forms still use XFA PDFs, which don’t let you edit in most browsers. Even with Adobe, fields break, and getting the signature is hard.
So I converted the PDF form into modern, browser-friendly web forms - and kept every field 1:1 with the original. You fill the form, submit it, and get the official USCIS PDF filled.
What Fillvisa does:
- Fill USCIS forms directly in your browser - no Adobe needed
- 100% free
- No login/account required
- Autosave as you type
- Local-only storage (your data never leaves the browser)
- Clean, mobile-friendly UI
- Generates the official USCIS PDF, ready to submit
- Built-in signature pad
I just wanted a fast, modern, free way to complete the actual USCIS form itself without the PDF headaches. This is a beta version
Re: Ask HN: What Are You Working On? (December 2025)
#8Re: Ask HN: What Are You Working On? (December 2025)
#9Re: Ask HN: What Are You Working On? (December 2025)
#10With lot's of built-in data privacy safeguards https://donethat.ai/data
Also made an overview of similar tools out there https://donethat.ai/compare
Recently broke on Linux with a Wayland security update, working on a fix! Using Electron for cross-platform.