Ask HN: What apps have you created for your own use?
631–640 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#632https://gorby.app - Just a word counting/text analyzing app. It started as a potential porfolio project and at some point I decided to turn it into something others could use too. I don't think it has any features that can't be found elsewhere, but I'd say it turned out pretty decent. I'm aware that it could look a bit better on mobile, so I plan to improve that. If anyone would like to try "pro" features, please fee…
Pocketbase was also easy to get started with and to deploy it. I'd say if you don't need things like cloud/edge functions and also want to self host it, it's easier than Supabase or Appwrite.
Currently everything is deployed on Hetzner arm VPS behind Traefik.
Re: Ask HN: What apps have you created for your own use?
#633Like every programmer before me, I created a to-do list app of course! However, as a programmer, I prefer trees to lists so I made a to-do tree app. I have been using it religiously every day since to manage all aspects of my life in a way that I couldn't previously with tools like Wunderlist (RIP) or didn't have the time to make work in this way like Notion. Shockingly there aren't many other options out there for t…
Not every programmer -- I've never made a to-do list app.
Re: Ask HN: What apps have you created for your own use?
#634Anyway, I wrote a C++ (boost) command line tool to brute force MAC addresses to a popular illegal IPTV service out of Russia. The server had > 9000 channels available though I was only interested in the Dutch ones.
I’d feed the MAC address into Kodi’s Stalker Client.
Re: Ask HN: What apps have you created for your own use?
#635The biggest issue we faced was stock management/stockout issues. Available ones like dynnamics/topshelf/sap were very expensive for us, so I developed a web based inventory management tool in php/aurelia. It could do multi-warehouse/shelf level inventory. Shelfs are barcode labelled and its all paper free. Also added point-of-sale for shop use, catalog management, multi-pricelist/multi-currency (retail/wholesale) etc. It still runs the business as of today.
Now writing new version from scratch using nestjs/svelte with multi-tenantancy (so that others can sell on it).
Re: Ask HN: What apps have you created for your own use?
#636Nothing public, but I’ve moved from tech into driving trucks, and I wrote a small website I use daily to track my working hours, rest, payslips, mileage and weight - so far it’s been about 3 months since I’ve had to make any code changes
What is the 21st century solution to piss bottles?
Re: Ask HN: What apps have you created for your own use?
#637I just wanted an app to tell me which direction I'm driving and how fast. It works best while moving lol. I'm looking at how to expose other sensor APIs to make it more compass-like.
Re: Ask HN: What apps have you created for your own use?
#638Re: Ask HN: What apps have you created for your own use?
#639Tool for easily transferring files between my devices. https://filepush.kevincox.ca/ . Blog post about the implementation: https://kevincox.ca/2022/11/02/decentralized-via-webpush/ RSS-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 play…