summary refs log tree commit diff stats
path: root/note
diff options
context:
space:
mode:
Diffstat (limited to 'note')
-rw-r--r--note/ask.html2
-rw-r--r--note/comms.html4
-rw-r--r--note/emacs.html2
-rw-r--r--note/on-racist-jokes.html6
-rw-r--r--note/really.html8
-rw-r--r--note/social-media.html4
-rw-r--r--note/suicide-jokes.html2
-rw-r--r--note/wechat.html2
8 files changed, 15 insertions, 15 deletions
diff --git a/note/ask.html b/note/ask.html
index a07ef20..42a0333 100644
--- a/note/ask.html
+++ b/note/ask.html
@@ -7,7 +7,7 @@
 	</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>
+		<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>
diff --git a/note/comms.html b/note/comms.html
index 51201e7..2affd98 100644
--- a/note/comms.html
+++ b/note/comms.html
@@ -14,10 +14,10 @@
 		</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>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>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>
diff --git a/note/emacs.html b/note/emacs.html
index 84eb285..2a21741 100644
--- a/note/emacs.html
+++ b/note/emacs.html
@@ -8,7 +8,7 @@
 	<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.
+		<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.
diff --git a/note/on-racist-jokes.html b/note/on-racist-jokes.html
index f9d6574..ba979fe 100644
--- a/note/on-racist-jokes.html
+++ b/note/on-racist-jokes.html
@@ -8,7 +8,7 @@
 	</head>
 	<body>
 		<h1>On Racist Jokes</h1>
-		<p>The use of the terms ``black'' and ``black slave'' as insults is:</p>
+		<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>
@@ -16,11 +16,11 @@
 		</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.
+		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.
+		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>
diff --git a/note/really.html b/note/really.html
index a587c91..3bb7995 100644
--- a/note/really.html
+++ b/note/really.html
@@ -1,17 +1,17 @@
 <!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>
+		<title>“Really” is a confusing word</title>
 		<link rel="stylesheet" href="/style.css" />
 		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
 		<meta charset="utf-8" />
 	</head>
 	<body>
-		<h1>``Really'' is a confusing word</h1>
+		<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.
+		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>
+		<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>
diff --git a/note/social-media.html b/note/social-media.html
index e716a2c..b868be6 100644
--- a/note/social-media.html
+++ b/note/social-media.html
@@ -8,10 +8,10 @@
 	<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>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>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 />
diff --git a/note/suicide-jokes.html b/note/suicide-jokes.html
index 6622eb5..d1805a2 100644
--- a/note/suicide-jokes.html
+++ b/note/suicide-jokes.html
@@ -9,7 +9,7 @@
 	<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.
+		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">
diff --git a/note/wechat.html b/note/wechat.html
index 82bbac2..a21675b 100644
--- a/note/wechat.html
+++ b/note/wechat.html
@@ -30,7 +30,7 @@
 				WeChat's servers are nonfree; the service is centralized.
 			</li>
 			<li>
-				Tencent suspends WeChat accounts for sending ``politically sensitive chats''.
+				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.