Post Ab7h1XVFu3u8ybm8dU by grinn@emacs.ch
 (DIR) More posts by grinn@emacs.ch
 (DIR) Post #Ab6X7YrEaRPgDPKR9M by grinn@emacs.ch
       2023-10-24T16:50:34Z
       
       0 likes, 0 repeats
       
       My blog is now located at https://blog.amygrinn.com
       
 (DIR) Post #Ab6X7Zabrji2U8YfsO by louis@emacs.ch
       2023-10-24T19:09:50Z
       
       0 likes, 0 repeats
       
       @grinn Very decent! I particularly like the font you use, Kantumruy Pro, and the colors. Great choices.Also, I found this article:https://blog.amygrinn.com/web/nginx-trackingI can vote for that, I do also log requests in Postgres and even complex queries are very easy to make, compared to a file-based or external logging service with a proprietary QL. Postgres offers "UNLOGGED" tables, which are not part of the backup, so the recovery process is not burdened by big log tables. I'm sure MySQL has something similar?Anyway, thanks for sharing! 🚀​
       
 (DIR) Post #Ab7h1XVFu3u8ybm8dU by grinn@emacs.ch
       2023-10-25T08:35:32Z
       
       0 likes, 0 repeats
       
       @louis that's a deep cut! Lol thanks for the compliments and the suggestion. I don't think MySQL has anything similar though unfortunately. I just kept the table small through a pruning event run once a day.