diff options
Diffstat (limited to 'note')
-rw-r--r-- | note/ask.html | 18 | ||||
-rw-r--r-- | note/comms.html | 35 | ||||
-rw-r--r-- | note/emacs.html | 26 | ||||
-rw-r--r-- | note/on-racist-jokes.html | 37 | ||||
-rw-r--r-- | note/pronouns.html | 29 | ||||
-rw-r--r-- | note/pubdom.html | 212 | ||||
-rw-r--r-- | note/really.html | 22 | ||||
-rw-r--r-- | note/social-media.html | 23 | ||||
-rw-r--r-- | note/suicide-jokes.html | 22 | ||||
-rw-r--r-- | note/tone.html | 1513 | ||||
-rw-r--r-- | note/wechat.html | 52 |
11 files changed, 0 insertions, 1989 deletions
diff --git a/note/ask.html b/note/ask.html deleted file mode 100644 index b8b042f..0000000 --- a/note/ask.html +++ /dev/null @@ -1,18 +0,0 @@ -<!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>Don't ask to ask, just ask1</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - </head> - <body> - <h1>Don't ask to ask, just ask!</h1> - <p>Please don't send random emails and IRC messages saying "Are you there? I have a thing to ask you about...". Just ask the question. If I'm online I might answer right away, if I'm not I'll answer you when I have time. An "Are you there?" or "Can I ask a question?" question is just a waste of time and effort.</p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/comms.html b/note/comms.html deleted file mode 100644 index 4ece6b5..0000000 --- a/note/comms.html +++ /dev/null @@ -1,35 +0,0 @@ -<!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>Communication Guidelines</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body class="indent"> - <h1>Communication Guidelines</h1> - <p><a href="/contact.html">A few ways to contact me</a></p> - <p> - These are some general recommendations that I believe make communicating with me, at least, easier and/or more effective, including communication conventions that make me happier. Please note that what I prefer may not be what others prefer and shall not be treated as a general guideline for communications. - </p> - <ol> - <li>Write a descriptive subject for emails. Do not send emails with an empty subject or no subject header. The subject should be give the receiver a brief idea of what the email is about.</li> - <li>Send complete information. When telling me something or requesting something, please provide complete background information, knowledge required, and other relevant context. This prevents back-and-forth communication along the lines of "and now I need to know ... but you didn't tell me that so can you please give that to me". Providing context defragments conversations which increases efficiency.</li> - <li>When using instant messaging such as IRC, do not split one sentence into multiple messages. Fragmentation reduces readability.</li> - <li>Do not use excessive emojis.</li> - <li>Be direct. As the sender, do not use polite expressions like "you did quite well in that presentation" when in reality, the sender believes that the presentation is not "quite well". Direct critique and suggestions are very welcome here. Politeness is acceptable if it does not interfere with honest conveying of information.</li> - <li><a href="./ask.html">Don't ask to ask.</a></li> - <li>Use plain text email. Both hard-wrapped and non-hard-wrapped emails are acceptable. If you do hard-wrap, please wrap at 72 characters for English. Chinese, if hard-wrapped, should be at 36 characters. Non hard-wrapped emails should <a href="https://www.ietf.org/rfc/rfc3676.txt">specify format=flowed as per RFC3676</a>.</li> - <li>Interweave the original message with the response when replying to an email and remove irrelevant parts (i.e. greetings, closings, signatures, etc.) of the quoted original email.</li> - </ol> - <p> - Please note that <a href="./wechat.html">WeChat is not a preferred way of contacting me</a>. <a href="/contact.html">Use these instead</a>. - </p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/emacs.html b/note/emacs.html deleted file mode 100644 index 746bb7e..0000000 --- a/note/emacs.html +++ /dev/null @@ -1,26 +0,0 @@ -<!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>A Few Problems with Emacs</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - </head> - <body> - <h1>A Few Problems with Emacs</h1> - <p> - <a href="https://emacs.org/">Emacs</a> is supposedly a text editor but is more of a integrated computing environment. At its core is an Emacs Lisp interpreter and a text and buffer-oriented set of conventions that Emacs Lisp code follows. The "default"/"standard" build of Emacs contains a World Wide Web browser, newsreader, electronic mail client, Internet Relay Chat client, a few games, and overall a ton of stuff that I do not use, need or want in my environment. Therefore I use a minimal-ish custom build (i.e. simply leaving stuff out during <code>./configure</code>, which makes me feel a bit better. - </p> - <p id="space-based-alignment"> - One problem that I've recently noticed with Emacs is the tendency to use a set amount of spaces, expecting a monospace font, to align items across a buffer. For example, when <code>:tags</code> are used with <code>org-agenda</code>, the agenda page aligns the tags to the right of the page with spaces precalculated from the window size. But when we have double-width unicode characters, for example Chinese characters in the mix, or if we are using a variable-width Latin font, the alignment is completely screwed up. Resizing the window also doesn't update the wrapping and alignment of items inside. Emacs's text buffer-centric design makes it really hard to do otherwise. - </p> - <p id="core-written-in-c"> - ... - </p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/on-racist-jokes.html b/note/on-racist-jokes.html deleted file mode 100644 index 5bedd06..0000000 --- a/note/on-racist-jokes.html +++ /dev/null @@ -1,37 +0,0 @@ -<!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>On Racist Jokes</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> - <h1>On Racist Jokes</h1> - <p>The use of the terms "black" and "black slave" as insults is:</p> - <ul> - <li>profoundly disrespectful towards the millions of black people that have been abused, discriminated against, and treated unfairly, in the past and the present</li> - <li>ill-considerate towards people who are experiencing racism</li> - <li>demonstrates a toxic and arrogant lack of empathy towards the disadvantaged.</li> - </ul> - - <p> - A common argument to make here is that "consider how you would be discriminated against when you become the minority, you wouldn't appreciate such jokes on your social group". Although we head in the same general direction, I do not agree with this frame of mind. Discriminatory jokes are wrong, independent of the possibility of the discriminator being held to the same activities in the future. - </p> - - <p> - The argument to "take this easy as these are just jokes" is ridiculous. The mere act of descriptive terms for a specific social group being used as a "joke" undermines the seriousness of the social issue. Find something else to joke about. Not something like racism and other forms of discrimination. - </p> - - <p> - It is similarly bad to direct hatred towards others who fight against racism. - </p> - - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/pronouns.html b/note/pronouns.html deleted file mode 100644 index 02cb53d..0000000 --- a/note/pronouns.html +++ /dev/null @@ -1,29 +0,0 @@ -<!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>Runxi Yu's Pronouns</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> - <h1>Runxi Yu's Pronouns</h1> - <p> - You may choose one of the following pronouns sets when referring to me: - </p> - <ul> - <li>they/them</li> - <li>it/it</li> - <li>他</li> - </ul> - <p> - <a href="/article/gender-and-pronouns.html">My article on gender and pronouns</a> (WIP, not up yet) - </p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/pubdom.html b/note/pubdom.html deleted file mode 100644 index 9946df8..0000000 --- a/note/pubdom.html +++ /dev/null @@ -1,212 +0,0 @@ -<!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>Runxi Yu's Public Domain Dedication</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> - <h1>Runxi Yu's Public Domain Dedication</h1> - - <p>This is a public domain dedication based on the <a href="https://wpdd.info/">Worldwide Public Domain Dedication</a> by <a href="https://jxself.org">Jason Self</a>. As I have the increasing demand to formalize my public domain stuff, I am hereby modifying version the WPDD for personal use. I don't think it's a good idea for others to use this, because it hasn't been checked by professional lawyers yet. But anyways, here it is, out of necessity.</p> - -<pre> -Runxi Yu's Public Domain Dedication - -Version 1. - -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty, provided this notice is -preserved. To avoid potential confusion, if you make modifications -please don't call your version Runxi Yu's Public Domain Dedicator, -the Worldwide Public Domain Dedication or anything else that might -be confusingly similar. This file is offered as-is, without any -warranty. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically -confer exclusive Copyright and Related Rights (defined below) upon the -copyright holder(s) (each and all, a "holder") of an original work of -authorship and/or a database (each, a "Work"). - -Certain holders wish to permanently relinquish those rights to a Work -for the purpose of contributing to a commons of creative, cultural -and scientific works ("Commons") that the public can reliably and -without fear of later claims of infringement build upon, modify, -incorporate in other works, reuse and redistribute as freely as -possible in any form whatsoever and for any purposes, including -without limitation commercial purposes. These holders may contribute -to the Commons to promote the ideal of a free culture and the further -production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the -use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person or -organization associating this Runxi Yu's Public Domain Dedication with -a Work (the "Affirmer"), to the extent that they are a holder of -Copyright and Related Rights in the Work, voluntarily elects to apply -this Runxi Yu's Public Domain Dedication to the Work and publicly -distribute the Work under its terms, with knowledge of their Copyright -and Related Rights in the Work and the meaning and intended legal -effect of this Runxi Yu's Public Domain Dedication on those rights. - -1. Copyright and Related Rights. A Work made available under this -Runxi Yu's Public Domain Dedication may be protected by copyright and -related or neighboring rights ("Copyright and Related Rights"). -Copyright and Related Rights include, but are not limited to, the -following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or - performer(s); - iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting the extraction, dissemination, use and reuse - of data in a Work; - v. database rights (such as those arising under Directive 96/9/EC - of the European Parliament and of the Council of 11 March 1996 - on the legal protection of databases, and under any national - implementation thereof, including any amended or successor - version of such directive); - vi. other similar, equivalent or corresponding rights throughout - the world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in -contravention of, applicable law, Affirmer hereby overtly, fully, -permanently, irrevocably and unconditionally waives, abandons, and -surrenders all of Affirmer's Copyright and Related Rights and -associated claims and causes of action, whether now known or unknown -(including existing as well as future claims and causes of action), -in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"Waiver"). Affirmer makes the Waiver for the benefit of each member -of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal -or equitable action to disrupt the quiet enjoyment of the Work by the -public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any -reason be judged legally invalid or ineffective under applicable law, -then the Waiver shall be preserved to the maximum extent permitted -taking into account Affirmer's express Statement of Purpose. In -addition, to the extent the Waiver is so judged Affirmer hereby -grants to each affected person a royalty-free, non transferable, non -sublicensable, non exclusive, irrevocable and unconditional license -to exercise Affirmer's Copyright and Related Rights in the Work (i) -in all territories worldwide, (ii) for the maximum duration provided -by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and -(iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "License"). The -License shall be deemed effective as of the date this Runxi Yu's -Public Domain Dedication was applied by Affirmer to the Work. Should -any part of the License for any reason be judged legally invalid or -ineffective under applicable law, such partial invalidity or -ineffectiveness shall not invalidate the remainder of the License, -and in such case Affirmer hereby affirms that they will not (i) -exercise any of their remaining Copyright and Related Rights in the -Work or (ii) assert any associated claims and causes of action with -respect to the Work, in either case contrary to Affirmer's express -Statement of Purpose. - -4. Waiver of Patent Rights. Notwithstanding the provisions of section -2, Affirmer acknowledges that the design codes, utility, technical -figures, charts, methods, processes, and all information related to -the patent/invention arising out of the Work, the sources, source -codes, objects, object codes and all system documentation relating -thereto shall not be confidential and shall be non-proprietary for -the public worldwide. To the greatest extent permitted by, but not in -contravention of, applicable law, Affirmer hereby overtly, fully, -permanently, irrevocably and unconditionally waives, abandons, and -surrenders all of Affirmer's patent rights and associated claims and -causes of action, whether now known or unknown (including existing as -well as future claims and causes of action) throughout the world, -whether arising under federal law, state law, common law, foreign -law, or otherwise, for any patent/invention included by Affirmer in -the Work that are licensable by the Affirmer, both currently owned or -controlled and acquired or controlled in the future (the "Waiver of -Patent Rights"). The Waiver of Patent Rights shall not be subject to -revocation, rescission, cancellation, termination, or any other legal -or equitable action to disrupt the quiet enjoyment of the Work by the -public as contemplated by Affirmer's express Statement of Purpose. - -5. Patent Grant Fallback. Should any part of the Waiver of Patent -Rights for any reason be judged legally invalid or ineffective under -applicable law, then the Waiver of Patent Rights shall be preserved -to the maximum extent permitted taking into account Affirmer's -express Statement of Purpose. In addition, to the extent the Waiver -of Patent Rights is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non -exclusive, irrevocable and unconditional license to Affirmer's patent -rights, where such license applies only to those patents/inventions -included by Affirmer in the Work that are licensable by Affirmer, -both currently owned or controlled and acquired or controlled in the -future, that are necessarily infringed by making, having made, using, -selling, offering for sale, importing or transferring the Work, or -otherwise practicing any method or procedure in any patent/invention -included by Affirmer in the Work, in whole or in part, alone or in -combination with or included in any other Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law -or treaty including future time extensions, (iii) in any current or -future medium and for any number of copies, and (iv) for any purpose -whatsoever, including without limitation commercial, advertising or -promotional purposes (the "Patent License"). The Patent License shall -be deemed effective as of the date this Runxi Yu's Public Domain -Dedication was applied by Affirmer to the Work. Should any part of -the Patent License for any reason be judged legally invalid or -ineffective under applicable law, such partial invalidity or -ineffectiveness shall not invalidate the remainder of the Patent -License, and in such case Affirmer hereby affirms that they will not -(i) exercise any of their patent rights in the Work or (ii) assert -any associated claims and causes of action with respect to the Work, -in either case contrary to Affirmer's express Statement of Purpose. - -6. Versions. New versions of the Runxi Yu's Public Domain Dedication -may be released via https://runxiyu.org/note/pubdom.html in order -to address issues or concerns that come up. Such new versions shall -remain similar in spirit to provide, as closely as possible, a total -waiver of all rights. Any person or organization receiving a Work -covered by this version of the Runxi Yu's Public Domain Dedication -may elect to apply any later version of the Runxi Yu's Public Domain -Dedication to that Work. - -7. Limitations and Disclaimers. - - a. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties - of title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, - accuracy, or the presence or absence of errors, whether or not - discoverable and/or known to Affirmer, all to the greatest extent - permissible under applicable law. - b. In no event unless required by applicable law or agreed to in - writing will Affirmer, any distributor, or any other party related - to the Work, be liable for damages, including any general, special, - incidental or consequential damages arising out of the use or - inability to use the work, even if such holder or other party has - been advised of the possibility of such damages. - c. Affirmer disclaims responsibility for clearing rights of other - persons that may apply to the Work or any use thereof, including - without limitation any person's Copyright and Related Rights in - the Work. Further, Affirmer disclaims responsibility for - obtaining any necessary consents, permissions or other rights - required for any use of the Work. -</pre> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/really.html b/note/really.html deleted file mode 100644 index 1a04218..0000000 --- a/note/really.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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>"Really" is a confusing word</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> - <h1>"Really" is a confusing word</h1> - <p> - Often times when the word "really" is used in as an adverb in an assertion or proposition, it may be useful to replace it with "in some sense", and seek to ask or clarify "in what sense". It shall be recognized that questions that arise may be legitimately hard to answer, but it may be still beneficial to consider them. - </p> - <p>The same applies for "actually" and similar words when used this way, though in my experience, people tend to use "really" this way. I do so too, and I'm trying to get rid of this habit.</p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/social-media.html b/note/social-media.html deleted file mode 100644 index 0f4122c..0000000 --- a/note/social-media.html +++ /dev/null @@ -1,23 +0,0 @@ -<!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="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - </head> - <body> - <h1>Social Media</h1> - <p>Referring to things like Facebook, Twitter, and similar: 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. Sharing random fun facts about life is fine, but it's really suboptimal for thoughts, especially political ones. 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. Modern 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 <a href="/other-articles/">share</a> 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>Sharing some fun facts about life is okay. <a href="/life.html">I do that too.</a> Just don't use microblogging for should-be-extensive topics and don't use these "posts feed" things.</p> - <p><a href="https://drewdevault.com/2022/07/09/Fediverse-toxicity.html">The Fediverse can be pretty toxic</a> by <a href="https://drewdevault.com/">Drew Devault</a>, founder (I remember?) of <a href="https://sourcehut.org/">SourceHut</a></p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> diff --git a/note/suicide-jokes.html b/note/suicide-jokes.html deleted file mode 100644 index 247a01e..0000000 --- a/note/suicide-jokes.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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>On Jokes about Suicide</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body> - <h1>On Jokes about Suicide</h1> - <p class="copyright"> - People really need to stop joking about suicide. Stop clowning around with statements like "I’m gonna kill myself" "I will commit suicide" or "I want to jump off a building". It is not cool to tell others you want to end your own life for something of little importance that may have inconvenienced or bothered you. It is extremely disrespectful to the hundreds of thousands of people who loose their lives because of suicide and is inconsiderate to people who are really suffering from mental health issues. Joking about suicide is not okay, grow up and find other ways to deal with and express your stress or frustrations. - </p> - <p>This short paragraph was written by Tyler Zhang, a student at YKPS.</p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - <p>This page is Copyright 2022 by Tyler Zhang.</p> - </div> - </body> -</html> diff --git a/note/tone.html b/note/tone.html deleted file mode 100644 index 598e1b0..0000000 --- a/note/tone.html +++ /dev/null @@ -1,1513 +0,0 @@ -<!-- Creator : groff version 1.22.4 --> -<!-- CreationDate: Fri Feb 3 20:03:01 2023 --> -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<link rel="stylesheet" href="/style.css" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> -<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> -<meta charset="utf-8" /> -<meta name="generator" content="groff -Thtml, see www.gnu.org"> -<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> -<meta name="Content-Style" content="text/css"> -<style type="text/css"> - p { margin-top: 0; margin-bottom: 0; vertical-align: top } - pre { margin-top: 0; margin-bottom: 0; vertical-align: top } - table { margin-top: 0; margin-bottom: 0; vertical-align: top } -</style> - -<title>Tone Indicators</title> - -</head> -<body> -<div class="copyright"> -<h1>Tone Indicators</h1> - -<hr> - - -<h2>NAME -<a name="NAME"></a> -</h2> - - -<p style="margin-left:11%; margin-top: 1em">tone - Tone -Indicators</p> - -<h2>DESCRIPTION -<a name="DESCRIPTION"></a> -</h2> - - -<p style="margin-left:11%; margin-top: 1em"><b>Tone</b> is -what a phrase or statement means or comes across as -<i>despite what it’s actually saying</i>. Examples of -tone could be serious, joking, lighthearted, etc. <b>Tone -indicators</b> are things you can include with text to -indicate what the tone of it is. Some people have difficulty -picking up on tone. Communicating through text only makes -this harder due to lack of <i>audio and physical cues</i> -(voice inflection, body language, facial expressions, etc.). -<b>Tagging</b> what tone you are using can be very helpful -for others’ understanding of what you’re saying, -clarification, avoiding miscommunications, etc. Tone -indicators can be used any time of place you may be -communicating through text.</p> - -<h2>OPTIONS -<a name="OPTIONS"></a> -</h2> - - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-a</b></p></td> -<td width="8%"> - - -<p><b>--alt --alterous</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is alterous.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-A</b></p></td> -<td width="8%"> - - -<p><b>--abs --absolute</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Conversation is over.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-b</b></p></td> -<td width="8%"> - - -<p><b>--brag --bragging</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is bragging.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-B</b></p></td> -<td width="8%"> - - -<p><b>--bore --bored</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is bored.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-c</b></p></td> -<td width="8%"> - - -<p><b>--calm --calmly</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is calm.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-C</b></p></td> -<td width="8%"> - - -<p><b>--comf --comforting</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is comforting.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-d</b></p></td> -<td width="8%"> - - -<p><b>--deep</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Statement is ’deep’.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-D</b></p></td> -<td width="8%"> - - -<p><b>--def --defensive</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being defensive.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-e</b></p></td> -<td width="8%"> - - -<p><b>--excited</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is excited.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-E</b></p></td> -<td width="8%"> - - -<p><b>--endearing</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is endearing.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-f</b></p></td> -<td width="8%"> - - -<p><b>--fake --false</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is false/fake.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-F</b></p></td> -<td width="8%"> - - -<p><b>--fl --flirting</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is flirting.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-g</b></p></td> -<td width="8%"> - - -<p><b>--gen --genuine</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is genuine.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-G</b></p></td> -<td width="8%"> - - -<p><b>--gent --gentle</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being gentle.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-h</b></p></td> -<td width="8%"> - - -<p><b>--hj --half-joking</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is half-joking.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-H</b></p></td> -<td width="8%"> - - -<p><b>--hyp --hyperbole</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a hyperbole.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-i</b></p></td> -<td width="8%"> - - -<p><b>--info --information</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is information/informing.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-I</b></p></td> -<td width="8%"> - - -<p><b>--irr --irrevelant</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is irrelevant.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-j</b></p></td> -<td width="8%"> - - -<p><b>--joke --joking</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a joke.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-J</b></p></td> -<td width="8%"> - - -<p><b>--jit --jittery</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is jittery.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-k</b></p></td> -<td width="8%"> - - -<p><b>--know --knowing</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker knows something (the listener may not).</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-l</b></p></td> -<td width="8%"> - - -<p><b>--lit --literally</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is literal.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-L</b></p></td> -<td width="8%"> - - -<p><b>--lyr --lyrics</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is lyrics.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-m</b></p></td> -<td width="8%"> - - -<p><b>--meta --metaphor</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a metaphor.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-M</b></p></td> -<td width="8%"> - - -<p><b>--mad</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is mad.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-n</b></p></td> -<td width="8%"> - - -<p><b>--not [OPTION]</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Not OPTION. Can be combined (e.g. -ns is -n -s).</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-N</b></p></td> -<td width="8%"> - - -<p><b>--neg --negative</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence has a negative connotation.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-o</b></p></td> -<td width="8%"> - - -<p><b>--order</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is an order.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-O</b></p></td> -<td width="8%"> - - -<p><b>--obv --obvious</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is obvious.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-p</b></p></td> -<td width="8%"> - - -<p><b>--platonic</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is platonic.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-P</b></p></td> -<td width="8%"> - - -<p><b>--pos --positive</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence has a positive connotation.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-q</b></p></td> -<td width="8%"> - - -<p><b>--question</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a question.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-Q</b></p></td> -<td width="8%"> - - -<p><b>--quote</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a direct quote.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-r</b></p></td> -<td width="8%"> - - -<p><b>--rom --romantic</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being romantic.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-R</b></p></td> -<td width="8%"> - - -<p><b>--rhet --rhetorical</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is rhetorical.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-s</b></p></td> -<td width="8%"> - - -<p><b>--sarc --sarcastic</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being sarcastic.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-S</b></p></td> -<td width="8%"> - - -<p><b>--srs --serious</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being serious (same as -n -s).</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-t</b></p></td> -<td width="8%"> - - -<p><b>--th --threat</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a threat.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-T</b></p></td> -<td width="8%"> - - -<p><b>--teasing</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is teasing.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-u</b></p></td> -<td width="8%"> - - -<p><b>--upset</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is upset.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-U</b></p></td> -<td width="8%"> - - -<p><b>--urg --urgent</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence regards an urgent matter.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-v</b></p></td> -<td width="8%"> - - -<p><b>--vent --venting</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is venting.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-V</b></p></td> -<td width="8%"> - - -<p><b>--vio --violent</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is violent.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-x</b></p></td> -<td width="8%"> - - -<p><b>--sexual</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is sexual.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-y</b></p></td> -<td width="8%"> - - -<p><b>--you --at-you</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is aimed at you.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-Y</b></p></td> -<td width="8%"> - - -<p><b>--yell --yelling</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is yelling.</p></td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> - - -<p><b>-z</b></p></td> -<td width="8%"> - - -<p><b>--sleepy</b></p></td> -<td width="77%"> -</td></tr> -<tr valign="top" align="left"> -<td width="11%"></td> -<td width="-3%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is sleepy/tired.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--bait ---clickbait</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is clickbait.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--cel ---celebratory</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is celebratory.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--curi ---curious</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is curious.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--fam ---familial</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is familial.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--flex ---flexing</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is flexing.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--gr ---general</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>In general; not specific.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--ij ---inside-joke</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is an inside joke.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--int ---intentional</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is intentional (useful alongside -n).</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--nerv ---nervous</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is nervous.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--neu ---neutral</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence has a neutral connotation.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--nnn ---someone</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>"Not naming names". Speaker is talking about a -specific</p> </td></tr> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>person/group of people without naming them directly.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--pa ---passive-aggressive</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is passive aggressive.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--para ---paraphrase</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is paraphrasing.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--pf ---playful</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is playful.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--rd ---rude</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Speaker is being rude.</p></td></tr> -</table> - -<p style="margin-left:11%; margin-top: 1em"><b>--st ---statement</b></p> - -<table width="100%" border="0" rules="none" frame="void" - cellspacing="0" cellpadding="0"> -<tr valign="top" align="left"> -<td width="8%"></td> -<td width="7%"> -</td> -<td width="8%"> -</td> -<td width="77%"> - - -<p>Sentence is a statement (same as -n -q).</p></td></tr> -</table> - -<h2>EXAMPLES -<a name="EXAMPLES"></a> -</h2> - - - -<p style="margin-left:11%; margin-top: 1em"><b>sentence</b> -<i>-Eg</i></p> - -<p style="margin-left:17%;">Say a sentence endearingly and -genuinely.</p> - - -<p style="margin-left:11%; margin-top: 1em"><b>sentence</b> -<i>-q -n -y</i></p> - -<p style="margin-left:17%;">Say a question not directed at -the listener.</p> - -<h2>AUTHORS -<a name="AUTHORS"></a> -</h2> - - -<p style="margin-left:17%; margin-top: 1em">Skylar Widulski -<i><cobra@vern.cc></i></p> -</div> -<br /> -<br /> -<br /> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - </div> -</body> -</html> diff --git a/note/wechat.html b/note/wechat.html deleted file mode 100644 index 21beb85..0000000 --- a/note/wechat.html +++ /dev/null @@ -1,52 +0,0 @@ -<!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="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - </head> - <body> - <h1>The Problem with WeChat, et al.</h1> - <p> - WeChat is not a preferred way of contacting me. <a href="/contact.html">Use these instead</a>. - </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 not use WeChat when applicable 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>, <a href="https://spyware.neocities.org/articles/discord.html">Discord</a>, Tencent QQ, etc.</p> - - <a href="/contact.html">Here are some ways to contact me.</a> - - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> |