I'm making Snapress[0] as a way to stay connected with family & friends in my upcoming travels. It instantly prints a picture on my family and friends' printers as soon as I take it. Just need a raspberry pi or spare computer to run it. I like to think about it as a Polaroid where the camera and printer are on opposite ends of the world. [0] https://snapress.com
Ask HN: What apps have you created for your own use?
531–540 of 793 posts
Re: Ask HN: What apps have you created for your own use?
#532Re: Ask HN: What apps have you created for your own use?
#533I would front-load the prompt with a dictionary of stats i cared most about in a 1-5 ranking system for that character, this setup via through another screen's ui.
Re: Ask HN: What apps have you created for your own use?
#534Re: Ask HN: What apps have you created for your own use?
#535RSS/Atom reader for CLI: https://github.com/lallassu/gorss
Simple Todo list (replacement for Wunderlist): https://github.com/lallassu/doit
Re: Ask HN: What apps have you created for your own use?
#536Re: Ask HN: What apps have you created for your own use?
#537Re: Ask HN: What apps have you created for your own use?
#538I created adult entertainment apps to organize and have fun with images and videos: - RuGiVi: https://github.com/pronopython/rugivi - Browse your collection of images on an endless screen. Tested with more than 700.000 images at once! - Fapel System: https://github.com/pronopython/fapel-system - Organize your adult images and videos by just using hardlinks and directories. - TopZemen: https://github.com/pronopython/t…
Re: Ask HN: What apps have you created for your own use?
#539Earlier quoted context omitted.
Looks interesting but with paywalled trial, you might as well say on homepage "we don't want anyone to use this app, go away".
I've been testing it out recently and it's been quite successful but I am about to change that to a soft paywall. I'm thinking 7 days with an occasional nagging paywall and then you get an extra 30 days free if you add credit card details. What do you think?
Re: Ask HN: What apps have you created for your own use?
#540Like 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…
I'm tempted to do something like that in Go. I don't feel like I need a tree-based to do app for my personal stuff, but I just plain don't understand how people are okay with the feature->story->task list on Azure Devops. This clearly needs to be a task tree/graph! What I feel all those apps are missing though is dependencies. like "I can't do task E until I do C and D and those other trees". Technically Task Warrior…
I don’t need it for most personal things like shopping lists etc. but when I do it’s invaluable. I also don’t understand how people work like that!
Dependencies is an interesting idea that i’ve thought about a little bit. From my own experience i’ve found that a tree naturally models this quite well as every task depends on its subtasks, but i can see for more complex workflows that wouldn't work perfectly.