Ask HN: What apps have you created for your own use?
341–350 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#342It's a menu bar app, so you click on the icon and there are a few options.
- You can choose how long will take for the bar to complete, 1, 5, 10... ( I have hardcoded all minutes in intervals of 5 minutes up to 1h :D ).
- Choose a color. - Choose the sound it will make at the end, the options are the standard mac sounds.
Additionally:
- Choose screen to video capture your work.
The idea is to have a pomodoro app that helps with time blindness and time perception, having a constant reminder, it's a bit video game like if you can image.
The video capture feature it's a kind of self accountability and documentation. It's also useful to resume work where you left.
Re: Ask HN: What apps have you created for your own use?
#343I wrote a tiny Bash script called by cron that pinged the URL every hour, parsed the HTML and sent me an email when the text "Size 45 - Out of stock" wasn't there.
Not rocket science, but I enjoyed the fact that it was so simple.
Re: Ask HN: What apps have you created for your own use?
#344Re: Ask HN: What apps have you created for your own use?
#345Re: Ask HN: What apps have you created for your own use?
#346https://www.catnapgames.com/tiny-player/ https://www.catnapgames.com/tiny-player-for-mac/
I use the projects to improve my development skills - both started as Objective-C programs, later rewritten to Swift and the iOS one now uses SwiftUI 100%. Fun!
Re: Ask HN: What apps have you created for your own use?
#347Re: Ask HN: What apps have you created for your own use?
#348https://stockevents.app I created it originally for myself. By now it has a few hundred thousand users.
Re: Ask HN: What apps have you created for your own use?
#349I created a small template manager that really simplified my work in 1st/2nd line IT support. I originally intended it to be much more and planned to add API integrations for the variables, but I changed jobs pretty soon after deploying the current version and didn't find much use for it. https://github.com/tcalik/temper https://temperhelper.surge.sh/
Re: Ask HN: What apps have you created for your own use?
#350It was easier to DIY my own thing over a year than deal with these 'tools' that once did what they said on the tin.
And I get to have joined the annoying HTMX crowd!