Ask HN: What apps have you created for your own use?
1–10 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#2Distributed test automation for the browser.
A WebSocket client and server.
A code beautifier for a great many languages.
A diff tool.
Some accessibility tools.
Re: Ask HN: What apps have you created for your own use?
#3For example:
$ ch rg -Mt
rg - recursively search the current directory for lines matching a pattern
-M NUM, --max-columns=NUM
When given, ripgrep will omit lines longer than this limit in bytes.
Instead of printing long lines, only the number of matches in that
line is printed.
-t TYPE, --type=TYPE
This flag limits ripgrep to searching files matching TYPE. Multiple
-t/--type flags may be provided.
---See also: "Ask HN: Most interesting tech you built for just yourself?" https://news.ycombinator.com/item?id=35729232
Re: Ask HN: What apps have you created for your own use?
#4Also, developed another app to reduce my Twitter usage. The reason why I created this one is that even though there a lot of Safari Extensions out there, they can access to your Safari history but the app that I've developed can't because it is just a content blocker: https://apps.apple.com/us/app/not-for-me/id6451205605
Re: Ask HN: What apps have you created for your own use?
#5I built this web + mobile app (PWA) written in React Native + TypeScript that does simple revenue forecasting for a SaaS that uses Stripe.
Stripe's mobile app and others kinda do this already but some of their numbers can be inaccurate (as detailed in the repo's readme) so that made me open-source + solve an issue my own SaaS[1] has with Stripe.
Re: Ask HN: What apps have you created for your own use?
#6Re: Ask HN: What apps have you created for your own use?
#7Re: Ask HN: What apps have you created for your own use?
#8Re: Ask HN: What apps have you created for your own use?
#9They were paying for cheapest tier WordPress hosting at the time, and didn't believe me when I said random 5 min blocks of downtime throughout the day were adding up.
I built a dirt-simple form that takes a URL and sends a notification when the site goes down/up, with a weekly summary email.
Then, I kept adding features every day, 2 hours at a time, even after I stopped being a contractor.
That app was OnlineOrNot (https://onlineornot.com).
Since then I also added status pages, like https://hackernews.onlineornot.com/
As well as cron job monitoring, to ensure database backups and whatnot run when I expect.