Personal Website design for the long term
mark.mcnally.je
Personal Website design for the long term
1–6 of 6 posts
Re: Personal Website design for the long term
#2A database could help resolve your search problems. Postgres has been around in some form for over 40 years and has never been as popular as it has been now. It has a good shot of still being around and runnable in some form in 40 years, I think. It has full text search, and even trigrams for fuzzy search.
Re: Personal Website design for the long term
#3[1]: https://rednafi.com
Re: Personal Website design for the long term
#4> The key is not to use any code that won't be supported in 40 years. So that means no databases. A database could help resolve your search problems. Postgres has been around in some form for over 40 years and has never been as popular as it has been now. It has a good shot of still being around and runnable in some form in 40 years, I think. It has full text search, and even trigrams for fuzzy search.
Re: Personal Website design for the long term
#5Half a decade ago, I picked Hugo as the SSG and so far it has held up[1] the test of time. To me, content is far more important than website design. While it’s not forbidden to go overboard with JS and CSS frameworks, I've found that people who do rarely offer content I can really learn from. [1]: https://rednafi.com
Re: Personal Website design for the long term
#6> The key is not to use any code that won't be supported in 40 years. So that means no databases. A database could help resolve your search problems. Postgres has been around in some form for over 40 years and has never been as popular as it has been now. It has a good shot of still being around and runnable in some form in 40 years, I think. It has full text search, and even trigrams for fuzzy search.
Yes I've thought a bit more about this topic and am actually writing up a response to my own post - Database are probably ok if you take a raw .sql backup; which is essentially plain text, or at least will be viewable in some form in the future.