Updated backup of the database.

This commit is contained in:
Alexander Andreev 2021-03-05 22:30:10 +04:00
parent 88b0c0b0b2
commit 1daf215a0b
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 7 additions and 1 deletions

View File

@ -81,7 +81,13 @@ VALUES
"All this time I was working on a look of a website. And just for a last week I said to myself that I'm tired of editing every single thingy across all pages. So I came to conclusion that it's time to try NodeJS. So I took Koa and Pug and ported my website to it. Well, it's really amazing. Code's so clean now (if you only saw a code of a PHP version of guestbook... xD). Template engines are an invaluably great invention. :)\n"
"Yeah, I got rid of Javascript on the outside, but instead, bring it inside. xD Anyway, I was always thinking that Javascript itself never was a problem. Problem is that it is often used where absolutely unnecessary. And browser's APIs brings many convenient tools for us alongside with the ways of doing malicious deeds as well (like fingerprinting, crypto-mining, viruses, etc.). Alas, this is one of the laws of life, everything could be used for evil.\n"
"There's one project I'm working on (now developing database). It's a service for file uploading, but files could be downloaded just one time. Yeah, I called it "One-Time File". It'll be available by otf.arav.top link. A file would be kept for 7 days until it won't be downloaded, and size limit is 120MB. That'll be a really interesting experience, since I'll've to figure out how to be sure that file was fully downloaded before it can be deleted. :)\n"
"And speaking of my Neocities' site. Well, it looks like that I move out of there, but I definitely don't. That place would be my outpost with links to my website and services. :/");
"And speaking of my Neocities' site. Well, it looks like that I move out of there, but I definitely don't. That place would be my outpost with links to my website and services. :/"),
(
"2021-03-04 17:03:00", 1, "Radio playlist update #1",
"From now on I will post what music I've added to the radio. And what I've added are: André Rieu - The Second Waltz, Cake - Hem Of Your Garment and Dernière Volonté - L'Appel."),
(
"2021-03-05 18:26:51", 1, "Radio playlist update #2",
"Beborn Beton - New Born King and 相対性理論 - チャイナアドバイス were added.");
INSERT INTO `guestbook`