Ask HN: What are you working on? (April 2025)
351–360 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#352I’ve been working on it for a few months and I’m hoping to have a demo up at 7:00 PST today for HN to play with :)
Re: Ask HN: What are you working on? (April 2025)
#353Re: Ask HN: What are you working on? (April 2025)
#354These cloud flavours have a compatible SQL dialect, but it's often details like missing features (CDC and Auditing on RDS are good examples) or differences in system objects that make it difficult to support your app on these platforms.
I capture all sql statements, run them through multiple SQL parsers to find all the system objects your app is using (tables, functions, stored procedures, etc). I then check them all against a catalog I have built of all system objects for every version of SQL Server on every platform.
I then give a report to see which platforms your app will work on, which ones it wont work on and which system objects are the problem.
Other database engines will be added once I get it working end to end (almost there).
Re: Ask HN: What are you working on? (April 2025)
#355https://johnscolaro.xyz/projects/so-you-think-you-know-brisb...
I'm working on expanding it to all large cities in Queensland, moving it to its own domain, and monetizing it to cover hosting costs.
Re: Ask HN: What are you working on? (April 2025)
#356Working on: Pantry Recipes – AI meal generation based on what’s in your kitchen Over the past few weekends, I’ve been building Pantry Recipes – a mobile app that lets you quickly generate recipe ideas based on the ingredients you already have at home. The idea is simple: - Save or quickly select ingredients you have on hand - Tap Generate Recipes and get ideas instantly - You can also describe what you want to make f…
I think it could be useful to have a “recently generated” section in the Recipes tab that lets you find things you might have forgotten to save. Substitutions could also be a useful feature. For example, if I can’t find Mexican oregano, what else can I use?
Re: Ask HN: What are you working on? (April 2025)
#357Re: Ask HN: What are you working on? (April 2025)
#358Re: Ask HN: What are you working on? (April 2025)
#359I am working on a super mario land re-implementation for game boy using C. It's made with the GBDK toolkit so the ROM can be run on a gameboy. Currently the scrolling and background collision has been implemented, I am working on drawing the enemies... their is still a long way to go. As for why I am doing this is nostalgia and fulfilled a childhood dream repo at https://github.com/odrevet/marioland-gbdk/
Re: Ask HN: What are you working on? (April 2025)
#360I am working on a curated database of proxy IP addresses frequently used by bots: https://deviceandbrowserinfo.com/product/proxies-ips So far I have ~ 3M distinct IP addresses per 30 days, with a lot of fresh proxy IPs, 1.7M. The DB contains only verified IP addresses through which I've been able to route traffic. It DOESN'T rely on 3rd party/open-source data sources. I also made an open-source proxy IP block list ba…