What's different about it is that we've figured out character consistency with AI generated images, as well as text legibility. Most AI models don't do small text very well, and don't do consistent characters. We've tried to fix that.
Ask HN: What Are You Working On? (June 2025)
651–660 of 1001 posts
Re: Ask HN: What Are You Working On? (June 2025)
#652There are lots of clinics around the world with X-ray machines but no way to easily share the images or radiologists to read them. I’ve gotten the price for reading an X-ray to under $1 and piloting with hospitals in East Africa.
Re: Ask HN: What Are You Working On? (June 2025)
#653Re: Ask HN: What Are You Working On? (June 2025)
#654Most employee engagement software is just placation for HR. When it's common that the lowest scoring question on feedback cycles is "I believe that action will be taken based on the results of this feedback," there's something fundamentally broken with how companies handle feedback, and how the tools their given enable them to react to it.
Our end goal is to help leaders and managers identify problems with trust and communication within a team. The reality is, 90% of the time, the problem lies with the leadership itself. We're trying to provide both the tools to diagnose what the problems are, and frameworks for managers to fix them.
Re: Ask HN: What Are You Working On? (June 2025)
#655Re: Ask HN: What Are You Working On? (June 2025)
#656Handles everything from real-time driver tracking, public order tracking links, finding suitable drivers for orders, batch push notifications for automatic order assignment, etc.
Backend: Feathers.JS, Postgres + TimescaleDB & PostGIS, BullMQ, Valhalla (for multi-stop route optimization although most of our deliveries are on-demand)
Frontend: SvelteKit
Mobile App (Android only for now): React Native/Expo, Zustand, Expo push notifications, and two custom native modules for secure token storage and efficient real-time GPS tracking. The tracking was probably the toughest to get right to find the best balance between battery/data efficiency and more frequent updates.
Been testing it for a couple weeks and as of last week, that company moved their operations over to it with 50+ drivers and thousands of orders processed through it so far (in a country with pretty unreliable connectivity/infrastructure).
I built it initially as a favor but open to other applications for it.
Re: Ask HN: What Are You Working On? (June 2025)
#657Re: Ask HN: What Are You Working On? (June 2025)
#658Currently a one-man side project: https://laboratory.love Last year PlasticList discovered that 86% of food products they tested contain plastic chemicals—including 100% of baby food tested. The EU just lowered their "safe" BPA limit by 20,000x. Meanwhile, the FDA allows levels 100x higher than what Europe considers safe. This seemed like a solvable problem. Laboratory.love lets you crowdfund independent testing of s…
Re: Ask HN: What Are You Working On? (June 2025)
#659I made the same little Roguelike game with Raylib in Odin, C3, and FreeBASIC over the last few weeks. [0] [1] [2] I started on a Zig one and nope'd right on out of that after a few hours of fighting the compiler. I'm currently working on porting a bunch of my Rust mini-games to other languages. [3] [0] https://github.com/Syn-Nine/odin-mini-games/tree/main/2d-gam... [1] https://github.com/Syn-Nine/c3-mini-games/tree/m…