💾 Archived View for midnight.pub › posts › 2022 captured on 2024-08-25 at 05:39:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
I'm working on a simple CMS without frameworks, and hosting that is based on this CMS.
https://github.com/turboblack/HamsterCMS
The great thing about CMS is that it has multi-templates, you can assign each page its own design (template)
hosting is a home for geeks, like geocities 30 years ago, but with one interesting change - you can run a blog, you can install a chat, use ready-made templates (there are already more than 70 of them), and administer your site even from under DOS (and many templates work in Internet Explorer 5 from 1999)
Since March, we have seriously expanded the functionality, and now it is a rather interesting platform with a social component, in addition, if you bring friends, you always receive an additional 500 MB for files, and so on every time, if there is a recommendation from you.
official website of the CMS
but since then it has undergone many changes, additions, improvements, but just in case, I left the very first version so that you can compare where it all began
Currently formulating an experiment to investigate if there is a computational penalty to using UUIDs vs longs in relational databases, when doing joins with JPA.