Ask HN: What apps have you created for your own use?
601–610 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#602I've created a Mac OS app that shows a progress bar 5 pixels tall and 100% the with of the screen when complete, it's always on top of any window. It'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…
@alfonsodev, do you have a link to a repo or something where someone could download this?
Re: Ask HN: What apps have you created for your own use?
#603Re: Ask HN: What apps have you created for your own use?
#604xpensetrackr.com - track expenses
https://fullcalendar-test.vercel.app/ - minimal journal to log my exercises
Re: Ask HN: What apps have you created for your own use?
#605https://github.com/porridgewithraisins/coffee-pesto
Should get around to publishing it to the aur, but haven't yet.
It has support for all types of data, and you can put any custom information you want programmatically into the search index for the search feature. By default you can search by content, application name or datetime. Has a gui in gtk, but it's pretty modular so you can write your own simple rofi script for it if you wanted. It just stores stuff in a single folder so you can sync it by syncing the folder.
2. I made a simple tool that turns markdown into html+css in the exact way github does it with darkmode and everything. It uses the github web api to convert the markdown, and then uses the exact css as well (courtesy sindre sorhus' package)
https://github.com/porridgewithraisins/scripts/blob/master/g...
3. I made a simple colorpicker using gtk that copies the color to clipboard directly. https://github.com/porridgewithraisins/scripts/blob/master/c...
4. I made a GUI image batch resizing script that uses yad for the gui and imagemagick for the resizing internally. It is designed to be used as a thunar/other file manager custom action. But of course it works it you just pass all the filenames in args.
https://github.com/porridgewithraisins/scripts/blob/master/r...
Re: Ask HN: What apps have you created for your own use?
#606substrackr.com - track subscriptions xpensetrackr.com - track expenses https://fullcalendar-test.vercel.app/ - minimal journal to log my exercises
Re: Ask HN: What apps have you created for your own use?
#607RSS-to-Email service https://feedmail.org/
Tool for identifying grids in D&D map images https://gridfinder.kevincox.ca/
A solver for the Ricochet Robots board game https://ricochetrobots.kevincox.ca/
A tool for quickly picking a first player when playing board games: https://playerone.kevincox.ca/
Re: Ask HN: What apps have you created for your own use?
#608You basically send it a message that says : "Pay water bill in two days at 9am", and it will send you a notification that says "Pay water bill" in two days, at 9am. You can also easily snooze notifications using handy quick-actions buttons.
It's free btw, anybody can use it.
Re: Ask HN: What apps have you created for your own use?
#609Re: Ask HN: What apps have you created for your own use?
#610A few years ago, my wife and I decided to adopt a rescue cat from battersea.org.uk. However, it was a frustrating experience as the staff didn't always update the website regularly, and we'd find that any suitable cats would be snapped up before we'd even seen them. I spotted that the website served its data to the frontend via an unsecured internal JSON API, so I built an Elixir app that would poll the API endpoint…
Great example of a pet project :)