Live data from Hacker News

Ask HN: What are you working on? (April 2025)

news.ycombinator.com

661–670 of 1001 posts

Re: Ask HN: What are you working on? (April 2025)

#661

I’m working on Popgot ( https://popgot.com ), a tool that tracks unit prices (cost per ounce, sheet, pound) across Costco, Walmart, Target, and Amazon. It normalizes confusing listings (“family size”, “mega pack”, etc.) to surface the actual cheapest option for daily essentials. On top of that, it uses a lightweight AI model to read product descriptions and filter based on things like ingredients (e.g., flagging pean…

I like this idea a lot -- feels like there's a lot of room to grow here. Do you have any sort of historical price tracking/alerting? And/or also curious if there is a way to enter in a list of items I want and for it to calculate which store - in aggregate - is the cheapest. For instance, people often tell me Costco is much cheaper than alternatives, and for me to compare I have to compile my shopping cart in multipl…

I'm so glad you like it!

We have historical price tracking in the database, but haven't exposed it as a product yet. What do you have in mind / what would you use it for?

Re: Ask HN: What are you working on? (April 2025)

#663
An email-based service to mail your photos as postcards. As a parent of littles: the littles love the postcards, and the grandparents love them too.

I know you can print photos at Walgreens etc, but I never do it because it has some friction: email-based reduces almost all of the friction in my use case.

Re: Ask HN: What are you working on? (April 2025)

#664
I've been meaning to build a Stripe app to experiment with their UI SDK, which allows you to extend the Stripe dashboard interface with custom code. I took a go at it with a Customer Enrichment app: https://marketplace.stripe.com/apps/hybound-enrichment and got a couple of installs!

Re: Ask HN: What are you working on? (April 2025)

#665

The first ever SQL debugger – runs & visualizes your query step-by-step, every clause, condition, expression, incl. GROUP BY, aggregates / windows, DISTINCT (ON), subqueries (even correlated ones!), CTEs, you name it. You can search for full or partial rows and see the whole query lineage – which intermediate rows from which CTEs/subqueries contributed to the result you're searching for. Entirely offline & no usage o…

Possibly look at https://duckdb.org/community_extensions/extensions/parser_to...

Even if not for DuckDB, you can use this to validate/ parse queries possibly.

Re: Ask HN: What are you working on? (April 2025)

#667

Reverse typesetting: reflowing page layouts where you don't have knowledge of the typesetting structure, i.e. a scanned physical book or PDF paper. Naive rules-based heuristics based on the dimensions of bounding boxes and gaps. Point is to reflow things for resizing to eink readers. (Specifically the size that fits in my pocket which I carry around. User #1 is me). Building in Common Lisp and targeting an Emacs mode…

Err, here's a visual explanation of what I mean by this, from my REPL:

https://ibb.co/album/MDw79y?sort=name_asc

(The source example is from David Tong's physics lectures notes, that were featured on HN last week — https://news.ycombinator.com/item?id=43763223 )

Re: Ask HN: What are you working on? (April 2025)

#669
post #637
post #249

https://mysukari.com - A Diabetes management platform I got diagnosed with type 1 diabetes in Feb (technically LADA as it's late onset). I'm the first in my family with it so I had zero info on it. I tried getting some CGMs to use but most don't work in Kenya as they are geo-locked, and even apps for measuring carbs like CalorieKing are not available in my region. I was really frustrated with the tech ecosystem, and…

Great stuff! > I tried getting some CGMs to use but most don't work in Kenya as they are geo-locked Are you familir with xdrip? ( https://github.com/NightscoutFoundation/xDrip ) It works directly with various cgm sensors (dexcom etc.)

yes, came across xdrip+ when looking for an android app I could use for Libre 2. I don't think Dexcoms are sold in Kenya, and even the Libres around are UK ones so you need 1) a VPN to setup, 2) an iphone. Both things being a challenge for most - I had to buy a my first ever iphone for this. Anyway, found xdrip a bit of a challenge to setup and a bit too technical to suggest to others; needs sideload and manually disabling a lot of Android defaults.

I had a lot of success with Juggluco[1] which is available on the Play Store and provides easy to use APIs to interact with supported CGM readings. Juggluco has an inbuilt xdrip web server but I haven't tried it yet.

Will definitely look into xdrip+ further.

[1] https://github.com/j-kaltes/Juggluco

Post reply on HN