Skip to content

Commit c658985

Browse files
committed
chore: vocab pluribus
1 parent 3c0aef0 commit c658985

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

public/logs/series/pluribus-tv-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## About "Pluribus"
99

10-
"Pluribus" is a post-apocalyptic sci-fi series created by Vince Gilligan ("Breaking Bad", "Better Call Saul").
10+
"[Pluribus](/#/vocab/pluribus)" is a post-apocalyptic sci-fi series created by Vince Gilligan ("Breaking Bad", "Better Call Saul").
1111
Starring Rhea Seehorn as Carol Sturka and Karolina Wydra as Zosia, the show explores how an author remains an individual
1212
in a world where humanity has been assimilated into a peaceful hive mind.
1313
The show explores themes of individuality and isolation. It has received critical acclaim for its writing and performance.

src/data/vocabulary.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,22 @@ export const vocabulary = {
6464
</div>
6565
),
6666
},
67+
'pluribus': {
68+
title: 'Pluribus',
69+
content: (
70+
<div className="space-y-4">
71+
<p>
72+
<strong>Pluribus</strong> is Latin for "from many" or "more". It is most famously known as part of the United States motto <em>E pluribus unum</em> ("Out of many, one").
73+
</p>
74+
<p>
75+
Thematically, it represents the concept of <strong>unity from diversity</strong>.
76+
</p>
77+
<div className="bg-gray-800 p-4 rounded-lg border border-gray-700 text-sm text-gray-300">
78+
<p>
79+
In the context of sci-fi or hive-mind narratives, "Pluribus" often ironically contrasts the loss of individual identity against the strength of the collective.
80+
</p>
81+
</div>
82+
</div>
83+
),
84+
},
6785
};

0 commit comments

Comments
 (0)