Ask HN: What Are You Working On? (March 2026)
511–520 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#512It's called Peekl, and is available on Github. Tho it's still in what I'd called "alpha". Lot of new features to come!
Re: Ask HN: What Are You Working On? (March 2026)
#513I changed gears and moved into the video games industry at the end of 2021. I started developing a city builder called Metropolis 1998 [1], but wanted to take the genre in new directions, building on top of what modern games have to offer: - Watch what's happening inside buildings and design your own (optional) - Change demand to a per-business level - Bring the pixel art 3D render aesthetic back from the dead (e.g R…
Re: Ask HN: What Are You Working On? (March 2026)
#514It has been a lot of fun to learn about Vulkan / GLSL and the GPU execution model to figure out why the CPU is so much faster than the GPU. I'll be open sourcing the code soon but so far I'm documenting my journey in a series of blog posts. First one of the series is https://www.execfoo.de/blog/deltastep.html
Re: Ask HN: What Are You Working On? (March 2026)
#515If you use Stripe Billing for subscriptions, your customers can specify reasons why they cancelled (e.g. too expensive, not using it, switched to competitor, etc.). However, to access those, you either have to use Stripe Sigma or pull them from the API. I wanted to build a more convenient way to access those (and also act upon them).
I've submitted the app to Stripe's App Marketplace, but I have a limited number of test invites to send out if you're interested (I will happily waive your subscription for 3 months).
Re: Ask HN: What Are You Working On? (March 2026)
#516Re: Ask HN: What Are You Working On? (March 2026)
#517I built a service that lets developers bundle remote files into a ZIP with a single POST request. You send a list of URLs, we fetch, package, and return a signed download link.
The problem: creating ZIPs from remote files (S3, R2, CDN) usually means downloading to a server, zipping locally, managing temp storage, and cleaning up. It's surprisingly painful at scale — especially with large files or thousands of items.
Eazip handles all of that. ZIP64 support for files over 4GB, up to 5,000 files per job, zero egress fees on downloads, and no infrastructure to manage.
Use cases so far: e-commerce photo bundles, document delivery (invoices/contracts), creative asset distribution, and backup/export tooling.
Free tier available, no credit card required. Would love feedback from the HN community.
Re: Ask HN: What Are You Working On? (March 2026)
#518Since subreddits related to identifying AI images/videos got very popular, my wife started to send me cute AI generated videos, older family members can't distinguish AI videos at all, I've decided to code a weekend side project to train their Spidey sense for AI content. https://IsThisAI.lol The content is hand picked from tiktok, Instagram, Facebook, Reddit and other AI generating platforms. Honestly I don't know w…
Re: Ask HN: What Are You Working On? (March 2026)
#519Extended the checking to monitoring and change detection/alerting. You can try for free at https://www.augsentric.com - built for my own needs, but made it for others if there's interest... feedback welcome