Ask HN: What are you working on? (February 2025)
211–220 of 922 posts
Re: Ask HN: What are you working on? (February 2025)
#212A lot of professional sports clubs, S&C coaches, etc.. use timing gates for measuring sprints, but those are a pain to set up, only capture split times, and are expensive. I think radar (+ optional video overlay) provides a far superior solution.
Re: Ask HN: What are you working on? (February 2025)
#213Re: Ask HN: What are you working on? (February 2025)
#214Quillbot makes it sound better for essays and presentation. I want to do the opposite and make it sound elliptical, turn a rant into a jab, that kind of thing. You don't say, "You're an idiot," you say, "Thanks, I thought I was the dumbest person in the room."
Re: Ask HN: What are you working on? (February 2025)
#215https://free-visit.net/fv_users/garance/vis/VisiteBNF001-004...
Re: Ask HN: What are you working on? (February 2025)
#216I've been working on an iOS app that aggregates cinema showtimes across chains and independent theaters in the UK. I moved to London some years back, and was pleasantly surprised by the vibrant cinema scene, that seems to be in a steep decline in so many places. On any day of the week, one can find independent films, old and new classics, Q&A's with filmmakers etc. playing in one of the many theaters across the city.…
Re: Ask HN: What are you working on? (February 2025)
#217GF products are expensive and hit or miss, I really wanted something where I could keep track of my favorite items. I also want to let people rank them, so maybe I can discover the best gluten free hamburger bun (Rudi's Brioche), or beer (Glutenberg Blonde).
I'm also making a user submitted recipe section, so say you want to recreate a Taco Bell Doritos Locos Taco, it's easy to link to the products you need.
I'm not sure where this project is headed but I couldn't find any jobs working in this space so decided to make something to help myself.
Re: Ask HN: What are you working on? (February 2025)
#218https://www.producthunt.com/posts/reflect-ad2b97ed-13af-443d...
Re: Ask HN: What are you working on? (February 2025)
#219I'm building tools for my own community on WhatsApp, from a simple bot to summarize texts and give some simple statistics to full on subscriptions through WhatsApp itself. Yes, I'm aware I relying on WhatsApp and that it is a risk.
This is cool! What types of stats? Can you give more detail on the types of tools?
* Track most active users in a period (day/week/month)
* Track which users post/react the most
* Know (and now it is possible, but not implemented) who is 'lurking' just reading messages
* Summarize content and frequently asked questions to help users in the future
* Check which channels (groups inside a WhatsApp community) are most active and how many messages were posted in each channel in a specific period (day/week/month)
* Track (external) links posted to communities, how common they were, which users posted these links
--
The tools:
- A WhatsApp bot capturing all events in the group (reactions, messages, etc)
- A (same) WhatsApp bot to onboard new users in the community, check your membership, talk to
- A web application where the community member can check their membership + admin panel for me to check the stats mentioned above, think of it like a circle.so but built for my specific case.
--
The tech stack:
1/ a WhatsApp instance running on web, I'm doing this because WhatsApp oficial APIs do not support the "communities" -> I use Z-api [1] but you can use something like Baileys and self host [2]
2/ Elixir running on a simple machine
3/ OpenAI/Claude for summarization and topic extraction
[1] Z-API https://www.z-api.io/ [2] Baileys https://github.com/WhiskeySockets/Baileys