back

by mmarian·2y ago·view on hn ↗
Built a small web app that sends email notifications whenever someone replies to one of your comments or posts on Hacker News. And if you don't want to share your email, I also created a tool on the same site where you can view the replies received over the past 24 hours; it's on this page: https://hackernewsalerts.com/view-comments-replies/

Welcome any questions/feedback!

1 comments
Fails for me because (1) I have uppercase characters in my username and (2) HN usernames are case sensitive.
Thanks for the feedback! Funnily enough, initially I allowed usernames to be case sensitive because of what was said on this API https://github.com/HackerNews/API?tab=readme-ov-file#users .

But after feedback (https://news.ycombinator.com/threads?id=mmarian#40857404) and self-testing (https://imgur.com/a/MKoJHcj) I decided to make them case-insensitive. Now I need to revert back (─.─||)