Earlier quoted context omitted.
This is really interesting, thanks for sharing! I'm keen to know how it compares to a tool like Pulsar? I've been quoted a huge amount to use their service, and it looks like mention.us basically fulfills the same social listening function? If it does then I will definitely push my org to sign up!
Thanks! I haven't used Pulsar, but the general answer is that mentions.us is focussed on sending you alerts for notifications, whereas more sophisticated social listening tools provide a lot more analytics (e.g., sentiment analysis). If your company just wants alerts when their keywords are mentioned on social media then mentions.us should work great for them. If you work for Coca Cola then you likely need something…
Ask HN: What are you working on? (March 2025)
671–680 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#672I've been re-energized to work on some programming things I'd mostly left on the shelf or only picked up once in a blue moon on some quiet weekends. Mostly this is all thanks to LLMs and how enjoyable tools like Claude Code can be to use (when they actually give you what you want!), and how much more social they make the experience for me. Not a professional developer so I suspect these projects look a lot more like…
Re: Ask HN: What are you working on? (March 2025)
#673Since it's strings, I just render to file for backend static site generation, then frontend I use diffDom library to do efficient (enough) updates from html string without destroying dom state.
It works really well, but I also don't allow inline event listeners (they make everything much harder), so I've been learning how to leverage event delegation. All in all a pretty fun side project.
Re: Ask HN: What are you working on? (March 2025)
#674Re: Ask HN: What are you working on? (March 2025)
#675Re: Ask HN: What are you working on? (March 2025)
#676Is has helped me to address all of my problems, from mental health to productivity to learning across all domains like economics, writing, coding, marketing.
Writing daily blog posts, and then piecing together everything into the book. https://www.moderncynicism.com/
Re: Ask HN: What are you working on? (March 2025)
#677Re: Ask HN: What are you working on? (March 2025)
#678Re: Ask HN: What are you working on? (March 2025)
#679This is a tool meant for heavy users of ChatGPT who want to sync their *entire* conversation history to local markdown files. If that describes you, I invite you to check it out!
Re: Ask HN: What are you working on? (March 2025)
#680I've started working on a shared shopping list for group vacations. No sign-up, just create a list and share the link with friends. Emphasis on good sync performance even in bad network conditions, automatic sorting of the list based on where food is found in the supermarket, tags for items on the list. If anybody has ideas for this use-case please comment or email me :).
Why? Plenty of times I've been ordering food with friends and we just pass around a phone to put in the order or someone dictates their order. Sometimes this can involve a friend who is not physically there and so they text you their order in just plain text. I thought it would be cool for everyone to be able to get on the same site, customize their order how they want, and share their link. That way there's no way that anyone misunderstood or forgot anything when placing the final order.