https://littlerbooks.com is where I summarize popular nonfiction books into bullet points so I can remember what I learned better. https://rate.house is a user generated media database. It's like IMDb but also has music, literature, video games, and podcasts. https://newsasfacts.com provides the most important news around the world concisely. https://wordhoot.com is a word guessing game inspired by Wordle featuring m…
Ask HN: What apps have you created for your own use?
571–580 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#572I made a couple of things for myself recently. I’d been unwillingly paying for LA fitness for around 6 months but the only way to cancel was to send certified mail so I released bye bye fitness last week to do it from home and was my own first customer https://byebyefitness.com Last year I made stream switcher because I use Apple Music and my girlfriend uses Spotify. We send songs back and forth a lot and she couldn’…
Maybe one day you could get acquired by PaperKarma or a similar mission-aligned business.
Re: Ask HN: What apps have you created for your own use?
#573Re: Ask HN: What apps have you created for your own use?
#574I made my own reverse proxy server that is auto configured by clients calling the API instead of editing a config file. I guess I didn't feel like learning nginx configs. It's cool I've been using it a couple years now and one of my friends uses it too https://github.com/fsmv/daemon
Re: Ask HN: What apps have you created for your own use?
#575It's been satisfying!
Re: Ask HN: What apps have you created for your own use?
#576Re: Ask HN: What apps have you created for your own use?
#577I have something of an obsession with being able to search my digital history. To this end I've created a few projects which I still use almost daily: - full text tabs forever [1]: chrome extension to provide full text search over web pages I've visited - browser-gopher [2] (formerly browser parrot): collect browsing history from all browsers - prompta [3]: a ChatGPT UI with full text search and some other niceties […
I really love full text tabs forever, but as another commenter noted, it’d be good if it was open sourced to make sure it’s not sending the data to the devil. Thanks for sharing!
Standard disclaimer: the version on Chrome Web Store could be different than the Github Repo.
Edit: ah, it's 1 hour old, I guess OP just made the repo public.
Re: Ask HN: What apps have you created for your own use?
#578Version with all 450 words: https://simplespell.netlify.app/
Version with the easy words removed: https://dev2--simplespell.netlify.app/
Re: Ask HN: What apps have you created for your own use?
#579- Book tracker to track books I want to read (for self, with kids) and will randomly suggest a book from the list i should read next if I am unsure. It tracks my progress through reading the HUNDREDS of books I add to my reading list and estimates how long it will be until I am through with my list...far too long.
- Soccer Score 'pickem' game to play with friends during world cup, Euros, and multiple leagues. I don't like Fantasy sports b/c too much time/attention, and I can just add the leagues we follow only.
- Eurotripr: a tool to plan trips to Europe and track current average costs in european countries and cities for planing purposes.
- an "Intrview status tracker" to help me create interviews with other travelers for my Eurotripr project. I can email an invite to a traveler I want to interview and from a bank of over 150 questions it generates a simplified interview of 10-15 questions, tracks the interviewees progress, notifies me when they have submitted the 'completed' interview, let's me know what percent of the questions they answered. I can provide feedback and request further detail for the responses from interviewees. Plus it will track the status of each interview request: declined, in progress, completed, published. So at a glance I can see how many pending interviews I have to stay on top of or publish.
- A cycling tool that provides a basic 6-8 week cycling plan to get me from 0 miles to riding a century by the end of the plan. I had plans tot try to monetize this with a stripe checkout and if you finish the century (100 mile) ride and don't miss more than 2 rides per week during th plan, you are not charged your money, but shiny object syndrome got in my way.
Re: Ask HN: What apps have you created for your own use?
#580https://chromewebstore.google.com/detail/mustachio-redux/hbn... - made an offline version from the API based one a long time ago.