Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think the feedback was, this looks like a very simple (but possibly useful) app, it should not have such heavy dependencies.


Now I understood! Thanks. Yeah, I agree with him, it’s too heavy. I think my recent app doesn’t have any heavy function, so that he might feel that.


What's heavy about any of that? I don't know what Tomcat is, but Docker is just a means of installing and running software in a VM(if host isn't Linux), Java is a perfectly fine language and runtime, and Postgres is a powerful and widely-used database. Any other self-hosted web app would require at least a language runtime and a database.


Contrast it to something like Rust or Go compiled as a single native binary, using sqlite for storage. It's definitely heavy.


Tomcat is a web server. Possibly thrown in as a word to be more verbose when making a point.

To me, size of the image is more important than the number of servers in it.


Thanks for your opinion! Actually, I cared about the size of images but I think I could do more efforts on it! Next time, I’ll try to do so!


I currently use taskwarrior and nextcloud to synchronize task states between computers. This web based solution would help get rid of the synchronization part if it replicated enough of taskwarrior's functionality.

What I use most in taskwarrior is creating, starting, stopping and closing tasks under projects, then I use hooks written in python which read the changes from stdin and post the task changes to jira and slack.

So if this project could support web hooks, I could write a glue service for it to call when new tasks are created or states are changed.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: