Live data from Hacker News

Ask HN: What apps have you created for your own use?

news.ycombinator.com

571–580 of 793 posts

Re: Ask HN: What apps have you created for your own use?

#571
post #543

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…

Can you talk more about the underlying feeds for newsfacts and then identifying “the most important” news from around the world.

Re: Ask HN: What apps have you created for your own use?

#572
post #506

I 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’…

Haha wow, byebyefitness is such a darn good idea. Kudos for thinking of that!

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?

#574
post #472

I 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

Nice! HAProxy has something similar: https://github.com/haproxytech/dataplaneapi

Re: Ask HN: What apps have you created for your own use?

#577

I 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!

A quick DDG shows this github repo - same username on HN and GH, so one can assume this is the source: https://github.com/iansinnott/full-text-tabs-forever

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?

#578
My son's school has a spelling bee (spelling competition) next month. I made a simple web app to make it easy to practice spelling the 450 words on the 'study list':

Version 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
All of my pet projects can be found as real tools or services elsewhere, but I built them for myself (or in the case of Eurotripr) as a hope to monetize one day.

- 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?

#580
A simple google home app that triggered an IFTTT script. It allowed my kids to ask who was the best dad and say back my name. I was the coolest dad that day.

https://chromewebstore.google.com/detail/mustachio-redux/hbn... - made an offline version from the API based one a long time ago.

Post reply on HN