Ask HN: What apps have you created for your own use?
661–670 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#66220+ years ago I created a pretty famous news aggregator called Popurls with the intention to simply clean up my RSS reader. Fast forward I'm still doing with, now with Mark Cuban as investor ( https://biztoc.com )
Re: Ask HN: What apps have you created for your own use?
#663I also created a library to help me fill in (random, again!) data on web forms: https://github.com/zikani03/ika
Re: Ask HN: What apps have you created for your own use?
#664Re: Ask HN: What apps have you created for your own use?
#665Re: Ask HN: What apps have you created for your own use?
#666cove is a self-hosted torrent browser that bundles a BitTorrent client, DHT indexer, and a web UI on your device. It provides additional functionality like automatic transcoding of resources for browsers and Chromecast. cove requires no external servers. The search capabilities, streaming, transcoding and other features are operated entirely on your device.
I made this by cannibalizing various torrent components I had built for various separate projects. Some components are open source some are not, but the big ones you can find on my GitHub profile https://github.com/anacrolix
Re: Ask HN: What apps have you created for your own use?
#667It is a simple interface, read-only (so they don t delete photos/videos from their devices as they have done already) and also private.
My extended family ia using it as well.
I might turn it up as a saas product but needs to find the time...
Https://m.emori.es
Re: Ask HN: What apps have you created for your own use?
#668Earlier quoted context omitted.
That third one sounds really great!
I actually don’t use it all that often, but it certainly is great to have when needed! I have considered putting the code online once or twice, but the setup is convoluted enough that documenting it probably would be a pain. (It consists of one Firefox extension which can’t be installed on a normal browser, one SQLite database to store the text, one Haskell server to interact with the database, and one Qt frontend to…
Re: Ask HN: What apps have you created for your own use?
#669Earlier quoted context omitted.
Why not go straight from the json to Twitter?
Good question! The primary reason was to learn Elixir, so this was just a well-timed excuse to explore the language (and Phoenix, the web framework). The secondary reason was that my wife was the main client, and she doesn't respond well to raw JSON. Each tweet would be just the cat's name, photo, and a link to the website. I also did some filtering as certain cats have safety requirements we couldn't meet, e.g. no n…
Re: Ask HN: What apps have you created for your own use?
#670Earlier quoted context omitted.
This sounds interesting too from a calm technology perspective (at least as far as I understand the concept). I often run into the problem of not realizing when I'm close to being out of time and having a less-intrusive way of quickly seeing when I should be getting close to done would help me prioritize how I'm thinking/working. @alfonsodev, do you have a link to a repo or something where someone could download this…
Thanks for the comment! there you go, repository[1] and build [2], I'd really appreciate your feedback, and feel free to open issues on the repo in case you have any problem / suggestions. - [1] https://github.com/indiedevai/flowcus.bar - [2] https://github.com/indiedevai/flowcus.bar/releases/tag/20220...
Is there a way to get the full progress bar to hide (without quitting the app) once I'm done with a timer, but am not yet ready to start another?