Ask HN: What apps have you created for your own use?
781–790 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#782Re: Ask HN: What apps have you created for your own use?
#783[^1]: https://github.com/jon49/Soccer
[^2]: https://github.com/jon49/WeightTracker
[^3]: https://github.com/jon49/drive-time-tracking
Re: Ask HN: What apps have you created for your own use?
#784Re: Ask HN: What apps have you created for your own use?
#785Re: Ask HN: What apps have you created for your own use?
#786Re: Ask HN: What apps have you created for your own use?
#7871. I organize all my photos in my computer, with albums, tags, faces, geolocation, etc.
2. The photos and the Digikam DB (SQLite) get replicated to my home server (using Syncthing, but anything would work).
3. Changes are automatically visible in the running webapp. I can access it anywhere, especially useful on mobile while away.
I have an MVP almost done, just had trouble with Digikam's thumbnails because they use an extremely obscure image format, PGF [1]. I wrote a WebAssembly version using emscripten that I called webpgf [2] and am now in the process of integrating with the web gallery. However I'm concerned about CPU and RAM use in the browser, so I will probably have to end up reencoding the thumbnails in the backend.
I will make a public announcement once the project is officially launched. It will be a bit crude at first, as it'd made to scratch my own itch, but I hope it will be useful to more people.
[1] https://en.m.wikipedia.org/wiki/Progressive_Graphics_File
Re: Ask HN: What apps have you created for your own use?
#788Re: Ask HN: What apps have you created for your own use?
#789Re: Ask HN: What apps have you created for your own use?
#790If anyone knows of a free hosting site please let me know: rdschaefer {dot} consulting {at} gmail {dot} com