summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-06-03 10:05:49 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-06-03 10:05:49 +0800
commitdbfc5c03ab16fb483ca0650fd426e6cddce785d5 (patch)
tree847531c522bfac9b11cddf5e7e53c0b2adadaf18 /blog
parentc4956073e1328700e3af3d008e1249de40201221 (diff)
downloadweb-dbfc5c03ab16fb483ca0650fd426e6cddce785d5.tar.xz
blog update (I mess this up everytime).
Diffstat (limited to 'blog')
-rw-r--r--blog/post/2019-09-04.html140
-rw-r--r--blog/post/2021-06-03.html4
2 files changed, 143 insertions, 1 deletions
diff --git a/blog/post/2019-09-04.html b/blog/post/2019-09-04.html
new file mode 100644
index 0000000..5d1ee95
--- /dev/null
+++ b/blog/post/2019-09-04.html
@@ -0,0 +1,140 @@
+<html><head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<meta name="theme-color" content="#000000">
+<title>Chrisoft::Blog</title>
+<script type="text/javascript" src="/panel.js"></script>
+<script type="text/javascript" src="/blog/footnoter.js"></script>
+<script type="text/javascript" src="/blog/aes-js.js"></script>
+<script type="text/javascript" src="/blog/scrypt.js"></script>
+<script type="text/javascript" src="/blog/sha256.js"></script>
+<script type="text/javascript" src="/blog/decryptor.js"></script>
+<link rel="stylesheet" type="text/css" href="/common.css">
+<link rel="stylesheet" type="text/css" href="/panel.css">
+<link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a">
+<link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b">
+<link rel="stylesheet" type="text/css" href="/theme1a.css" id="theme1a">
+<link rel="stylesheet" type="text/css" href="/theme1b.css" id="theme1b">
+<link rel="stylesheet" type="text/css" href="/theme2a.css" id="theme2a">
+<link rel="stylesheet" type="text/css" href="/theme2b.css" id="theme2b">
+<link rel="stylesheet" type="text/css" href="/theme3a.css" id="theme3a">
+<link rel="stylesheet" type="text/css" href="/theme3b.css" id="theme3b">
+<link rel="stylesheet" type="text/css" href="/blog/blogext.css">
+<script>
+function ol()
+{
+ window.onresize=function()
+ {
+ if(window.innerWidth<768)
+ setupevents();
+ else unsetevents();
+ }
+ window.onresize();
+ _decryptonload();
+}
+function loadTheme(){
+ var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1");
+ if(thm.length<2||'0123z'.indexOf(thm[0])==-1||'abz'.indexOf(thm[1])==-1)thm='zz';
+ var ent="";
+ var d=new Date();
+ if(thm[0]=='z')
+ {
+ var m=d.getMonth()+1;
+ if(m>=3&&m<6)thm='0'+thm[1];
+ else if(m>=6&&m<9)thm='1'+thm[1];
+ else if(m>=9&&m<12)thm='2'+thm[1];
+ else thm='3'+thm[1];
+ }
+ if(thm[1]=='z')
+ {if(d.getHours()>=18||d.getHours()<6)thm=thm[0]+'b';else thm=thm[0]+'a';}
+ ent=`theme${thm}`;
+ var R=new RegExp('theme[0-4][ab]');
+ for(var i=0;i<document.styleSheets.length;++i)
+ {
+ if(R.exec(document.styleSheets[i].ownerNode.id)!==null&&document.styleSheets[i].ownerNode.id!=ent)
+ document.styleSheets[i].disabled=true;
+ else document.styleSheets[i].disabled=false;
+ }
+ var thmcolor="";
+ switch(thm[0])
+ {
+ case '0':thmcolor=thm[1]=='a'?'#f59dda':'#2f0933';break;
+ case '1':thmcolor=thm[1]=='a'?'#9df59d':'#090933';break;
+ case '2':thmcolor=thm[1]=='a'?'#edb47b':'#1f1205';break;
+ case '3':thmcolor=thm[1]=='a'?'#a0cdfa':'#051933';break;
+ }
+ document.querySelector("meta[name=theme-color]").setAttribute('content',thmcolor);
+}
+loadTheme();
+</script>
+</head>
+<body onload="ol()" style="overflow-x:hidden;">
+ <div id="panel" class="TText">
+ <ul id="panellist">
+ <li><a href="/"><h1>Chrisoft</h1></a></li>
+ <li><a href="/blog"><h2>Blog</h2></a></li>
+ <li><a href="#"><h3 id="title">September 2019 Site Update</h3></a></li>
+ <li><span>Tags</span>
+ <ul id="tagslist">
+ <li><a href="/blog/list/web/">web</a></li></ul>
+ </li>
+ <li id="tocouter">
+ <span>Table of Contents</span>
+ <ul id="tocroot">
+ <li><a class="toctarg" href="#tocanch0">The Privacy Update</a></li><li><ul class="tocnode"><li><a class="toctarg" href="#tocanch1">Getting rid of recaptcha</a></li><li><a class="toctarg" href="#tocanch2">The “Privacy Policy”</a></li><li><a class="toctarg" href="#tocanch3">And … that’s all?</a></li></ul></li></ul>
+ </li>
+ <li style="margin-left:-0.5em"><a id="prevp" href="2019-04-25.html">Prev post</a></li>
+ <li style="margin-left:-0.5em"><a id="nextp" href="2020-04-11.html">Next post</a></li>
+ </ul>
+ </div>
+ <div id="content">
+ <h2 id="titleh" class="TText" style="font-wight:normal;">September 2019 Site Update</h2>
+ <div id="datetags" class="TText" style="margin-bottom:1em;">2019-09-04<br>#web</div>
+ <hr><div id="article" class="TText"><article>
+<p>It’s been a while since the last site update. It’s time for one now.</p>
+<h2 id="tocanch0" class="tvis">The Privacy Update</h2>
+<p><a href="https://cgit.chrisoft.org/web.git/commit/?id=3778fbfebf1cecda4036cd2a50e3b8239c80f1eb">The commit</a></p>
+<p>This is <strong>not</strong> a visually significant update. Aside from some wording changes and new links, there’s nothing much more to it. The most important stuff is (again) all under the hood.</p>
+<h3 id="tocanch1" class="tvis">Getting rid of recaptcha</h3>
+<p>In the February site update, I upgraded the site from recaptcha 2 to recaptcha 3. Now it’s time to remove it.</p>
+<p>As a privacy update, the task of the highest priority is to free users of this site from lengthy and obscure privacy terms (also non-free scripts) made by monopolistic tech giants like Google. And I was actually planning to do so for quite some time. It finally happened.</p>
+<p>I have now switched to a relatively relaxed backend-only check that only checks whether your public IP address is in a blacklist (abuseipdb.com).</p>
+<h3 id="tocanch2" class="tvis">The “Privacy Policy”</h3>
+<p>If you haven’t read it yet, read it <a href="https://chrisoft.org/blog/post/Privacy.html">here</a>.</p>
+<p>This is not a very serious privacy policy, but rather just random rambling on privacy-related topics.</p>
+<p>Anyway this fulfilled quite an important missing part of my website, be it good or not.</p>
+<h3 id="tocanch3" class="tvis">And … that’s all?</h3>
+<p>Um… there’s also a new ‘hosted by ConoHa’ banner on the main page to reflect the current state of this site. It leads to their ‘ConoHa mode’ index (as opposed to the plain main page without their virtual character). It’s not a sponsored link so I don’t earn anything if you click it.</p>
+<p>Also also, I’ve got hold of a new domain name (<a href="https://pineapple.cat">pineapple.cat</a>. Check it out!</p>
+<p>With that said, everything in this update should be covered now. Not a huge update is it?</p>
+</article>
+<!--
+vim: tw=0 syntax=markdown spell spelllang=en_us
+-->
+</div><br><hr>
+ <div class="TText" id="notediv" style="font-size:80%;"></div>
+ <div id="insanch" style="height:3em;"></div>
+ <div id="footer" style="">
+ <div id="pagesw" class="TText" style="width:100%;height:0.5em;"></div>
+ <div style="text-align:center;" class="TText">
+ Proudly powered by SSBS <reduced style="font-size:70%;">(the static stupid blogging system)</reduced> 2.5
+ <br>
+ Content licensed under CC BY-SA 4.0. <span id="purgep" style="display:none;font-size:70%;">This page has passphrase(s) stored. Click <a href="javascript:_purgep()">here</a> to purge.</span>
+ </div>
+ </div>
+ <div id="cmdbuf" class="TText" style="transition:500ms;padding:1em;font-size:2em;color:white;position:absolute;background-color:rgba(0,0,0,0.6);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:0;">
+ </div>
+ </div>
+ <div id="decryptui" style="display:none;opacity:0;color:white;z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);transition:opacity 0.5s;">
+ <div id="decryptdlg" class="TText" style="padding:10px 20px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,0.6);">
+ <div id="keyhint" style="margin-bottom:8px;"></div>
+ <div style="margin-bottom:8px;">Key: <input id="keyinp" type="text" style="color:#fff;"></div>
+ <div style="height:2.25em;">
+ <button id="btndecrypt" onclick="decryptor(decid,document.getElementById('keyinp').value);" style="position:absolute;left:20px;">Decrypt</button>
+ <button onclick="hidedecryptui();" style="position:absolute;right:20px;">Cancel</button>
+ </div>
+
+ </div>
+
+
+</div></body></html> \ No newline at end of file
diff --git a/blog/post/2021-06-03.html b/blog/post/2021-06-03.html
index de0f1c5..dfdf3de 100644
--- a/blog/post/2021-06-03.html
+++ b/blog/post/2021-06-03.html
@@ -49,7 +49,7 @@ function ol()
<li id="tocouter">
<span>Table of Contents</span>
<ul id="tocroot">
- <li><a class="toctarg" href="#tocanch0">Quick status update</a></li><li><a class="toctarg" href="#tocanch1">What have I done</a></li></ul>
+ <li><a class="toctarg" href="#tocanch0">Quick status update</a></li><li><a class="toctarg" href="#tocanch1">What have I done</a></li><li><a class="toctarg" href="#tocanch2">When are the unfinished posts gonna be finished?</a></li></ul>
</li>
<li style="margin-left:-0.5em"><a id="prevp" href="2019-09-04.html">Prev post</a></li>
<li style="margin-left:-0.5em"><a id="nextp" href="Privacy.html">Next post</a></li>
@@ -72,6 +72,8 @@ function ol()
<li>Random researches in various CS fields until I could settle somewhere firmly</li>
<li>Falling into the functional programming cult</li>
</ul>
+<h2 id="tocanch2" class="tvis">When are the unfinished posts gonna be finished?</h2>
+<p>I don’t know. I reckon that would be somewhere in <redacted>.</redacted></p>
</article>
</div><br><hr>
<div class="TText" id="notediv" style="font-size:80%;"></div>