Hacker News new | ask | show | jobs
by owlmirror 2031 days ago
There is no reason why you could not run any of the (self hosted) solutions you've mentioned in fifty years. Your data is still yours and it's easy enough to transform the database with simple tools in any format you like, if you choose to do so. For me the build in capabilities of these tools can not be beaten by text files. Especially when it comes to searching/filtering and linking your data. In the end the database and business logic are still just files on your hard drive
1 comments

Very idealistic. - Have you ever tried to maintain a PHP project or Django project or any other web project after several years?

Dependencies break, packages are abandoned, or the whole project gets abandoned, then try to maintain the regular updates, patches, fixes. Whole lot of work, until you give up, have yet another database dump in your hand and no interface to work with the data. Of course you can query those tables, get your data out of them, but that's another story.

If it's a private project, like a Personal CRM, you don't have to maintain anything, just run it in a VM or container make access only possible over a SSH tunnel and forget about it.
I‘ve seen VMs running Ubuntu 10.something, with a Jira instance that was never updated. Then these people had both an outdated VM where upgrading to the next Ubuntu Sever LTD version was not a trivial task. And Jira was outdated as well. And I‘m not even talking about the Mysql and other services on that VM.