commit 2b4ec14be8148159fdb24746297df05bf31a5577
parent cf38fd2fceae60eecb20080df0f222efb9241e8e
Author: Riaz <riaz@riazj.com>
Date: Wed, 15 Oct 2025 21:31:44 -0700
Write article about interracial couples
Diffstat:
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/articles/interracial.html b/articles/interracial.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Interracial Couples | Riaz's Website</title>
+<link rel="stylesheet" href="/style.css">
+<link rel="icon" href="data:,">
+<meta name="description" content="Societal effects of interracial couples and a comparison of hybrid animals">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+<h1>Interracial Couples</h1>
+<hr>
+<article>
+<p>Recently, I saw an image of crossbred animals of different species and noticed how ugly some were. Afterwords, I searched up "mixed species animals" and clicked on the first result. The animals were the following:</p>
+<ul>
+<li>grolar bear: frazzled fur, sickly</li>
+<li>dzo: sterile</li>
+<li>coywolf: brave appearance of a wolf, yet coy like coyote</li>
+<li>liger: fat</li>
+<li>wolfdog: OK</li>
+<li>pumpapard: not as beautiful as the cougar or leopard</li>
+<li>Bengal cat: patterns of a leopard cat, yet scared like a domesticated one</li>
+<li>mule: son of a horse, yet a donkey</li>
+<li>hinny: "hinnies are often breeding 'accidents'"</li>
+<li>zonkey: similar to the pumpapard, it's less beautiful</li>
+<li>cama: shagginess of a llama yet not as much, making it look dirty rather than intentional</li>
+<li>narluga: similar problem as pumpapard</li>
+</ul>
+<p>Hybrid animals can water down the unique, beneficial traits that made their parents distinct. Following Haldane's Rule, it is common for them to be sterile.</p>
+<p>Common patterns across animals can inform us of the biology of humans, as seen with the watering down of traits applying to people. Additionally, a child of, for example, a Black and White couple can have trouble identifying with both Black and White peers, leading to isolation. As my parents are interracial, I had trouble describing my race for a while. Identifying with one's race increases appreciation for their ancestors and trust of people like them.</p>
+<p>If an interracial couple finds themselves to be a good match, their marriage can be beneficial to their children. If, however, the decision to interracially marry is widespread, as it is with the push of the media, it becomes negative, changing from naturally occurring to being imposed.</p>
+</article>
+<footer>
+<hr>
+<a href="/">Home Page</a></footer>
+</body>
+</html>
diff --git a/index.html b/index.html
@@ -15,6 +15,7 @@
<nav><a href="git/">Code</a> | <a href="contact">Contact</a> | <a href="links">Links</a></nav>
<h2>Articles</h2>
<ul>
+<li><time datetime="2025-10-15">2025 Oct 15</time> <a href="/articles/interracial">Interracial Couples</a></li>
<li><time datetime="2025-10-04">2025 Oct 04</time> <a href="/articles/wifi">System Crash Due to Wi-Fi Card</a></li>
<li><time datetime="2025-08-08">2025 Aug 08</time> <a href="/articles/git">Self-Host Git Repositories with Stagit</a></li>
<li><time datetime="2025-07-28">2025 Jul 28</time> <a href="/articles/wmutils">Managing Windows Without a WM</a></li>