diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 03:39:14 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 03:39:14 +0800 |
commit | 1e3fd8a7e31e26154fb623dba3451d047730dfaa (patch) | |
tree | 268c2bda89d37f109ff2480afed1e558cc3c85a3 | |
parent | 177e85b67b0f86770281df5cb9c4b32ff0bbd751 (diff) | |
download | www-1e3fd8a7e31e26154fb623dba3451d047730dfaa.tar.gz |
social media and wechat
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | note/social-media.html | 20 | ||||
-rw-r--r-- | note/wechat.html | 52 |
3 files changed, 74 insertions, 1 deletions
diff --git a/index.html b/index.html index b3fb0c6..8ec3c8c 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,8 @@ <li>Electronic mail to <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a>.</li> <li>Internet Relay Chat: ``Andrew'' on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li> </ul> - <p>Do not contact me via WeChat. I only keep an account for school and use Mojo-Weixin to relay it to IRC.</p> + <p><a href="/note/wechat.html">Do not contact me via WeChat.</a></p> + <p><a href="/note/social-media.html">I do not use social media.</a></p> <h3 id="pgp">OpenPGP</h3> <p>Usually, electronic mail that I send are signed with my OpenPGP key. Please use OpenPGP when contacting me through electronic mail. The following are available.</p> <ul> diff --git a/note/social-media.html b/note/social-media.html new file mode 100644 index 0000000..36e855d --- /dev/null +++ b/note/social-media.html @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>Social Media</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + </head> + <body> + <h1>Social Media</h1> + <p>I do not use social media. I do not find social media to be meaningful.</p> + <p>Social media as I understand it is based on ``microblogging'', i.e. short posts about a person's life, thoughts, etc. Social media is usually designed in a quick ``consumption''-oriented style, often leading to flamewars instead of in-depth discussions because of its ``quick'' and ``short'' nature. Social media recommends new posts and people to people based on what they ``like'' and ``boost'' further creating an information cocoon, ``shielding'' them from new ideas, rather than allowing for natural human distribution of good articles.</p> + <p>Instead, I read and write <a href="/#articles">articles</a> and share those that impress me naturally.</p> + <p>Most popular social media services <a href="https://stallman.org/facebook.html">such as facebook</a> are also nonfree and have extra problems.</p> + <p><a href="https://drewdevault.com/2022/07/09/Fediverse-toxicity.html">The Fediverse can be pretty toxic</a></p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> diff --git a/note/wechat.html b/note/wechat.html new file mode 100644 index 0000000..dcac930 --- /dev/null +++ b/note/wechat.html @@ -0,0 +1,52 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>The Problem with WeChat, et al.</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + </head> + <body> + <h1>The Problem with WeChat, et al.</h1> + <p> + <strong> + Do not use WeChat to contact me. + </strong> + </p> + + <p> + WeChat is a instant messaging program by the Chinese technology giant Tencent. It is insanely popular in Mainland China. + </p> + + <p> + I do <em>not</em> use WeChat, when possible, for the following reasons. + </p> + + <ul> + <li> + WeChat's client program is <a href="https://www.gnu.org/proprietary/proprietary.html">nonfree software</a>. + </li> + <li> + Many of WeChat's features are <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.html">Service as a Software Substitute</a>. + </li> + <li> + WeChat's servers are nonfree; the service is centralized. + </li> + <li> + Tencent suspends WeChat accounts for sending ``politically sensitive chats''. + </li> + <li> + Information collected by WeChat is given to the police of the PRC without court warrants. + </li> + </ul> + + <p>This list is incomplete. I can't think of more now, tell me if you know some more.</p> + <p>Similar problems are present in other popular Instant Messaging services such as <a href="https://stallman.org/whatsapp.html">WhatsApp</a>, Discord, Tencent QQ, etc.</p> + + <a href="/#contact">Here are some ways to contact me.</a> + + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |