Ask HN: What are you working on? (April 2025)
471–480 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#472https://joeldare.com/how-to-lose-money-with-25-years-of-fail...
I've created a mailing list. Please sign-up if seeing all my new business tries is something you might be interested in.
Re: Ask HN: What are you working on? (April 2025)
#473I'm working on a site that lets you tile and watch multiple videos from different platforms all at once. You can drag and drop links from YouTube, Twitch, TikTok, or Kick --and they show up in a grid. You can reload or remove streams without refreshing, save mixes for later, and share them as links. It works best on a really big screen --phones aren't really supported and even notebooks are too small to get much bene…
Re: Ask HN: What are you working on? (April 2025)
#474This thread made me realize I've made no progress in acquiring new clients since posting about this 6 months ago. However, my part-time job ends in May, which will allow me to focus exclusively on Fanfare. It's somewhat intimidating, but I'm also looking forward to it; the prospect of resolving this uncertain situation (either through success or failure) feels liberating.
Re: Ask HN: What are you working on? (April 2025)
#475(Pre-launch [https://www.sevenbaton.com] would welcome feedback from marketing folks)
Re: Ask HN: What are you working on? (April 2025)
#476I realized after trying multiple tools like Supabase and Firebase, I really need to program my own solution. I don't need a bunch of *Enterprise* level features. I just need to read the card data from a database, and process the games with some simple server side code.
I hope to have the server, along with a basic front end done by this summer. Then it'll be released under a permissible license. Probably MIT.
I want a community of different front ends compatible with the same server. I suspect a straight up cli client without a bunch of effects might be popular with some of y'all.
If you want to code a frontend in Unreal, the server doesn't care. The game remains the same.
Of course your free to fork it privately, build a commerical product, etc.
Re: Ask HN: What are you working on? (April 2025)
#477I'm working on an escape room! Initially I was working on a software/hardware bundle that I was planning to market to other escape rooms but I think that is the wrong approach. So I am going to build a bunch of modular stuff in my garage and eventually start my own, its been an awesome project so far! I want a more dynamic and action oriented experience so it might not really be an escape room anymore but I don't kno…
BUT I also get what you mean, have find out what works first. Do you have a blog for your escape room progress? That sounds like such a cool thing to follow you making!
[0] (https://twinery.org/)
Re: Ask HN: What are you working on? (April 2025)
#478- Snapshot (https://apps.shopify.com/snapshot): AI generated product photos for Shopify. Previously used Flux and Stable Diffusion but always had quality problems. Was very tricky ensuring text remained the same and the product fit into the generated background. Just integrated the new OpenAI image generation model and results are much better however their masking feature doesn't work properly so need to wait for them to fix that before I can offer the same feature of keeping text/fine details the same
- Lurk (https://apps.shopify.com/lurk): New one I just launched - allows Shopify merchants to track the prices of competitors and adjust their own in response with dynamic pricing rules. It's cool because you just have to paste a URL and it uses AI to figure out the price. Again, there's a surprising amount of things you need to figure out to make this work reliably at scale (e.g. popups, ambiguous HTML, location-based pricing, etc.)
- Origin UTM Tracking (https://apps.shopify.com/origin-utm-tracking): Simple UTM analytics for Shopify stores. Acquired this last year and its being growing nicely.
Re: Ask HN: What are you working on? (April 2025)
#479https://drawbeats.com This is one of my long-standing passion projects, a simple web-based music sequencer built to have a very low barrier to entry.
Re: Ask HN: What are you working on? (April 2025)
#480The 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…
This is awesome! I’m work with a team of analysts and data engineers who own a pretty big snowflake data warehouse. We write a ton of dbt models and have a range of sql skill levels on the team. This would be the perfect way to allow more junior devs to build their skills quickly and support more complex models. I would recommend you target data warehouses like snowflake and bigquery where the query complexity and th…
I can ping you via email when the debugger is ready, if you're interested. My email is in my profile